Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Replacements:
150
151     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
152       csit-vpp-perf-verify-1908-3n-hsw:
153         - 48  # NDRPDR sel vhost
154         - 49  # NDRPDR sel vhost
155         - 52  # NDRPDR sel vhost
156         - 53  # NDRPDR sel vhost
157         - 54  # NDRPDR sel vhost
158         - 55  # NDRPDR sel vhost
159         - 56  # NDRPDR sel vhost
160         - 57  # NDRPDR sel vhost
161         - 58  # NDRPDR sel vhost
162         - 59  # NDRPDR sel vhost
163
164     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
165       csit-vpp-perf-verify-1908-3n-skx:
166         - 52  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
167         - 53  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
168         - 55  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
169         - 61  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
170         - 62  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
171         - 63  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
172         - 64  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
173         - 65  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
174         - 66  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
175         - 67  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
176
177     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
178       csit-vpp-perf-verify-1908-2n-skx:
179         - 88  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
180         - 89  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
181         - 91  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
182         - 92  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
183         - 93  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
184         - 94  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
185         - 95  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
186         - 96  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
187         - 97  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
188         - 98  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
189
190     ###########################################################################
191     # Plots:
192
193     # 3n-hsw
194
195     plot-vpp-throughput-lat-tsa-3n-hsw:
196       csit-vpp-perf-verify-2001-3n-hsw:
197         - 21  # NDRPDR sel
198         - 22  # NDRPDR sel
199         - 23  # NDRPDR sel
200         - 24  # NDRPDR sel
201         - 25  # NDRPDR sel
202         - 29  # NDRPDR sel
203         - 30  # NDRPDR sel
204         - 31  # NDRPDR sel
205         - 32  # NDRPDR sel
206         - 34  # NDRPDR sel
207
208     plot-vpp-hdrh-lat-3n-hsw:
209       csit-vpp-perf-verify-2001-3n-hsw:
210         - 22  # NDRPDR sel
211
212     plot-vpp-nfv-3n-hsw-ndrpdr:
213       csit-vpp-perf-verify-2001-3n-hsw:
214         - 21  # NDRPDR sel
215         - 22  # NDRPDR sel
216         - 23  # NDRPDR sel
217         - 24  # NDRPDR sel
218         - 25  # NDRPDR sel
219         - 29  # NDRPDR sel
220         - 30  # NDRPDR sel
221         - 31  # NDRPDR sel
222         - 32  # NDRPDR sel
223         - 34  # NDRPDR sel
224
225     plot-vpp-nfv-3n-hsw-mrr:
226       csit-vpp-perf-verify-2001-3n-hsw:
227         - 17  # MRR sel
228
229     plot-dpdk-throughput-latency-3n-hsw:
230       csit-dpdk-perf-verify-2001-3n-hsw:
231         - 4   # NDRPDR sel
232         - 5   # NDRPDR sel
233         - 6   # NDRPDR sel
234         - 7   # NDRPDR sel
235         - 8   # NDRPDR sel
236         - 9   # NDRPDR sel
237         - 10  # NDRPDR sel
238         - 11  # NDRPDR sel
239         - 12  # NDRPDR sel
240         - 13  # NDRPDR sel
241         - 15  # NDRPDR sel
242         - 16  # NDRPDR sel
243         - 17  # NDRPDR sel
244         - 18  # NDRPDR sel
245         - 19  # NDRPDR sel
246         - 20  # NDRPDR sel
247         - 21  # NDRPDR sel
248         - 22  # NDRPDR sel
249         - 23  # NDRPDR sel
250         - 24  # NDRPDR sel
251
252     plot-vpp-hoststack-3n-hsw:
253       csit-vpp-perf-verify-2001-3n-hsw:
254         - 103  # hoststack
255         - 104  # hoststack
256         - 105  # hoststack
257         - 106  # hoststack
258         - 107  # hoststack
259         - 108  # hoststack
260         - 109  # hoststack
261         - 110  # hoststack
262         - 111  # hoststack
263         - 112  # hoststack
264
265     plot-dpdk-hdrh-lat-3n-hsw:
266       csit-dpdk-perf-verify-2001-3n-hsw:
267         - 16  # NDRPDR sel
268
269     # 3n-skx
270
271     plot-vpp-throughput-lat-tsa-3n-skx:
272       # TODO: Add the data
273       csit-vpp-perf-verify-2001-3n-skx:
274         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
275         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
276         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
277         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
278         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
279         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
280         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
281
282     plot-vpp-hdrh-lat-3n-skx:
283       csit-vpp-perf-verify-2001-3n-skx:
284         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
285
286     plot-vpp-nfv-3n-skx-ndrpdr:
287       # TODO: Add data
288       csit-vpp-perf-verify-2001-3n-skx:
289         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
290
291     plot-vpp-nfv-3n-skx-mrr:
292       csit-vpp-perf-verify-2001-3n-skx:
293         - 50  # MRR sel
294
295     plot-dpdk-throughput-latency-3n-skx:
296       csit-dpdk-perf-verify-2001-3n-skx:
297         - 29  # NDRPDR sel xxv710
298         - 33  # NDRPDR sel xxv710
299         - 34  # NDRPDR sel xxv710
300         - 35  # NDRPDR sel xxv710
301         - 36  # NDRPDR sel xxv710
302         - 37  # NDRPDR sel xxv710
303         - 41  # NDRPDR sel xxv710
304         - 42  # NDRPDR sel xxv710
305         - 43  # NDRPDR sel xxv710
306         - 45  # NDRPDR sel xxv710
307         - 30  # NDRPDR sel x710
308         - 31  # NDRPDR sel x710
309         - 32  # NDRPDR sel x710
310         - 38  # NDRPDR sel x710
311         - 39  # NDRPDR sel x710
312         - 40  # NDRPDR sel x710
313         - 44  # NDRPDR sel x710
314         - 46  # NDRPDR sel x710
315         - 47  # NDRPDR sel x710
316         - 48  # NDRPDR sel x710
317
318     plot-dpdk-hdrh-lat-3n-skx:
319       csit-dpdk-perf-verify-2001-3n-skx:
320         - 29  # NDRPDR sel xxv710
321
322     # 2n-skx
323
324     plot-vpp-throughput-lat-tsa-2n-skx:
325       csit-vpp-perf-verify-2001-2n-skx:
326         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
327         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
328         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
329         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
330         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
331         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
332         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
333         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
334         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
335         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
336
337     plot-vpp-hdrh-lat-2n-skx:
338       csit-vpp-perf-verify-2001-2n-skx:
339         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
340
341     plot-vpp-http-server-performance:
342       csit-vpp-perf-verify-2001-2n-clx:
343         - 80  # TCP
344         - 82  # TCP
345         - 83  # TCP
346         - 85  # TCP
347         - 86  # TCP
348         - 87  # TCP
349         - 88  # TCP
350         - 89  # TCP
351         - 90  # TCP
352         - 91  # TCP
353
354     plot-vpp-soak-2n-skx:
355       csit-vpp-perf-verify-2001-2n-skx:
356         - 181  # Soak
357         - 182  # Soak
358
359     plot-vpp-nfv-2n-skx-ndrpdr:
360       # TODO: Replace the data
361       csit-vpp-perf-verify-2001-2n-skx:
362         - 30  # NFV
363         - 31  # NFV
364
365     plot-vpp-nfv-2n-skx-mrr:
366       # TODO: Replace the data
367       # csit-vpp-perf-verify-2001-2n-skx:
368       csit-vpp-perf-verify-1908-2n-skx:
369         - 71  # NFV MRR
370
371     plot-vpp-nfv-reconf-2n-skx:
372       csit-vpp-perf-verify-2001-2n-skx:
373         - 169  # Reconf
374         - 171  # Reconf
375         - 172  # Reconf
376         - 173  # Reconf
377         - 174  # Reconf
378         - 175  # Reconf
379         - 176  # Reconf
380         - 177  # Reconf
381         - 178  # Reconf
382         - 179  # Reconf
383
384     plot-dpdk-throughput-latency-2n-skx:
385       csit-dpdk-perf-verify-2001-2n-skx:
386         - 35  # NDRPDR sel xxv710
387         - 36  # NDRPDR sel xxv710
388         - 37  # NDRPDR sel xxv710
389         - 41  # NDRPDR sel xxv710
390         - 42  # NDRPDR sel xxv710
391         - 43  # NDRPDR sel xxv710
392         - 46  # NDRPDR sel xxv710
393         - 47  # NDRPDR sel xxv710
394         - 52  # NDRPDR sel xxv710
395         - 53  # NDRPDR sel xxv710
396         - 38  # NDRPDR sel x710
397         - 39  # NDRPDR sel x710
398         - 40  # NDRPDR sel x710
399         - 44  # NDRPDR sel x710
400         - 45  # NDRPDR sel x710
401         - 48  # NDRPDR sel x710
402         - 49  # NDRPDR sel x710
403         - 50  # NDRPDR sel x710
404         - 51  # NDRPDR sel x710
405         - 54  # NDRPDR sel x710
406
407     plot-dpdk-hdrh-lat-2n-skx:
408       csit-dpdk-perf-verify-2001-2n-skx:
409         - 35  # NDRPDR sel xxv710
410
411     # 2n-clx
412
413     plot-vpp-throughput-lat-tsa-2n-clx:
414       csit-vpp-perf-verify-2001-2n-clx:
415         - 28  # NDRPDR sel
416         - 29  # NDRPDR sel
417         - 32  # NDRPDR sel
418         - 40  # NDRPDR sel
419         - 43  # NDRPDR sel
420         - 44  # NDRPDR sel
421         - 45  # NDRPDR sel
422         - 47  # NDRPDR sel
423         - 48  # NDRPDR sel
424         - 49  # NDRPDR sel
425
426     plot-vpp-hdrh-lat-2n-clx:
427       csit-vpp-perf-verify-2001-2n-clx:
428         - 28  # NDRPDR sel
429
430     plot-vpp-nfv-2n-clx-ndrpdr:
431       csit-vpp-perf-verify-2001-2n-clx:
432         - 28  # NDRPDR sel
433         - 29  # NDRPDR sel
434         - 32  # NDRPDR sel
435         - 40  # NDRPDR sel
436         - 43  # NDRPDR sel
437         - 44  # NDRPDR sel
438         - 45  # NDRPDR sel
439         - 47  # NDRPDR sel
440         - 48  # NDRPDR sel
441         - 49  # NDRPDR sel
442
443     plot-vpp-nfv-2n-clx-mrr:
444       csit-vpp-perf-verify-2001-2n-clx:
445         - 39  # MRR
446
447     plot-vpp-nfv-reconf-2n-clx:
448       csit-vpp-perf-verify-2001-2n-clx:
449         - 68  # Reconf
450         - 69  # Reconf
451         - 70  # Reconf
452         - 71  # Reconf
453         - 72  # Reconf
454         - 73  # Reconf
455         - 74  # Reconf
456         - 75  # Reconf
457         - 76  # Reconf
458         - 77  # Reconf
459
460     plot-vpp-soak-2n-clx:
461       csit-vpp-perf-verify-2001-2n-clx:
462         - 93  # Soak
463         - 94  # Soak
464
465     plot-dpdk-throughput-latency-2n-clx:
466       csit-dpdk-perf-verify-2001-2n-clx:
467         - 15  # NDRPDR sel
468         - 16  # NDRPDR sel
469         - 17  # NDRPDR sel
470         - 18  # NDRPDR sel
471         - 19  # NDRPDR sel
472         - 20  # NDRPDR sel
473         - 21  # NDRPDR sel
474         - 22  # NDRPDR sel
475         - 23  # NDRPDR sel
476         - 24  # NDRPDR sel
477         - 25  # NDRPDR sel
478         - 26  # NDRPDR sel
479         - 27  # NDRPDR sel
480         - 28  # NDRPDR sel
481         - 29  # NDRPDR sel
482         - 30  # NDRPDR sel
483         - 31  # NDRPDR sel
484         - 32  # NDRPDR sel
485         - 33  # NDRPDR sel
486         - 34  # NDRPDR sel
487
488
489     plot-dpdk-hdrh-lat-2n-clx:
490       csit-dpdk-perf-verify-2001-2n-clx:
491         - 15  # NDRPDR sel
492
493     # 3n-tsh
494
495     plot-vpp-throughput-lat-tsa-3n-tsh:
496       csit-vpp-perf-verify-2001-3n-tsh:
497         - 3   # NDRPDR sel
498         - 4   # NDRPDR sel
499         - 7   # NDRPDR sel
500         - 8   # NDRPDR sel
501         - 10  # NDRPDR sel
502         - 12  # NDRPDR sel
503         - 13  # NDRPDR sel
504         - 14  # NDRPDR sel
505         - 15  # NDRPDR sel
506         - 21  # NDRPDR sel
507
508     plot-vpp-hdrh-lat-3n-tsh:
509       csit-vpp-perf-verify-2001-3n-tsh:
510         - 10  # NDRPDR sel
511
512     plot-dpdk-throughput-latency-3n-tsh:
513       csit-dpdk-perf-verify-2001-3n-tsh:
514         - 3   # NDRPDR sel
515         - 4   # NDRPDR sel
516         - 5   # NDRPDR sel
517         - 9   # NDRPDR sel
518         - 10  # NDRPDR sel
519         - 11  # NDRPDR sel
520         - 12  # NDRPDR sel
521         - 14  # NDRPDR sel
522         - 15  # NDRPDR sel
523         - 18  # NDRPDR sel
524
525     plot-dpdk-hdrh-lat-3n-tsh:
526       csit-dpdk-perf-verify-2001-3n-tsh:
527         - 3   # NDRPDR sel
528
529     # 3n-dnv
530
531     plot-vpp-throughput-lat-tsa-3n-dnv:
532       csit-vpp-perf-verify-2001-3n-dnv:
533         - 5   # NDRPDR sel
534         - 6   # NDRPDR sel
535         - 7   # NDRPDR sel
536         - 8   # NDRPDR sel
537         - 9   # NDRPDR sel
538         - 10  # NDRPDR sel
539         - 12  # NDRPDR sel
540         - 16  # NDRPDR sel
541         - 17  # NDRPDR sel
542         - 18  # NDRPDR sel
543
544     plot-dpdk-throughput-latency-3n-dnv:
545       csit-dpdk-perf-verify-2001-3n-dnv:
546         - 12  # NDRPDR sel
547         - 13  # NDRPDR sel
548         - 14  # NDRPDR sel
549         - 15  # NDRPDR sel
550         - 16  # NDRPDR sel
551         - 17  # NDRPDR sel
552         - 18  # NDRPDR sel
553         - 19  # NDRPDR sel
554         - 20  # NDRPDR sel
555         - 22  # NDRPDR sel
556
557     # 2n-dnv
558
559     plot-vpp-throughput-lat-tsa-2n-dnv:
560       csit-vpp-perf-verify-2001-2n-dnv:
561         - 4   # NDRPDR sel
562         - 5   # NDRPDR sel
563         - 6   # NDRPDR sel
564         - 7   # NDRPDR sel
565         - 8   # NDRPDR sel
566         - 9   # NDRPDR sel
567         - 10  # NDRPDR sel
568         - 11  # NDRPDR sel
569         - 13  # NDRPDR sel
570         - 16  # NDRPDR sel
571
572     plot-dpdk-throughput-latency-2n-dnv:
573       csit-dpdk-perf-verify-2001-2n-dnv:
574         - 9   # NDRPDR sel
575         - 10  # NDRPDR sel
576         - 11  # NDRPDR sel
577         - 12  # NDRPDR sel
578         - 13  # NDRPDR sel
579         - 14  # NDRPDR sel
580         - 15  # NDRPDR sel
581         - 16  # NDRPDR sel
582         - 17  # NDRPDR sel
583         - 18  # NDRPDR sel
584
585     ###########################################################################
586     # Simple tables (only one data set):
587
588     # NIC Comparisons
589
590     vpp-nic-comparison-3n-skx:
591       # TODO: Add the data
592       csit-vpp-perf-verify-2001-3n-skx:
593         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
594         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
595         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
596         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
597         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
598         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
599         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
600
601     vpp-nic-comparison-2n-skx:
602       csit-vpp-perf-verify-2001-2n-skx:
603         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
604         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
605         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
606         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
607         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
608         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
609         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
610         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
611         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
612         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
613
614     vpp-nic-comparison-3n-skx-mrr:
615       csit-vpp-perf-verify-2001-3n-skx:
616         - 50  # MRR sel
617         - 53  # MRR sel addition
618
619     vpp-nic-comparison-2n-skx-mrr:
620       csit-vpp-perf-verify-2001-2n-skx:
621         - 101 # MRR sel
622         - 128 # MRR sel addition
623
624     # Results
625
626     vpp-perf-results-3n-hsw:
627       csit-vpp-perf-verify-2001-3n-hsw:
628         - 18  # NDRPDR full
629         - 20  # NDRPDR full
630         - 28  # NDRPDR full
631         - 35  # NDRPDR full
632         - 42  # NDRPDR full
633         - 46  # NDRPDR full
634         - 47  # NDRPDR full
635         - 48  # NDRPDR full
636         - 49  # NDRPDR full
637         - 50  # NDRPDR full
638         - 51  # NDRPDR full
639         - 52  # NDRPDR full
640         - 53  # NDRPDR full
641         - 54  # NDRPDR full
642         - 55  # NDRPDR full
643         - 56  # NDRPDR full
644         - 57  # NDRPDR full
645         - 58  # NDRPDR full
646         - 59  # NDRPDR full
647         - 61  # NDRPDR full
648         - 62  # NDRPDR full
649         - 63  # NDRPDR full
650         - 64  # NDRPDR full
651         - 65  # NDRPDR full
652         - 67  # NDRPDR full
653         - 70  # NDRPDR full
654         - 72  # NDRPDR full
655         - 73  # NDRPDR full
656         - 76  # NDRPDR full
657         - 77  # NDRPDR full
658         - 78  # NDRPDR full
659         - 79  # NDRPDR full
660         - 81  # NDRPDR full
661         - 82  # NDRPDR full
662         - 84  # NDRPDR full
663         - 85  # NDRPDR full
664
665     vpp-perf-results-3n-skx:
666       # TODO: Replace
667       csit-vpp-perf-verify-2001-3n-skx:
668         - 69  # NDRPDR sel - new2001.0 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
669
670     vpp-perf-results-2n-skx:
671       csit-vpp-perf-verify-2001-2n-skx:
672         - 155  # NDRPDR full - perf-full-2n-skx-ip4_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
673         - 156  # NDRPDR full - perf-full-2n-skx-ip4_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
674         - 157  # NDRPDR full - perf-full-2n-skx-ip4_III - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
675         - 158  # NDRPDR full - perf-full-2n-skx-ip4_V - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
676         - 159  # NDRPDR full - perf-full-2n-skx-ip4_VIII - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
677         - 160  # NDRPDR full - perf-full-2n-skx-ip4_IX - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
678         - 161  # NDRPDR full - perf-full-2n-skx-ip6_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
679         - 162  # NDRPDR full - perf-full-2n-skx-ip6_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
680         - 163  # NDRPDR full - perf-full-2n-skx-l2_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
681         - 164  # NDRPDR full - perf-full-2n-skx-l2_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
682         - 165  # NDRPDR full - perf-full-2n-skx-memif - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
683         - 166  # NDRPDR full - perf-full-2n-skx-vhost I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
684         - 167  # NDRPDR full - perf-full-2n-skx-vhost II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
685         - 168  # NDRPDR full - perf-full-2n-skx-vts - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
686
687     vpp-perf-results-2n-clx:
688       csit-vpp-perf-verify-2001-2n-clx:
689         - 53  # NDRPDR full
690         - 54  # NDRPDR full
691         - 55  # NDRPDR full
692         - 56  # NDRPDR full
693         - 57  # NDRPDR full
694         - 58  # NDRPDR full
695         - 59  # NDRPDR full
696         - 60  # NDRPDR full
697         - 61  # NDRPDR full
698         - 62  # NDRPDR full
699         - 63  # NDRPDR full
700         - 64  # NDRPDR full
701         - 65  # NDRPDR full
702         - 66  # NDRPDR full
703         - 67  # NDRPDR full
704
705     vpp-perf-results-3n-tsh:
706       csit-vpp-perf-verify-2001-3n-tsh:
707         - 10  # NDRPDR sel
708
709     vpp-perf-results-3n-dnv:
710       csit-vpp-perf-verify-2001-3n-dnv:
711         - 19  # NDRPDR full
712         - 20  # NDRPDR full
713         - 21  # NDRPDR full
714         - 22  # NDRPDR full
715         - 23  # NDRPDR full
716         - 24  # NDRPDR full
717         - 25  # NDRPDR full
718         - 26  # NDRPDR full
719         - 37  # NDRPDR full
720         - 38  # NDRPDR full
721         - 39  # NDRPDR full
722
723     vpp-perf-results-2n-dnv:
724       csit-vpp-perf-verify-2001-2n-dnv:
725         - 21  # NDRPDR full
726         - 22  # NDRPDR full
727         - 25  # NDRPDR full
728         - 26  # NDRPDR full
729         - 27  # NDRPDR full
730         - 28  # NDRPDR full
731
732     vpp-mrr-results-3n-hsw:
733       csit-vpp-perf-verify-2001-3n-hsw:
734         - 17  # MRR sel
735
736     vpp-mrr-results-3n-skx:
737       csit-vpp-perf-verify-2001-3n-skx:
738         - 50  # MRR sel
739         - 53  # MRR sel addition
740
741     vpp-mrr-results-2n-skx:
742       csit-vpp-perf-verify-2001-2n-skx:
743         - 101 # MRR sel
744         - 128 # MRR sel addition
745
746     vpp-mrr-results-2n-clx:
747       csit-vpp-perf-verify-2001-2n-clx:
748         - 39  # MRR
749
750     vpp-mrr-results-3n-tsh:
751       csit-vpp-perf-verify-2001-3n-tsh:
752         - 9   # MRR sel
753
754     vpp-mrr-results-3n-dnv:
755       csit-vpp-perf-verify-2001-3n-dnv:
756         - 11  # MRR sel
757
758     vpp-mrr-results-2n-dnv:
759       csit-vpp-perf-verify-2001-2n-dnv:
760         - 12  # MRR sel
761
762     vpp-device-results-ubuntu:
763       csit-vpp-device-2001-ubuntu1804-1n-skx:
764         - 57
765
766     dpdk-perf-results-3n-hsw:
767       csit-dpdk-perf-verify-2001-3n-hsw:
768         - 25  # NDRPDR full
769         - 26  # NDRPDR full
770
771     dpdk-perf-results-3n-skx:
772       csit-dpdk-perf-verify-2001-3n-skx:
773         - 29  # NDRPDR sel xxv710
774         - 30  # NDRPDR sel x710
775
776     dpdk-perf-results-2n-skx:
777       csit-dpdk-perf-verify-2001-2n-skx:
778         - 35  # NDRPDR sel xxv710
779         - 38  # NDRPDR sel x710
780
781     dpdk-perf-results-2n-clx:
782       csit-dpdk-perf-verify-2001-2n-clx:
783         - 15  # NDRPDR sel
784         - 34  # NDRPDR sel
785
786     dpdk-perf-results-2n-dnv:
787       csit-dpdk-perf-verify-2001-2n-dnv:
788         - 16  # NDRPDR sel
789
790     dpdk-perf-results-3n-dnv:
791       csit-dpdk-perf-verify-2001-3n-dnv:
792         - 12  # NDRPDR sel
793
794     dpdk-perf-results-3n-tsh:
795       csit-dpdk-perf-verify-2001-3n-tsh:
796         - 3   # NDRPDR sel
797
798 ###########################################################################
799     # Tables (more than one data set)
800
801     # Performance changes
802
803     vpp-perf-changes-2n-skx-old1908_0:
804       csit-vpp-perf-verify-1908-2n-skx:
805         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
806         - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
807         - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
808         - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
809         - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
810         - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
811         - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
812         - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
813         - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
814         - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
815     vpp-perf-changes-2n-skx-old1908_1:
816       csit-vpp-perf-verify-1908_1-2n-skx:
817         - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
818         - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
819         - 6   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
820         - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
821         - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
822         - 16  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
823         - 21  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
824         - 23  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
825         - 24  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
826         - 25  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
827     vpp-perf-changes-2n-skx-new1908_1:
828       csit-vpp-perf-verify-1908_1-2n-skx:
829         - 39  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
830         - 40  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
831         - 41  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
832         - 43  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
833         - 44  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
834         - 45  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
835         - 46  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
836         - 47  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
837         - 48  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
838         - 49  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
839     vpp-perf-changes-2n-skx-new1908_2:
840       csit-vpp-perf-verify-1908_2-2n-skx:
841         - 1   # NDRPDR sel
842         - 2   # NDRPDR sel
843         - 3   # NDRPDR sel
844         - 4   # NDRPDR sel
845         - 5   # NDRPDR sel
846         - 6   # NDRPDR sel
847         - 7   # NDRPDR sel
848         - 8   # NDRPDR sel
849         - 9   # NDRPDR sel
850         - 10  # NDRPDR sel
851     vpp-perf-changes-2n-skx-new2001_0:
852       csit-vpp-perf-verify-2001-2n-skx:
853         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
854         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
855         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
856         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
857         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
858         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
859         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
860         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
861         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
862         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
863
864     vpp-perf-changes-3n-skx-old1908_0:
865       csit-vpp-perf-verify-1908-3n-skx:
866         - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
867         - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
868         - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
869         - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
870         - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
871         - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
872         - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
873         - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
874         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
875         - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
876     vpp-perf-changes-3n-skx-old1908_1:
877       csit-vpp-perf-verify-1908_1-3n-skx:
878         - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
879         - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
880         - 7   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
881         - 8   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
882         - 9   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
883         - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
884         - 11  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
885         - 12  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
886         - 13  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
887         - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
888     vpp-perf-changes-3n-skx-new1908_1:
889       csit-vpp-perf-verify-1908_1-3n-skx:
890         - 26  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
891         - 27  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
892         - 28  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
893         - 29  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
894         - 30  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
895         - 31  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
896         - 33  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
897         - 34  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
898         - 35  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
899         - 36  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
900     vpp-perf-changes-3n-skx-new1908_2:
901       csit-vpp-perf-verify-1908_2-3n-skx:
902         - 1   # NDRPDR sel
903         - 2   # NDRPDR sel
904     vpp-perf-changes-3n-skx-new2001_0:
905       csit-vpp-perf-verify-2001-3n-skx:
906         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
907         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
908         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
909         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
910         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
911         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
912         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
913
914     vpp-perf-changes-2n-clx-new1908_1:
915       csit-vpp-perf-verify-1908_1-2n-clx:
916         - 5  # NDRPDR sel
917         - 6  # NDRPDR sel
918         - 7  # NDRPDR sel
919         - 8  # NDRPDR sel
920     vpp-perf-changes-2n-clx-new1908_2:
921       csit-vpp-perf-verify-1908_2-2n-clx:
922         - 4  # NDRPDR sel
923         - 5  # NDRPDR sel
924         - 6  # NDRPDR sel
925         - 7  # NDRPDR sel
926         - 8  # NDRPDR sel
927
928     vpp-performance-changes-3n-hsw-h1:
929       csit-vpp-perf-verify-1904-3n-hsw:
930         - 11  # NDRPDR sel
931         - 12  # NDRPDR sel
932         - 20  # NDRPDR sel
933         - 21  # NDRPDR sel
934         - 23  # NDRPDR sel
935         - 24  # NDRPDR sel
936         - 25  # NDRPDR sel
937         - 26  # NDRPDR sel
938         - 29  # NDRPDR sel
939         - 30  # NDRPDR sel
940     vpp-performance-changes-3n-hsw-ref:
941       csit-vpp-perf-verify-1908-3n-hsw:
942         - 12  # NDRPDR sel
943         - 13  # NDRPDR sel
944         - 14  # NDRPDR sel
945         - 15  # NDRPDR sel
946         - 16  # NDRPDR sel
947         - 17  # NDRPDR sel
948         - 18  # NDRPDR sel
949         - 19  # NDRPDR sel
950         - 20  # NDRPDR sel
951         - 21  # NDRPDR sel
952     vpp-performance-changes-3n-hsw-cmp:
953       csit-vpp-perf-verify-2001-3n-hsw:
954         - 21  # NDRPDR sel
955         - 22  # NDRPDR sel
956         - 23  # NDRPDR sel
957         - 24  # NDRPDR sel
958         - 25  # NDRPDR sel
959         - 29  # NDRPDR sel
960         - 30  # NDRPDR sel
961         - 31  # NDRPDR sel
962         - 32  # NDRPDR sel
963         - 34  # NDRPDR sel
964
965     vpp-performance-changes-3n-skx-h1:
966       csit-vpp-perf-verify-1904-3n-skx:
967         - 8   # NDRPDR sel
968         - 9   # NDRPDR sel
969         - 10  # NDRPDR sel
970         - 11  # NDRPDR sel
971         - 12  # NDRPDR sel
972         - 14  # NDRPDR sel
973         - 16  # NDRPDR sel
974         - 21  # NDRPDR sel
975         - 23  # NDRPDR sel
976         - 25  # NDRPDR sel
977     vpp-performance-changes-3n-skx-ref:
978       csit-vpp-perf-verify-1908-3n-skx:
979         - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
980         - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
981         - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
982         - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
983         - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
984         - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
985         - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
986         - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
987         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
988         - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
989     vpp-performance-changes-3n-skx-cmp:
990       # TODO: Add the data
991       csit-vpp-perf-verify-2001-3n-skx:
992         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
993         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
994         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
995         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
996         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
997         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
998         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
999
1000     vpp-performance-changes-2n-skx-h1:
1001       csit-vpp-perf-verify-1904-2n-skx:
1002         - 12  # NDRPDR sel
1003         - 14  # NDRPDR sel
1004         - 16  # NDRPDR sel
1005         - 17  # NDRPDR sel
1006         - 18  # NDRPDR sel
1007         - 21  # NDRPDR sel
1008         - 27  # NDRPDR sel
1009         - 30  # NDRPDR sel
1010         - 31  # NDRPDR sel
1011         - 32  # NDRPDR sel
1012     vpp-performance-changes-2n-skx-ref:
1013       csit-vpp-perf-verify-1908-2n-skx:
1014         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
1015         - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
1016         - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
1017         - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
1018         - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
1019         - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
1020         - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
1021         - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
1022         - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
1023         - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
1024     vpp-performance-changes-2n-skx-cmp:
1025       csit-vpp-perf-verify-2001-2n-skx:
1026         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1027         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1028         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1029         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1030         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1031         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1032         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1033         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1034         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1035         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1036
1037     vpp-performance-changes-nfv-2n-skx-ref:
1038       csit-vpp-perf-verify-1908-2n-skx:
1039         - 22  # NFV
1040         - 31  # NFV
1041         - 32  # NFV
1042     vpp-performance-changes-nfv-2n-skx-cmp:
1043       # TODO: Add the data
1044       csit-vpp-perf-verify-2001-2n-skx:
1045         - 30  # NFV
1046         - 31  # NFV
1047
1048     vpp-performance-changes-2n-dnv-ref:
1049       csit-vpp-perf-verify-1908-2n-dnv:
1050         - 1   # NDRPDR sel
1051         - 2   # NDRPDR sel
1052         - 3   # NDRPDR sel
1053         - 4   # NDRPDR sel
1054         - 5   # NDRPDR sel
1055         - 6   # NDRPDR sel
1056         - 7   # NDRPDR sel
1057         - 8   # NDRPDR sel
1058         - 9   # NDRPDR sel
1059         - 10  # NDRPDR sel
1060     vpp-performance-changes-2n-dnv-cmp:
1061       csit-vpp-perf-verify-2001-2n-dnv:
1062         - 4   # NDRPDR sel
1063         - 5   # NDRPDR sel
1064         - 6   # NDRPDR sel
1065         - 7   # NDRPDR sel
1066         - 8   # NDRPDR sel
1067         - 9   # NDRPDR sel
1068         - 10  # NDRPDR sel
1069         - 11  # NDRPDR sel
1070         - 13  # NDRPDR sel
1071         - 16  # NDRPDR sel
1072
1073     vpp-performance-changes-3n-dnv-ref:
1074       csit-vpp-perf-verify-1908-3n-dnv:
1075         - 6   # NDRPDR sel
1076         - 7   # NDRPDR sel
1077         - 8   # NDRPDR sel
1078         - 9   # NDRPDR sel
1079         - 10  # NDRPDR sel
1080         - 12  # NDRPDR sel
1081         - 13  # NDRPDR sel
1082         - 14  # NDRPDR sel
1083         - 15  # NDRPDR sel
1084         - 16  # NDRPDR sel
1085     vpp-performance-changes-3n-dnv-cmp:
1086       csit-vpp-perf-verify-2001-3n-dnv:
1087         - 5   # NDRPDR sel
1088         - 6   # NDRPDR sel
1089         - 7   # NDRPDR sel
1090         - 8   # NDRPDR sel
1091         - 9   # NDRPDR sel
1092         - 10  # NDRPDR sel
1093         - 12  # NDRPDR sel
1094         - 16  # NDRPDR sel
1095         - 17  # NDRPDR sel
1096         - 18  # NDRPDR sel
1097
1098     vpp-performance-changes-3n-tsh-ref:
1099       csit-vpp-perf-verify-1908-3n-tsh:
1100         - 7   # NDRPDR sel
1101         - 8   # NDRPDR sel
1102         - 9   # NDRPDR sel
1103         - 10  # NDRPDR sel
1104         - 11  # NDRPDR sel
1105         - 12  # NDRPDR sel
1106         - 13  # NDRPDR sel
1107         - 14  # NDRPDR sel
1108         - 15  # NDRPDR sel
1109         - 16  # NDRPDR sel
1110     vpp-performance-changes-3n-tsh-cmp:
1111       csit-vpp-perf-verify-2001-3n-tsh:
1112         - 3   # NDRPDR sel
1113         - 4   # NDRPDR sel
1114         - 7   # NDRPDR sel
1115         - 8   # NDRPDR sel
1116         - 10  # NDRPDR sel
1117         - 12  # NDRPDR sel
1118         - 13  # NDRPDR sel
1119         - 14  # NDRPDR sel
1120         - 15  # NDRPDR sel
1121         - 21  # NDRPDR sel
1122
1123     vpp-soak-vs-ndr-2n-skx-ref:
1124       csit-vpp-perf-verify-2001-2n-skx:
1125         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1126         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1127         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1128         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1129         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1130         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1131         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1132         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1133         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1134         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1135     vpp-soak-vs-ndr-2n-skx-cmp:
1136       csit-vpp-perf-verify-2001-2n-skx:
1137         - 181  # Soak
1138         - 182  # Soak
1139     vpp-soak-vs-ndr-2n-skx:
1140       csit-vpp-perf-verify-2001-2n-skx:
1141         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1142         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1143         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1144         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1145         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1146         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1147         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1148         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1149         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1150         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1151         - 181  # Soak
1152         - 182  # Soak
1153
1154     vpp-soak-vs-ndr-2n-clx-ref:
1155       csit-vpp-perf-verify-2001-2n-clx:
1156         - 28  # NDRPDR sel
1157         - 29  # NDRPDR sel
1158         - 32  # NDRPDR sel
1159         - 40  # NDRPDR sel
1160         - 43  # NDRPDR sel
1161         - 44  # NDRPDR sel
1162         - 45  # NDRPDR sel
1163         - 47  # NDRPDR sel
1164         - 48  # NDRPDR sel
1165         - 49  # NDRPDR sel
1166     vpp-soak-vs-ndr-2n-clx-cmp:
1167       csit-vpp-perf-verify-2001-2n-clx:
1168         - 93  # SOAK
1169         - 94  # Soak
1170     vpp-soak-vs-ndr-2n-clx:
1171       csit-vpp-perf-verify-2001-2n-clx:
1172         - 28  # NDRPDR sel
1173         - 29  # NDRPDR sel
1174         - 32  # NDRPDR sel
1175         - 40  # NDRPDR sel
1176         - 43  # NDRPDR sel
1177         - 44  # NDRPDR sel
1178         - 45  # NDRPDR sel
1179         - 47  # NDRPDR sel
1180         - 48  # NDRPDR sel
1181         - 49  # NDRPDR sel
1182         - 93  # SOAK
1183         - 94  # Soak
1184
1185     vpp-performance-changes-3n-hsw-mrr-h1:
1186       csit-vpp-perf-verify-1904-3n-hsw:
1187         - 9   # MRR sel
1188     vpp-performance-changes-3n-hsw-mrr-ref:
1189       csit-vpp-perf-verify-1908-3n-hsw:
1190         - 39  # MRR sel
1191     vpp-performance-changes-3n-hsw-mrr-cmp:
1192       csit-vpp-perf-verify-2001-3n-hsw:
1193         - 17  # MRR sel
1194
1195     vpp-performance-changes-3n-skx-mrr-h1:
1196       csit-vpp-perf-verify-1904-3n-skx:
1197         - 7   # MRR sel
1198     vpp-performance-changes-3n-skx-mrr-ref:
1199       csit-vpp-perf-verify-1908-3n-skx:
1200         - 36  # MRR sel
1201     vpp-performance-changes-3n-skx-mrr-cmp:
1202       csit-vpp-perf-verify-2001-3n-skx:
1203         - 50  # MRR sel
1204         - 53  # MRR sel addition
1205
1206     vpp-performance-changes-2n-skx-mrr-h1:
1207       csit-vpp-perf-verify-1904-2n-skx:
1208         - 11  # MRR sel
1209     vpp-performance-changes-2n-skx-mrr-ref:
1210       csit-vpp-perf-verify-1908-2n-skx:
1211         - 69  # MRR sel
1212     vpp-performance-changes-2n-skx-mrr-cmp:
1213       csit-vpp-perf-verify-2001-2n-skx:
1214         - 101 # MRR sel
1215         - 128 # MRR sel addition
1216
1217     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1218       csit-vpp-perf-verify-1908-2n-skx:
1219         - 71  # NFV MRR
1220     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1221       # TODO: Replace
1222       # csit-vpp-perf-verify-2001-2n-skx:
1223       csit-vpp-perf-verify-1908-2n-skx:
1224         - 71  # NFV MRR
1225
1226     vpp-performance-changes-2n-dnv-mrr-ref:
1227       csit-vpp-perf-verify-1908-2n-dnv:
1228         - 11  # MRR sel
1229     vpp-performance-changes-2n-dnv-mrr-cmp:
1230       csit-vpp-perf-verify-2001-2n-dnv:
1231         - 12  # MRR sel
1232
1233     vpp-performance-changes-3n-dnv-mrr-ref:
1234       csit-vpp-perf-verify-1908-3n-dnv:
1235         - 17  # MRR sel
1236     vpp-performance-changes-3n-dnv-mrr-cmp:
1237       csit-vpp-perf-verify-2001-3n-dnv:
1238         - 11  # MRR sel
1239
1240     vpp-performance-changes-3n-tsh-mrr-ref:
1241       csit-vpp-perf-verify-1908-3n-tsh:
1242         - 17  # MRR sel
1243     vpp-performance-changes-3n-tsh-mrr-cmp:
1244       csit-vpp-perf-verify-2001-3n-tsh:
1245         - 9   # MRR sel
1246
1247     dpdk-performance-changes-3n-hsw-h1:
1248       csit-dpdk-perf-verify-1904-3n-hsw:
1249         - 2   # NDRPDR sel
1250         - 3   # NDRPDR sel
1251         - 5   # NDRPDR sel
1252         - 6   # NDRPDR sel
1253         - 13  # NDRPDR sel
1254         - 14  # NDRPDR sel
1255         - 15  # NDRPDR sel
1256         - 18  # NDRPDR sel
1257         - 19  # NDRPDR sel
1258         - 20  # NDRPDR sel
1259     dpdk-performance-changes-3n-hsw-ref:
1260       csit-dpdk-perf-verify-1908-3n-hsw:
1261         - 2   # NDRPDR sel
1262         - 3   # NDRPDR sel
1263         - 4   # NDRPDR sel
1264         - 5   # NDRPDR sel
1265         - 6   # NDRPDR sel
1266         - 7   # NDRPDR sel
1267         - 8   # NDRPDR sel
1268         - 9   # NDRPDR sel
1269         - 10  # NDRPDR sel
1270         - 11  # NDRPDR sel
1271     dpdk-performance-changes-3n-hsw-cmp:
1272       csit-dpdk-perf-verify-2001-3n-hsw:
1273 #        - 4   # NDRPDR sel
1274 #        - 5   # NDRPDR sel
1275 #        - 6   # NDRPDR sel
1276 #        - 7   # NDRPDR sel
1277 #        - 8   # NDRPDR sel
1278 #        - 9   # NDRPDR sel
1279 #        - 10  # NDRPDR sel
1280 #        - 11  # NDRPDR sel
1281 #        - 12  # NDRPDR sel
1282 #        - 13  # NDRPDR sel
1283         - 15  # NDRPDR sel
1284         - 16  # NDRPDR sel
1285         - 17  # NDRPDR sel
1286         - 18  # NDRPDR sel
1287         - 19  # NDRPDR sel
1288         - 20  # NDRPDR sel
1289         - 21  # NDRPDR sel
1290         - 22  # NDRPDR sel
1291         - 23  # NDRPDR sel
1292         - 24  # NDRPDR sel
1293
1294     dpdk-performance-changes-3n-skx-h1:
1295       csit-dpdk-perf-verify-1904-3n-skx:
1296         - 2   # NDRPDR sel
1297         - 3   # NDRPDR sel
1298         - 4   # NDRPDR sel
1299         - 5   # NDRPDR sel
1300         - 6   # NDRPDR sel
1301         - 7   # NDRPDR sel
1302         - 11  # NDRPDR sel
1303         - 12  # NDRPDR sel
1304         - 13  # NDRPDR sel
1305         - 14  # NDRPDR sel
1306     dpdk-performance-changes-3n-skx-ref:
1307       csit-dpdk-perf-verify-1908-3n-skx:
1308         - 3   # NDRPDR sel
1309         - 4   # NDRPDR sel
1310         - 5   # NDRPDR sel
1311         - 6   # NDRPDR sel
1312         - 7   # NDRPDR sel
1313         - 8   # NDRPDR sel
1314         - 9   # NDRPDR sel
1315         - 10  # NDRPDR sel
1316         - 11  # NDRPDR sel
1317         - 12  # NDRPDR sel
1318     dpdk-performance-changes-3n-skx-cmp:
1319       csit-dpdk-perf-verify-2001-3n-skx:
1320         - 29  # NDRPDR sel xxv710
1321         - 33  # NDRPDR sel xxv710
1322         - 34  # NDRPDR sel xxv710
1323         - 35  # NDRPDR sel xxv710
1324         - 36  # NDRPDR sel xxv710
1325         - 37  # NDRPDR sel xxv710
1326         - 41  # NDRPDR sel xxv710
1327         - 42  # NDRPDR sel xxv710
1328         - 43  # NDRPDR sel xxv710
1329         - 45  # NDRPDR sel xxv710
1330         - 30  # NDRPDR sel x710
1331         - 31  # NDRPDR sel x710
1332         - 32  # NDRPDR sel x710
1333         - 38  # NDRPDR sel x710
1334         - 39  # NDRPDR sel x710
1335         - 40  # NDRPDR sel x710
1336         - 44  # NDRPDR sel x710
1337         - 46  # NDRPDR sel x710
1338         - 47  # NDRPDR sel x710
1339         - 48  # NDRPDR sel x710
1340
1341     dpdk-performance-changes-2n-skx-h1:
1342       csit-dpdk-perf-verify-1904-2n-skx:
1343         - 2   # NDRPDR sel
1344         - 3   # NDRPDR sel
1345         - 4   # NDRPDR sel
1346         - 5   # NDRPDR sel
1347         - 7   # NDRPDR sel
1348         - 8   # NDRPDR sel
1349         - 9   # NDRPDR sel
1350         - 10  # NDRPDR sel
1351         - 11  # NDRPDR sel
1352         - 12  # NDRPDR sel
1353     dpdk-performance-changes-2n-skx-ref:
1354       csit-dpdk-perf-verify-1908-2n-skx:
1355         - 2   # NDRPDR sel
1356         - 3   # NDRPDR sel
1357         - 4   # NDRPDR sel
1358         - 5   # NDRPDR sel
1359         - 7   # NDRPDR sel
1360         - 8   # NDRPDR sel
1361         - 9   # NDRPDR sel
1362         - 10  # NDRPDR sel
1363         - 11  # NDRPDR sel
1364         - 12  # NDRPDR sel
1365     dpdk-performance-changes-2n-skx-cmp:
1366       csit-dpdk-perf-verify-2001-2n-skx:
1367         - 35  # NDRPDR sel xxv710
1368         - 36  # NDRPDR sel xxv710
1369         - 37  # NDRPDR sel xxv710
1370         - 41  # NDRPDR sel xxv710
1371         - 42  # NDRPDR sel xxv710
1372         - 43  # NDRPDR sel xxv710
1373         - 46  # NDRPDR sel xxv710
1374         - 47  # NDRPDR sel xxv710
1375         - 52  # NDRPDR sel xxv710
1376         - 53  # NDRPDR sel xxv710
1377         - 38  # NDRPDR sel x710
1378         - 39  # NDRPDR sel x710
1379         - 40  # NDRPDR sel x710
1380         - 44  # NDRPDR sel x710
1381         - 45  # NDRPDR sel x710
1382         - 48  # NDRPDR sel x710
1383         - 49  # NDRPDR sel x710
1384         - 50  # NDRPDR sel x710
1385         - 51  # NDRPDR sel x710
1386         - 54  # NDRPDR sel x710
1387
1388     # Compare testbeds
1389
1390     vpp-compare-testbeds-ref:
1391       csit-vpp-perf-verify-2001-3n-hsw:
1392         - 21  # NDRPDR sel
1393         - 22  # NDRPDR sel
1394         - 23  # NDRPDR sel
1395         - 24  # NDRPDR sel
1396         - 25  # NDRPDR sel
1397         - 29  # NDRPDR sel
1398         - 30  # NDRPDR sel
1399         - 31  # NDRPDR sel
1400         - 32  # NDRPDR sel
1401         - 34  # NDRPDR sel
1402     vpp-compare-testbeds-cmp:
1403       # TODO: Add the data
1404       csit-vpp-perf-verify-2001-3n-skx:
1405         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1406         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1407         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1408         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1409         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1410         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1411         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1412
1413     vpp-compare-testbeds-skx-clx-ref:
1414       csit-vpp-perf-verify-2001-2n-skx:
1415         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1416         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1417         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1418         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1419         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1420         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1421         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1422         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1423         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1424         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1425     vpp-compare-testbeds-skx-clx-cmp:
1426       csit-vpp-perf-verify-2001-2n-clx:
1427         - 28  # NDRPDR sel
1428         - 29  # NDRPDR sel
1429         - 32  # NDRPDR sel
1430         - 40  # NDRPDR sel
1431         - 43  # NDRPDR sel
1432         - 44  # NDRPDR sel
1433         - 45  # NDRPDR sel
1434         - 47  # NDRPDR sel
1435         - 48  # NDRPDR sel
1436         - 49  # NDRPDR sel
1437
1438     vpp-compare-testbeds-hsw-clx-ref:
1439       csit-vpp-perf-verify-2001-3n-hsw:
1440         - 21  # NDRPDR sel
1441         - 22  # NDRPDR sel
1442         - 23  # NDRPDR sel
1443         - 24  # NDRPDR sel
1444         - 25  # NDRPDR sel
1445         - 29  # NDRPDR sel
1446         - 30  # NDRPDR sel
1447         - 31  # NDRPDR sel
1448         - 32  # NDRPDR sel
1449         - 34  # NDRPDR sel
1450     vpp-compare-testbeds-hsw-clx-cmp:
1451       csit-vpp-perf-verify-2001-2n-clx:
1452         - 28  # NDRPDR sel
1453         - 29  # NDRPDR sel
1454         - 32  # NDRPDR sel
1455         - 40  # NDRPDR sel
1456         - 43  # NDRPDR sel
1457         - 44  # NDRPDR sel
1458         - 45  # NDRPDR sel
1459         - 47  # NDRPDR sel
1460         - 48  # NDRPDR sel
1461         - 49  # NDRPDR sel
1462
1463     vpp-compare-testbeds-mrr-ref:
1464       csit-vpp-perf-verify-2001-3n-hsw:
1465         - 17  # MRR sel
1466     vpp-compare-testbeds-mrr-cmp:
1467       csit-vpp-perf-verify-2001-3n-skx:
1468         - 50  # MRR sel
1469         - 53  # MRR sel addition
1470
1471     vpp-compare-testbeds-mrr-skx-clx-ref:
1472       csit-vpp-perf-verify-2001-2n-skx:
1473         - 101 # MRR sel
1474         - 128 # MRR sel addition
1475     vpp-compare-testbeds-mrr-skx-clx-cmp:
1476       csit-vpp-perf-verify-2001-2n-clx:
1477         - 39  # MRR
1478
1479     vpp-compare-testbeds-mrr-hsw-clx-ref:
1480       csit-vpp-perf-verify-2001-3n-hsw:
1481         - 17  # MRR sel
1482     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1483       csit-vpp-perf-verify-2001-2n-clx:
1484         - 39  # MRR
1485
1486     dpdk-compare-testbeds-ref:
1487       csit-dpdk-perf-verify-2001-3n-hsw:
1488         - 4   # NDRPDR sel
1489         - 5   # NDRPDR sel
1490         - 6   # NDRPDR sel
1491         - 7   # NDRPDR sel
1492         - 8   # NDRPDR sel
1493         - 9   # NDRPDR sel
1494         - 10  # NDRPDR sel
1495         - 11  # NDRPDR sel
1496         - 12  # NDRPDR sel
1497         - 13  # NDRPDR sel
1498         - 15  # NDRPDR sel
1499         - 16  # NDRPDR sel
1500         - 17  # NDRPDR sel
1501         - 18  # NDRPDR sel
1502         - 19  # NDRPDR sel
1503         - 20  # NDRPDR sel
1504         - 21  # NDRPDR sel
1505         - 22  # NDRPDR sel
1506         - 23  # NDRPDR sel
1507         - 24  # NDRPDR sel
1508     dpdk-compare-testbeds-cmp:
1509       csit-dpdk-perf-verify-2001-3n-skx:
1510         - 29  # NDRPDR sel xxv710
1511         - 33  # NDRPDR sel xxv710
1512         - 34  # NDRPDR sel xxv710
1513         - 35  # NDRPDR sel xxv710
1514         - 36  # NDRPDR sel xxv710
1515         - 37  # NDRPDR sel xxv710
1516         - 41  # NDRPDR sel xxv710
1517         - 42  # NDRPDR sel xxv710
1518         - 43  # NDRPDR sel xxv710
1519         - 45  # NDRPDR sel xxv710
1520         - 30  # NDRPDR sel x710
1521         - 31  # NDRPDR sel x710
1522         - 32  # NDRPDR sel x710
1523         - 38  # NDRPDR sel x710
1524         - 39  # NDRPDR sel x710
1525         - 40  # NDRPDR sel x710
1526         - 44  # NDRPDR sel x710
1527         - 46  # NDRPDR sel x710
1528         - 47  # NDRPDR sel x710
1529         - 48  # NDRPDR sel x710
1530
1531     dpdk-compare-testbeds-skx-clx-ref:
1532       csit-dpdk-perf-verify-2001-2n-skx:
1533         - 35  # NDRPDR sel xxv710
1534         - 36  # NDRPDR sel xxv710
1535         - 37  # NDRPDR sel xxv710
1536         - 41  # NDRPDR sel xxv710
1537         - 42  # NDRPDR sel xxv710
1538         - 43  # NDRPDR sel xxv710
1539         - 46  # NDRPDR sel xxv710
1540         - 47  # NDRPDR sel xxv710
1541         - 52  # NDRPDR sel xxv710
1542         - 53  # NDRPDR sel xxv710
1543         - 38  # NDRPDR sel x710
1544         - 39  # NDRPDR sel x710
1545         - 40  # NDRPDR sel x710
1546         - 44  # NDRPDR sel x710
1547         - 45  # NDRPDR sel x710
1548         - 48  # NDRPDR sel x710
1549         - 49  # NDRPDR sel x710
1550         - 50  # NDRPDR sel x710
1551         - 51  # NDRPDR sel x710
1552         - 54  # NDRPDR sel x710
1553     dpdk-compare-testbeds-skx-clx-cmp:
1554       csit-dpdk-perf-verify-2001-2n-clx:
1555         - 15  # NDRPDR sel
1556         - 16  # NDRPDR sel
1557         - 17  # NDRPDR sel
1558         - 18  # NDRPDR sel
1559         - 19  # NDRPDR sel
1560         - 20  # NDRPDR sel
1561         - 21  # NDRPDR sel
1562         - 22  # NDRPDR sel
1563         - 23  # NDRPDR sel
1564         - 24  # NDRPDR sel
1565         - 25  # NDRPDR sel
1566         - 26  # NDRPDR sel
1567         - 27  # NDRPDR sel
1568         - 28  # NDRPDR sel
1569         - 29  # NDRPDR sel
1570         - 30  # NDRPDR sel
1571         - 31  # NDRPDR sel
1572         - 32  # NDRPDR sel
1573         - 33  # NDRPDR sel
1574         - 34  # NDRPDR sel
1575
1576     # Compare topologies
1577
1578     vpp-compare-topologies-ref:
1579       # TODO: Add the data
1580       csit-vpp-perf-verify-2001-3n-skx:
1581         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1582         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1583         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1584         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1585         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1586         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1587         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1588     vpp-compare-topologies-cmp:
1589       csit-vpp-perf-verify-2001-2n-skx:
1590         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1591         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1592         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1593         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1594         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1595         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1596         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1597         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1598         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1599         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1600
1601     vpp-compare-topologies-mrr-ref:
1602       csit-vpp-perf-verify-2001-3n-skx:
1603         - 50  # MRR sel
1604         - 53  # MRR sel addition
1605     vpp-compare-topologies-mrr-cmp:
1606       csit-vpp-perf-verify-2001-2n-skx:
1607         - 101 # MRR sel
1608         - 128 # MRR sel addition
1609
1610     dpdk-compare-topologies-ref:
1611       csit-dpdk-perf-verify-2001-3n-skx:
1612         - 29  # NDRPDR sel xxv710
1613         - 33  # NDRPDR sel xxv710
1614         - 34  # NDRPDR sel xxv710
1615         - 35  # NDRPDR sel xxv710
1616         - 36  # NDRPDR sel xxv710
1617         - 37  # NDRPDR sel xxv710
1618         - 41  # NDRPDR sel xxv710
1619         - 42  # NDRPDR sel xxv710
1620         - 43  # NDRPDR sel xxv710
1621         - 45  # NDRPDR sel xxv710
1622         - 30  # NDRPDR sel x710
1623         - 31  # NDRPDR sel x710
1624         - 32  # NDRPDR sel x710
1625         - 38  # NDRPDR sel x710
1626         - 39  # NDRPDR sel x710
1627         - 40  # NDRPDR sel x710
1628         - 44  # NDRPDR sel x710
1629         - 46  # NDRPDR sel x710
1630         - 47  # NDRPDR sel x710
1631         - 48  # NDRPDR sel x710
1632     dpdk-compare-topologies-cmp:
1633       csit-dpdk-perf-verify-2001-2n-skx:
1634         - 35  # NDRPDR sel xxv710
1635         - 36  # NDRPDR sel xxv710
1636         - 37  # NDRPDR sel xxv710
1637         - 41  # NDRPDR sel xxv710
1638         - 42  # NDRPDR sel xxv710
1639         - 43  # NDRPDR sel xxv710
1640         - 46  # NDRPDR sel xxv710
1641         - 47  # NDRPDR sel xxv710
1642         - 52  # NDRPDR sel xxv710
1643         - 53  # NDRPDR sel xxv710
1644         - 38  # NDRPDR sel x710
1645         - 39  # NDRPDR sel x710
1646         - 40  # NDRPDR sel x710
1647         - 44  # NDRPDR sel x710
1648         - 45  # NDRPDR sel x710
1649         - 48  # NDRPDR sel x710
1650         - 49  # NDRPDR sel x710
1651         - 50  # NDRPDR sel x710
1652         - 51  # NDRPDR sel x710
1653         - 54  # NDRPDR sel x710
1654
1655   plot-layouts:
1656
1657     plot-soak-throughput:
1658       titlefont:
1659         size: 18
1660       xaxis:
1661         title: "<b>Test Cases [Index]</b>"
1662         titlefont:
1663           size: 16
1664         autorange: True
1665         fixedrange: False
1666         gridcolor: "rgb(230, 230, 230)"
1667         linecolor: "rgb(220, 220, 220)"
1668         linewidth: 1
1669         showgrid: True
1670         showline: True
1671         showticklabels: True
1672         tickcolor: "rgb(220, 220, 220)"
1673         tickmode: "linear"
1674         tickfont:
1675           size: 16
1676         zeroline: False
1677       yaxis:
1678         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1679         titlefont:
1680           size: 16
1681         gridcolor: "rgb(230, 230, 230)"
1682         hoverformat: ".4r"
1683         tickformat: ".3r"
1684         linecolor: "rgb(220, 220, 220)"
1685         linewidth: 1
1686         showgrid: True
1687         showline: True
1688         showticklabels: True
1689         tickcolor: "rgb(220, 220, 220)"
1690         tickfont:
1691           size: 16
1692         zeroline: False
1693         range: [0,50]
1694       autosize: False
1695       margin:
1696         t: 50
1697         b: 0
1698         l: 80
1699         r: 20
1700       showlegend: True
1701       legend:
1702         orientation: "h"
1703         font:
1704           size: 16
1705       width: 700
1706       height: 900
1707       paper_bgcolor: "#fff"
1708       plot_bgcolor: "#fff"
1709       hoverlabel:
1710         namelength: -1
1711
1712     plot-service-density:
1713       titlefont:
1714         size: 18
1715       xaxis:
1716         side: "top"
1717         autorange: True
1718         fixedrange: False
1719         showgrid: False
1720         showline: False
1721         showticklabels: False
1722         ticks: ""
1723         ticklen: 0
1724         tickwidth: 0
1725         zeroline: False
1726       yaxis:
1727         autorange: "reversed"
1728         showgrid: False
1729         showline: False
1730         showticklabels: False
1731         ticks: ""
1732         ticklen: 0
1733         tickwidth: 0
1734         zeroline: False
1735       showlegend: False
1736       paper_bgcolor: "#fff"
1737       plot_bgcolor: "#fff"
1738       width: 700
1739       height: 700
1740       hoverlabel:
1741         namelength: -1
1742
1743     plot-cps:
1744       titlefont:
1745         size: 18
1746       xaxis:
1747         title: "<b>Test Cases [Index]</b>"
1748         titlefont:
1749           size: 16
1750         autorange: True
1751         fixedrange: False
1752         gridcolor: "rgb(230, 230, 230)"
1753         linecolor: "rgb(220, 220, 220)"
1754         linewidth: 1
1755         showgrid: True
1756         showline: True
1757         showticklabels: True
1758         tickcolor: "rgb(220, 220, 220)"
1759         tickmode: "linear"
1760         tickfont:
1761           size: 16
1762         zeroline: False
1763       yaxis:
1764         title: "<b>Connections Per Second [cps]</b>"
1765         titlefont:
1766           size: 16
1767         gridcolor: "rgb(230, 230, 230)"
1768         hoverformat: ".4s"
1769         linecolor: "rgb(220, 220, 220)"
1770         linewidth: 1
1771         rangemode: "tozero"
1772         showgrid: True
1773         showline: True
1774         showticklabels: True
1775         tickcolor: "rgb(220, 220, 220)"
1776         tickformat: ".3s"
1777         tickfont:
1778           size: 16
1779         zeroline: False
1780       boxmode: "group"
1781       boxgroupgap: 0.5
1782       autosize: False
1783       margin:
1784         t: 50
1785         b: 20
1786         l: 80
1787         r: 20
1788       showlegend: True
1789       legend:
1790         orientation: "h"
1791         font:
1792           size: 16
1793       width: 700
1794       height: 800
1795       paper_bgcolor: "#fff"
1796       plot_bgcolor: "#fff"
1797       hoverlabel:
1798         namelength: -1
1799
1800     plot-rps:
1801       titlefont:
1802         size: 18
1803       xaxis:
1804         title: "<b>Test Cases [Index]</b>"
1805         titlefont:
1806           size: 16
1807         autorange: True
1808         fixedrange: False
1809         gridcolor: "rgb(230, 230, 230)"
1810         linecolor: "rgb(220, 220, 220)"
1811         linewidth: 1
1812         showgrid: True
1813         showline: True
1814         showticklabels: True
1815         tickcolor: "rgb(220, 220, 220)"
1816         tickmode: "linear"
1817         tickfont:
1818           size: 16
1819         zeroline: False
1820       yaxis:
1821         title: "<b>Requests Per Second [rps]</b>"
1822         titlefont:
1823           size: 16
1824         gridcolor: "rgb(230, 230, 230)"
1825         hoverformat: ".4s"
1826         linecolor: "rgb(220, 220, 220)"
1827         linewidth: 1
1828         rangemode: "tozero"
1829         showgrid: True
1830         showline: True
1831         showticklabels: True
1832         tickcolor: "rgb(230, 230, 230)"
1833         tickformat: ".3s"
1834         tickfont:
1835           size: 16
1836         zeroline: False
1837       boxmode: "group"
1838       boxgroupgap: 0.5
1839       autosize: False
1840       margin:
1841         t: 50
1842         b: 20
1843         l: 80
1844         r: 20
1845       showlegend: True
1846       legend:
1847         orientation: "h"
1848         font:
1849           size: 16
1850       width: 700
1851       height: 800
1852       paper_bgcolor: "#fff"
1853       plot_bgcolor: "#fff"
1854       hoverlabel:
1855         namelength: -1
1856
1857     plot-hoststack:
1858       titlefont:
1859         size: 16
1860       xaxis:
1861         title: "<b>Test Cases [Index]</b>"
1862         titlefont:
1863           size: 14
1864         autorange: True
1865         fixedrange: False
1866         gridcolor: "rgb(230, 230, 230)"
1867         linecolor: "rgb(220, 220, 220)"
1868         linewidth: 1
1869         showgrid: True
1870         showline: True
1871         showticklabels: True
1872         tickcolor: "rgb(220, 220, 220)"
1873         tickmode: "linear"
1874         tickfont:
1875           size: 14
1876         zeroline: False
1877       yaxis:
1878         title: "<b>Bandwidth [Gbps]</b>"
1879         titlefont:
1880           size: 14
1881         gridcolor: "rgb(230, 230, 230)"
1882         hoverformat: ".4s"
1883         linecolor: "rgb(220, 220, 220)"
1884         linewidth: 1
1885         rangemode: "tozero"
1886         showgrid: True
1887         showline: True
1888         showticklabels: True
1889         tickcolor: "rgb(230, 230, 230)"
1890         tickformat: ".3s"
1891         tickfont:
1892           size: 14
1893         zeroline: False
1894       boxmode: "group"
1895       boxgroupgap: 0.5
1896       autosize: False
1897       margin:
1898         t: 50
1899         b: 20
1900         l: 80
1901         r: 20
1902       showlegend: True
1903       legend:
1904         orientation: "h"
1905         font:
1906           size: 14
1907       width: 700
1908       height: 800
1909       paper_bgcolor: "#fff"
1910       plot_bgcolor: "#fff"
1911       hoverlabel:
1912         namelength: -1
1913
1914     plot-throughput:
1915       titlefont:
1916         size: 18
1917       xaxis:
1918         title: "<b>Test Cases [Index]</b>"
1919         titlefont:
1920           size: 16
1921         autorange: True
1922         fixedrange: False
1923         gridcolor: "rgb(230, 230, 230)"
1924         linecolor: "rgb(220, 220, 220)"
1925         linewidth: 1
1926         showgrid: True
1927         showline: True
1928         showticklabels: True
1929         tickcolor: "rgb(220, 220, 220)"
1930         tickmode: "linear"
1931         tickfont:
1932           size: 16
1933         zeroline: False
1934       yaxis:
1935         title: "<b>Packet Throughput [Mpps]</b>"
1936         titlefont:
1937           size: 16
1938         gridcolor: "rgb(230, 230, 230)"
1939         hoverformat: ".4r"
1940         tickformat: ".3r"
1941         linecolor: "rgb(220, 220, 220)"
1942         linewidth: 1
1943         showgrid: True
1944         showline: True
1945         showticklabels: True
1946         tickcolor: "rgb(220, 220, 220)"
1947         tickfont:
1948           size: 16
1949         zeroline: False
1950         range: [0,50]
1951       autosize: False
1952       margin:
1953         t: 50
1954         b: 0
1955         l: 80
1956         r: 20
1957       showlegend: True
1958       legend:
1959         orientation: "h"
1960         font:
1961           size: 16
1962       width: 700
1963       height: 900
1964       paper_bgcolor: "#fff"
1965       plot_bgcolor: "#fff"
1966       hoverlabel:
1967         namelength: -1
1968
1969     plot-throughput-speedup-analysis:
1970       titlefont:
1971         size: 18
1972       xaxis:
1973         title: "<b>Number of Cores [Qty]</b>"
1974         titlefont:
1975           size: 16
1976         autorange: True
1977         fixedrange: False
1978         gridcolor: "rgb(230, 230, 230)"
1979         linecolor: "rgb(220, 220, 220)"
1980         linewidth: 1
1981         showgrid: True
1982         showline: True
1983         showticklabels: True
1984         tickcolor: "rgb(238, 238, 238)"
1985         tickmode: "linear"
1986         tickfont:
1987           size: 16
1988         zeroline: False
1989       yaxis:
1990         title: "<b>Packet Throughput [Mpps]</b>"
1991         titlefont:
1992           size: 16
1993         type: "linear"
1994         gridcolor: "rgb(230, 230, 230)"
1995         hoverformat: ".4s"
1996         linecolor: "rgb(220, 220, 220)"
1997         linewidth: 1
1998         showgrid: True
1999         showline: True
2000         showticklabels: True
2001         tickcolor: "rgb(220, 220, 220)"
2002         tickformat: ".4s"
2003         tickfont:
2004           size: 16
2005         zeroline: True
2006         rangemode: "tozero"
2007         range: [0,100]
2008       legend:
2009         orientation: "h"
2010         font:
2011           size: 16
2012         xanchor: "left"
2013         yanchor: "top"
2014         x: 0
2015         y: -0.2
2016         bgcolor: "rgba(255, 255, 255, 0)"
2017         bordercolor: "rgba(255, 255, 255, 0)"
2018         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2019       autosize: False
2020       margin:
2021           't': 50
2022           'b': 150
2023           'l': 85
2024           'r': 10
2025       showlegend: True
2026       width: 700
2027       height: 700
2028       paper_bgcolor: "#fff"
2029       plot_bgcolor: "#fff"
2030       hoverlabel:
2031         namelength: -1
2032       annotations: [
2033         {
2034           text: "_ _          __          ...",
2035           align: "left",
2036           showarrow: False,
2037           xref: "paper",
2038           yref: "paper",
2039           xanchor: "left",
2040           yanchor: "top",
2041           x: 0,
2042           y: -0.13,
2043           font: {
2044             family: "Consolas, Courier New",
2045             size: 15
2046           },
2047         },
2048         {
2049           text: "    Perfect     Measured     Limit",
2050           align: "left",
2051           showarrow: False,
2052           xref: "paper",
2053           yref: "paper",
2054           xanchor: "left",
2055           yanchor: "top",
2056           x: 0,
2057           y: -0.15,
2058           font: {
2059             family: "Consolas, Courier New",
2060             size: 15
2061           },
2062         },
2063       ]
2064
2065     plot-latency:
2066       titlefont:
2067         size: 18
2068       xaxis:
2069         title: "<b>Direction</b>"
2070         titlefont:
2071           size: 16
2072         autorange: True
2073         fixedrange: False
2074         gridcolor: "rgb(230, 230, 230)"
2075         linecolor: "rgb(220, 220, 220)"
2076         linewidth: 1
2077         showgrid: True
2078         showline: True
2079         showticklabels: False
2080         tickcolor: "rgb(220, 220, 220)"
2081         tickmode: "linear"
2082         tickfont:
2083           size: 16
2084         zeroline: False
2085       yaxis:
2086         title: "<b>Packet Latency [uSec]</b>"
2087         titlefont:
2088           size: 16
2089         type: "linear"
2090         gridcolor: "rgb(230, 230, 230)"
2091         hoverformat: ".4s"
2092         linecolor: "rgb(220, 220, 220)"
2093         linewidth: 1
2094         showgrid: True
2095         showline: True
2096         showticklabels: True
2097         tickcolor: "rgb(220, 220, 220)"
2098         tickformat: ".4s"
2099         tickfont:
2100           size: 16
2101         zeroline: True
2102         rangemode: "tozero"
2103       legend:
2104         orientation: "h"
2105         font:
2106           size: 16
2107         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2108       autosize: False
2109       margin:
2110           't': 50
2111           'b': 150
2112           'l': 80
2113           'r': 10
2114       showlegend: True
2115       width: 700
2116       height: 700
2117       paper_bgcolor: "#fff"
2118       plot_bgcolor: "#fff"
2119       hoverlabel:
2120         namelength: -1
2121
2122     plot-hdrh-latency:
2123       title:
2124         text: ""
2125         xanchor: "center"
2126         x: 0.5
2127         font:
2128           size: 16
2129       width: 700
2130       plot_bgcolor: "white"
2131       annotations:
2132         - font:
2133             size: 14
2134           showarrow: False
2135           text: "<b>Packet Latency [uSec]</b>"
2136           x: 1
2137           xanchor: "right"
2138           xref: "paper"
2139           y: -0.045
2140           yanchor: "top"
2141           yref: "paper"
2142         - font:
2143             size: 14
2144           showarrow: False
2145           text: "<b>Probability [%]</b>"
2146           textangle: 270
2147           x: -0.06
2148           xanchor: "center"
2149           xref: "paper"
2150           y: 0.5
2151           yanchor: "middle"
2152           yref: "paper"
2153         - font:
2154             size: 14
2155           showarrow: False
2156           text: "<b>Direction: E-W</b>"
2157           x: 0.24
2158           xanchor: "center"
2159           xref: "paper"
2160           y: 1.05
2161           yanchor: "bottom"
2162           yref: "paper"
2163         - font:
2164             size: 14
2165           showarrow: False
2166           text: "<b>Direction: W-E</b>"
2167           x: 0.74
2168           xanchor: "center"
2169           xref: "paper"
2170           y: 1.05
2171           yanchor: "bottom"
2172           yref: "paper"
2173
2174     plot-hdrh-latency-percentile:
2175       title:
2176         text: ""
2177         xanchor: "center"
2178         x: 0.5
2179         font:
2180           size: 18
2181       xaxis:
2182         type: "log"
2183         title: "<b>Percentile [%]</b>"
2184         titlefont:
2185           size: 16
2186         autorange: True
2187         fixedrange: False
2188         gridcolor: "rgb(230, 230, 230)"
2189         linecolor: "rgb(220, 220, 220)"
2190         linewidth: 1
2191         showgrid: True
2192         showline: True
2193         showticklabels: True
2194         tickcolor: "rgb(220, 220, 220)"
2195         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2196         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2197         tickfont:
2198           size: 16
2199       yaxis:
2200         title: "<b>Packet Latency [uSec]</b>"
2201         titlefont:
2202           size: 16
2203         gridcolor: "rgb(230, 230, 230)"
2204         linecolor: "rgb(220, 220, 220)"
2205         linewidth: 1
2206         showgrid: True
2207         showline: True
2208         showticklabels: True
2209         tickcolor: "rgb(220, 220, 220)"
2210         tickfont:
2211           size: 16
2212       autosize: False
2213       showlegend: True
2214       legend:
2215         traceorder: "normal"
2216         orientation: "h"
2217         font:
2218           size: 16
2219         xanchor: "left"
2220         yanchor: "top"
2221         x: 0
2222         y: -0.15
2223         bgcolor: "rgba(255, 255, 255, 0)"
2224         bordercolor: "rgba(255, 255, 255, 0)"
2225       width: 700
2226       height: 700
2227       paper_bgcolor: "white"
2228       plot_bgcolor: "white"
2229
2230     plot-hdrh-latency-by-percentile:
2231       title:
2232         text: "<b>Latency by Percentile Distribution</b>"
2233         xanchor: "center"
2234         x: 0.5
2235         font:
2236           size: 18
2237       showlegend: True
2238       legend:
2239         traceorder: "normal"
2240         orientation: "h"
2241         font:
2242           size: 16
2243         xanchor: "left"
2244         yanchor: "top"
2245         x: 0
2246         y: -0.2
2247         bgcolor: "rgba(255, 255, 255, 0)"
2248         bordercolor: "rgba(255, 255, 255, 0)"
2249       xaxis:
2250         type: "linear"
2251         title: "<b>Percentile [%]</b>"
2252         titlefont:
2253           size: 14
2254         autorange: False
2255         fixedrange: False
2256         range: [0, 100]
2257         gridcolor: "rgb(230, 230, 230)"
2258         linecolor: "rgb(220, 220, 220)"
2259         linewidth: 1
2260         showgrid: True
2261         showline: True
2262         showticklabels: True
2263         tickcolor: "rgb(220, 220, 220)"
2264         tickvals: [0, 25, 50, 75, 100]
2265         ticktext: [0, 25, 50, 75, 100]
2266         tickfont:
2267           size: 14
2268       yaxis:
2269         title: "<b>One-Way Latency per Direction [uSec]</b>"
2270         titlefont:
2271           size: 14
2272         gridcolor: "rgb(230, 230, 230)"
2273         linecolor: "rgb(220, 220, 220)"
2274         linewidth: 1
2275         showgrid: True
2276         showline: True
2277         showticklabels: True
2278         tickcolor: "rgb(220, 220, 220)"
2279         tickfont:
2280           size: 14
2281       width: 700
2282       height: 700
2283       paper_bgcolor: "white"
2284       plot_bgcolor: "white"
2285
2286 - type: "static"
2287   src-path: "{DIR[RST]}"
2288   dst-path: "{DIR[WORKING,SRC]}"
2289
2290 - type: "input"
2291   general:
2292     file-name: "output_info.xml.gz"
2293     file-format: ".gz"
2294     arch-file-format:
2295       - ".gz"
2296       - ".zip"
2297     download-path: "{job}/{build}/archives/{filename}"
2298     extract: "output.xml"
2299
2300     zip-file-name: "robot-plugin.zip"
2301     zip-file-format: ".zip"
2302     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2303     zip-extract: "robot-plugin/output.xml"
2304
2305   builds:
2306
2307     csit-vpp-perf-verify-1904-3n-hsw:
2308       - 9   # MRR sel
2309       - 11  # NDRPDR sel
2310       - 12  # NDRPDR sel
2311       - 20  # NDRPDR sel
2312       - 21  # NDRPDR sel
2313       - 23  # NDRPDR sel
2314       - 24  # NDRPDR sel
2315       - 25  # NDRPDR sel
2316       - 26  # NDRPDR sel
2317       - 29  # NDRPDR sel
2318       - 30  # NDRPDR sel
2319     csit-vpp-perf-verify-1908-3n-hsw:
2320       - 12  # NDRPDR sel
2321       - 13  # NDRPDR sel
2322       - 14  # NDRPDR sel
2323       - 15  # NDRPDR sel
2324       - 16  # NDRPDR sel
2325       - 17  # NDRPDR sel
2326       - 18  # NDRPDR sel
2327       - 19  # NDRPDR sel
2328       - 20  # NDRPDR sel
2329       - 21  # NDRPDR sel
2330       - 48  # NDRPDR sel vhost
2331       - 49  # NDRPDR sel vhost
2332       - 52  # NDRPDR sel vhost
2333       - 53  # NDRPDR sel vhost
2334       - 54  # NDRPDR sel vhost
2335       - 55  # NDRPDR sel vhost
2336       - 56  # NDRPDR sel vhost
2337       - 57  # NDRPDR sel vhost
2338       - 58  # NDRPDR sel vhost
2339       - 59  # NDRPDR sel vhost
2340       - 39  # MRR sel
2341     csit-vpp-perf-verify-2001-3n-hsw:
2342       - 21  # NDRPDR sel
2343       - 22  # NDRPDR sel
2344       - 23  # NDRPDR sel
2345       - 24  # NDRPDR sel
2346       - 25  # NDRPDR sel
2347       - 29  # NDRPDR sel
2348       - 30  # NDRPDR sel
2349       - 31  # NDRPDR sel
2350       - 32  # NDRPDR sel
2351       - 34  # NDRPDR sel
2352       - 17  # MRR sel
2353       - 18  # NDRPDR full
2354       - 20  # NDRPDR full
2355       - 28  # NDRPDR full
2356       - 35  # NDRPDR full
2357       - 42  # NDRPDR full
2358       - 46  # NDRPDR full
2359       - 47  # NDRPDR full
2360       - 48  # NDRPDR full
2361       - 49  # NDRPDR full
2362       - 50  # NDRPDR full
2363       - 51  # NDRPDR full
2364       - 52  # NDRPDR full
2365       - 53  # NDRPDR full
2366       - 54  # NDRPDR full
2367       - 55  # NDRPDR full
2368       - 56  # NDRPDR full
2369       - 57  # NDRPDR full
2370       - 58  # NDRPDR full
2371       - 59  # NDRPDR full
2372       - 61  # NDRPDR full
2373       - 62  # NDRPDR full
2374       - 63  # NDRPDR full
2375       - 64  # NDRPDR full
2376       - 65  # NDRPDR full
2377       - 67  # NDRPDR full
2378       - 70  # NDRPDR full
2379       - 72  # NDRPDR full
2380       - 73  # NDRPDR full
2381       - 76  # NDRPDR full
2382       - 77  # NDRPDR full
2383       - 78  # NDRPDR full
2384       - 79  # NDRPDR full
2385       - 81  # NDRPDR full
2386       - 82  # NDRPDR full
2387       - 84  # NDRPDR full
2388       - 85  # NDRPDR full
2389       - 103  # hoststack
2390       - 104  # hoststack
2391       - 105  # hoststack
2392       - 106  # hoststack
2393       - 107  # hoststack
2394       - 108  # hoststack
2395       - 109  # hoststack
2396       - 110  # hoststack
2397       - 111  # hoststack
2398       - 112  # hoststack
2399
2400     csit-vpp-perf-verify-1904-3n-skx:
2401       - 7   # MRR sel
2402       - 8   # NDRPDR sel
2403       - 9   # NDRPDR sel
2404       - 10  # NDRPDR sel
2405       - 11  # NDRPDR sel
2406       - 12  # NDRPDR sel
2407       - 14  # NDRPDR sel
2408       - 16  # NDRPDR sel
2409       - 21  # NDRPDR sel
2410       - 23  # NDRPDR sel
2411       - 25  # NDRPDR sel
2412     csit-vpp-perf-verify-1908-3n-skx:
2413       - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
2414       - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
2415       - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
2416       - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
2417       - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
2418       - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
2419       - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
2420       - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
2421       - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
2422       - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
2423       - 52  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2424       - 53  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2425       - 55  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2426       - 61  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2427       - 62  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2428       - 63  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2429       - 64  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2430       - 65  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2431       - 66  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2432       - 67  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2433       - 36  # MRR sel - old1908 - vpp build: 19.08-release
2434     csit-vpp-perf-verify-1908_1-3n-skx:
2435       - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2436       - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2437       - 7   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2438       - 8   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2439       - 9   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2440       - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2441       - 11  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2442       - 12  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2443       - 13  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2444       - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2445       - 26  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2446       - 27  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2447       - 28  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2448       - 29  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2449       - 30  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2450       - 31  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2451       - 33  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2452       - 34  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2453       - 35  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2454       - 36  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2455     csit-vpp-perf-verify-1908_2-3n-skx:
2456       - 1   # NDRPDR sel
2457       - 2   # NDRPDR sel
2458     csit-vpp-perf-verify-2001-3n-skx:
2459       - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2460       - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2461       - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2462       - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2463       - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2464       - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2465       - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2466       - 50  # MRR sel
2467       - 53  # MRR sel addition
2468
2469     csit-vpp-perf-verify-1904-2n-skx:
2470       - 11  # MRR sel
2471       - 12  # NDRPDR sel
2472       - 14  # NDRPDR sel
2473       - 16  # NDRPDR sel
2474       - 17  # NDRPDR sel
2475       - 18  # NDRPDR sel
2476       - 21  # NDRPDR sel
2477       - 27  # NDRPDR sel
2478       - 30  # NDRPDR sel
2479       - 31  # NDRPDR sel
2480       - 32  # NDRPDR sel
2481     csit-vpp-perf-verify-1908-2n-skx:
2482       - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
2483       - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
2484       - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
2485       - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
2486       - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
2487       - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
2488       - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
2489       - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
2490       - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
2491       - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
2492       - 88  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2493       - 89  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2494       - 91  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2495       - 92  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2496       - 93  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2497       - 94  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2498       - 95  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2499       - 96  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2500       - 97  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2501       - 98  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2502       - 69  # MRR sel - old1908 - vpp build: 19.08-release
2503     csit-vpp-perf-verify-1908_1-2n-skx:
2504       - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2505       - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2506       - 6   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2507       - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2508       - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2509       - 16  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2510       - 21  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2511       - 23  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2512       - 24  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2513       - 25  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2514       - 39  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2515       - 40  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2516       - 41  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2517       - 43  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2518       - 44  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2519       - 45  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2520       - 46  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2521       - 47  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2522       - 48  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2523       - 49  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2524     csit-vpp-perf-verify-1908_2-2n-skx:
2525       - 1   # NDRPDR sel
2526       - 2   # NDRPDR sel
2527       - 3   # NDRPDR sel
2528       - 4   # NDRPDR sel
2529       - 5   # NDRPDR sel
2530       - 6   # NDRPDR sel
2531       - 7   # NDRPDR sel
2532       - 8   # NDRPDR sel
2533       - 9   # NDRPDR sel
2534       - 10  # NDRPDR sel
2535     csit-vpp-perf-verify-2001-2n-skx:
2536       - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2537       - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2538       - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2539       - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2540       - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2541       - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2542       - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2543       - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2544       - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2545       - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2546       - 155  # NDRPDR full - perf-full-2n-skx-ip4_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2547       - 156  # NDRPDR full - perf-full-2n-skx-ip4_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2548       - 157  # NDRPDR full - perf-full-2n-skx-ip4_III - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2549       - 158  # NDRPDR full - perf-full-2n-skx-ip4_V - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2550       - 159  # NDRPDR full - perf-full-2n-skx-ip4_VIII - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2551       - 160  # NDRPDR full - perf-full-2n-skx-ip4_IX - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2552       - 161  # NDRPDR full - perf-full-2n-skx-ip6_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2553       - 162  # NDRPDR full - perf-full-2n-skx-ip6_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2554       - 163  # NDRPDR full - perf-full-2n-skx-l2_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2555       - 164  # NDRPDR full - perf-full-2n-skx-l2_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2556       - 165  # NDRPDR full - perf-full-2n-skx-memif - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2557       - 166  # NDRPDR full - perf-full-2n-skx-vhost I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2558       - 167  # NDRPDR full - perf-full-2n-skx-vhost II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2559       - 168  # NDRPDR full - perf-full-2n-skx-vts - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2560       - 101  # MRR sel - old
2561       - 128  # MRR sel addition - old
2562       - 169  # Reconf
2563       - 171  # Reconf
2564       - 172  # Reconf
2565       - 173  # Reconf
2566       - 174  # Reconf
2567       - 175  # Reconf
2568       - 176  # Reconf
2569       - 177  # Reconf
2570       - 178  # Reconf
2571       - 179  # Reconf
2572       - 181  # Soak
2573       - 182  # Soak
2574
2575     csit-vpp-perf-verify-1908_1-2n-clx:
2576       - 5  # NDRPDR sel
2577       - 6  # NDRPDR sel
2578       - 7  # NDRPDR sel
2579       - 8  # NDRPDR sel
2580     csit-vpp-perf-verify-1908_2-2n-clx:
2581       - 4  # NDRPDR sel
2582       - 5  # NDRPDR sel
2583       - 6  # NDRPDR sel
2584       - 7  # NDRPDR sel
2585       - 8  # NDRPDR sel
2586     csit-vpp-perf-verify-2001-2n-clx:
2587       - 28  # NDRPDR sel
2588       - 29  # NDRPDR sel
2589       - 32  # NDRPDR sel
2590       - 40  # NDRPDR sel
2591       - 43  # NDRPDR sel
2592       - 44  # NDRPDR sel
2593       - 45  # NDRPDR sel
2594       - 47  # NDRPDR sel
2595       - 48  # NDRPDR sel
2596       - 49  # NDRPDR sel
2597       - 39  # MRR
2598       - 53  # NDRPDR full
2599       - 54  # NDRPDR full
2600       - 55  # NDRPDR full
2601       - 56  # NDRPDR full
2602       - 57  # NDRPDR full
2603       - 58  # NDRPDR full
2604       - 59  # NDRPDR full
2605       - 60  # NDRPDR full
2606       - 61  # NDRPDR full
2607       - 62  # NDRPDR full
2608       - 63  # NDRPDR full
2609       - 64  # NDRPDR full
2610       - 65  # NDRPDR full
2611       - 66  # NDRPDR full
2612       - 67  # NDRPDR full
2613       - 68  # Reconf
2614       - 69  # Reconf
2615       - 70  # Reconf
2616       - 71  # Reconf
2617       - 72  # Reconf
2618       - 73  # Reconf
2619       - 74  # Reconf
2620       - 75  # Reconf
2621       - 76  # Reconf
2622       - 77  # Reconf
2623       - 80  # TCP
2624       - 82  # TCP
2625       - 83  # TCP
2626       - 85  # TCP
2627       - 86  # TCP
2628       - 87  # TCP
2629       - 88  # TCP
2630       - 89  # TCP
2631       - 90  # TCP
2632       - 91  # TCP
2633       - 93  # Soak
2634       - 94  # Soak
2635
2636     csit-vpp-perf-verify-1908-3n-tsh:
2637       - 7   # NDRPDR sel
2638       - 8   # NDRPDR sel
2639       - 9   # NDRPDR sel
2640       - 10  # NDRPDR sel
2641       - 11  # NDRPDR sel
2642       - 12  # NDRPDR sel
2643       - 13  # NDRPDR sel
2644       - 14  # NDRPDR sel
2645       - 15  # NDRPDR sel
2646       - 16  # NDRPDR sel
2647       - 17  # MRR sel
2648     csit-vpp-perf-verify-2001-3n-tsh:
2649       - 3   # NDRPDR sel
2650       - 4   # NDRPDR sel
2651       - 7   # NDRPDR sel
2652       - 8   # NDRPDR sel
2653       - 10  # NDRPDR sel
2654       - 12  # NDRPDR sel
2655       - 13  # NDRPDR sel
2656       - 14  # NDRPDR sel
2657       - 15  # NDRPDR sel
2658       - 21  # NDRPDR sel
2659       - 9   # MRR sel
2660
2661     csit-vpp-perf-verify-1908-3n-dnv:
2662       - 6   # NDRPDR sel
2663       - 7   # NDRPDR sel
2664       - 8   # NDRPDR sel
2665       - 9   # NDRPDR sel
2666       - 10  # NDRPDR sel
2667       - 12  # NDRPDR sel
2668       - 13  # NDRPDR sel
2669       - 14  # NDRPDR sel
2670       - 15  # NDRPDR sel
2671       - 16  # NDRPDR sel
2672       - 17  # MRR sel
2673     csit-vpp-perf-verify-2001-3n-dnv:
2674       - 5   # NDRPDR sel
2675       - 6   # NDRPDR sel
2676       - 7   # NDRPDR sel
2677       - 8   # NDRPDR sel
2678       - 9   # NDRPDR sel
2679       - 10  # NDRPDR sel
2680       - 12  # NDRPDR sel
2681       - 16  # NDRPDR sel
2682       - 17  # NDRPDR sel
2683       - 18  # NDRPDR sel
2684       - 11  # MRR sel
2685       - 19  # NDRPDR full
2686       - 20  # NDRPDR full
2687       - 21  # NDRPDR full
2688       - 22  # NDRPDR full
2689       - 23  # NDRPDR full
2690       - 24  # NDRPDR full
2691       - 25  # NDRPDR full
2692       - 26  # NDRPDR full
2693       - 37  # NDRPDR full
2694       - 38  # NDRPDR full
2695       - 39  # NDRPDR full
2696
2697     csit-vpp-perf-verify-1908-2n-dnv:
2698       - 1   # NDRPDR sel
2699       - 2   # NDRPDR sel
2700       - 3   # NDRPDR sel
2701       - 4   # NDRPDR sel
2702       - 5   # NDRPDR sel
2703       - 6   # NDRPDR sel
2704       - 7   # NDRPDR sel
2705       - 8   # NDRPDR sel
2706       - 9   # NDRPDR sel
2707       - 10  # NDRPDR sel
2708       - 11  # MRR sel
2709     csit-vpp-perf-verify-2001-2n-dnv:
2710       - 4   # NDRPDR sel
2711       - 5   # NDRPDR sel
2712       - 6   # NDRPDR sel
2713       - 7   # NDRPDR sel
2714       - 8   # NDRPDR sel
2715       - 9   # NDRPDR sel
2716       - 10  # NDRPDR sel
2717       - 11  # NDRPDR sel
2718       - 13  # NDRPDR sel
2719       - 16  # NDRPDR sel
2720       - 12  # MRR sel
2721       - 21  # NDRPDR full
2722       - 22  # NDRPDR full
2723       - 25  # NDRPDR full
2724       - 26  # NDRPDR full
2725       - 27  # NDRPDR full
2726       - 28  # NDRPDR full
2727
2728     csit-dpdk-perf-verify-1904-3n-hsw:
2729       - 2   # NDRPDR sel
2730       - 3   # NDRPDR sel
2731       - 5   # NDRPDR sel
2732       - 6   # NDRPDR sel
2733       - 13  # NDRPDR sel
2734       - 14  # NDRPDR sel
2735       - 15  # NDRPDR sel
2736       - 18  # NDRPDR sel
2737       - 19  # NDRPDR sel
2738       - 20  # NDRPDR sel
2739     csit-dpdk-perf-verify-1908-3n-hsw:
2740       - 2   # NDRPDR sel
2741       - 3   # NDRPDR sel
2742       - 4   # NDRPDR sel
2743       - 5   # NDRPDR sel
2744       - 6   # NDRPDR sel
2745       - 7   # NDRPDR sel
2746       - 8   # NDRPDR sel
2747       - 9   # NDRPDR sel
2748       - 10  # NDRPDR sel
2749       - 11  # NDRPDR sel
2750     csit-dpdk-perf-verify-2001-3n-hsw:
2751       - 4   # NDRPDR sel
2752       - 5   # NDRPDR sel
2753       - 6   # NDRPDR sel
2754       - 7   # NDRPDR sel
2755       - 8   # NDRPDR sel
2756       - 9   # NDRPDR sel
2757       - 10  # NDRPDR sel
2758       - 11  # NDRPDR sel
2759       - 12  # NDRPDR sel
2760       - 13  # NDRPDR sel
2761       - 15  # NDRPDR sel
2762       - 16  # NDRPDR sel
2763       - 17  # NDRPDR sel
2764       - 18  # NDRPDR sel
2765       - 19  # NDRPDR sel
2766       - 20  # NDRPDR sel
2767       - 21  # NDRPDR sel
2768       - 22  # NDRPDR sel
2769       - 23  # NDRPDR sel
2770       - 24  # NDRPDR sel
2771       - 25  # NDRPDR full
2772       - 26  # NDRPDR full
2773
2774     csit-dpdk-perf-verify-1904-3n-skx:
2775       - 2   # NDRPDR sel
2776       - 3   # NDRPDR sel
2777       - 4   # NDRPDR sel
2778       - 5   # NDRPDR sel
2779       - 6   # NDRPDR sel
2780       - 7   # NDRPDR sel
2781       - 11  # NDRPDR sel
2782       - 12  # NDRPDR sel
2783       - 13  # NDRPDR sel
2784       - 14  # NDRPDR sel
2785     csit-dpdk-perf-verify-1908-3n-skx:
2786       - 3   # NDRPDR sel
2787       - 4   # NDRPDR sel
2788       - 5   # NDRPDR sel
2789       - 6   # NDRPDR sel
2790       - 7   # NDRPDR sel
2791       - 8   # NDRPDR sel
2792       - 9   # NDRPDR sel
2793       - 10  # NDRPDR sel
2794       - 11  # NDRPDR sel
2795       - 12  # NDRPDR sel
2796     csit-dpdk-perf-verify-2001-3n-skx:
2797       - 29  # NDRPDR sel xxv710
2798       - 33  # NDRPDR sel xxv710
2799       - 34  # NDRPDR sel xxv710
2800       - 35  # NDRPDR sel xxv710
2801       - 36  # NDRPDR sel xxv710
2802       - 37  # NDRPDR sel xxv710
2803       - 41  # NDRPDR sel xxv710
2804       - 42  # NDRPDR sel xxv710
2805       - 43  # NDRPDR sel xxv710
2806       - 45  # NDRPDR sel xxv710
2807       - 30  # NDRPDR sel x710
2808       - 31  # NDRPDR sel x710
2809       - 32  # NDRPDR sel x710
2810       - 38  # NDRPDR sel x710
2811       - 39  # NDRPDR sel x710
2812       - 40  # NDRPDR sel x710
2813       - 44  # NDRPDR sel x710
2814       - 46  # NDRPDR sel x710
2815       - 47  # NDRPDR sel x710
2816       - 48  # NDRPDR sel x710
2817
2818     csit-dpdk-perf-verify-1904-2n-skx:
2819       - 2   # NDRPDR sel
2820       - 3   # NDRPDR sel
2821       - 4   # NDRPDR sel
2822       - 5   # NDRPDR sel
2823       - 7   # NDRPDR sel
2824       - 8   # NDRPDR sel
2825       - 9   # NDRPDR sel
2826       - 10  # NDRPDR sel
2827       - 11  # NDRPDR sel
2828       - 12  # NDRPDR sel
2829     csit-dpdk-perf-verify-1908-2n-skx:
2830       - 2   # NDRPDR sel
2831       - 3   # NDRPDR sel
2832       - 4   # NDRPDR sel
2833       - 5   # NDRPDR sel
2834       - 7   # NDRPDR sel
2835       - 8   # NDRPDR sel
2836       - 9   # NDRPDR sel
2837       - 10  # NDRPDR sel
2838       - 11  # NDRPDR sel
2839       - 12  # NDRPDR sel
2840     csit-dpdk-perf-verify-2001-2n-skx:
2841       - 35  # NDRPDR sel xxv710
2842       - 36  # NDRPDR sel xxv710
2843       - 37  # NDRPDR sel xxv710
2844       - 41  # NDRPDR sel xxv710
2845       - 42  # NDRPDR sel xxv710
2846       - 43  # NDRPDR sel xxv710
2847       - 46  # NDRPDR sel xxv710
2848       - 47  # NDRPDR sel xxv710
2849       - 52  # NDRPDR sel xxv710
2850       - 53  # NDRPDR sel xxv710
2851       - 38  # NDRPDR sel x710
2852       - 39  # NDRPDR sel x710
2853       - 40  # NDRPDR sel x710
2854       - 44  # NDRPDR sel x710
2855       - 45  # NDRPDR sel x710
2856       - 48  # NDRPDR sel x710
2857       - 49  # NDRPDR sel x710
2858       - 50  # NDRPDR sel x710
2859       - 51  # NDRPDR sel x710
2860       - 54  # NDRPDR sel x710
2861
2862     csit-dpdk-perf-verify-2001-2n-clx:
2863       - 15  # NDRPDR sel
2864       - 16  # NDRPDR sel
2865       - 17  # NDRPDR sel
2866       - 18  # NDRPDR sel
2867       - 19  # NDRPDR sel
2868       - 20  # NDRPDR sel
2869       - 21  # NDRPDR sel
2870       - 22  # NDRPDR sel
2871       - 23  # NDRPDR sel
2872       - 24  # NDRPDR sel
2873       - 25  # NDRPDR sel
2874       - 26  # NDRPDR sel
2875       - 27  # NDRPDR sel
2876       - 28  # NDRPDR sel
2877       - 29  # NDRPDR sel
2878       - 30  # NDRPDR sel
2879       - 31  # NDRPDR sel
2880       - 32  # NDRPDR sel
2881       - 33  # NDRPDR sel
2882       - 34  # NDRPDR sel
2883
2884     csit-dpdk-perf-verify-2001-2n-dnv:
2885       - 9   # NDRPDR sel
2886       - 10  # NDRPDR sel
2887       - 11  # NDRPDR sel
2888       - 12  # NDRPDR sel
2889       - 13  # NDRPDR sel
2890       - 14  # NDRPDR sel
2891       - 15  # NDRPDR sel
2892       - 16  # NDRPDR sel
2893       - 17  # NDRPDR sel
2894       - 18  # NDRPDR sel
2895
2896     csit-dpdk-perf-verify-2001-3n-dnv:
2897       - 12  # NDRPDR sel
2898       - 13  # NDRPDR sel
2899       - 14  # NDRPDR sel
2900       - 15  # NDRPDR sel
2901       - 16  # NDRPDR sel
2902       - 17  # NDRPDR sel
2903       - 18  # NDRPDR sel
2904       - 19  # NDRPDR sel
2905       - 20  # NDRPDR sel
2906       - 22  # NDRPDR sel
2907
2908     csit-dpdk-perf-verify-2001-3n-tsh:
2909       - 3   # NDRPDR sel
2910       - 4   # NDRPDR sel
2911       - 5   # NDRPDR sel
2912       - 9   # NDRPDR sel
2913       - 10  # NDRPDR sel
2914       - 11  # NDRPDR sel
2915       - 12  # NDRPDR sel
2916       - 14  # NDRPDR sel
2917       - 15  # NDRPDR sel
2918       - 18  # NDRPDR sel
2919
2920     csit-vpp-device-2001-ubuntu1804-1n-skx:
2921       - 57
2922
2923 - type: "output"
2924   output: "report"
2925   format:
2926     html:
2927     - full
2928 #    pdf:
2929 #    - minimal
2930
2931 ################################################################################
2932 ###                               T A B L E S                                ###
2933 ################################################################################
2934
2935 # VPP Soak vs NDR - 2n-skx
2936 - type: "table"
2937   title: "VPP Soak vs NDR 2n-skx"
2938   algorithm: "table_soak_vs_ndr"
2939   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2940   reference:
2941     title: "NDR"
2942     data: "vpp-soak-vs-ndr-2n-skx-ref"
2943   compare:
2944     title: "Soak"
2945     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2946   data: "vpp-soak-vs-ndr-2n-skx"
2947   include-tests: "NDR"
2948   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2949   parameters:
2950     - "throughput"
2951     - "name"
2952     - "parent"
2953
2954 # VPP Soak vs NDR - 2n-clx
2955 - type: "table"
2956   title: "VPP Soak vs NDR 2n-clx"
2957   algorithm: "table_soak_vs_ndr"
2958   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2959   reference:
2960     title: "NDR"
2961     data: "vpp-soak-vs-ndr-2n-clx-ref"
2962   compare:
2963     title: "Soak"
2964     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2965   data: "vpp-soak-vs-ndr-2n-clx"
2966   include-tests: "NDR"
2967   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2968   parameters:
2969     - "throughput"
2970     - "name"
2971     - "parent"
2972
2973 ################################################################################
2974
2975 # VPP Compare NICs 3n-skx 2t1c ndr
2976 - type: "table"
2977   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2978   algorithm: "table_comparison"
2979   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2980   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2981   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2982   columns:
2983     - title: "x710"
2984       data-set: "vpp-nic-comparison-3n-skx"
2985       tag: "NIC_Intel-X710"
2986     - title: "xxv710"
2987       data-set: "vpp-nic-comparison-3n-skx"
2988       tag: "NIC_Intel-XXV710"
2989   comparisons:
2990     - title: "Diff"
2991       reference: 1
2992       compare: 2
2993   legend:
2994     - "Legend to Table:"
2995     - "x710, xxv710 - NICs tested."
2996     - "Diff - difference between x710 and xxv710 NIC."
2997
2998 # VPP Compare NICs 3n-skx 4t2c ndr
2999 - type: "table"
3000   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3001   algorithm: "table_comparison"
3002   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3003   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3004   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3005   columns:
3006     - title: "x710"
3007       data-set: "vpp-nic-comparison-3n-skx"
3008       tag: "NIC_Intel-X710"
3009     - title: "xxv710"
3010       data-set: "vpp-nic-comparison-3n-skx"
3011       tag: "NIC_Intel-XXV710"
3012   comparisons:
3013     - title: "Diff"
3014       reference: 1
3015       compare: 2
3016   legend:
3017     - "Legend to Table:"
3018     - "x710, xxv710 - NICs tested."
3019     - "Diff - difference between x710 and xxv710 NIC."
3020
3021 # VPP Compare NICs 3n-skx 2t1c pdr
3022 - type: "table"
3023   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3024   algorithm: "table_comparison"
3025   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3026   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3027   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3028   columns:
3029     - title: "x710"
3030       data-set: "vpp-nic-comparison-3n-skx"
3031       tag: "NIC_Intel-X710"
3032     - title: "xxv710"
3033       data-set: "vpp-nic-comparison-3n-skx"
3034       tag: "NIC_Intel-XXV710"
3035   comparisons:
3036     - title: "Diff"
3037       reference: 1
3038       compare: 2
3039   legend:
3040     - "Legend to Table:"
3041     - "x710, xxv710 - NICs tested."
3042     - "Diff - difference between x710 and xxv710 NIC."
3043
3044 # VPP Compare NICs 3n-skx 4t2c pdr
3045 - type: "table"
3046   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3047   algorithm: "table_comparison"
3048   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3049   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3050   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3051   columns:
3052     - title: "x710"
3053       data-set: "vpp-nic-comparison-3n-skx"
3054       tag: "NIC_Intel-X710"
3055     - title: "xxv710"
3056       data-set: "vpp-nic-comparison-3n-skx"
3057       tag: "NIC_Intel-XXV710"
3058   comparisons:
3059     - title: "Diff"
3060       reference: 1
3061       compare: 2
3062   legend:
3063     - "Legend to Table:"
3064     - "x710, xxv710 - NICs tested."
3065     - "Diff - difference between x710 and xxv710 NIC."
3066
3067 # VPP Compare NICs 3n-skx 2t1c mrr
3068 - type: "table"
3069   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3070   algorithm: "table_comparison"
3071   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3072   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3073   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3074   columns:
3075     - title: "x710"
3076       data-set: "vpp-nic-comparison-3n-skx-mrr"
3077       tag: "NIC_Intel-X710"
3078     - title: "xxv710"
3079       data-set: "vpp-nic-comparison-3n-skx-mrr"
3080       tag: "NIC_Intel-XXV710"
3081   comparisons:
3082     - title: "Diff"
3083       reference: 1
3084       compare: 2
3085   legend:
3086     - "Legend to Table:"
3087     - "x710, xxv710 - NICs tested."
3088     - "Diff - difference between x710 and xxv710 NIC."
3089
3090 # VPP Compare NICs 3n-skx 4t2c mrr
3091 - type: "table"
3092   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3093   algorithm: "table_comparison"
3094   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3095   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3096   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3097   columns:
3098     - title: "x710"
3099       data-set: "vpp-nic-comparison-3n-skx-mrr"
3100       tag: "NIC_Intel-X710"
3101     - title: "xxv710"
3102       data-set: "vpp-nic-comparison-3n-skx-mrr"
3103       tag: "NIC_Intel-XXV710"
3104   comparisons:
3105     - title: "Diff"
3106       reference: 1
3107       compare: 2
3108   legend:
3109     - "Legend to Table:"
3110     - "x710, xxv710 - NICs tested."
3111     - "Diff - difference between x710 and xxv710 NIC."
3112
3113 # VPP Compare NICs 3n-skx 8t4c mrr
3114 - type: "table"
3115   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3116   algorithm: "table_comparison"
3117   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3118   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3119   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3120   columns:
3121     - title: "x710"
3122       data-set: "vpp-nic-comparison-3n-skx-mrr"
3123       tag: "NIC_Intel-X710"
3124     - title: "xxv710"
3125       data-set: "vpp-nic-comparison-3n-skx-mrr"
3126       tag: "NIC_Intel-XXV710"
3127   comparisons:
3128     - title: "Diff"
3129       reference: 1
3130       compare: 2
3131   legend:
3132     - "Legend to Table:"
3133     - "x710, xxv710 - NICs tested."
3134     - "Diff - difference between x710 and xxv710 NIC."
3135
3136 # VPP Compare NICs 2n-skx 2t1c ndr
3137 - type: "table"
3138   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3139   algorithm: "table_comparison"
3140   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3141   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3142   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3143   columns:
3144     - title: "x710"
3145       data-set: "vpp-nic-comparison-2n-skx"
3146       tag: "NIC_Intel-X710"
3147     - title: "xxv710"
3148       data-set: "vpp-nic-comparison-2n-skx"
3149       tag: "NIC_Intel-XXV710"
3150   comparisons:
3151     - title: "Diff"
3152       reference: 1
3153       compare: 2
3154   legend:
3155     - "Legend to Table:"
3156     - "x710, xxv710 - NICs tested."
3157     - "Diff - difference between x710 and xxv710 NIC."
3158
3159 # VPP Compare NICs 2n-skx 4t2c ndr
3160 - type: "table"
3161   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3162   algorithm: "table_comparison"
3163   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3164   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3165   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3166   columns:
3167     - title: "x710"
3168       data-set: "vpp-nic-comparison-2n-skx"
3169       tag: "NIC_Intel-X710"
3170     - title: "xxv710"
3171       data-set: "vpp-nic-comparison-2n-skx"
3172       tag: "NIC_Intel-XXV710"
3173   comparisons:
3174     - title: "Diff"
3175       reference: 1
3176       compare: 2
3177   legend:
3178     - "Legend to Table:"
3179     - "x710, xxv710 - NICs tested."
3180     - "Diff - difference between x710 and xxv710 NIC."
3181
3182 # VPP Compare NICs 2n-skx 2t1c pdr
3183 - type: "table"
3184   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3185   algorithm: "table_comparison"
3186   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3187   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3188   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3189   columns:
3190     - title: "x710"
3191       data-set: "vpp-nic-comparison-2n-skx"
3192       tag: "NIC_Intel-X710"
3193     - title: "xxv710"
3194       data-set: "vpp-nic-comparison-2n-skx"
3195       tag: "NIC_Intel-XXV710"
3196   comparisons:
3197     - title: "Diff"
3198       reference: 1
3199       compare: 2
3200   legend:
3201     - "Legend to Table:"
3202     - "x710, xxv710 - NICs tested."
3203     - "Diff - difference between x710 and xxv710 NIC."
3204
3205 # VPP Compare NICs 2n-skx 4t2c pdr
3206 - type: "table"
3207   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3208   algorithm: "table_comparison"
3209   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3210   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3211   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3212   columns:
3213     - title: "x710"
3214       data-set: "vpp-nic-comparison-2n-skx"
3215       tag: "NIC_Intel-X710"
3216     - title: "xxv710"
3217       data-set: "vpp-nic-comparison-2n-skx"
3218       tag: "NIC_Intel-XXV710"
3219   comparisons:
3220     - title: "Diff"
3221       reference: 1
3222       compare: 2
3223   legend:
3224     - "Legend to Table:"
3225     - "x710, xxv710 - NICs tested."
3226     - "Diff - difference between x710 and xxv710 NIC."
3227
3228 # VPP Compare NICs 2n-skx 2t1c mrr
3229 - type: "table"
3230   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3231   algorithm: "table_comparison"
3232   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3233   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3234   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3235   columns:
3236     - title: "x710"
3237       data-set: "vpp-nic-comparison-2n-skx-mrr"
3238       tag: "NIC_Intel-X710"
3239     - title: "xxv710"
3240       data-set: "vpp-nic-comparison-2n-skx-mrr"
3241       tag: "NIC_Intel-XXV710"
3242   comparisons:
3243     - title: "Diff"
3244       reference: 1
3245       compare: 2
3246   legend:
3247     - "Legend to Table:"
3248     - "x710, xxv710 - NICs tested."
3249     - "Diff - difference between x710 and xxv710 NIC."
3250
3251 # VPP Compare NICs 2n-skx 4t2c mrr
3252 - type: "table"
3253   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3254   algorithm: "table_comparison"
3255   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3256   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3257   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3258   columns:
3259     - title: "x710"
3260       data-set: "vpp-nic-comparison-2n-skx-mrr"
3261       tag: "NIC_Intel-X710"
3262     - title: "xxv710"
3263       data-set: "vpp-nic-comparison-2n-skx-mrr"
3264       tag: "NIC_Intel-XXV710"
3265   comparisons:
3266     - title: "Diff"
3267       reference: 1
3268       compare: 2
3269   legend:
3270     - "Legend to Table:"
3271     - "x710, xxv710 - NICs tested."
3272     - "Diff - difference between x710 and xxv710 NIC."
3273
3274 # VPP Compare NICs 2n-skx 8t4c mrr
3275 - type: "table"
3276   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3277   algorithm: "table_comparison"
3278   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3279   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3280   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3281   columns:
3282     - title: "x710"
3283       data-set: "vpp-nic-comparison-2n-skx-mrr"
3284       tag: "NIC_Intel-X710"
3285     - title: "xxv710"
3286       data-set: "vpp-nic-comparison-2n-skx-mrr"
3287       tag: "NIC_Intel-XXV710"
3288   comparisons:
3289     - title: "Diff"
3290       reference: 1
3291       compare: 2
3292   legend:
3293     - "Legend to Table:"
3294     - "x710, xxv710 - NICs tested."
3295     - "Diff - difference between x710 and xxv710 NIC."
3296
3297 ################################################################################
3298 # VPP
3299
3300 # VPP Performance changes 2n-skx-xxv710 2t1c ndr
3301 - type: "table"
3302   title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
3303   algorithm: "table_comparison"
3304   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
3305   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3306   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3307   columns:
3308     - title: "1908.1"
3309       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3310     - title: "1908.2"
3311       data-set: "vpp-perf-changes-2n-skx-new1908_2"
3312   comparisons:
3313     - title: "Diff"
3314       reference: 1
3315       compare: 2
3316   legend:
3317     - "Legend to Table:"
3318     - "1908.1, 1908.2 - VPP versions tested."
3319     - "Diff - difference between the previous and the current VPP version."
3320
3321 # VPP Performance changes 2n-skx-xxv710 2t1c pdr
3322 - type: "table"
3323   title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
3324   algorithm: "table_comparison"
3325   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
3326   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3327   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3328   columns:
3329     - title: "1908.1"
3330       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3331     - title: "1908.2"
3332       data-set: "vpp-perf-changes-2n-skx-new1908_2"
3333   comparisons:
3334     - title: "Diff"
3335       reference: 1
3336       compare: 2
3337   legend:
3338     - "Legend to Table:"
3339     - "1908.1, 1908.2 - VPP versions tested."
3340     - "Diff - difference between the previous and the current VPP version."
3341
3342 # VPP Performance changes 3n-skx-xxv710 2t1c ndr
3343 - type: "table"
3344   title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3345   algorithm: "table_comparison"
3346   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3347   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3348   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3349   columns:
3350     - title: "1908.1"
3351       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3352     - title: "1908.2"
3353       data-set: "vpp-perf-changes-3n-skx-new1908_2"
3354   comparisons:
3355     - title: "Diff"
3356       reference: 1
3357       compare: 2
3358   legend:
3359     - "Legend to Table:"
3360     - "1908.1, 1908.2 - VPP versions tested."
3361     - "Diff - difference between the previous and the current VPP version."
3362
3363 # VPP Performance changes 3n-skx-xxv710 2t1c pdr
3364 - type: "table"
3365   title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3366   algorithm: "table_comparison"
3367   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3368   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3369   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3370   columns:
3371     - title: "1908.1"
3372       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3373     - title: "1908.2"
3374       data-set: "vpp-perf-changes-3n-skx-new1908_2"
3375   comparisons:
3376     - title: "Diff"
3377       reference: 1
3378       compare: 2
3379   legend:
3380     - "Legend to Table:"
3381     - "1908.1, 1908.2 - VPP versions tested."
3382     - "Diff - difference between the previous and the current VPP version."
3383
3384 # VPP Performance changes 2n-clx-xxv710 2t1c ndr
3385 - type: "table"
3386   title: "VPP Performance changes 2n-clx-xxv710 2t1c ndr"
3387   algorithm: "table_comparison"
3388   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-ndr"
3389   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3390   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3391   columns:
3392     - title: "1908.1"
3393       data-set: "vpp-perf-changes-2n-clx-new1908_1"
3394     - title: "1908.2"
3395       data-set: "vpp-perf-changes-2n-clx-new1908_2"
3396   comparisons:
3397     - title: "Diff"
3398       reference: 1
3399       compare: 2
3400   legend:
3401     - "Legend to Table:"
3402     - "1908.1, 1908.2 - VPP versions tested."
3403     - "Diff - difference between the previous and the current VPP version."
3404
3405 # VPP Performance changes 2n-clx-xxv710 2t1c pdr
3406 - type: "table"
3407   title: "VPP Performance changes 2n-clx-xxv710 2t1c pdr"
3408   algorithm: "table_comparison"
3409   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-pdr"
3410   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3411   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3412   columns:
3413     - title: "1908.1"
3414       data-set: "vpp-perf-changes-2n-clx-new1908_1"
3415     - title: "1908.2"
3416       data-set: "vpp-perf-changes-2n-clx-new1908_2"
3417   comparisons:
3418     - title: "Diff"
3419       reference: 1
3420       compare: 2
3421   legend:
3422     - "Legend to Table:"
3423     - "1908.1, 1908.2 - VPP versions tested."
3424     - "Diff - difference between the previous and the current VPP version."
3425
3426 # VPP Performance Changes 3n-hsw 1t1c pdr
3427 - type: "table"
3428   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3429   algorithm: "table_comparison"
3430   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3431   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3432   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3433   columns:
3434     - title: "1904"
3435       data-set: "vpp-performance-changes-3n-hsw-h1"
3436     - title: "1908"
3437       data-set: "vpp-performance-changes-3n-hsw-ref"
3438     - title: "2001"
3439       data-set: "vpp-performance-changes-3n-hsw-cmp"
3440   comparisons:
3441     - title: "Diff"
3442       reference: 2
3443       compare: 3
3444   legend:
3445     - "Legend to Table"
3446     - "1904, 1908, 2001 - VPP versions tested."
3447     - "Diff - difference between 1908 and 2001 VPP version."
3448
3449 # VPP Performance Changes 3n-hsw 2t2c pdr
3450 - type: "table"
3451   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3452   algorithm: "table_comparison"
3453   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3454   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3455   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3456   columns:
3457     - title: "1904"
3458       data-set: "vpp-performance-changes-3n-hsw-h1"
3459     - title: "1908"
3460       data-set: "vpp-performance-changes-3n-hsw-ref"
3461     - title: "2001"
3462       data-set: "vpp-performance-changes-3n-hsw-cmp"
3463   comparisons:
3464     - title: "Diff"
3465       reference: 2
3466       compare: 3
3467   legend:
3468     - "Legend to Table"
3469     - "1904, 1908, 2001 - VPP versions tested."
3470     - "Diff - difference between 1908 and 2001 VPP version."
3471
3472 # VPP Performance Changes 3n-hsw 1t1c ndr
3473 - type: "table"
3474   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3475   algorithm: "table_comparison"
3476   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3477   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3478   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3479   columns:
3480     - title: "1904"
3481       data-set: "vpp-performance-changes-3n-hsw-h1"
3482     - title: "1908"
3483       data-set: "vpp-performance-changes-3n-hsw-ref"
3484     - title: "2001"
3485       data-set: "vpp-performance-changes-3n-hsw-cmp"
3486   comparisons:
3487     - title: "Diff"
3488       reference: 2
3489       compare: 3
3490   legend:
3491     - "Legend to Table"
3492     - "1904, 1908, 2001 - VPP versions tested."
3493     - "Diff - difference between 1908 and 2001 VPP version."
3494
3495 # VPP Performance Changes 3n-hsw 2t2c ndr
3496 - type: "table"
3497   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3498   algorithm: "table_comparison"
3499   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3500   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3501   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3502   columns:
3503     - title: "1904"
3504       data-set: "vpp-performance-changes-3n-hsw-h1"
3505     - title: "1908"
3506       data-set: "vpp-performance-changes-3n-hsw-ref"
3507     - title: "2001"
3508       data-set: "vpp-performance-changes-3n-hsw-cmp"
3509   comparisons:
3510     - title: "Diff"
3511       reference: 2
3512       compare: 3
3513   legend:
3514     - "Legend to Table"
3515     - "1904, 1908, 2001 - VPP versions tested."
3516     - "Diff - difference between 1908 and 2001 VPP version."
3517
3518 # VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3519 - type: "table"
3520   title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3521   algorithm: "table_comparison"
3522   output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3523   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3524   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3525   rca:
3526     - title: "RCA1"
3527       data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3528     - title: "RCA2"
3529       data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3530   columns:
3531     - title: "1908.0.pe"
3532       data-set: "vpp-perf-changes-3n-skx-old1908_0"
3533       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3534     - title: "1908.1.pe"
3535       data-set: "vpp-perf-changes-3n-skx-old1908_1"
3536     - title: "1908.1.ce"
3537       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3538     - title: "2001.0.ce"
3539       data-set: "vpp-perf-changes-3n-skx-new2001_0"
3540   comparisons:
3541     - title: "Diff1"
3542       reference: 2
3543       reference-alt: 1
3544       compare: 3
3545     - title: "Diff2"
3546       reference: 3
3547       compare: 4
3548   legend:
3549     - "Legend to Table"
3550     - "1908.0, 1908.1, 2001.0 - VPP versions tested."
3551     - "pe - previous environment used for testing, per CSIT-1908 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3552     - "ce - current environment used for testing, per CSIT-2001 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3553     - "Diff1 - difference between the previous and the current environment for the same VPP version, 1908.1.ce vs. 1908.1.pe (if latter results not available, 1908.0.pe is used)."
3554     - "Diff2 - difference between the previous and the current VPP version in the current environment, 2001.0.ce vs. 1908.1.ce."
3555     - "RCA1 - root cause analysis reference for Diff1."
3556     - "RCA2 - root cause analysis reference for Diff2."
3557
3558 # VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3559 - type: "table"
3560   title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3561   algorithm: "table_comparison"
3562   output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3563   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3564   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3565   rca:
3566     - title: "RCA1"
3567       data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3568     - title: "RCA2"
3569       data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3570   columns:
3571     - title: "1908.0.pe"
3572       data-set: "vpp-perf-changes-3n-skx-old1908_0"
3573       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3574     - title: "1908.1.pe"
3575       data-set: "vpp-perf-changes-3n-skx-old1908_1"
3576     - title: "1908.1.ce"
3577       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3578     - title: "2001.0.ce"
3579       data-set: "vpp-perf-changes-3n-skx-new2001_0"
3580   comparisons:
3581     - title: "Diff1"
3582       reference: 2
3583       reference-alt: 1
3584       compare: 3
3585     - title: "Diff2"
3586       reference: 3
3587       compare: 4
3588   legend:
3589     - "Legend to Table"
3590     - "1908.0, 1908.1, 2001.0 - VPP versions tested."
3591     - "pe - previous environment used for testing, per CSIT-1908 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3592     - "ce - current environment used for testing, per CSIT-2001 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3593     - "Diff1 - difference between the previous and the current environment for the same VPP version, 1908.1.ce vs. 1908.1.pe (if latter results not available, 1908.0.pe is used)."
3594     - "Diff2 - difference between the previous and the current VPP version in the current environment, 2001.0.ce vs. 1908.1.ce."
3595     - "RCA1 - root cause analysis reference for Diff1."
3596     - "RCA2 - root cause analysis reference for Diff2."
3597
3598 # VPP Performance Changes 3n-skx 2t1c pdr
3599 - type: "table"
3600   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3601   algorithm: "table_comparison"
3602   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3603   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3604   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3605   columns:
3606     - title: "1904"
3607       data-set: "vpp-performance-changes-3n-skx-h1"
3608       tag: "NIC_Intel-X710"
3609     - title: "1908"
3610       data-set: "vpp-performance-changes-3n-skx-ref"
3611       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3612       tag: "NIC_Intel-XXV710"
3613     - title: "2001"
3614       data-set: "vpp-performance-changes-3n-skx-cmp"
3615       tag: "NIC_Intel-XXV710"
3616   comparisons:
3617     - title: "Diff"
3618       reference: 2
3619       compare: 3
3620   legend:
3621     - "Legend to Table"
3622     - "1904, 1908, 2001 - VPP versions tested."
3623     - "Diff - difference between 1908 and 2001 VPP version."
3624
3625 # VPP Performance Changes 3n-skx 4t2c pdr
3626 - type: "table"
3627   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3628   algorithm: "table_comparison"
3629   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3630   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3631   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3632   columns:
3633     - title: "1904"
3634       data-set: "vpp-performance-changes-3n-skx-h1"
3635       tag: "NIC_Intel-X710"
3636     - title: "1908"
3637       data-set: "vpp-performance-changes-3n-skx-ref"
3638       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3639       tag: "NIC_Intel-XXV710"
3640     - title: "2001"
3641       data-set: "vpp-performance-changes-3n-skx-cmp"
3642       tag: "NIC_Intel-XXV710"
3643   comparisons:
3644     - title: "Diff"
3645       reference: 2
3646       compare: 3
3647   legend:
3648     - "Legend to Table"
3649     - "1904, 1908, 2001 - VPP versions tested."
3650     - "Diff - difference between 1908 and 2001 VPP version."
3651
3652 # VPP Performance Changes 3n-skx 2t1c ndr
3653 - type: "table"
3654   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3655   algorithm: "table_comparison"
3656   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3657   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3658   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3659   columns:
3660     - title: "1904"
3661       data-set: "vpp-performance-changes-3n-skx-h1"
3662       tag: "NIC_Intel-X710"
3663     - title: "1908"
3664       data-set: "vpp-performance-changes-3n-skx-ref"
3665       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3666       tag: "NIC_Intel-XXV710"
3667     - title: "2001"
3668       data-set: "vpp-performance-changes-3n-skx-cmp"
3669       tag: "NIC_Intel-XXV710"
3670   comparisons:
3671     - title: "Diff"
3672       reference: 2
3673       compare: 3
3674   legend:
3675     - "Legend to Table"
3676     - "1904, 1908, 2001 - VPP versions tested."
3677     - "Diff - difference between 1908 and 2001 VPP version."
3678
3679 # VPP Performance Changes 3n-skx 4t2c ndr
3680 - type: "table"
3681   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3682   algorithm: "table_comparison"
3683   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3684   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3685   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3686   columns:
3687     - title: "1904"
3688       data-set: "vpp-performance-changes-3n-skx-h1"
3689       tag: "NIC_Intel-X710"
3690     - title: "1908"
3691       data-set: "vpp-performance-changes-3n-skx-ref"
3692       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3693       tag: "NIC_Intel-XXV710"
3694     - title: "2001"
3695       data-set: "vpp-performance-changes-3n-skx-cmp"
3696       tag: "NIC_Intel-XXV710"
3697   comparisons:
3698     - title: "Diff"
3699       reference: 2
3700       compare: 3
3701   legend:
3702     - "Legend to Table"
3703     - "1904, 1908, 2001 - VPP versions tested."
3704     - "Diff - difference between 1908 and 2001 VPP version."
3705
3706 # VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3707 - type: "table"
3708   title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3709   algorithm: "table_comparison"
3710   output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3711   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3712   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3713   rca:
3714     - title: "RCA1"
3715       data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3716     - title: "RCA2"
3717       data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3718   columns:
3719     - title: "1908.0.pe"
3720       data-set: "vpp-perf-changes-2n-skx-old1908_0"
3721       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3722     - title: "1908.1.pe"
3723       data-set: "vpp-perf-changes-2n-skx-old1908_1"
3724     - title: "1908.1.ce"
3725       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3726     - title: "2001.0.ce"
3727       data-set: "vpp-perf-changes-2n-skx-new2001_0"
3728   comparisons:
3729     - title: "Diff1"
3730       reference: 2
3731       reference-alt: 1
3732       compare: 3
3733     - title: "Diff2"
3734       reference: 3
3735       compare: 4
3736   legend:
3737     - "Legend to Table"
3738     - "1908.0, 1908.1, 2001.0 - VPP versions tested."
3739     - "pe - previous environment used for testing, per CSIT-1908 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3740     - "ce - current environment used for testing, per CSIT-2001 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3741     - "Diff1 - difference between the previous and the current environment for the same VPP version, 1908.1.ce vs. 1908.1.pe (if latter results not available, 1908.0.pe is used)."
3742     - "Diff2 - difference between the previous and the current VPP version in the current environment, 2001.0.ce vs. 1908.1.ce."
3743     - "RCA1 - root cause analysis reference for Diff1."
3744     - "RCA2 - root cause analysis reference for Diff2."
3745
3746 # VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3747 - type: "table"
3748   title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3749   algorithm: "table_comparison"
3750   output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3751   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3752   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3753   rca:
3754     - title: "RCA1"
3755       data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3756     - title: "RCA2"
3757       data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3758   columns:
3759     - title: "1908.0.pe"
3760       data-set: "vpp-perf-changes-2n-skx-old1908_0"
3761       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3762     - title: "1908.1.pe"
3763       data-set: "vpp-perf-changes-2n-skx-old1908_1"
3764     - title: "1908.1.ce"
3765       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3766     - title: "2001.0.ce"
3767       data-set: "vpp-perf-changes-2n-skx-new2001_0"
3768   comparisons:
3769     - title: "Diff1"
3770       reference: 2
3771       reference-alt: 1
3772       compare: 3
3773     - title: "Diff2"
3774       reference: 3
3775       compare: 4
3776   legend:
3777     - "Legend to Table"
3778     - "1908.0, 1908.1, 2001.0 - VPP versions tested."
3779     - "pe - previous environment used for testing, per CSIT-1908 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3780     - "ce - current environment used for testing, per CSIT-2001 release, <pointer to BIOS, ucode, Linux, TRex versions and settings>."
3781     - "Diff1 - difference between the previous and the current environment for the same VPP version, 1908.1.ce vs. 1908.1.pe (if latter results not available, 1908.0.pe is used)."
3782     - "Diff2 - difference between the previous and the current VPP version in the current environment, 2001.0.ce vs. 1908.1.ce."
3783     - "RCA1 - root cause analysis reference for Diff1."
3784     - "RCA2 - root cause analysis reference for Diff2."
3785
3786 # VPP Performance Changes 2n-skx 2t1c pdr
3787 - type: "table"
3788   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3789   algorithm: "table_comparison"
3790   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3791   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3792   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3793   columns:
3794     - title: "1904"
3795       data-set: "vpp-performance-changes-2n-skx-h1"
3796       tag: "NIC_Intel-X710"
3797     - title: "1908"
3798       data-set: "vpp-performance-changes-2n-skx-ref"
3799       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3800       tag: "NIC_Intel-XXV710"
3801     - title: "2001"
3802       data-set: "vpp-performance-changes-2n-skx-cmp"
3803       tag: "NIC_Intel-XXV710"
3804   comparisons:
3805     - title: "Diff"
3806       reference: 2
3807       compare: 3
3808   legend:
3809     - "Legend to Table"
3810     - "1904, 1908, 2001 - VPP versions tested."
3811     - "Diff - difference between 1908 and 2001 VPP version."
3812
3813 # VPP Performance Changes 2n-skx 4t2c pdr
3814 - type: "table"
3815   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3816   algorithm: "table_comparison"
3817   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3818   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3819   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3820   columns:
3821     - title: "1904"
3822       data-set: "vpp-performance-changes-2n-skx-h1"
3823       tag: "NIC_Intel-X710"
3824     - title: "1908"
3825       data-set: "vpp-performance-changes-2n-skx-ref"
3826       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3827       tag: "NIC_Intel-XXV710"
3828     - title: "2001"
3829       data-set: "vpp-performance-changes-2n-skx-cmp"
3830       tag: "NIC_Intel-XXV710"
3831   comparisons:
3832     - title: "Diff"
3833       reference: 2
3834       compare: 3
3835   legend:
3836     - "Legend to Table"
3837     - "1904, 1908, 2001 - VPP versions tested."
3838     - "Diff - difference between 1908 and 2001 VPP version."
3839
3840 # VPP Performance Changes 2n-skx 2t1c ndr
3841 - type: "table"
3842   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3843   algorithm: "table_comparison"
3844   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3845   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3846   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3847   columns:
3848     - title: "1904"
3849       data-set: "vpp-performance-changes-2n-skx-h1"
3850       tag: "NIC_Intel-X710"
3851     - title: "1908"
3852       data-set: "vpp-performance-changes-2n-skx-ref"
3853       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3854       tag: "NIC_Intel-XXV710"
3855     - title: "2001"
3856       data-set: "vpp-performance-changes-2n-skx-cmp"
3857       tag: "NIC_Intel-XXV710"
3858   comparisons:
3859     - title: "Diff"
3860       reference: 2
3861       compare: 3
3862   legend:
3863     - "Legend to Table"
3864     - "1904, 1908, 2001 - VPP versions tested."
3865     - "Diff - difference between 1908 and 2001 VPP version."
3866
3867 # VPP Performance Changes 2n-skx 4t2c ndr
3868 - type: "table"
3869   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3870   algorithm: "table_comparison"
3871   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3872   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3873   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3874   columns:
3875     - title: "1904"
3876       data-set: "vpp-performance-changes-2n-skx-h1"
3877       tag: "NIC_Intel-X710"
3878     - title: "1908"
3879       data-set: "vpp-performance-changes-2n-skx-ref"
3880       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3881       tag: "NIC_Intel-XXV710"
3882     - title: "2001"
3883       data-set: "vpp-performance-changes-2n-skx-cmp"
3884       tag: "NIC_Intel-XXV710"
3885   comparisons:
3886     - title: "Diff"
3887       reference: 2
3888       compare: 3
3889   legend:
3890     - "Legend to Table"
3891     - "1904, 1908, 2001 - VPP versions tested."
3892     - "Diff - difference between 1908 and 2001 VPP version."
3893
3894 # VPP Performance Changes 2n-dnv 1t1c pdr
3895 - type: "table"
3896   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3897   algorithm: "table_comparison"
3898   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3899   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3900   filter: "'1T1C'"
3901   columns:
3902     - title: "1908"
3903       data-set: "vpp-performance-changes-2n-dnv-ref"
3904     - title: "2001"
3905       data-set: "vpp-performance-changes-2n-dnv-cmp"
3906   comparisons:
3907     - title: "Diff"
3908       reference: 1
3909       compare: 2
3910   legend:
3911     - "Legend to Table"
3912     - "1908, 2001 - VPP versions tested."
3913     - "Diff - difference between 1908 and 2001 VPP version."
3914
3915 # VPP Performance Changes 2n-dnv 2t2c pdr
3916 - type: "table"
3917   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3918   algorithm: "table_comparison"
3919   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3920   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3921   filter: "'2T2C'"
3922   columns:
3923     - title: "1908"
3924       data-set: "vpp-performance-changes-2n-dnv-ref"
3925     - title: "2001"
3926       data-set: "vpp-performance-changes-2n-dnv-cmp"
3927   comparisons:
3928     - title: "Diff"
3929       reference: 1
3930       compare: 2
3931   legend:
3932     - "Legend to Table"
3933     - "1908, 2001 - VPP versions tested."
3934     - "Diff - difference between 1908 and 2001 VPP version."
3935
3936 # VPP Performance Changes 2n-dnv 1t1c ndr
3937 - type: "table"
3938   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3939   algorithm: "table_comparison"
3940   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3941   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3942   filter: "'1T1C'"
3943   columns:
3944     - title: "1908"
3945       data-set: "vpp-performance-changes-2n-dnv-ref"
3946     - title: "2001"
3947       data-set: "vpp-performance-changes-2n-dnv-cmp"
3948   comparisons:
3949     - title: "Diff"
3950       reference: 1
3951       compare: 2
3952   legend:
3953     - "Legend to Table"
3954     - "1908, 2001 - VPP versions tested."
3955     - "Diff - difference between 1908 and 2001 VPP version."
3956
3957 # VPP Performance Changes 2n-dnv 2t2c ndr
3958 - type: "table"
3959   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3960   algorithm: "table_comparison"
3961   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3962   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3963   filter: "'2T2C'"
3964   columns:
3965     - title: "1908"
3966       data-set: "vpp-performance-changes-2n-dnv-ref"
3967     - title: "2001"
3968       data-set: "vpp-performance-changes-2n-dnv-cmp"
3969   comparisons:
3970     - title: "Diff"
3971       reference: 1
3972       compare: 2
3973   legend:
3974     - "Legend to Table"
3975     - "1908, 2001 - VPP versions tested."
3976     - "Diff - difference between 1908 and 2001 VPP version."
3977
3978 # VPP Performance Changes 3n-dnv 1t1c pdr
3979 - type: "table"
3980   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3981   algorithm: "table_comparison"
3982   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3983   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3984   filter: "'1T1C'"
3985   columns:
3986     - title: "1908"
3987       data-set: "vpp-performance-changes-3n-dnv-ref"
3988     - title: "2001"
3989       data-set: "vpp-performance-changes-3n-dnv-cmp"
3990   comparisons:
3991     - title: "Diff"
3992       reference: 1
3993       compare: 2
3994   legend:
3995     - "Legend to Table"
3996     - "1908, 2001 - VPP versions tested."
3997     - "Diff - difference between 1908 and 2001 VPP version."
3998
3999 # VPP Performance Changes 3n-dnv 2t2c pdr
4000 - type: "table"
4001   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4002   algorithm: "table_comparison"
4003   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4004   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4005   filter: "'2T2C'"
4006   columns:
4007     - title: "1908"
4008       data-set: "vpp-performance-changes-3n-dnv-ref"
4009     - title: "2001"
4010       data-set: "vpp-performance-changes-3n-dnv-cmp"
4011   comparisons:
4012     - title: "Diff"
4013       reference: 1
4014       compare: 2
4015   legend:
4016     - "Legend to Table"
4017     - "1908, 2001 - VPP versions tested."
4018     - "Diff - difference between 1908 and 2001 VPP version."
4019
4020 # VPP Performance Changes 3n-dnv 1t1c ndr
4021 - type: "table"
4022   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4023   algorithm: "table_comparison"
4024   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4025   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4026   filter: "'1T1C'"
4027   columns:
4028     - title: "1908"
4029       data-set: "vpp-performance-changes-3n-dnv-ref"
4030     - title: "2001"
4031       data-set: "vpp-performance-changes-3n-dnv-cmp"
4032   comparisons:
4033     - title: "Diff"
4034       reference: 1
4035       compare: 2
4036   legend:
4037     - "Legend to Table"
4038     - "1908, 2001 - VPP versions tested."
4039     - "Diff - difference between 1908 and 2001 VPP version."
4040
4041 # VPP Performance Changes 3n-dnv 2t2c ndr
4042 - type: "table"
4043   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4044   algorithm: "table_comparison"
4045   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4046   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4047   filter: "'2T2C'"
4048   columns:
4049     - title: "1908"
4050       data-set: "vpp-performance-changes-3n-dnv-ref"
4051     - title: "2001"
4052       data-set: "vpp-performance-changes-3n-dnv-cmp"
4053   comparisons:
4054     - title: "Diff"
4055       reference: 1
4056       compare: 2
4057   legend:
4058     - "Legend to Table"
4059     - "1908, 2001 - VPP versions tested."
4060     - "Diff - difference between 1908 and 2001 VPP version."
4061
4062 # VPP Performance Changes 3n-tsh 1t1c pdr
4063 - type: "table"
4064   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4065   algorithm: "table_comparison"
4066   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4067   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4068   filter: "'1T1C'"
4069   columns:
4070     - title: "1908"
4071       data-set: "vpp-performance-changes-3n-tsh-ref"
4072     - title: "2001"
4073       data-set: "vpp-performance-changes-3n-tsh-cmp"
4074   comparisons:
4075     - title: "Diff"
4076       reference: 1
4077       compare: 2
4078   legend:
4079     - "Legend to Table"
4080     - "1908, 2001 - VPP versions tested."
4081     - "Diff - difference between 1908 and 2001 VPP version."
4082
4083 # VPP Performance Changes 3n-tsh 2t2c pdr
4084 - type: "table"
4085   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4086   algorithm: "table_comparison"
4087   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4088   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4089   filter: "'2T2C'"
4090   columns:
4091     - title: "1908"
4092       data-set: "vpp-performance-changes-3n-tsh-ref"
4093     - title: "2001"
4094       data-set: "vpp-performance-changes-3n-tsh-cmp"
4095   comparisons:
4096     - title: "Diff"
4097       reference: 1
4098       compare: 2
4099   legend:
4100     - "Legend to Table"
4101     - "1908, 2001 - VPP versions tested."
4102     - "Diff - difference between 1908 and 2001 VPP version."
4103
4104 # VPP Performance Changes 3n-tsh 1t1c ndr
4105 - type: "table"
4106   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4107   algorithm: "table_comparison"
4108   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4109   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4110   filter: "'1T1C'"
4111   columns:
4112     - title: "1908"
4113       data-set: "vpp-performance-changes-3n-tsh-ref"
4114     - title: "2001"
4115       data-set: "vpp-performance-changes-3n-tsh-cmp"
4116   comparisons:
4117     - title: "Diff"
4118       reference: 1
4119       compare: 2
4120   legend:
4121     - "Legend to Table"
4122     - "1908, 2001 - VPP versions tested."
4123     - "Diff - difference between 1908 and 2001 VPP version."
4124
4125 # VPP Performance Changes 3n-tsh 2t2c ndr
4126 - type: "table"
4127   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4128   algorithm: "table_comparison"
4129   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4130   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4131   filter: "'2T2C'"
4132   columns:
4133     - title: "1908"
4134       data-set: "vpp-performance-changes-3n-tsh-ref"
4135     - title: "2001"
4136       data-set: "vpp-performance-changes-3n-tsh-cmp"
4137   comparisons:
4138     - title: "Diff"
4139       reference: 1
4140       compare: 2
4141   legend:
4142     - "Legend to Table"
4143     - "1908, 2001 - VPP versions tested."
4144     - "Diff - difference between 1908 and 2001 VPP version."
4145
4146 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4147 - type: "table"
4148   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4149   algorithm: "table_comparison"
4150   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4151   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4152   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4153   columns:
4154     - title: "3n-hsw xl710"
4155       data-set: "vpp-compare-testbeds-ref"
4156       tag: "NIC_Intel-XL710"
4157     - title: "3n-skx xxv710"
4158       data-set: "vpp-compare-testbeds-cmp"
4159       tag: "NIC_Intel-XXV710"
4160   comparisons:
4161     - title: "Diff"
4162       reference: 1
4163       compare: 2
4164   legend:
4165     - "Legend to Table"
4166     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4167     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4168
4169 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4170 - type: "table"
4171   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4172   algorithm: "table_comparison"
4173   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4174   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4175   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4176   columns:
4177     - title: "3n-hsw xl710"
4178       data-set: "vpp-compare-testbeds-ref"
4179       tag: "NIC_Intel-XL710"
4180     - title: "3n-skx xxv710"
4181       data-set: "vpp-compare-testbeds-cmp"
4182       tag: "NIC_Intel-XXV710"
4183   comparisons:
4184     - title: "Diff"
4185       reference: 1
4186       compare: 2
4187   legend:
4188     - "Legend to Table"
4189     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4190     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4191
4192 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4193 - type: "table"
4194   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4195   algorithm: "table_comparison"
4196   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4197   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4198   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4199   columns:
4200     - title: "3n-hsw xl710"
4201       data-set: "vpp-compare-testbeds-ref"
4202       tag: "NIC_Intel-XL710"
4203     - title: "3n-skx xxv710"
4204       data-set: "vpp-compare-testbeds-cmp"
4205       tag: "NIC_Intel-XXV710"
4206   comparisons:
4207     - title: "Diff"
4208       reference: 1
4209       compare: 2
4210   legend:
4211     - "Legend to Table"
4212     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4213     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4214
4215 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4216 - type: "table"
4217   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4218   algorithm: "table_comparison"
4219   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4220   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4221   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4222   columns:
4223     - title: "3n-hsw xl710"
4224       data-set: "vpp-compare-testbeds-ref"
4225       tag: "NIC_Intel-XL710"
4226     - title: "3n-skx xxv710"
4227       data-set: "vpp-compare-testbeds-cmp"
4228       tag: "NIC_Intel-XXV710"
4229   comparisons:
4230     - title: "Diff"
4231       reference: 1
4232       compare: 2
4233   legend:
4234     - "Legend to Table"
4235     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4236     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4237
4238 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4239 - type: "table"
4240   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4241   algorithm: "table_comparison"
4242   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4243   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4244   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4245   columns:
4246     - title: "2n-skx"
4247       data-set: "vpp-compare-testbeds-skx-clx-ref"
4248     - title: "2n-clx"
4249       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4250   comparisons:
4251     - title: "Diff"
4252       reference: 1
4253       compare: 2
4254   legend:
4255     - "Legend to Table"
4256     - "2n-skx, 2n-clx - testbeds and NICs tested."
4257     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4258
4259 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4260 - type: "table"
4261   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4262   algorithm: "table_comparison"
4263   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4264   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4265   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4266   columns:
4267     - title: "2n-skx"
4268       data-set: "vpp-compare-testbeds-skx-clx-ref"
4269     - title: "2n-clx"
4270       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4271   comparisons:
4272     - title: "Diff"
4273       reference: 1
4274       compare: 2
4275   legend:
4276     - "Legend to Table"
4277     - "2n-skx, 2n-clx - testbeds and NICs tested."
4278     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4279
4280 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4281 - type: "table"
4282   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4283   algorithm: "table_comparison"
4284   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4285   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4286   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4287   columns:
4288     - title: "2n-skx"
4289       data-set: "vpp-compare-testbeds-skx-clx-ref"
4290     - title: "2n-clx"
4291       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4292   comparisons:
4293     - title: "Diff"
4294       reference: 1
4295       compare: 2
4296   legend:
4297     - "Legend to Table"
4298     - "2n-skx, 2n-clx - testbeds and NICs tested."
4299     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4300
4301 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4302 - type: "table"
4303   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4304   algorithm: "table_comparison"
4305   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4306   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4307   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4308   columns:
4309     - title: "2n-skx"
4310       data-set: "vpp-compare-testbeds-skx-clx-ref"
4311     - title: "2n-clx"
4312       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4313   comparisons:
4314     - title: "Diff"
4315       reference: 1
4316       compare: 2
4317   legend:
4318     - "Legend to Table"
4319     - "2n-skx, 2n-clx - testbeds and NICs tested."
4320     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4321
4322 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4323 - type: "table"
4324   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4325   algorithm: "table_comparison"
4326   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4327   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4328   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4329   columns:
4330     - title: "3n-hsw xl710"
4331       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4332       tag: "NIC_Intel-XL710"
4333     - title: "2n-clx xxv710"
4334       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4335       tag: "NIC_Intel-XXV710"
4336   comparisons:
4337     - title: "Diff"
4338       reference: 1
4339       compare: 2
4340   legend:
4341     - "Legend to Table"
4342     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4343     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4344
4345 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4346 - type: "table"
4347   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4348   algorithm: "table_comparison"
4349   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4350   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4351   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4352   columns:
4353     - title: "3n-hsw xl710"
4354       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4355       tag: "NIC_Intel-XL710"
4356     - title: "2n-clx xxv710"
4357       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4358       tag: "NIC_Intel-XXV710"
4359   comparisons:
4360     - title: "Diff"
4361       reference: 1
4362       compare: 2
4363   legend:
4364     - "Legend to Table"
4365     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4366     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4367
4368 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4369 - type: "table"
4370   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4371   algorithm: "table_comparison"
4372   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4373   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4374   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4375   columns:
4376     - title: "3n-hsw xl710"
4377       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4378       tag: "NIC_Intel-XL710"
4379     - title: "2n-clx xxv710"
4380       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4381       tag: "NIC_Intel-XXV710"
4382   comparisons:
4383     - title: "Diff"
4384       reference: 1
4385       compare: 2
4386   legend:
4387     - "Legend to Table"
4388     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4389     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4390
4391 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4392 - type: "table"
4393   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4394   algorithm: "table_comparison"
4395   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4396   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4397   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4398   columns:
4399     - title: "3n-hsw xl710"
4400       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4401       tag: "NIC_Intel-XL710"
4402     - title: "2n-clx xxv710"
4403       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4404       tag: "NIC_Intel-XXV710"
4405   comparisons:
4406     - title: "Diff"
4407       reference: 1
4408       compare: 2
4409   legend:
4410     - "Legend to Table"
4411     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4412     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4413
4414 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4415 - type: "table"
4416   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4417   algorithm: "table_comparison"
4418   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4419   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4420   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4421   columns:
4422     - title: "3n-skx"
4423       data-set: "vpp-compare-topologies-ref"
4424     - title: "2n-skx"
4425       data-set: "vpp-compare-topologies-cmp"
4426   comparisons:
4427     - title: "Diff"
4428       reference: 1
4429       compare: 2
4430   legend:
4431     - "Legend to Table"
4432     - "3n-skx, 2n-skx - topologies tested."
4433     - "Diff - difference between 3n-skx and 2n-skx topologies."
4434
4435 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4436 - type: "table"
4437   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4438   algorithm: "table_comparison"
4439   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4440   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4441   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4442   columns:
4443     - title: "3n-skx"
4444       data-set: "vpp-compare-topologies-ref"
4445     - title: "2n-skx"
4446       data-set: "vpp-compare-topologies-cmp"
4447   comparisons:
4448     - title: "Diff"
4449       reference: 1
4450       compare: 2
4451   legend:
4452     - "Legend to Table"
4453     - "3n-skx, 2n-skx - topologies tested."
4454     - "Diff - difference between 3n-skx and 2n-skx topologies."
4455
4456 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4457 - type: "table"
4458   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4459   algorithm: "table_comparison"
4460   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4461   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4462   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4463   columns:
4464     - title: "3n-skx"
4465       data-set: "vpp-compare-topologies-ref"
4466     - title: "2n-skx"
4467       data-set: "vpp-compare-topologies-cmp"
4468   comparisons:
4469     - title: "Diff"
4470       reference: 1
4471       compare: 2
4472   legend:
4473     - "Legend to Table"
4474     - "3n-skx, 2n-skx - topologies tested."
4475     - "Diff - difference between 3n-skx and 2n-skx topologies."
4476
4477 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4478 - type: "table"
4479   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4480   algorithm: "table_comparison"
4481   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4482   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4483   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4484   columns:
4485     - title: "3n-skx"
4486       data-set: "vpp-compare-topologies-ref"
4487     - title: "2n-skx"
4488       data-set: "vpp-compare-topologies-cmp"
4489   comparisons:
4490     - title: "Diff"
4491       reference: 1
4492       compare: 2
4493   legend:
4494     - "Legend to Table"
4495     - "3n-skx, 2n-skx - topologies tested."
4496     - "Diff - difference between 3n-skx and 2n-skx topologies."
4497
4498 # VPP Performance Changes 3n-hsw 1t1c mrr
4499 - type: "table"
4500   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4501   algorithm: "table_comparison"
4502   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4503   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4504   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4505   columns:
4506     - title: "1904"
4507       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4508     - title: "1908"
4509       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4510     - title: "2001"
4511       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4512   comparisons:
4513     - title: "Diff"
4514       reference: 2
4515       compare: 3
4516   legend:
4517     - "Legend to Table"
4518     - "1904, 1908, 2001 - VPP versions tested."
4519     - "Diff - difference between 1908 and 2001 VPP version."
4520
4521 # VPP Performance Changes 3n-hsw 2t2c mrr
4522 - type: "table"
4523   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4524   algorithm: "table_comparison"
4525   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4526   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4527   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4528   columns:
4529     - title: "1904"
4530       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4531     - title: "1908"
4532       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4533     - title: "2001"
4534       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4535   comparisons:
4536     - title: "Diff"
4537       reference: 2
4538       compare: 3
4539   legend:
4540     - "Legend to Table"
4541     - "1904, 1908, 2001 - VPP versions tested."
4542     - "Diff - difference between 1908 and 2001 VPP version."
4543
4544 # VPP Performance Changes 3n-hsw 4t4c mrr
4545 - type: "table"
4546   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4547   algorithm: "table_comparison"
4548   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4549   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4550   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4551   columns:
4552     - title: "1904"
4553       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4554     - title: "1908"
4555       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4556     - title: "2001"
4557       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4558   comparisons:
4559     - title: "Diff"
4560       reference: 2
4561       compare: 3
4562   legend:
4563     - "Legend to Table"
4564     - "1904, 1908, 2001 - VPP versions tested."
4565     - "Diff - difference between 1908 and 2001 VPP version."
4566
4567 # VPP Performance Changes 3n-skx 2t1c mrr
4568 - type: "table"
4569   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4570   algorithm: "table_comparison"
4571   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4572   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4573   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4574   columns:
4575     - title: "1904"
4576       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4577     - title: "1908"
4578       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4579     - title: "2001"
4580       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4581   comparisons:
4582     - title: "Diff"
4583       reference: 2
4584       compare: 3
4585   legend:
4586     - "Legend to Table"
4587     - "1904, 1908, 2001 - VPP versions tested."
4588     - "Diff - difference between 1908 and 2001 VPP version."
4589
4590 # VPP Performance Changes 3n-skx 4t2c mrr
4591 - type: "table"
4592   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4593   algorithm: "table_comparison"
4594   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4595   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4596   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4597   columns:
4598     - title: "1904"
4599       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4600     - title: "1908"
4601       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4602     - title: "2001"
4603       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4604   comparisons:
4605     - title: "Diff"
4606       reference: 2
4607       compare: 3
4608   legend:
4609     - "Legend to Table"
4610     - "1904, 1908, 2001 - VPP versions tested."
4611     - "Diff - difference between 1908 and 2001 VPP version."
4612
4613 # VPP Performance Changes 3n-skx 8t4c mrr
4614 - type: "table"
4615   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4616   algorithm: "table_comparison"
4617   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4618   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4619   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4620   columns:
4621     - title: "1904"
4622       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4623     - title: "1908"
4624       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4625     - title: "2001"
4626       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4627   comparisons:
4628     - title: "Diff"
4629       reference: 2
4630       compare: 3
4631   legend:
4632     - "Legend to Table"
4633     - "1904, 1908, 2001 - VPP versions tested."
4634     - "Diff - difference between 1908 and 2001 VPP version."
4635
4636 # VPP Performance Changes 2n-skx 2t1c mrr
4637 - type: "table"
4638   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4639   algorithm: "table_comparison"
4640   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4641   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4642   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4643   columns:
4644     - title: "1904"
4645       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4646     - title: "1908"
4647       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4648     - title: "2001"
4649       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4650   comparisons:
4651     - title: "Diff"
4652       reference: 2
4653       compare: 3
4654   legend:
4655     - "Legend to Table"
4656     - "1904, 1908, 2001 - VPP versions tested."
4657     - "Diff - difference between 1908 and 2001 VPP version."
4658
4659 # VPP Performance Changes 2n-skx 4t2c mrr
4660 - type: "table"
4661   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4662   algorithm: "table_comparison"
4663   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4664   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4665   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4666   columns:
4667     - title: "1904"
4668       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4669     - title: "1908"
4670       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4671     - title: "2001"
4672       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4673   comparisons:
4674     - title: "Diff"
4675       reference: 2
4676       compare: 3
4677   legend:
4678     - "Legend to Table"
4679     - "1904, 1908, 2001 - VPP versions tested."
4680     - "Diff - difference between 1908 and 2001 VPP version."
4681
4682 # VPP Performance Changes 2n-skx 8t4c mrr
4683 - type: "table"
4684   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4685   algorithm: "table_comparison"
4686   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4687   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4688   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4689   columns:
4690     - title: "1904"
4691       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4692     - title: "1908"
4693       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4694     - title: "2001"
4695       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4696   comparisons:
4697     - title: "Diff"
4698       reference: 2
4699       compare: 3
4700   legend:
4701     - "Legend to Table"
4702     - "1904, 1908, 2001 - VPP versions tested."
4703     - "Diff - difference between 1908 and 2001 VPP version."
4704
4705 # VPP Performance Changes 2n-dnv 1t1c mrr
4706 - type: "table"
4707   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4708   algorithm: "table_comparison"
4709   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4710   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4711   filter: "'1T1C'"
4712   columns:
4713     - title: "1908"
4714       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4715     - title: "2001"
4716       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4717   comparisons:
4718     - title: "Diff"
4719       reference: 1
4720       compare: 2
4721   legend:
4722     - "Legend to Table"
4723     - "1908, 2001 - VPP versions tested."
4724     - "Diff - difference between 1908 and 2001 VPP version."
4725
4726 # VPP Performance Changes 2n-dnv 2t2c mrr
4727 - type: "table"
4728   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4729   algorithm: "table_comparison"
4730   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4731   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4732   filter: "'2T2C'"
4733   columns:
4734     - title: "1908"
4735       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4736     - title: "2001"
4737       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4738   comparisons:
4739     - title: "Diff"
4740       reference: 1
4741       compare: 2
4742   legend:
4743     - "Legend to Table"
4744     - "1908, 2001 - VPP versions tested."
4745     - "Diff - difference between 1908 and 2001 VPP version."
4746
4747 # VPP Performance Changes 2n-dnv 4t4c mrr
4748 - type: "table"
4749   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4750   algorithm: "table_comparison"
4751   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4752   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4753   filter: "'4T4C'"
4754   columns:
4755     - title: "1908"
4756       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4757     - title: "2001"
4758       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4759   comparisons:
4760     - title: "Diff"
4761       reference: 1
4762       compare: 2
4763   legend:
4764     - "Legend to Table"
4765     - "1908, 2001 - VPP versions tested."
4766     - "Diff - difference between 1908 and 2001 VPP version."
4767
4768 # VPP Performance Changes 3n-dnv 1t1c mrr
4769 - type: "table"
4770   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4771   algorithm: "table_comparison"
4772   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4773   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4774   filter: "'1T1C'"
4775   columns:
4776     - title: "1908"
4777       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4778     - title: "2001"
4779       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4780   comparisons:
4781     - title: "Diff"
4782       reference: 1
4783       compare: 2
4784   legend:
4785     - "Legend to Table"
4786     - "1908, 2001 - VPP versions tested."
4787     - "Diff - difference between 1908 and 2001 VPP version."
4788
4789 # VPP Performance Changes 3n-dnv 2t2c mrr
4790 - type: "table"
4791   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4792   algorithm: "table_comparison"
4793   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4794   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4795   filter: "'2T2C'"
4796   columns:
4797     - title: "1908"
4798       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4799     - title: "2001"
4800       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4801   comparisons:
4802     - title: "Diff"
4803       reference: 1
4804       compare: 2
4805   legend:
4806     - "Legend to Table"
4807     - "1908, 2001 - VPP versions tested."
4808     - "Diff - difference between 1908 and 2001 VPP version."
4809
4810 # VPP Performance Changes 3n-dnv 4t4c mrr
4811 - type: "table"
4812   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4813   algorithm: "table_comparison"
4814   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4815   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4816   filter: "'4T4C'"
4817   columns:
4818     - title: "1908"
4819       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4820     - title: "2001"
4821       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4822   comparisons:
4823     - title: "Diff"
4824       reference: 1
4825       compare: 2
4826   legend:
4827     - "Legend to Table"
4828     - "1908, 2001 - VPP versions tested."
4829     - "Diff - difference between 1908 and 2001 VPP version."
4830
4831 # VPP Performance Changes 3n-tsh 1t1c mrr
4832 - type: "table"
4833   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4834   algorithm: "table_comparison"
4835   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4836   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4837   filter: "'1T1C'"
4838   columns:
4839     - title: "1908"
4840       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4841     - title: "2001"
4842       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4843   comparisons:
4844     - title: "Diff"
4845       reference: 1
4846       compare: 2
4847   legend:
4848     - "Legend to Table"
4849     - "1908, 2001 - VPP versions tested."
4850     - "Diff - difference between 1908 and 2001 VPP version."
4851
4852 # VPP Performance Changes 3n-tsh 2t2c mrr
4853 - type: "table"
4854   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4855   algorithm: "table_comparison"
4856   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4857   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4858   filter: "'2T2C'"
4859   columns:
4860     - title: "1908"
4861       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4862     - title: "2001"
4863       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4864   comparisons:
4865     - title: "Diff"
4866       reference: 1
4867       compare: 2
4868   legend:
4869     - "Legend to Table"
4870     - "1908, 2001 - VPP versions tested."
4871     - "Diff - difference between 1908 and 2001 VPP version."
4872
4873 # VPP Performance Changes 3n-tsh 4t4c mrr
4874 - type: "table"
4875   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
4876   algorithm: "table_comparison"
4877   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4878   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4879   filter: "'4T4C'"
4880   columns:
4881     - title: "1908"
4882       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4883     - title: "2001"
4884       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4885   comparisons:
4886     - title: "Diff"
4887       reference: 1
4888       compare: 2
4889   legend:
4890     - "Legend to Table"
4891     - "1908, 2001 - VPP versions tested."
4892     - "Diff - difference between 1908 and 2001 VPP version."
4893
4894 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4895 - type: "table"
4896   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4897   algorithm: "table_comparison"
4898   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4899   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4900   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4901   columns:
4902     - title: "3n-hsw xl710"
4903       data-set: "vpp-compare-testbeds-mrr-ref"
4904       tag: "NIC_Intel-XL710"
4905     - title: "3n-skx xxv710"
4906       data-set: "vpp-compare-testbeds-mrr-cmp"
4907       tag: "NIC_Intel-XXV710"
4908   comparisons:
4909     - title: "Diff"
4910       reference: 1
4911       compare: 2
4912   legend:
4913     - "Legend to Table"
4914     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4915     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4916
4917 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4918 - type: "table"
4919   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4920   algorithm: "table_comparison"
4921   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4922   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4923   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4924   columns:
4925     - title: "3n-hsw xl710"
4926       data-set: "vpp-compare-testbeds-mrr-ref"
4927       tag: "NIC_Intel-XL710"
4928     - title: "3n-skx xxv710"
4929       data-set: "vpp-compare-testbeds-mrr-cmp"
4930       tag: "NIC_Intel-XXV710"
4931   comparisons:
4932     - title: "Diff"
4933       reference: 1
4934       compare: 2
4935   legend:
4936     - "Legend to Table"
4937     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4938     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4939
4940 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4941 - type: "table"
4942   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4943   algorithm: "table_comparison"
4944   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4945   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4946   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4947   columns:
4948     - title: "3n-hsw xl710"
4949       data-set: "vpp-compare-testbeds-mrr-ref"
4950       tag: "NIC_Intel-XL710"
4951     - title: "3n-skx xxv710"
4952       data-set: "vpp-compare-testbeds-mrr-cmp"
4953       tag: "NIC_Intel-XXV710"
4954   comparisons:
4955     - title: "Diff"
4956       reference: 1
4957       compare: 2
4958   legend:
4959     - "Legend to Table"
4960     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4961     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4962
4963 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4964 - type: "table"
4965   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4966   algorithm: "table_comparison"
4967   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4968   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4969   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4970   columns:
4971     - title: "2n-skx"
4972       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4973     - title: "2n-clx"
4974       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4975   comparisons:
4976     - title: "Diff"
4977       reference: 1
4978       compare: 2
4979   legend:
4980     - "Legend to Table"
4981     - "2n-skx, 2n-clx - testbeds and NICs tested."
4982     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4983
4984 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4985 - type: "table"
4986   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4987   algorithm: "table_comparison"
4988   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4989   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4990   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4991   columns:
4992     - title: "2n-skx"
4993       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4994     - title: "2n-clx"
4995       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4996   comparisons:
4997     - title: "Diff"
4998       reference: 1
4999       compare: 2
5000   legend:
5001     - "Legend to Table"
5002     - "2n-skx, 2n-clx - testbeds and NICs tested."
5003     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5004
5005 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5006 - type: "table"
5007   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5008   algorithm: "table_comparison"
5009   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5010   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5011   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5012   columns:
5013     - title: "2n-skx"
5014       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5015     - title: "2n-clx"
5016       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5017   comparisons:
5018     - title: "Diff"
5019       reference: 1
5020       compare: 2
5021   legend:
5022     - "Legend to Table"
5023     - "2n-skx, 2n-clx - testbeds and NICs tested."
5024     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5025
5026 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5027 - type: "table"
5028   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5029   algorithm: "table_comparison"
5030   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5031   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5032   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5033   columns:
5034     - title: "3n-skx"
5035       data-set: "vpp-compare-topologies-mrr-ref"
5036     - title: "2n-skx"
5037       data-set: "vpp-compare-topologies-mrr-cmp"
5038   comparisons:
5039     - title: "Diff"
5040       reference: 1
5041       compare: 2
5042   legend:
5043     - "Legend to Table"
5044     - "3n-skx, 2n-skx - topologies tested."
5045     - "Diff - difference between 3n-skx and 2n-skx topologies."
5046
5047 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5048 - type: "table"
5049   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5050   algorithm: "table_comparison"
5051   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5052   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5053   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5054   columns:
5055     - title: "3n-skx"
5056       data-set: "vpp-compare-topologies-mrr-ref"
5057     - title: "2n-skx"
5058       data-set: "vpp-compare-topologies-mrr-cmp"
5059   comparisons:
5060     - title: "Diff"
5061       reference: 1
5062       compare: 2
5063   legend:
5064     - "Legend to Table"
5065     - "3n-skx, 2n-skx - topologies tested."
5066     - "Diff - difference between 3n-skx and 2n-skx topologies."
5067
5068 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5069 - type: "table"
5070   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5071   algorithm: "table_comparison"
5072   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5073   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5074   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5075   columns:
5076     - title: "3n-skx"
5077       data-set: "vpp-compare-topologies-mrr-ref"
5078     - title: "2n-skx"
5079       data-set: "vpp-compare-topologies-mrr-cmp"
5080   comparisons:
5081     - title: "Diff"
5082       reference: 1
5083       compare: 2
5084   legend:
5085     - "Legend to Table"
5086     - "3n-skx, 2n-skx - topologies tested."
5087     - "Diff - difference between 3n-skx and 2n-skx topologies."
5088
5089 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5090 - type: "table"
5091   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5092   algorithm: "table_comparison"
5093   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5094   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5095   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5096   columns:
5097     - title: "3n-hsw xl710"
5098       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5099       tag: "NIC_Intel-XL710"
5100     - title: "2n-clx xxv710"
5101       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5102       tag: "NIC_Intel-XXV710"
5103   comparisons:
5104     - title: "Diff"
5105       reference: 1
5106       compare: 2
5107   legend:
5108     - "Legend to Table"
5109     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5110     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5111
5112 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5113 - type: "table"
5114   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5115   algorithm: "table_comparison"
5116   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5117   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5118   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5119   columns:
5120     - title: "3n-hsw xl710"
5121       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5122       tag: "NIC_Intel-XL710"
5123     - title: "2n-clx xxv710"
5124       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5125       tag: "NIC_Intel-XXV710"
5126   comparisons:
5127     - title: "Diff"
5128       reference: 1
5129       compare: 2
5130   legend:
5131     - "Legend to Table"
5132     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5133     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5134
5135 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5136 - type: "table"
5137   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5138   algorithm: "table_comparison"
5139   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5140   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5141   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5142   columns:
5143     - title: "3n-hsw xl710"
5144       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5145       tag: "NIC_Intel-XL710"
5146     - title: "2n-clx xxv710"
5147       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5148       tag: "NIC_Intel-XXV710"
5149   comparisons:
5150     - title: "Diff"
5151       reference: 1
5152       compare: 2
5153   legend:
5154     - "Legend to Table"
5155     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5156     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5157
5158 # Detailed Test Results - VPP Performance Results 3n-hsw
5159 - type: "table"
5160   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5161   algorithm: "table_merged_details"
5162   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5163   columns:
5164     - title: " |prein| Test Name |preout| "
5165       data: "data name"
5166     - 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| "
5167       data: "data msg"
5168   data: "vpp-perf-results-3n-hsw"
5169   filter: "all"
5170   parameters:
5171   - "name"
5172   - "parent"
5173   - "msg"
5174
5175 # Detailed Test Results - VPP Performance Results 3n-skx
5176 - type: "table"
5177   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5178   algorithm: "table_merged_details"
5179   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5180   columns:
5181     - title: " |prein| Test Name |preout| "
5182       data: "data name"
5183     - 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| "
5184       data: "data msg"
5185   data: "vpp-perf-results-3n-skx"
5186   filter: "all"
5187   remove-ndr: True  # Temporary solution: remove NDR results from test message
5188   parameters:
5189   - "name"
5190   - "parent"
5191   - "msg"
5192
5193 # Detailed Test Results - VPP Performance Results 2n-skx
5194 - type: "table"
5195   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5196   algorithm: "table_merged_details"
5197   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5198   columns:
5199     - title: " |prein| Test Name |preout| "
5200       data: "data name"
5201     - 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| "
5202       data: "data msg"
5203   data: "vpp-perf-results-2n-skx"
5204   filter: "all"
5205   remove-ndr: True  # Temporary solution: remove NDR results from test message
5206   parameters:
5207   - "name"
5208   - "parent"
5209   - "msg"
5210
5211 # Detailed Test Results - VPP Performance Results 2n-clx
5212 - type: "table"
5213   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5214   algorithm: "table_merged_details"
5215   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5216   columns:
5217     - title: " |prein| Test Name |preout| "
5218       data: "data name"
5219     - 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| "
5220       data: "data msg"
5221   data: "vpp-perf-results-2n-clx"
5222   filter: "all"
5223   parameters:
5224   - "name"
5225   - "parent"
5226   - "msg"
5227
5228 # Detailed Test Results - VPP Performance Results 3n-tsh
5229 - type: "table"
5230   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5231   algorithm: "table_merged_details"
5232   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5233   columns:
5234     - title: " |prein| Test Name |preout| "
5235       data: "data name"
5236     - 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| "
5237       data: "data msg"
5238   data: "vpp-perf-results-3n-tsh"
5239   filter: "all"
5240   parameters:
5241   - "name"
5242   - "parent"
5243   - "msg"
5244
5245 # Detailed Test Results - VPP Performance Results 3n-dnv
5246 - type: "table"
5247   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5248   algorithm: "table_merged_details"
5249   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5250   columns:
5251     - title: " |prein| Test Name |preout| "
5252       data: "data name"
5253     - 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| "
5254       data: "data msg"
5255   data: "vpp-perf-results-3n-dnv"
5256   filter: "all"
5257   parameters:
5258   - "name"
5259   - "parent"
5260   - "msg"
5261
5262 # Detailed Test Results - VPP Performance Results 2n-dnv
5263 - type: "table"
5264   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5265   algorithm: "table_merged_details"
5266   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5267   columns:
5268     - title: " |prein| Test Name |preout| "
5269       data: "data name"
5270     - 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| "
5271       data: "data msg"
5272   data: "vpp-perf-results-2n-dnv"
5273   filter: "all"
5274   parameters:
5275   - "name"
5276   - "parent"
5277   - "msg"
5278
5279 # Test configuration - VPP Performance Test Configs 3n-hsw
5280 - type: "table"
5281   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5282   algorithm: "table_merged_details"
5283   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5284   columns:
5285     - title: " |prein| Test Name |preout| "
5286       data: "data name"
5287     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5288       data: "data conf-history"
5289   data: "vpp-perf-results-3n-hsw"
5290   filter: "all"
5291   parameters:
5292   - "parent"
5293   - "name"
5294   - "conf-history"
5295
5296 # Test configuration - VPP Performance Test Configs 3n-skx
5297 - type: "table"
5298   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5299   algorithm: "table_merged_details"
5300   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5301   columns:
5302     - title: " |prein| Test Name |preout| "
5303       data: "data name"
5304     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5305       data: "data conf-history"
5306   data: "vpp-perf-results-3n-skx"
5307   filter: "all"
5308   parameters:
5309   - "parent"
5310   - "name"
5311   - "conf-history"
5312
5313 # Test configuration - VPP Performance Test Configs 2n-skx
5314 - type: "table"
5315   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5316   algorithm: "table_merged_details"
5317   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5318   columns:
5319     - title: " |prein| Test Name |preout| "
5320       data: "data name"
5321     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5322       data: "data conf-history"
5323   data: "vpp-perf-results-2n-skx"
5324   filter: "all"
5325   parameters:
5326   - "parent"
5327   - "name"
5328   - "conf-history"
5329
5330 # Test configuration - VPP Performance Test Configs 2n-clx
5331 - type: "table"
5332   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5333   algorithm: "table_merged_details"
5334   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5335   columns:
5336     - title: " |prein| Test Name |preout| "
5337       data: "data name"
5338     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5339       data: "data conf-history"
5340   data: "vpp-perf-results-2n-clx"
5341   filter: "all"
5342   parameters:
5343   - "parent"
5344   - "name"
5345   - "conf-history"
5346
5347 # Test configuration - VPP Performance Test Configs 3n-tsh
5348 - type: "table"
5349   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5350   algorithm: "table_merged_details"
5351   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5352   columns:
5353     - title: " |prein| Test Name |preout| "
5354       data: "data name"
5355     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5356       data: "data conf-history"
5357   data: "vpp-perf-results-3n-tsh"
5358   filter: "all"
5359   parameters:
5360   - "parent"
5361   - "name"
5362   - "conf-history"
5363
5364 # Test configuration - VPP Performance Test Configs 3n-dnv
5365 - type: "table"
5366   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5367   algorithm: "table_merged_details"
5368   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5369   columns:
5370     - title: " |prein| Test Name |preout| "
5371       data: "data name"
5372     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5373       data: "data conf-history"
5374   data: "vpp-perf-results-3n-dnv"
5375   filter: "all"
5376   parameters:
5377   - "parent"
5378   - "name"
5379   - "conf-history"
5380
5381 # Test configuration - VPP Performance Test Configs 2n-dnv
5382 - type: "table"
5383   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5384   algorithm: "table_merged_details"
5385   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5386   columns:
5387     - title: " |prein| Test Name |preout| "
5388       data: "data name"
5389     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5390       data: "data conf-history"
5391   data: "vpp-perf-results-2n-dnv"
5392   filter: "all"
5393   parameters:
5394   - "parent"
5395   - "name"
5396   - "conf-history"
5397
5398 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5399 - type: "table"
5400   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5401   algorithm: "table_oper_data_html"
5402   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5403   data: "vpp-perf-results-3n-hsw"
5404   filter: "all"
5405
5406 # Test Operational Data - VPP Performance Operational Data 3n-skx
5407 - type: "table"
5408   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5409   algorithm: "table_oper_data_html"
5410   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5411   data: "vpp-perf-results-3n-skx"
5412   filter: "all"
5413
5414 # Test Operational Data - VPP Performance Operational Data 2n-skx
5415 - type: "table"
5416   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5417   algorithm: "table_oper_data_html"
5418   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5419   data: "vpp-perf-results-2n-skx"
5420   filter: "all"
5421
5422 # Test Operational Data - VPP Performance Operational Data 2n-clx
5423 - type: "table"
5424   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5425   algorithm: "table_oper_data_html"
5426   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5427   data: "vpp-perf-results-2n-clx"
5428   filter: "all"
5429
5430 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5431 - type: "table"
5432   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5433   algorithm: "table_oper_data_html"
5434   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5435   data: "vpp-perf-results-3n-tsh"
5436   filter: "all"
5437
5438 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5439 - type: "table"
5440   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5441   algorithm: "table_oper_data_html"
5442   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5443   data: "vpp-perf-results-3n-dnv"
5444   filter: "all"
5445
5446 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5447 - type: "table"
5448   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5449   algorithm: "table_oper_data_html"
5450   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5451   data: "vpp-perf-results-2n-dnv"
5452   filter: "all"
5453
5454 # Detailed Test Results - VPP MRR Results 3n-hsw
5455 - type: "table"
5456   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5457   algorithm: "table_merged_details"
5458   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5459   columns:
5460     - title: " |prein| Test Name |preout| "
5461       data: "data name"
5462     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5463       data: "data msg"
5464   data: "vpp-mrr-results-3n-hsw"
5465   filter: "all"
5466   parameters:
5467   - "name"
5468   - "parent"
5469   - "msg"
5470
5471 # Detailed Test Results - VPP MRR Results 3n-skx
5472 - type: "table"
5473   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5474   algorithm: "table_merged_details"
5475   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5476   columns:
5477     - title: " |prein| Test Name |preout| "
5478       data: "data name"
5479     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5480       data: "data msg"
5481   data: "vpp-mrr-results-3n-skx"
5482   filter: "all"
5483   parameters:
5484   - "name"
5485   - "parent"
5486   - "msg"
5487
5488 # Detailed Test Results - VPP MRR Results 2n-skx
5489 - type: "table"
5490   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5491   algorithm: "table_merged_details"
5492   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5493   columns:
5494     - title: " |prein| Test Name |preout| "
5495       data: "data name"
5496     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5497       data: "data msg"
5498   data: "vpp-mrr-results-2n-skx"
5499   filter: "all"
5500   parameters:
5501   - "name"
5502   - "parent"
5503   - "msg"
5504
5505 # Detailed Test Results - VPP MRR Results 2n-clx
5506 - type: "table"
5507   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5508   algorithm: "table_merged_details"
5509   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5510   columns:
5511     - title: " |prein| Test Name |preout| "
5512       data: "data name"
5513     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5514       data: "data msg"
5515   data: "vpp-mrr-results-2n-clx"
5516   filter: "all"
5517   parameters:
5518   - "name"
5519   - "parent"
5520   - "msg"
5521
5522 # Detailed Test Results - VPP MRR Results 3n-tsh
5523 - type: "table"
5524   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5525   algorithm: "table_merged_details"
5526   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5527   columns:
5528     - title: " |prein| Test Name |preout| "
5529       data: "data name"
5530     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5531       data: "data msg"
5532   data: "vpp-mrr-results-3n-tsh"
5533   filter: "all"
5534   parameters:
5535   - "name"
5536   - "parent"
5537   - "msg"
5538
5539 # Detailed Test Results - VPP MRR Results 3n-dnv
5540 - type: "table"
5541   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5542   algorithm: "table_merged_details"
5543   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5544   columns:
5545     - title: " |prein| Test Name |preout| "
5546       data: "data name"
5547     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5548       data: "data msg"
5549   data: "vpp-mrr-results-3n-dnv"
5550   filter: "all"
5551   parameters:
5552   - "name"
5553   - "parent"
5554   - "msg"
5555
5556 # Detailed Test Results - VPP MRR Results 2n-dnv
5557 - type: "table"
5558   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5559   algorithm: "table_merged_details"
5560   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5561   columns:
5562     - title: " |prein| Test Name |preout| "
5563       data: "data name"
5564     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5565       data: "data msg"
5566   data: "vpp-mrr-results-2n-dnv"
5567   filter: "all"
5568   parameters:
5569   - "name"
5570   - "parent"
5571   - "msg"
5572
5573 # Test configuration - VPP MRR Test Configs 3n-hsw
5574 - type: "table"
5575   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5576   algorithm: "table_merged_details"
5577   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5578   columns:
5579     - title: " |prein| Test Name |preout| "
5580       data: "data name"
5581     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5582       data: "data conf-history"
5583   data: "vpp-mrr-results-3n-hsw"
5584   filter: "all"
5585   parameters:
5586   - "parent"
5587   - "name"
5588   - "conf-history"
5589
5590 # Test configuration - VPP MRR Test Configs 3n-skx
5591 - type: "table"
5592   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5593   algorithm: "table_merged_details"
5594   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5595   columns:
5596     - title: " |prein| Test Name |preout| "
5597       data: "data name"
5598     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5599       data: "data conf-history"
5600   data: "vpp-mrr-results-3n-skx"
5601   filter: "all"
5602   parameters:
5603   - "parent"
5604   - "name"
5605   - "conf-history"
5606
5607 # Test configuration - VPP MRR Test Configs 2n-skx
5608 - type: "table"
5609   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5610   algorithm: "table_merged_details"
5611   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5612   columns:
5613     - title: " |prein| Test Name |preout| "
5614       data: "data name"
5615     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5616       data: "data conf-history"
5617   data: "vpp-mrr-results-2n-skx"
5618   filter: "all"
5619   parameters:
5620   - "parent"
5621   - "name"
5622   - "conf-history"
5623
5624 # Test configuration - VPP MRR Test Configs 2n-clx
5625 - type: "table"
5626   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5627   algorithm: "table_merged_details"
5628   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5629   columns:
5630     - title: " |prein| Test Name |preout| "
5631       data: "data name"
5632     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5633       data: "data conf-history"
5634   data: "vpp-mrr-results-2n-clx"
5635   filter: "all"
5636   parameters:
5637   - "parent"
5638   - "name"
5639   - "conf-history"
5640
5641 # Test configuration - VPP MRR Test Configs 3n-tsh
5642 - type: "table"
5643   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5644   algorithm: "table_merged_details"
5645   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5646   columns:
5647     - title: " |prein| Test Name |preout| "
5648       data: "data name"
5649     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5650       data: "data conf-history"
5651   data: "vpp-mrr-results-3n-tsh"
5652   filter: "all"
5653   parameters:
5654   - "parent"
5655   - "name"
5656   - "conf-history"
5657
5658 # Test configuration - VPP MRR Test Configs 3n-dnv
5659 - type: "table"
5660   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5661   algorithm: "table_merged_details"
5662   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5663   columns:
5664     - title: " |prein| Test Name |preout| "
5665       data: "data name"
5666     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5667       data: "data conf-history"
5668   data: "vpp-mrr-results-3n-dnv"
5669   filter: "all"
5670   parameters:
5671   - "parent"
5672   - "name"
5673   - "conf-history"
5674
5675 # Test configuration - VPP MRR Test Configs 2n-dnv
5676 - type: "table"
5677   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5678   algorithm: "table_merged_details"
5679   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5680   columns:
5681     - title: " |prein| Test Name |preout| "
5682       data: "data name"
5683     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5684       data: "data conf-history"
5685   data: "vpp-mrr-results-2n-dnv"
5686   filter: "all"
5687   parameters:
5688   - "parent"
5689   - "name"
5690   - "conf-history"
5691
5692 # Detailed Test Results - VPP Device Results - Ubuntu
5693 - type: "table"
5694   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5695   algorithm: "table_merged_details"
5696   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5697   columns:
5698     - title: " |prein| Test Name |preout| "
5699       data: "data name"
5700     - title: " |prein| Status |preout| "
5701       data: "data status"
5702   data: "vpp-device-results-ubuntu"
5703   filter: "all"
5704   parameters:
5705   - "name"
5706   - "parent"
5707   - "doc"
5708   - "status"
5709
5710 # Test configuration - VPP Device Test Configs - Ubuntu
5711 - type: "table"
5712   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5713   algorithm: "table_merged_details"
5714   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5715   columns:
5716     - title: " |prein| Test Name |preout| "
5717       data: "data name"
5718     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5719       data: "data conf-history"
5720   data: "vpp-device-results-ubuntu"
5721   filter: "all"
5722   parameters:
5723   - "parent"
5724   - "name"
5725   - "conf-history"
5726
5727 ################################################################################
5728
5729 # DPDK Performance Changes 3n-hsw 1t1c pdr
5730 - type: "table"
5731   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5732   algorithm: "table_comparison"
5733   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5734   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5735   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5736   columns:
5737     - title: "1904"
5738       data-set: "dpdk-performance-changes-3n-hsw-h1"
5739     - title: "1908"
5740       data-set: "dpdk-performance-changes-3n-hsw-ref"
5741     - title: "2001"
5742       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5743   comparisons:
5744     - title: "Diff"
5745       reference: 2
5746       compare: 3
5747   legend:
5748     - "Legend to Table"
5749     - "1904, 1908, 2001 - DPDK versions tested."
5750     - "Diff - difference between 1908 and 2001 DPDK version."
5751
5752 # DPDK Performance Changes 3n-hsw 2t2c pdr
5753 - type: "table"
5754   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5755   algorithm: "table_comparison"
5756   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5757   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5758   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5759   columns:
5760     - title: "1904"
5761       data-set: "dpdk-performance-changes-3n-hsw-h1"
5762     - title: "1908"
5763       data-set: "dpdk-performance-changes-3n-hsw-ref"
5764     - title: "2001"
5765       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5766   comparisons:
5767     - title: "Diff"
5768       reference: 2
5769       compare: 3
5770   legend:
5771     - "Legend to Table"
5772     - "1904, 1908, 2001 - DPDK versions tested."
5773     - "Diff - difference between 1908 and 2001 DPDK version."
5774
5775 # DPDK Performance Changes 3n-hsw 1t1c pdr
5776 - type: "table"
5777   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5778   algorithm: "table_comparison"
5779   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5780   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5781   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5782   columns:
5783     - title: "1904"
5784       data-set: "dpdk-performance-changes-3n-hsw-h1"
5785     - title: "1908"
5786       data-set: "dpdk-performance-changes-3n-hsw-ref"
5787     - title: "2001"
5788       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5789   comparisons:
5790     - title: "Diff"
5791       reference: 2
5792       compare: 3
5793   legend:
5794     - "Legend to Table"
5795     - "1904, 1908, 2001 - DPDK versions tested."
5796     - "Diff - difference between 1908 and 2001 DPDK version."
5797
5798 # DPDK Performance Changes 3n-hsw 2t2c ndr
5799 - type: "table"
5800   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5801   algorithm: "table_comparison"
5802   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5803   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5804   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5805   columns:
5806     - title: "1904"
5807       data-set: "dpdk-performance-changes-3n-hsw-h1"
5808     - title: "1908"
5809       data-set: "dpdk-performance-changes-3n-hsw-ref"
5810     - title: "2001"
5811       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5812   comparisons:
5813     - title: "Diff"
5814       reference: 2
5815       compare: 3
5816   legend:
5817     - "Legend to Table"
5818     - "1904, 1908, 2001 - DPDK versions tested."
5819     - "Diff - difference between 1908 and 2001 DPDK version."
5820
5821 # DPDK Performance Changes 3n-skx 2t1c pdr
5822 - type: "table"
5823   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5824   algorithm: "table_comparison"
5825   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5826   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5827   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5828   columns:
5829     - title: "1904"
5830       data-set: "dpdk-performance-changes-3n-skx-h1"
5831     - title: "1908"
5832       data-set: "dpdk-performance-changes-3n-skx-ref"
5833     - title: "2001"
5834       data-set: "dpdk-performance-changes-3n-skx-cmp"
5835   comparisons:
5836     - title: "Diff"
5837       reference: 2
5838       compare: 3
5839   legend:
5840     - "Legend to Table"
5841     - "1904, 1908, 2001 - DPDK versions tested."
5842     - "Diff - difference between 1908 and 2001 DPDK version."
5843
5844 # DPDK Performance Changes 3n-skx 4t2c pdr
5845 - type: "table"
5846   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5847   algorithm: "table_comparison"
5848   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5849   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5850   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5851   columns:
5852     - title: "1904"
5853       data-set: "dpdk-performance-changes-3n-skx-h1"
5854     - title: "1908"
5855       data-set: "dpdk-performance-changes-3n-skx-ref"
5856     - title: "2001"
5857       data-set: "dpdk-performance-changes-3n-skx-cmp"
5858   comparisons:
5859     - title: "Diff"
5860       reference: 2
5861       compare: 3
5862   legend:
5863     - "Legend to Table"
5864     - "1904, 1908, 2001 - DPDK versions tested."
5865     - "Diff - difference between 1908 and 2001 DPDK version."
5866
5867 # DPDK Performance Changes 3n-skx 2t1c ndr
5868 - type: "table"
5869   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5870   algorithm: "table_comparison"
5871   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5872   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5873   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5874   columns:
5875     - title: "1904"
5876       data-set: "dpdk-performance-changes-3n-skx-h1"
5877     - title: "1908"
5878       data-set: "dpdk-performance-changes-3n-skx-ref"
5879     - title: "2001"
5880       data-set: "dpdk-performance-changes-3n-skx-cmp"
5881   comparisons:
5882     - title: "Diff"
5883       reference: 2
5884       compare: 3
5885   legend:
5886     - "Legend to Table"
5887     - "1904, 1908, 2001 - DPDK versions tested."
5888     - "Diff - difference between 1908 and 2001 DPDK version."
5889
5890 # DPDK Performance Changes 3n-skx 4t2c ndr
5891 - type: "table"
5892   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5893   algorithm: "table_comparison"
5894   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5895   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5896   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5897   columns:
5898     - title: "1904"
5899       data-set: "dpdk-performance-changes-3n-skx-h1"
5900     - title: "1908"
5901       data-set: "dpdk-performance-changes-3n-skx-ref"
5902     - title: "2001"
5903       data-set: "dpdk-performance-changes-3n-skx-cmp"
5904   comparisons:
5905     - title: "Diff"
5906       reference: 2
5907       compare: 3
5908   legend:
5909     - "Legend to Table"
5910     - "1904, 1908, 2001 - DPDK versions tested."
5911     - "Diff - difference between 1908 and 2001 DPDK version."
5912
5913 # DPDK Performance Changes 2n-skx 2t1c pdr
5914 - type: "table"
5915   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5916   algorithm: "table_comparison"
5917   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5918   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5919   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5920   columns:
5921     - title: "1904"
5922       data-set: "dpdk-performance-changes-2n-skx-h1"
5923     - title: "1908"
5924       data-set: "dpdk-performance-changes-2n-skx-ref"
5925     - title: "2001"
5926       data-set: "dpdk-performance-changes-2n-skx-cmp"
5927   comparisons:
5928     - title: "Diff"
5929       reference: 2
5930       compare: 3
5931   legend:
5932     - "Legend to Table"
5933     - "1904, 1908, 2001 - DPDK versions tested."
5934     - "Diff - difference between 1908 and 2001 DPDK version."
5935
5936 # DPDK Performance Changes 2n-skx 4t2c pdr
5937 - type: "table"
5938   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5939   algorithm: "table_comparison"
5940   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5941   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5942   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5943   columns:
5944     - title: "1904"
5945       data-set: "dpdk-performance-changes-2n-skx-h1"
5946     - title: "1908"
5947       data-set: "dpdk-performance-changes-2n-skx-ref"
5948     - title: "2001"
5949       data-set: "dpdk-performance-changes-2n-skx-cmp"
5950   comparisons:
5951     - title: "Diff"
5952       reference: 2
5953       compare: 3
5954   legend:
5955     - "Legend to Table"
5956     - "1904, 1908, 2001 - DPDK versions tested."
5957     - "Diff - difference between 1908 and 2001 DPDK version."
5958
5959 # DPDK Performance Changes 2n-skx 2t1c ndr
5960 - type: "table"
5961   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5962   algorithm: "table_comparison"
5963   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5964   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5965   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5966   columns:
5967     - title: "1904"
5968       data-set: "dpdk-performance-changes-2n-skx-h1"
5969     - title: "1908"
5970       data-set: "dpdk-performance-changes-2n-skx-ref"
5971     - title: "2001"
5972       data-set: "dpdk-performance-changes-2n-skx-cmp"
5973   comparisons:
5974     - title: "Diff"
5975       reference: 2
5976       compare: 3
5977   legend:
5978     - "Legend to Table"
5979     - "1904, 1908, 2001 - DPDK versions tested."
5980     - "Diff - difference between 1908 and 2001 DPDK version."
5981
5982 # DPDK Performance Changes 2n-skx 4t2c ndr
5983 - type: "table"
5984   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5985   algorithm: "table_comparison"
5986   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5987   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5988   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5989   columns:
5990     - title: "1904"
5991       data-set: "dpdk-performance-changes-2n-skx-h1"
5992     - title: "1908"
5993       data-set: "dpdk-performance-changes-2n-skx-ref"
5994     - title: "2001"
5995       data-set: "dpdk-performance-changes-2n-skx-cmp"
5996   comparisons:
5997     - title: "Diff"
5998       reference: 2
5999       compare: 3
6000   legend:
6001     - "Legend to Table"
6002     - "1904, 1908, 2001 - DPDK versions tested."
6003     - "Diff - difference between 1908 and 2001 DPDK version."
6004
6005 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6006 - type: "table"
6007   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6008   algorithm: "table_comparison"
6009   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6010   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6011   filter: "'NIC_Intel-X710'"
6012   columns:
6013     - title: "3n-hsw x710"
6014       data-set: "dpdk-compare-testbeds-ref"
6015     - title: "3n-skx x710"
6016       data-set: "dpdk-compare-testbeds-cmp"
6017   comparisons:
6018     - title: "Diff"
6019       reference: 1
6020       compare: 2
6021   legend:
6022     - "Legend to Table"
6023     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6024     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6025
6026 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6027 - type: "table"
6028   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6029   algorithm: "table_comparison"
6030   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6031   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6032   filter: "'NIC_Intel-X710'"
6033   columns:
6034     - title: "3n-hsw x710"
6035       data-set: "dpdk-compare-testbeds-ref"
6036     - title: "3n-skx x710"
6037       data-set: "dpdk-compare-testbeds-cmp"
6038   comparisons:
6039     - title: "Diff"
6040       reference: 1
6041       compare: 2
6042   legend:
6043     - "Legend to Table"
6044     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6045     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6046
6047 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6048 - type: "table"
6049   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6050   algorithm: "table_comparison"
6051   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6052   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6053   filter: "'NIC_Intel-XXV710'"
6054   columns:
6055     - title: "2n-skx"
6056       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6057     - title: "2n-clx"
6058       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6059   comparisons:
6060     - title: "Diff"
6061       reference: 1
6062       compare: 2
6063   legend:
6064     - "Legend to Table"
6065     - "2n-skx, 2n-clx - testbeds and NICs tested."
6066     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6067
6068 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6069 - type: "table"
6070   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6071   algorithm: "table_comparison"
6072   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6073   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6074   filter: "'NIC_Intel-XXV710'"
6075   columns:
6076     - title: "2n-skx"
6077       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6078     - title: "2n-clx"
6079       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6080   comparisons:
6081     - title: "Diff"
6082       reference: 1
6083       compare: 2
6084   legend:
6085     - "Legend to Table"
6086     - "2n-skx, 2n-clx - testbeds and NICs tested."
6087     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6088
6089 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6090 - type: "table"
6091   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6092   algorithm: "table_comparison"
6093   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6094   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6095   filter: "'NIC_Intel-XXV710'"
6096   columns:
6097     - title: "3n-skx"
6098       data-set: "dpdk-compare-topologies-ref"
6099     - title: "2n-skx"
6100       data-set: "dpdk-compare-topologies-cmp"
6101   comparisons:
6102     - title: "Diff"
6103       reference: 1
6104       compare: 2
6105   legend:
6106     - "Legend to Table"
6107     - "3n-skx, 2n-skx - topologies tested."
6108     - "Diff - difference between 3n-skx and 2n-skx topologies."
6109
6110 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6111 - type: "table"
6112   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6113   algorithm: "table_comparison"
6114   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6115   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6116   filter: "'NIC_Intel-XXV710'"
6117   columns:
6118     - title: "3n-skx"
6119       data-set: "dpdk-compare-topologies-ref"
6120     - title: "2n-skx"
6121       data-set: "dpdk-compare-topologies-cmp"
6122   comparisons:
6123     - title: "Diff"
6124       reference: 1
6125       compare: 2
6126   legend:
6127     - "Legend to Table"
6128     - "3n-skx, 2n-skx - topologies tested."
6129     - "Diff - difference between 3n-skx and 2n-skx topologies."
6130
6131 # Detailed Test Results - DPDK Performance Results 3n-hsw
6132 - type: "table"
6133   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6134   algorithm: "table_merged_details"
6135   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6136   columns:
6137     - title: " |prein| Test Name |preout| "
6138       data: "data name"
6139     - 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| "
6140       data: "data msg"
6141   data: "dpdk-perf-results-3n-hsw"
6142   filter: "all"
6143   parameters:
6144   - "name"
6145   - "parent"
6146   - "msg"
6147
6148 # Detailed Test Results - DPDK Performance Results 3n-skx
6149 - type: "table"
6150   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6151   algorithm: "table_merged_details"
6152   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6153   columns:
6154     - title: " |prein| Test Name |preout| "
6155       data: "data name"
6156     - 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| "
6157       data: "data msg"
6158   data: "dpdk-perf-results-3n-skx"
6159   filter: "all"
6160   remove-ndr: True  # Temporary solution: remove NDR results from test message
6161   parameters:
6162   - "name"
6163   - "parent"
6164   - "msg"
6165
6166 # Detailed Test Results - DPDK Performance Results 2n-skx
6167 - type: "table"
6168   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6169   algorithm: "table_merged_details"
6170   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6171   columns:
6172     - title: " |prein| Test Name |preout| "
6173       data: "data name"
6174     - 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| "
6175       data: "data msg"
6176   data: "dpdk-perf-results-2n-skx"
6177   filter: "all"
6178   remove-ndr: True  # Temporary solution: remove NDR results from test message
6179   parameters:
6180   - "name"
6181   - "parent"
6182   - "msg"
6183
6184 # Detailed Test Results - DPDK Performance Results 2n-clx
6185 - type: "table"
6186   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6187   algorithm: "table_merged_details"
6188   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6189   columns:
6190     - title: " |prein| Test Name |preout| "
6191       data: "data name"
6192     - 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| "
6193       data: "data msg"
6194   data: "dpdk-perf-results-2n-clx"
6195   filter: "all"
6196   parameters:
6197   - "name"
6198   - "parent"
6199   - "msg"
6200
6201 # Detailed Test Results - DPDK Performance Results 2n-dnv
6202 - type: "table"
6203   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6204   algorithm: "table_merged_details"
6205   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6206   columns:
6207     - title: " |prein| Test Name |preout| "
6208       data: "data name"
6209     - 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| "
6210       data: "data msg"
6211   data: "dpdk-perf-results-2n-dnv"
6212   filter: "all"
6213   parameters:
6214   - "name"
6215   - "parent"
6216   - "msg"
6217
6218 # Detailed Test Results - DPDK Performance Results 3n-dnv
6219 - type: "table"
6220   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6221   algorithm: "table_merged_details"
6222   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6223   columns:
6224     - title: " |prein| Test Name |preout| "
6225       data: "data name"
6226     - 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| "
6227       data: "data msg"
6228   data: "dpdk-perf-results-3n-dnv"
6229   filter: "all"
6230   parameters:
6231   - "name"
6232   - "parent"
6233   - "msg"
6234
6235 # Detailed Test Results - DPDK Performance Results 3n-tsh
6236 - type: "table"
6237   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6238   algorithm: "table_merged_details"
6239   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6240   columns:
6241     - title: " |prein| Test Name |preout| "
6242       data: "data name"
6243     - 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| "
6244       data: "data msg"
6245   data: "dpdk-perf-results-3n-tsh"
6246   filter: "all"
6247   parameters:
6248   - "name"
6249   - "parent"
6250   - "msg"
6251
6252 ################################################################################
6253 ###                                F I L E S                                 ###
6254 ################################################################################
6255
6256 # VPP Performance Results
6257 - type: "file"
6258   title: "VPP Performance Results"
6259   algorithm: "file_details_split"
6260   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6261   dir-tables:
6262     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6263     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6264     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6265     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6266     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6267     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6268     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6269   data:
6270     - "vpp-perf-results-2n-skx"
6271     - "vpp-perf-results-3n-skx"
6272     - "vpp-perf-results-2n-clx"
6273     - "vpp-perf-results-3n-hsw"
6274     - "vpp-perf-results-3n-tsh"
6275     - "vpp-perf-results-2n-dnv"
6276     - "vpp-perf-results-3n-dnv"
6277   filter: "all"
6278   data-start-level: 4
6279   order-chapters:
6280     level-1:
6281       - "l2"
6282       - "ip4"
6283       - "ip6"
6284       - "srv6"
6285       - "ip4_tunnels"
6286       - "ip6_tunnels"
6287       - "vm_vhost"
6288       - "container_memif"
6289       - "crypto"
6290       - "vts"
6291       - "lb"
6292       - "nfv_density"
6293       - "hoststack"
6294     level-2:
6295       - "2n-skx"
6296       - "3n-skx"
6297       - "2n-clx"
6298       - "3n-hsw"
6299       - "3n-tsh"
6300       - "2n-dnv"
6301       - "3n-dnv"
6302     level-3:
6303       - "xl710"
6304       - "x520"
6305       - "xxv710"
6306       - "x710"
6307       - "x553"
6308       - "cx556a"
6309       - "vic1227"
6310       - "vic1385"
6311
6312 # VPP Performance Configuration
6313 - type: "file"
6314   title: "VPP Performance Configuration"
6315   algorithm: "file_details_split"
6316   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6317   dir-tables:
6318     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6319     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6320     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6321     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6322     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6323     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6324     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6325   data:
6326     - "vpp-perf-results-2n-skx"
6327     - "vpp-perf-results-3n-skx"
6328     - "vpp-perf-results-2n-clx"
6329     - "vpp-perf-results-3n-hsw"
6330     - "vpp-perf-results-3n-tsh"
6331     - "vpp-perf-results-2n-dnv"
6332     - "vpp-perf-results-3n-dnv"
6333   filter: "all"
6334   data-start-level: 4
6335   order-chapters:
6336     level-1:
6337       - "l2"
6338       - "ip4"
6339       - "ip6"
6340       - "srv6"
6341       - "ip4_tunnels"
6342       - "ip6_tunnels"
6343       - "vm_vhost"
6344       - "container_memif"
6345       - "crypto"
6346       - "vts"
6347       - "lb"
6348       - "nfv_density"
6349       - "hoststack"
6350     level-2:
6351       - "2n-skx"
6352       - "3n-skx"
6353       - "2n-clx"
6354       - "3n-hsw"
6355       - "3n-tsh"
6356       - "2n-dnv"
6357       - "3n-dnv"
6358     level-3:
6359       - "xl710"
6360       - "x520"
6361       - "xxv710"
6362       - "x710"
6363       - "x553"
6364       - "cx556a"
6365       - "vic1227"
6366       - "vic1385"
6367
6368 # VPP Performance Operational
6369 - type: "file"
6370   title: "VPP Performance Operational"
6371   algorithm: "file_details_split_html"
6372   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6373   dir-tables:
6374     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6375     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6376     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6377     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6378     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6379     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6380     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6381   data:
6382     - "vpp-perf-results-2n-skx"
6383     - "vpp-perf-results-3n-skx"
6384     - "vpp-perf-results-2n-clx"
6385     - "vpp-perf-results-3n-hsw"
6386     - "vpp-perf-results-3n-tsh"
6387     - "vpp-perf-results-2n-dnv"
6388     - "vpp-perf-results-3n-dnv"
6389   filter: "all"
6390   data-start-level: 4
6391   order-chapters:
6392     level-1:
6393       - "l2"
6394       - "ip4"
6395       - "ip6"
6396       - "srv6"
6397       - "ip4_tunnels"
6398       - "ip6_tunnels"
6399       - "vm_vhost"
6400       - "container_memif"
6401       - "crypto"
6402       - "vts"
6403       - "lb"
6404       - "nfv_density"
6405       - "hoststack"
6406     level-2:
6407       - "2n-skx"
6408       - "3n-skx"
6409       - "2n-clx"
6410       - "3n-hsw"
6411       - "3n-tsh"
6412       - "2n-dnv"
6413       - "3n-dnv"
6414     level-3:
6415       - "xl710"
6416       - "x520"
6417       - "xxv710"
6418       - "x710"
6419       - "x553"
6420       - "cx556a"
6421       - "vic1227"
6422       - "vic1385"
6423
6424 # VPP MRR Results
6425 - type: "file"
6426   title: "VPP MRR Results"
6427   algorithm: "file_details_split"
6428   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6429   dir-tables:
6430     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6431     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6432     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6433     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6434     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6435     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6436     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6437   data:
6438     - "vpp-mrr-results-2n-skx"
6439     - "vpp-mrr-results-3n-skx"
6440     - "vpp-mrr-results-2n-clx"
6441     - "vpp-mrr-results-3n-hsw"
6442     - "vpp-mrr-results-3n-tsh"
6443     - "vpp-mrr-results-2n-dnv"
6444     - "vpp-mrr-results-3n-dnv"
6445   filter: "all"
6446   data-start-level: 4
6447   order-chapters:
6448     level-1:
6449       - "l2"
6450       - "ip4"
6451       - "ip6"
6452       - "srv6"
6453       - "ip4_tunnels"
6454       - "ip6_tunnels"
6455       - "vm_vhost"
6456       - "container_memif"
6457       - "crypto"
6458       - "vts"
6459       - "lb"
6460       - "nfv_density"
6461       - "hoststack"
6462     level-2:
6463       - "2n-skx"
6464       - "3n-skx"
6465       - "2n-clx"
6466       - "3n-hsw"
6467       - "3n-tsh"
6468       - "2n-dnv"
6469       - "3n-dnv"
6470     level-3:
6471       - "xl710"
6472       - "x520"
6473       - "xxv710"
6474       - "x710"
6475       - "x553"
6476       - "cx556a"
6477       - "vic1227"
6478       - "vic1385"
6479
6480 # VPP MRR Configuration
6481 - type: "file"
6482   title: "VPP MRR Configuration"
6483   algorithm: "file_details_split"
6484   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6485   dir-tables:
6486     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6487     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6488     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6489     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6490     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6491     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6492     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6493   data:
6494     - "vpp-mrr-results-2n-skx"
6495     - "vpp-mrr-results-3n-skx"
6496     - "vpp-mrr-results-2n-clx"
6497     - "vpp-mrr-results-3n-hsw"
6498     - "vpp-mrr-results-3n-tsh"
6499     - "vpp-mrr-results-2n-dnv"
6500     - "vpp-mrr-results-3n-dnv"
6501   filter: "all"
6502   data-start-level: 4
6503   order-chapters:
6504     level-1:
6505       - "l2"
6506       - "ip4"
6507       - "ip6"
6508       - "srv6"
6509       - "ip4_tunnels"
6510       - "ip6_tunnels"
6511       - "vm_vhost"
6512       - "container_memif"
6513       - "crypto"
6514       - "vts"
6515       - "lb"
6516       - "nfv_density"
6517       - "hoststack"
6518     level-2:
6519       - "2n-skx"
6520       - "3n-skx"
6521       - "2n-clx"
6522       - "3n-hsw"
6523       - "3n-tsh"
6524       - "2n-dnv"
6525       - "3n-dnv"
6526     level-3:
6527       - "xl710"
6528       - "x520"
6529       - "xxv710"
6530       - "x710"
6531       - "x553"
6532       - "cx556a"
6533       - "vic1227"
6534       - "vic1385"
6535
6536 # VPP Device Results - Ubuntu
6537 - type: "file"
6538   title: "VPP Device Results - Ubuntu"
6539   algorithm: "file_test_results"
6540   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6541   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6542   data: "vpp-device-results-ubuntu"
6543   filter: "all"
6544   data-start-level: 4
6545
6546 # VPP Device Configuration - Ubuntu
6547 - type: "file"
6548   title: "VPP Device Configuration - Ubuntu"
6549   algorithm: "file_test_results"
6550   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6551   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6552   data: "vpp-device-results-ubuntu"
6553   filter: "all"
6554   data-start-level: 4
6555
6556 # DPDK Performance Results 3n-hsw
6557 - type: "file"
6558   title: "DPDK Performance Results 3n-hsw"
6559   algorithm: "file_test_results"
6560   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6561   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6562   data: "dpdk-perf-results-3n-hsw"
6563   filter: "all"
6564   data-start-level: 4
6565
6566 # DPDK Performance Results 3n-skx
6567 - type: "file"
6568   title: "DPDK Performance Results 3n-skx"
6569   algorithm: "file_test_results"
6570   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6571   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6572   data: "dpdk-perf-results-3n-skx"
6573   filter: "all"
6574   data-start-level: 4
6575
6576 # DPDK Performance Results 2n-skx
6577 - type: "file"
6578   title: "DPDK Performance Results 2n-skx"
6579   algorithm: "file_test_results"
6580   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6581   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6582   data: "dpdk-perf-results-2n-skx"
6583   filter: "all"
6584   data-start-level: 4
6585
6586 # DPDK Performance Results 2n-clx
6587 - type: "file"
6588   title: "DPDK Performance Results 2n-clx"
6589   algorithm: "file_test_results"
6590   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6591   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6592   data: "dpdk-perf-results-2n-clx"
6593   filter: "all"
6594   data-start-level: 4
6595
6596 # DPDK Performance Results 2n-dnv
6597 - type: "file"
6598   title: "DPDK Performance Results 2n-dnv"
6599   algorithm: "file_test_results"
6600   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6601   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6602   data: "dpdk-perf-results-2n-dnv"
6603   filter: "all"
6604   data-start-level: 4
6605
6606 # DPDK Performance Results 3n-dnv
6607 - type: "file"
6608   title: "DPDK Performance Results 3n-dnv"
6609   algorithm: "file_test_results"
6610   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6611   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6612   data: "dpdk-perf-results-3n-dnv"
6613   filter: "all"
6614   data-start-level: 4
6615
6616 # DPDK Performance Results 3n-tsh
6617 - type: "file"
6618   title: "DPDK Performance Results 3n-tsh"
6619   algorithm: "file_test_results"
6620   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6621   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6622   data: "dpdk-perf-results-3n-tsh"
6623   filter: "all"
6624   data-start-level: 4
6625
6626 ################################################################################
6627 ###                                P L O T S                                 ###
6628 ################################################################################
6629
6630 # Hoststack tests 3n-hsw
6631
6632 - type: "plot"
6633   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6634   algorithm: "plot_perf_box_name"
6635   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6636   data: "plot-vpp-hoststack-3n-hsw"
6637   include:
6638     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6639     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6640   layout:
6641     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6642     layout: "plot-hoststack"
6643
6644 - type: "plot"
6645   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6646   algorithm: "plot_perf_box_name"
6647   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6648   data: "plot-vpp-hoststack-3n-hsw"
6649   include:
6650     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6651     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6652   layout:
6653     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6654     layout: "plot-hoststack"
6655
6656 - type: "plot"
6657   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6658   algorithm: "plot_perf_box_name"
6659   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
6660   data: "plot-vpp-hoststack-3n-hsw"
6661   include:
6662     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6663     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6664     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6665     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6666   layout:
6667     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6668     layout: "plot-hoststack"
6669
6670 # Plots VPP HTTP Server Performance
6671 - type: "plot"
6672   title: "VPP HTTP Server Performance"
6673   algorithm: "plot_http_server_perf_box"
6674   output-file-type: ".html"
6675   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6676   data:
6677     "plot-vpp-http-server-performance"
6678   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6679   parameters:
6680   - "result"
6681   - "name"
6682   traces:
6683     hoverinfo: "y+name"
6684     boxpoints: "outliers"
6685     whiskerwidth: 0
6686   layout:
6687     title: "VPP HTTP Server Performance"
6688     layout:
6689       "plot-cps"
6690
6691 - type: "plot"
6692   title: "VPP HTTP Server Performance"
6693   algorithm: "plot_http_server_perf_box"
6694   output-file-type: ".html"
6695   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6696   data:
6697     "plot-vpp-http-server-performance"
6698   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6699   parameters:
6700   - "result"
6701   - "name"
6702   traces:
6703     hoverinfo: "y+name"
6704     boxpoints: "outliers"
6705     whiskerwidth: 0
6706   layout:
6707     title: "VPP HTTP Server Performance"
6708     layout:
6709       "plot-rps"
6710
6711 ################################################################################
6712
6713 # Soak Test (PLRsearch), boxes - 2n-clx
6714 - type: "plot"
6715   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6716   algorithm: "plot_perf_box_name"
6717   output-file-type: ".html"
6718   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6719   data: "plot-vpp-soak-2n-clx"
6720   include:
6721     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6722     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6723     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6724     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6727   layout:
6728     title: "30 Minutes Soak Test (PLRsearch)"
6729     layout: "plot-soak-throughput"
6730
6731 # Soak Test (PLRsearch), boxes - 2n-clx
6732 - type: "plot"
6733   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6734   algorithm: "plot_perf_box_name"
6735   output-file-type: ".html"
6736   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6737   data: "plot-vpp-soak-2n-clx"
6738   include:
6739     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6740     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6741     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6742     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6743     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6744     - "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"
6745   layout:
6746     title: "30 Minutes Soak Test (PLRsearch)"
6747     layout: "plot-soak-throughput"
6748
6749 # Soak Test (PLRsearch), boxes - 2n-skx
6750 - type: "plot"
6751   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6752   algorithm: "plot_perf_box_name"
6753   output-file-type: ".html"
6754   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
6755   data: "plot-vpp-soak-2n-skx"
6756   include:
6757     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6758     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6763   layout:
6764     title: "30 Minutes Soak Test (PLRsearch)"
6765     layout: "plot-soak-throughput"
6766
6767 # Soak Test (PLRsearch), boxes - 2n-skx
6768 - type: "plot"
6769   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6770   algorithm: "plot_perf_box_name"
6771   output-file-type: ".html"
6772   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
6773   data: "plot-vpp-soak-2n-skx"
6774   include:
6775     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6776     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6777     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6778     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6779     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6780     - "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"
6781   layout:
6782     title: "30 Minutes Soak Test (PLRsearch)"
6783     layout: "plot-soak-throughput"
6784
6785 ###############################################################################
6786
6787 # Reconf tests 2n-skx
6788
6789 - type: "plot"
6790   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6791   algorithm: "plot_nf_reconf_box_name"
6792   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6793   data: "plot-vpp-nfv-reconf-2n-skx"
6794   include:
6795     - "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"
6796     - "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"
6797     - "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"
6798     - "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"
6799     - "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"
6800     - "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"
6801   layout:
6802     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6803     layout: "plot-throughput"
6804
6805 - type: "plot"
6806   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6807   algorithm: "plot_nf_reconf_box_name"
6808   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6809   data: "plot-vpp-nfv-reconf-2n-skx"
6810   include:
6811     - "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"
6812     - "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"
6813     - "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"
6814     - "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"
6815     - "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"
6816     - "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"
6817   layout:
6818     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6819     layout: "plot-throughput"
6820
6821 - type: "plot"
6822   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6823   algorithm: "plot_nf_reconf_box_name"
6824   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6825   data: "plot-vpp-nfv-reconf-2n-skx"
6826   include:
6827     - "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"
6828     - "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"
6829     - "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"
6830     - "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"
6831     - "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"
6832     - "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"
6833   layout:
6834     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6835     layout: "plot-throughput"
6836
6837 ###############################################################################
6838
6839 # Reconf tests 2n-clx
6840
6841 - type: "plot"
6842   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6843   algorithm: "plot_nf_reconf_box_name"
6844   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6845   data: "plot-vpp-nfv-reconf-2n-clx"
6846   include:
6847     - "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"
6848     - "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"
6849     - "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"
6850     - "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"
6851   layout:
6852     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6853     layout: "plot-throughput"
6854
6855 - type: "plot"
6856   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6857   algorithm: "plot_nf_reconf_box_name"
6858   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6859   data: "plot-vpp-nfv-reconf-2n-clx"
6860   include:
6861     - "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"
6862     - "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"
6863     - "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"
6864     - "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"
6865   layout:
6866     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6867     layout: "plot-throughput"
6868
6869 - type: "plot"
6870   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6871   algorithm: "plot_nf_reconf_box_name"
6872   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6873   data: "plot-vpp-nfv-reconf-2n-clx"
6874   include:
6875     - "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"
6876     - "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"
6877     - "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"
6878     - "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"
6879   layout:
6880     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6881     layout: "plot-throughput"
6882
6883 ################################################################################
6884 ## Plots - NF Density - VSC - MRR 64b
6885 #- type: "plot"
6886 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6887 #  algorithm: "plot_nf_heatmap"
6888 #  output-file-type: ".html"
6889 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6890 #  data: "plot-vpp-nfv-2n-skx-mrr"
6891 #  filter: "'NIC_Intel-XXV710' and
6892 #           'NF_DENSITY' and
6893 #           'VHOST' and
6894 #           not 'VXLAN' and
6895 #           'CHAIN' and
6896 #           'NF_VPPIP4' and
6897 #           '64B' and
6898 #           '2T1C' and
6899 #           'MRR'"
6900 #  parameters:
6901 #  - "result"
6902 #  - "name"
6903 #  - "tags"
6904 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6905 #  x-axis: "X = VNFs per Service Chain"
6906 #  y-axis: "Y = Number of Service Chains"
6907 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6908 #  layout:
6909 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6910 #    layout: "plot-service-density"
6911 #
6912 #- type: "plot"
6913 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6914 #  algorithm: "plot_nf_heatmap"
6915 #  output-file-type: ".html"
6916 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6917 #  data: "plot-vpp-nfv-2n-skx-mrr"
6918 #  filter: "'NIC_Intel-XXV710' and
6919 #           'NF_DENSITY' and
6920 #           'VHOST' and
6921 #           not 'VXLAN' and
6922 #           'CHAIN' and
6923 #           'NF_VPPIP4' and
6924 #           '64B' and
6925 #           '4T2C' and
6926 #           'MRR'"
6927 #  parameters:
6928 #  - "result"
6929 #  - "name"
6930 #  - "tags"
6931 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6932 #  x-axis: "X = VNFs per Service Chain"
6933 #  y-axis: "Y = Number of Service Chains"
6934 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6935 #  layout:
6936 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6937 #    layout: "plot-service-density"
6938 #
6939 #- type: "plot"
6940 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6941 #  algorithm: "plot_nf_heatmap"
6942 #  output-file-type: ".html"
6943 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6944 #  data: "plot-vpp-nfv-2n-skx-mrr"
6945 #  filter: "'NIC_Intel-XXV710' and
6946 #           'NF_DENSITY' and
6947 #           'VHOST' and
6948 #           not 'VXLAN' and
6949 #           'CHAIN' and
6950 #           'NF_VPPIP4' and
6951 #           '64B' and
6952 #           '8T4C' and
6953 #           'MRR'"
6954 #  parameters:
6955 #  - "result"
6956 #  - "name"
6957 #  - "tags"
6958 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6959 #  x-axis: "X = VNFs per Service Chain"
6960 #  y-axis: "Y = Number of Service Chains"
6961 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6962 #  layout:
6963 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6964 #    layout: "plot-service-density"
6965 #
6966 ## Plots - NF Density - VSC - MRR IMIX
6967 #- type: "plot"
6968 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6969 #  algorithm: "plot_nf_heatmap"
6970 #  output-file-type: ".html"
6971 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6972 #  data: "plot-vpp-nfv-2n-skx-mrr"
6973 #  filter: "'NIC_Intel-XXV710' and
6974 #           'NF_DENSITY' and
6975 #           'VHOST' and
6976 #           not 'VXLAN' and
6977 #           'CHAIN' and
6978 #           'NF_VPPIP4' and
6979 #           'IMIX' and
6980 #           '2T1C' and
6981 #           'MRR'"
6982 #  parameters:
6983 #  - "result"
6984 #  - "name"
6985 #  - "tags"
6986 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6987 #  x-axis: "X = VNFs per Service Chain"
6988 #  y-axis: "Y = Number of Service Chains"
6989 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6990 #  layout:
6991 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6992 #    layout: "plot-service-density"
6993 #
6994 #- type: "plot"
6995 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6996 #  algorithm: "plot_nf_heatmap"
6997 #  output-file-type: ".html"
6998 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6999 #  data: "plot-vpp-nfv-2n-skx-mrr"
7000 #  filter: "'NIC_Intel-XXV710' and
7001 #           'NF_DENSITY' and
7002 #           'VHOST' and
7003 #           not 'VXLAN' and
7004 #           'CHAIN' and
7005 #           'NF_VPPIP4' and
7006 #           'IMIX' and
7007 #           '4T2C' and
7008 #           'MRR'"
7009 #  parameters:
7010 #  - "result"
7011 #  - "name"
7012 #  - "tags"
7013 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7014 #  x-axis: "X = VNFs per Service Chain"
7015 #  y-axis: "Y = Number of Service Chains"
7016 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7017 #  layout:
7018 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7019 #    layout: "plot-service-density"
7020 #
7021 #- type: "plot"
7022 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7023 #  algorithm: "plot_nf_heatmap"
7024 #  output-file-type: ".html"
7025 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7026 #  data: "plot-vpp-nfv-2n-skx-mrr"
7027 #  filter: "'NIC_Intel-XXV710' and
7028 #           'NF_DENSITY' and
7029 #           'VHOST' and
7030 #           not 'VXLAN' and
7031 #           'CHAIN' and
7032 #           'NF_VPPIP4' and
7033 #           'IMIX' and
7034 #           '8T4C' and
7035 #           'MRR'"
7036 #  parameters:
7037 #  - "result"
7038 #  - "name"
7039 #  - "tags"
7040 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7041 #  x-axis: "X = VNFs per Service Chain"
7042 #  y-axis: "Y = Number of Service Chains"
7043 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7044 #  layout:
7045 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7046 #    layout: "plot-service-density"
7047 #
7048 ## Plots - NF Density - VSC - NDR 64b
7049 #- type: "plot"
7050 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7051 #  algorithm: "plot_nf_heatmap"
7052 #  output-file-type: ".html"
7053 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
7054 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7055 #  filter: "'NIC_Intel-XXV710' and
7056 #           'NF_DENSITY' and
7057 #           'VHOST' and
7058 #           not 'VXLAN' and
7059 #           'CHAIN' and
7060 #           'NF_VPPIP4' and
7061 #           '64B' and
7062 #           '2T1C' and
7063 #           'NDRPDR'"
7064 #  parameters:
7065 #  - "throughput"
7066 #  - "name"
7067 #  - "tags"
7068 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7069 #  x-axis: "X = VNFs per Service Chain"
7070 #  y-axis: "Y = Number of Service Chains"
7071 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7072 #  layout:
7073 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7074 #    layout: "plot-service-density"
7075 #
7076 #- type: "plot"
7077 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7078 #  algorithm: "plot_nf_heatmap"
7079 #  output-file-type: ".html"
7080 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7081 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7082 #  filter: "'NIC_Intel-XXV710' and
7083 #           'NF_DENSITY' and
7084 #           'VHOST' and
7085 #           not 'VXLAN' and
7086 #           'CHAIN' and
7087 #           'NF_VPPIP4' and
7088 #           '64B' and
7089 #           '4T2C' and
7090 #           'NDRPDR'"
7091 #  parameters:
7092 #  - "throughput"
7093 #  - "name"
7094 #  - "tags"
7095 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7096 #  x-axis: "X = VNFs per Service Chain"
7097 #  y-axis: "Y = Number of Service Chains"
7098 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7099 #  layout:
7100 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7101 #    layout: "plot-service-density"
7102 #
7103 #- type: "plot"
7104 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7105 #  algorithm: "plot_nf_heatmap"
7106 #  output-file-type: ".html"
7107 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7108 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7109 #  filter: "'NIC_Intel-XXV710' and
7110 #           'NF_DENSITY' and
7111 #           'VHOST' and
7112 #           not 'VXLAN' and
7113 #           'CHAIN' and
7114 #           'NF_VPPIP4' and
7115 #           '64B' and
7116 #           '8T4C' and
7117 #           'NDRPDR'"
7118 #  parameters:
7119 #  - "throughput"
7120 #  - "name"
7121 #  - "tags"
7122 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7123 #  x-axis: "X = VNFs per Service Chain"
7124 #  y-axis: "Y = Number of Service Chains"
7125 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7126 #  layout:
7127 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7128 #    layout: "plot-service-density"
7129 #
7130 ## Plots - NF Density - VSC - NDR IMIX
7131 #- type: "plot"
7132 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7133 #  algorithm: "plot_nf_heatmap"
7134 #  output-file-type: ".html"
7135 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7136 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7137 #  filter: "'NIC_Intel-XXV710' and
7138 #           'NF_DENSITY' and
7139 #           'VHOST' and
7140 #           not 'VXLAN' and
7141 #           'CHAIN' and
7142 #           'NF_VPPIP4' and
7143 #           'IMIX' and
7144 #           '2T1C' and
7145 #           'NDRPDR'"
7146 #  parameters:
7147 #  - "throughput"
7148 #  - "name"
7149 #  - "tags"
7150 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7151 #  x-axis: "X = VNFs per Service Chain"
7152 #  y-axis: "Y = Number of Service Chains"
7153 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7154 #  layout:
7155 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7156 #    layout: "plot-service-density"
7157 #
7158 #- type: "plot"
7159 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7160 #  algorithm: "plot_nf_heatmap"
7161 #  output-file-type: ".html"
7162 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7163 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7164 #  filter: "'NIC_Intel-XXV710' and
7165 #           'NF_DENSITY' and
7166 #           'VHOST' and
7167 #           not 'VXLAN' and
7168 #           'CHAIN' and
7169 #           'NF_VPPIP4' and
7170 #           'IMIX' and
7171 #           '4T2C' and
7172 #           'NDRPDR'"
7173 #  parameters:
7174 #  - "throughput"
7175 #  - "name"
7176 #  - "tags"
7177 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7178 #  x-axis: "X = VNFs per Service Chain"
7179 #  y-axis: "Y = Number of Service Chains"
7180 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7181 #  layout:
7182 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7183 #    layout: "plot-service-density"
7184 #
7185 #- type: "plot"
7186 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7187 #  algorithm: "plot_nf_heatmap"
7188 #  output-file-type: ".html"
7189 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7190 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7191 #  filter: "'NIC_Intel-XXV710' and
7192 #           'NF_DENSITY' and
7193 #           'VHOST' and
7194 #           not 'VXLAN' and
7195 #           'CHAIN' and
7196 #           'NF_VPPIP4' and
7197 #           'IMIX' and
7198 #           '8T4C' and
7199 #           'NDRPDR'"
7200 #  parameters:
7201 #  - "throughput"
7202 #  - "name"
7203 #  - "tags"
7204 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7205 #  x-axis: "X = VNFs per Service Chain"
7206 #  y-axis: "Y = Number of Service Chains"
7207 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7208 #  layout:
7209 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7210 #    layout: "plot-service-density"
7211 #
7212 ## Plots - NF Density - VSC - PDR 64b
7213 #- type: "plot"
7214 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7215 #  algorithm: "plot_nf_heatmap"
7216 #  output-file-type: ".html"
7217 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
7218 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7219 #  filter: "'NIC_Intel-XXV710' and
7220 #           'NF_DENSITY' and
7221 #           'VHOST' and
7222 #           not 'VXLAN' and
7223 #           'CHAIN' and
7224 #           'NF_VPPIP4' and
7225 #           '64B' and
7226 #           '2T1C' and
7227 #           'NDRPDR'"
7228 #  parameters:
7229 #  - "throughput"
7230 #  - "name"
7231 #  - "tags"
7232 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7233 #  x-axis: "X = VNFs per Service Chain"
7234 #  y-axis: "Y = Number of Service Chains"
7235 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7236 #  layout:
7237 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7238 #    layout: "plot-service-density"
7239 #
7240 #- type: "plot"
7241 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7242 #  algorithm: "plot_nf_heatmap"
7243 #  output-file-type: ".html"
7244 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7245 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7246 #  filter: "'NIC_Intel-XXV710' and
7247 #           'NF_DENSITY' and
7248 #           'VHOST' and
7249 #           not 'VXLAN' and
7250 #           'CHAIN' and
7251 #           'NF_VPPIP4' and
7252 #           '64B' and
7253 #           '4T2C' and
7254 #           'NDRPDR'"
7255 #  parameters:
7256 #  - "throughput"
7257 #  - "name"
7258 #  - "tags"
7259 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7260 #  x-axis: "X = VNFs per Service Chain"
7261 #  y-axis: "Y = Number of Service Chains"
7262 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7263 #  layout:
7264 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7265 #    layout: "plot-service-density"
7266 #
7267 #- type: "plot"
7268 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7269 #  algorithm: "plot_nf_heatmap"
7270 #  output-file-type: ".html"
7271 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7272 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7273 #  filter: "'NIC_Intel-XXV710' and
7274 #           'NF_DENSITY' and
7275 #           'VHOST' and
7276 #           not 'VXLAN' and
7277 #           'CHAIN' and
7278 #           'NF_VPPIP4' and
7279 #           '64B' and
7280 #           '8T4C' and
7281 #           'NDRPDR'"
7282 #  parameters:
7283 #  - "throughput"
7284 #  - "name"
7285 #  - "tags"
7286 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7287 #  x-axis: "X = VNFs per Service Chain"
7288 #  y-axis: "Y = Number of Service Chains"
7289 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7290 #  layout:
7291 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7292 #    layout: "plot-service-density"
7293 #
7294 ## Plots - NF Density - VSC - PDR IMIX
7295 #- type: "plot"
7296 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7297 #  algorithm: "plot_nf_heatmap"
7298 #  output-file-type: ".html"
7299 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7300 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7301 #  filter: "'NIC_Intel-XXV710' and
7302 #           'NF_DENSITY' and
7303 #           'VHOST' and
7304 #           not 'VXLAN' and
7305 #           'CHAIN' and
7306 #           'NF_VPPIP4' and
7307 #           'IMIX' and
7308 #           '2T1C' and
7309 #           'NDRPDR'"
7310 #  parameters:
7311 #  - "throughput"
7312 #  - "name"
7313 #  - "tags"
7314 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7315 #  x-axis: "X = VNFs per Service Chain"
7316 #  y-axis: "Y = Number of Service Chains"
7317 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7318 #  layout:
7319 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7320 #    layout: "plot-service-density"
7321 #
7322 #- type: "plot"
7323 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7324 #  algorithm: "plot_nf_heatmap"
7325 #  output-file-type: ".html"
7326 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7327 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7328 #  filter: "'NIC_Intel-XXV710' and
7329 #           'NF_DENSITY' and
7330 #           'VHOST' and
7331 #           not 'VXLAN' and
7332 #           'CHAIN' and
7333 #           'NF_VPPIP4' and
7334 #           'IMIX' and
7335 #           '4T2C' and
7336 #           'NDRPDR'"
7337 #  parameters:
7338 #  - "throughput"
7339 #  - "name"
7340 #  - "tags"
7341 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7342 #  x-axis: "X = VNFs per Service Chain"
7343 #  y-axis: "Y = Number of Service Chains"
7344 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7345 #  layout:
7346 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7347 #    layout: "plot-service-density"
7348 #
7349 #- type: "plot"
7350 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7351 #  algorithm: "plot_nf_heatmap"
7352 #  output-file-type: ".html"
7353 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7354 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7355 #  filter: "'NIC_Intel-XXV710' and
7356 #           'NF_DENSITY' and
7357 #           'VHOST' and
7358 #           not 'VXLAN' and
7359 #           'CHAIN' and
7360 #           'NF_VPPIP4' and
7361 #           'IMIX' and
7362 #           '8T4C' and
7363 #           'NDRPDR'"
7364 #  parameters:
7365 #  - "throughput"
7366 #  - "name"
7367 #  - "tags"
7368 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7369 #  x-axis: "X = VNFs per Service Chain"
7370 #  y-axis: "Y = Number of Service Chains"
7371 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7372 #  layout:
7373 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7374 #    layout: "plot-service-density"
7375 #
7376 ################################################################################
7377 ## Plots - NF Density - VSC - MRR 64b
7378 #- type: "plot"
7379 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7380 #  algorithm: "plot_nf_heatmap"
7381 #  output-file-type: ".html"
7382 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7383 #  data: "plot-vpp-nfv-2n-skx-mrr"
7384 #  filter: "'NIC_Intel-XXV710' and
7385 #           'NF_DENSITY' and
7386 #           'VHOST' and
7387 #           'VXLAN' and
7388 #           'CHAIN' and
7389 #           '118' and
7390 #           '2T1C' and
7391 #           'MRR'"
7392 #  parameters:
7393 #  - "result"
7394 #  - "name"
7395 #  - "tags"
7396 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7397 #  x-axis: "X = VNFs per Service Chain"
7398 #  y-axis: "Y = Number of Service Chains"
7399 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7400 #  layout:
7401 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7402 #    layout: "plot-service-density"
7403 #
7404 #- type: "plot"
7405 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7406 #  algorithm: "plot_nf_heatmap"
7407 #  output-file-type: ".html"
7408 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7409 #  data: "plot-vpp-nfv-2n-skx-mrr"
7410 #  filter: "'NIC_Intel-XXV710' and
7411 #           'NF_DENSITY' and
7412 #           'VHOST' and
7413 #           'VXLAN' and
7414 #           'CHAIN' and
7415 #           '118' and
7416 #           '4T2C' and
7417 #           'MRR'"
7418 #  parameters:
7419 #  - "result"
7420 #  - "name"
7421 #  - "tags"
7422 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7423 #  x-axis: "X = VNFs per Service Chain"
7424 #  y-axis: "Y = Number of Service Chains"
7425 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7426 #  layout:
7427 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7428 #    layout: "plot-service-density"
7429 #
7430 #- type: "plot"
7431 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7432 #  algorithm: "plot_nf_heatmap"
7433 #  output-file-type: ".html"
7434 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7435 #  data: "plot-vpp-nfv-2n-skx-mrr"
7436 #  filter: "'NIC_Intel-XXV710' and
7437 #           'NF_DENSITY' and
7438 #           'VHOST' and
7439 #           'VXLAN' and
7440 #           'CHAIN' and
7441 #           '118' and
7442 #           '8T4C' and
7443 #           'MRR'"
7444 #  parameters:
7445 #  - "result"
7446 #  - "name"
7447 #  - "tags"
7448 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7449 #  x-axis: "X = VNFs per Service Chain"
7450 #  y-axis: "Y = Number of Service Chains"
7451 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7452 #  layout:
7453 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7454 #    layout: "plot-service-density"
7455 #
7456 ## Plots - NF Density - VSC - MRR IMIX
7457 #- type: "plot"
7458 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7459 #  algorithm: "plot_nf_heatmap"
7460 #  output-file-type: ".html"
7461 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7462 #  data: "plot-vpp-nfv-2n-skx-mrr"
7463 #  filter: "'NIC_Intel-XXV710' and
7464 #           'NF_DENSITY' and
7465 #           'VHOST' and
7466 #           'VXLAN' and
7467 #           'CHAIN' and
7468 #           'IMIX' and
7469 #           '2T1C' and
7470 #           'MRR'"
7471 #  parameters:
7472 #  - "result"
7473 #  - "name"
7474 #  - "tags"
7475 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7476 #  x-axis: "X = VNFs per Service Chain"
7477 #  y-axis: "Y = Number of Service Chains"
7478 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7479 #  layout:
7480 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7481 #    layout: "plot-service-density"
7482 #
7483 #- type: "plot"
7484 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7485 #  algorithm: "plot_nf_heatmap"
7486 #  output-file-type: ".html"
7487 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7488 #  data: "plot-vpp-nfv-2n-skx-mrr"
7489 #  filter: "'NIC_Intel-XXV710' and
7490 #           'NF_DENSITY' and
7491 #           'VHOST' and
7492 #           'VXLAN' and
7493 #           'CHAIN' and
7494 #           'IMIX' and
7495 #           '4T2C' and
7496 #           'MRR'"
7497 #  parameters:
7498 #  - "result"
7499 #  - "name"
7500 #  - "tags"
7501 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7502 #  x-axis: "X = VNFs per Service Chain"
7503 #  y-axis: "Y = Number of Service Chains"
7504 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7505 #  layout:
7506 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7507 #    layout: "plot-service-density"
7508 #
7509 #- type: "plot"
7510 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7511 #  algorithm: "plot_nf_heatmap"
7512 #  output-file-type: ".html"
7513 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7514 #  data: "plot-vpp-nfv-2n-skx-mrr"
7515 #  filter: "'NIC_Intel-XXV710' and
7516 #           'NF_DENSITY' and
7517 #           'VHOST' and
7518 #           'VXLAN' and
7519 #           'CHAIN' and
7520 #           'IMIX' and
7521 #           '8T4C' and
7522 #           'MRR'"
7523 #  parameters:
7524 #  - "result"
7525 #  - "name"
7526 #  - "tags"
7527 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7528 #  x-axis: "X = VNFs per Service Chain"
7529 #  y-axis: "Y = Number of Service Chains"
7530 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7531 #  layout:
7532 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7533 #    layout: "plot-service-density"
7534 #
7535 ## Plots - NF Density - VSC - NDR 64b
7536 #- type: "plot"
7537 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7538 #  algorithm: "plot_nf_heatmap"
7539 #  output-file-type: ".html"
7540 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7541 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7542 #  filter: "'NIC_Intel-XXV710' and
7543 #           'NF_DENSITY' and
7544 #           'VHOST' and
7545 #           'VXLAN' and
7546 #           'CHAIN' and
7547 #           '118' and
7548 #           '2T1C' and
7549 #           'NDRPDR'"
7550 #  parameters:
7551 #  - "throughput"
7552 #  - "name"
7553 #  - "tags"
7554 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7555 #  x-axis: "X = VNFs per Service Chain"
7556 #  y-axis: "Y = Number of Service Chains"
7557 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7558 #  layout:
7559 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7560 #    layout: "plot-service-density"
7561 #
7562 #- type: "plot"
7563 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7564 #  algorithm: "plot_nf_heatmap"
7565 #  output-file-type: ".html"
7566 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7567 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7568 #  filter: "'NIC_Intel-XXV710' and
7569 #           'NF_DENSITY' and
7570 #           'VHOST' and
7571 #           'VXLAN' and
7572 #           'CHAIN' and
7573 #           '118' and
7574 #           '4T2C' and
7575 #           'NDRPDR'"
7576 #  parameters:
7577 #  - "throughput"
7578 #  - "name"
7579 #  - "tags"
7580 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7581 #  x-axis: "X = VNFs per Service Chain"
7582 #  y-axis: "Y = Number of Service Chains"
7583 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7584 #  layout:
7585 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7586 #    layout: "plot-service-density"
7587 #
7588 #- type: "plot"
7589 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7590 #  algorithm: "plot_nf_heatmap"
7591 #  output-file-type: ".html"
7592 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7593 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7594 #  filter: "'NIC_Intel-XXV710' and
7595 #           'NF_DENSITY' and
7596 #           'VHOST' and
7597 #           'VXLAN' and
7598 #           'CHAIN' and
7599 #           '118' and
7600 #           '8T4C' and
7601 #           'NDRPDR'"
7602 #  parameters:
7603 #  - "throughput"
7604 #  - "name"
7605 #  - "tags"
7606 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7607 #  x-axis: "X = VNFs per Service Chain"
7608 #  y-axis: "Y = Number of Service Chains"
7609 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7610 #  layout:
7611 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7612 #    layout: "plot-service-density"
7613 #
7614 ## Plots - NF Density - VSC - NDR IMIX
7615 #- type: "plot"
7616 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7617 #  algorithm: "plot_nf_heatmap"
7618 #  output-file-type: ".html"
7619 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7620 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7621 #  filter: "'NIC_Intel-XXV710' and
7622 #           'NF_DENSITY' and
7623 #           'VHOST' and
7624 #           'VXLAN' and
7625 #           'CHAIN' and
7626 #           'IMIX' and
7627 #           '2T1C' and
7628 #           'NDRPDR'"
7629 #  parameters:
7630 #  - "throughput"
7631 #  - "name"
7632 #  - "tags"
7633 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7634 #  x-axis: "X = VNFs per Service Chain"
7635 #  y-axis: "Y = Number of Service Chains"
7636 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7637 #  layout:
7638 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7639 #    layout: "plot-service-density"
7640 #
7641 #- type: "plot"
7642 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7643 #  algorithm: "plot_nf_heatmap"
7644 #  output-file-type: ".html"
7645 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7646 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7647 #  filter: "'NIC_Intel-XXV710' and
7648 #           'NF_DENSITY' and
7649 #           'VHOST' and
7650 #           'VXLAN' and
7651 #           'CHAIN' and
7652 #           'IMIX' and
7653 #           '4T2C' and
7654 #           'NDRPDR'"
7655 #  parameters:
7656 #  - "throughput"
7657 #  - "name"
7658 #  - "tags"
7659 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7660 #  x-axis: "X = VNFs per Service Chain"
7661 #  y-axis: "Y = Number of Service Chains"
7662 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7663 #  layout:
7664 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7665 #    layout: "plot-service-density"
7666 #
7667 #- type: "plot"
7668 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7669 #  algorithm: "plot_nf_heatmap"
7670 #  output-file-type: ".html"
7671 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7672 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7673 #  filter: "'NIC_Intel-XXV710' and
7674 #           'NF_DENSITY' and
7675 #           'VHOST' and
7676 #           'VXLAN' and
7677 #           'CHAIN' and
7678 #           'IMIX' and
7679 #           '8T4C' and
7680 #           'NDRPDR'"
7681 #  parameters:
7682 #  - "throughput"
7683 #  - "name"
7684 #  - "tags"
7685 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7686 #  x-axis: "X = VNFs per Service Chain"
7687 #  y-axis: "Y = Number of Service Chains"
7688 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7689 #  layout:
7690 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7691 #    layout: "plot-service-density"
7692 #
7693 ## Plots - NF Density - VSC - PDR 64b
7694 #- type: "plot"
7695 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7696 #  algorithm: "plot_nf_heatmap"
7697 #  output-file-type: ".html"
7698 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7699 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7700 #  filter: "'NIC_Intel-XXV710' and
7701 #           'NF_DENSITY' and
7702 #           'VHOST' and
7703 #           'VXLAN' and
7704 #           'CHAIN' and
7705 #           '118' and
7706 #           '2T1C' and
7707 #           'NDRPDR'"
7708 #  parameters:
7709 #  - "throughput"
7710 #  - "name"
7711 #  - "tags"
7712 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7713 #  x-axis: "X = VNFs per Service Chain"
7714 #  y-axis: "Y = Number of Service Chains"
7715 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7716 #  layout:
7717 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7718 #    layout: "plot-service-density"
7719 #
7720 #- type: "plot"
7721 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7722 #  algorithm: "plot_nf_heatmap"
7723 #  output-file-type: ".html"
7724 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7725 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7726 #  filter: "'NIC_Intel-XXV710' and
7727 #           'NF_DENSITY' and
7728 #           'VHOST' and
7729 #           'VXLAN' and
7730 #           'CHAIN' and
7731 #           '118' and
7732 #           '4T2C' and
7733 #           'NDRPDR'"
7734 #  parameters:
7735 #  - "throughput"
7736 #  - "name"
7737 #  - "tags"
7738 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7739 #  x-axis: "X = VNFs per Service Chain"
7740 #  y-axis: "Y = Number of Service Chains"
7741 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7742 #  layout:
7743 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7744 #    layout: "plot-service-density"
7745 #
7746 #- type: "plot"
7747 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7748 #  algorithm: "plot_nf_heatmap"
7749 #  output-file-type: ".html"
7750 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7751 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7752 #  filter: "'NIC_Intel-XXV710' and
7753 #           'NF_DENSITY' and
7754 #           'VHOST' and
7755 #           'VXLAN' and
7756 #           'CHAIN' and
7757 #           '118' and
7758 #           '8T4C' and
7759 #           'NDRPDR'"
7760 #  parameters:
7761 #  - "throughput"
7762 #  - "name"
7763 #  - "tags"
7764 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7765 #  x-axis: "X = VNFs per Service Chain"
7766 #  y-axis: "Y = Number of Service Chains"
7767 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7768 #  layout:
7769 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7770 #    layout: "plot-service-density"
7771 #
7772 ## Plots - NF Density - VSC - PDR IMIX
7773 #- type: "plot"
7774 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7775 #  algorithm: "plot_nf_heatmap"
7776 #  output-file-type: ".html"
7777 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7778 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7779 #  filter: "'NIC_Intel-XXV710' and
7780 #           'NF_DENSITY' and
7781 #           'VHOST' and
7782 #           'VXLAN' and
7783 #           'CHAIN' and
7784 #           'IMIX' and
7785 #           '2T1C' and
7786 #           'NDRPDR'"
7787 #  parameters:
7788 #  - "throughput"
7789 #  - "name"
7790 #  - "tags"
7791 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7792 #  x-axis: "X = VNFs per Service Chain"
7793 #  y-axis: "Y = Number of Service Chains"
7794 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7795 #  layout:
7796 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7797 #    layout: "plot-service-density"
7798 #
7799 #- type: "plot"
7800 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7801 #  algorithm: "plot_nf_heatmap"
7802 #  output-file-type: ".html"
7803 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7804 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7805 #  filter: "'NIC_Intel-XXV710' and
7806 #           'NF_DENSITY' and
7807 #           'VHOST' and
7808 #           'VXLAN' and
7809 #           'CHAIN' and
7810 #           'IMIX' and
7811 #           '4T2C' and
7812 #           'NDRPDR'"
7813 #  parameters:
7814 #  - "throughput"
7815 #  - "name"
7816 #  - "tags"
7817 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7818 #  x-axis: "X = VNFs per Service Chain"
7819 #  y-axis: "Y = Number of Service Chains"
7820 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7821 #  layout:
7822 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7823 #    layout: "plot-service-density"
7824 #
7825 #- type: "plot"
7826 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7827 #  algorithm: "plot_nf_heatmap"
7828 #  output-file-type: ".html"
7829 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7830 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7831 #  filter: "'NIC_Intel-XXV710' and
7832 #           'NF_DENSITY' and
7833 #           'VHOST' and
7834 #           'VXLAN' and
7835 #           'CHAIN' and
7836 #           'IMIX' and
7837 #           '8T4C' and
7838 #           'NDRPDR'"
7839 #  parameters:
7840 #  - "throughput"
7841 #  - "name"
7842 #  - "tags"
7843 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7844 #  x-axis: "X = VNFs per Service Chain"
7845 #  y-axis: "Y = Number of Service Chains"
7846 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7847 #  layout:
7848 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7849 #    layout: "plot-service-density"
7850 #
7851 ################################################################################
7852 ## Plots - NF Density - CSC - MRR 64b
7853 #- type: "plot"
7854 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7855 #  algorithm: "plot_nf_heatmap"
7856 #  output-file-type: ".html"
7857 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7858 #  data: "plot-vpp-nfv-2n-skx-mrr"
7859 #  filter: "'NIC_Intel-XXV710' and
7860 #           'NF_DENSITY' and
7861 #           'DOCKER' and
7862 #           'CHAIN' and
7863 #           'NF_VPPIP4' and
7864 #           '64B' and
7865 #           '2T1C' and
7866 #           'MRR'"
7867 #  parameters:
7868 #  - "result"
7869 #  - "name"
7870 #  - "tags"
7871 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7872 #  x-axis: "X = CNFs per Service Chain"
7873 #  y-axis: "Y = Number of Service Chains"
7874 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7875 #  layout:
7876 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7877 #    layout: "plot-service-density"
7878 #
7879 #- type: "plot"
7880 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7881 #  algorithm: "plot_nf_heatmap"
7882 #  output-file-type: ".html"
7883 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7884 #  data: "plot-vpp-nfv-2n-skx-mrr"
7885 #  filter: "'NIC_Intel-XXV710' and
7886 #           'NF_DENSITY' and
7887 #           'DOCKER' and
7888 #           'CHAIN' and
7889 #           'NF_VPPIP4' and
7890 #           '64B' and
7891 #           '4T2C' and
7892 #           'MRR'"
7893 #  parameters:
7894 #  - "result"
7895 #  - "name"
7896 #  - "tags"
7897 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7898 #  x-axis: "X = CNFs per Service Chain"
7899 #  y-axis: "Y = Number of Service Chains"
7900 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7901 #  layout:
7902 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7903 #    layout: "plot-service-density"
7904 #
7905 #- type: "plot"
7906 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7907 #  algorithm: "plot_nf_heatmap"
7908 #  output-file-type: ".html"
7909 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7910 #  data: "plot-vpp-nfv-2n-skx-mrr"
7911 #  filter: "'NIC_Intel-XXV710' and
7912 #           'NF_DENSITY' and
7913 #           'DOCKER' and
7914 #           'CHAIN' and
7915 #           'NF_VPPIP4' and
7916 #           '64B' and
7917 #           '8T4C' and
7918 #           'MRR'"
7919 #  parameters:
7920 #  - "result"
7921 #  - "name"
7922 #  - "tags"
7923 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7924 #  x-axis: "X = CNFs per Service Chain"
7925 #  y-axis: "Y = Number of Service Chains"
7926 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7927 #  layout:
7928 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7929 #    layout: "plot-service-density"
7930 #
7931 ## Plots - NF Density - CSC - MRR IMIX
7932 #- type: "plot"
7933 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7934 #  algorithm: "plot_nf_heatmap"
7935 #  output-file-type: ".html"
7936 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7937 #  data: "plot-vpp-nfv-2n-skx-mrr"
7938 #  filter: "'NIC_Intel-XXV710' and
7939 #           'NF_DENSITY' and
7940 #           'DOCKER' and
7941 #           'CHAIN' and
7942 #           'NF_VPPIP4' and
7943 #           'IMIX' and
7944 #           '2T1C' and
7945 #           'MRR'"
7946 #  parameters:
7947 #  - "result"
7948 #  - "name"
7949 #  - "tags"
7950 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7951 #  x-axis: "X = CNFs per Service Chain"
7952 #  y-axis: "Y = Number of Service Chains"
7953 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7954 #  layout:
7955 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7956 #    layout: "plot-service-density"
7957 #
7958 #- type: "plot"
7959 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7960 #  algorithm: "plot_nf_heatmap"
7961 #  output-file-type: ".html"
7962 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7963 #  data: "plot-vpp-nfv-2n-skx-mrr"
7964 #  filter: "'NIC_Intel-XXV710' and
7965 #           'NF_DENSITY' and
7966 #           'DOCKER' and
7967 #           'CHAIN' and
7968 #           'NF_VPPIP4' and
7969 #           'IMIX' and
7970 #           '4T2C' and
7971 #           'MRR'"
7972 #  parameters:
7973 #  - "result"
7974 #  - "name"
7975 #  - "tags"
7976 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7977 #  x-axis: "X = CNFs per Service Chain"
7978 #  y-axis: "Y = Number of Service Chains"
7979 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7980 #  layout:
7981 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7982 #    layout: "plot-service-density"
7983 #
7984 #- type: "plot"
7985 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7986 #  algorithm: "plot_nf_heatmap"
7987 #  output-file-type: ".html"
7988 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7989 #  data: "plot-vpp-nfv-2n-skx-mrr"
7990 #  filter: "'NIC_Intel-XXV710' and
7991 #           'NF_DENSITY' and
7992 #           'DOCKER' and
7993 #           'CHAIN' and
7994 #           'NF_VPPIP4' and
7995 #           'IMIX' and
7996 #           '8T4C' and
7997 #           'MRR'"
7998 #  parameters:
7999 #  - "result"
8000 #  - "name"
8001 #  - "tags"
8002 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8003 #  x-axis: "X = CNFs per Service Chain"
8004 #  y-axis: "Y = Number of Service Chains"
8005 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8006 #  layout:
8007 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8008 #    layout: "plot-service-density"
8009 #
8010 ## Plots - NF Density - CSC - NDR 64b
8011 #- type: "plot"
8012 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8013 #  algorithm: "plot_nf_heatmap"
8014 #  output-file-type: ".html"
8015 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
8016 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8017 #  filter: "'NIC_Intel-XXV710' and
8018 #           'NF_DENSITY' and
8019 #           'DOCKER' and
8020 #           'CHAIN' and
8021 #           'NF_VPPIP4' and
8022 #           '64B' and
8023 #           '2T1C' and
8024 #           'NDRPDR'"
8025 #  parameters:
8026 #  - "throughput"
8027 #  - "name"
8028 #  - "tags"
8029 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8030 #  x-axis: "X = CNFs per Service Chain"
8031 #  y-axis: "Y = Number of Service Chains"
8032 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8033 #  layout:
8034 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8035 #    layout: "plot-service-density"
8036 #
8037 #- type: "plot"
8038 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8039 #  algorithm: "plot_nf_heatmap"
8040 #  output-file-type: ".html"
8041 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
8042 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8043 #  filter: "'NIC_Intel-XXV710' and
8044 #           'NF_DENSITY' and
8045 #           'DOCKER' and
8046 #           'CHAIN' and
8047 #           'NF_VPPIP4' and
8048 #           '64B' and
8049 #           '4T2C' and
8050 #           'NDRPDR'"
8051 #  parameters:
8052 #  - "throughput"
8053 #  - "name"
8054 #  - "tags"
8055 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8056 #  x-axis: "X = CNFs per Service Chain"
8057 #  y-axis: "Y = Number of Service Chains"
8058 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8059 #  layout:
8060 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8061 #    layout: "plot-service-density"
8062 #
8063 #- type: "plot"
8064 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8065 #  algorithm: "plot_nf_heatmap"
8066 #  output-file-type: ".html"
8067 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
8068 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8069 #  filter: "'NIC_Intel-XXV710' and
8070 #           'NF_DENSITY' and
8071 #           'DOCKER' and
8072 #           'CHAIN' and
8073 #           'NF_VPPIP4' and
8074 #           '64B' and
8075 #           '8T4C' and
8076 #           'NDRPDR'"
8077 #  parameters:
8078 #  - "throughput"
8079 #  - "name"
8080 #  - "tags"
8081 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8082 #  x-axis: "X = CNFs per Service Chain"
8083 #  y-axis: "Y = Number of Service Chains"
8084 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8085 #  layout:
8086 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8087 #    layout: "plot-service-density"
8088 #
8089 ## Plots - NF Density - CSC - NDR IMIX
8090 #- type: "plot"
8091 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8092 #  algorithm: "plot_nf_heatmap"
8093 #  output-file-type: ".html"
8094 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8095 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8096 #  filter: "'NIC_Intel-XXV710' and
8097 #           'NF_DENSITY' and
8098 #           'DOCKER' and
8099 #           'CHAIN' and
8100 #           'NF_VPPIP4' and
8101 #           'IMIX' and
8102 #           '2T1C' and
8103 #           'NDRPDR'"
8104 #  parameters:
8105 #  - "throughput"
8106 #  - "name"
8107 #  - "tags"
8108 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8109 #  x-axis: "X = CNFs per Service Chain"
8110 #  y-axis: "Y = Number of Service Chains"
8111 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8112 #  layout:
8113 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8114 #    layout: "plot-service-density"
8115 #
8116 #- type: "plot"
8117 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8118 #  algorithm: "plot_nf_heatmap"
8119 #  output-file-type: ".html"
8120 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8121 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8122 #  filter: "'NIC_Intel-XXV710' and
8123 #           'NF_DENSITY' and
8124 #           'DOCKER' and
8125 #           'CHAIN' and
8126 #           'NF_VPPIP4' and
8127 #           'IMIX' and
8128 #           '4T2C' and
8129 #           'NDRPDR'"
8130 #  parameters:
8131 #  - "throughput"
8132 #  - "name"
8133 #  - "tags"
8134 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8135 #  x-axis: "X = CNFs per Service Chain"
8136 #  y-axis: "Y = Number of Service Chains"
8137 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8138 #  layout:
8139 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8140 #    layout: "plot-service-density"
8141 #
8142 #- type: "plot"
8143 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8144 #  algorithm: "plot_nf_heatmap"
8145 #  output-file-type: ".html"
8146 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8147 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8148 #  filter: "'NIC_Intel-XXV710' and
8149 #           'NF_DENSITY' and
8150 #           'DOCKER' and
8151 #           'CHAIN' and
8152 #           'NF_VPPIP4' and
8153 #           'IMIX' and
8154 #           '8T4C' and
8155 #           'NDRPDR'"
8156 #  parameters:
8157 #  - "throughput"
8158 #  - "name"
8159 #  - "tags"
8160 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8161 #  x-axis: "X = CNFs per Service Chain"
8162 #  y-axis: "Y = Number of Service Chains"
8163 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8164 #  layout:
8165 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8166 #    layout: "plot-service-density"
8167 #
8168 ## Plots - NF Density - CSC - PDR 64b
8169 #- type: "plot"
8170 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8171 #  algorithm: "plot_nf_heatmap"
8172 #  output-file-type: ".html"
8173 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8174 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8175 #  filter: "'NIC_Intel-XXV710' and
8176 #           'NF_DENSITY' and
8177 #           'DOCKER' and
8178 #           'CHAIN' and
8179 #           'NF_VPPIP4' and
8180 #           '64B' and
8181 #           '2T1C' and
8182 #           'NDRPDR'"
8183 #  parameters:
8184 #  - "throughput"
8185 #  - "name"
8186 #  - "tags"
8187 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8188 #  x-axis: "X = CNFs per Service Chain"
8189 #  y-axis: "Y = Number of Service Chains"
8190 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8191 #  layout:
8192 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8193 #    layout: "plot-service-density"
8194 #
8195 #- type: "plot"
8196 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8197 #  algorithm: "plot_nf_heatmap"
8198 #  output-file-type: ".html"
8199 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8200 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8201 #  filter: "'NIC_Intel-XXV710' and
8202 #           'NF_DENSITY' and
8203 #           'DOCKER' and
8204 #           'CHAIN' and
8205 #           'NF_VPPIP4' and
8206 #           '64B' and
8207 #           '4T2C' and
8208 #           'NDRPDR'"
8209 #  parameters:
8210 #  - "throughput"
8211 #  - "name"
8212 #  - "tags"
8213 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8214 #  x-axis: "X = CNFs per Service Chain"
8215 #  y-axis: "Y = Number of Service Chains"
8216 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8217 #  layout:
8218 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8219 #    layout: "plot-service-density"
8220 #
8221 #- type: "plot"
8222 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8223 #  algorithm: "plot_nf_heatmap"
8224 #  output-file-type: ".html"
8225 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8226 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8227 #  filter: "'NIC_Intel-XXV710' and
8228 #           'NF_DENSITY' and
8229 #           'DOCKER' and
8230 #           'CHAIN' and
8231 #           'NF_VPPIP4' and
8232 #           '64B' and
8233 #           '8T4C' and
8234 #           'NDRPDR'"
8235 #  parameters:
8236 #  - "throughput"
8237 #  - "name"
8238 #  - "tags"
8239 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8240 #  x-axis: "X = CNFs per Service Chain"
8241 #  y-axis: "Y = Number of Service Chains"
8242 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8243 #  layout:
8244 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8245 #    layout: "plot-service-density"
8246 #
8247 ## Plots - NF Density - CSC - PDR IMIX
8248 #- type: "plot"
8249 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8250 #  algorithm: "plot_nf_heatmap"
8251 #  output-file-type: ".html"
8252 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8253 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8254 #  filter: "'NIC_Intel-XXV710' and
8255 #           'NF_DENSITY' and
8256 #           'DOCKER' and
8257 #           'CHAIN' and
8258 #           'NF_VPPIP4' and
8259 #           'IMIX' and
8260 #           '2T1C' and
8261 #           'NDRPDR'"
8262 #  parameters:
8263 #  - "throughput"
8264 #  - "name"
8265 #  - "tags"
8266 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8267 #  x-axis: "X = CNFs per Service Chain"
8268 #  y-axis: "Y = Number of Service Chains"
8269 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8270 #  layout:
8271 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8272 #    layout: "plot-service-density"
8273 #
8274 #- type: "plot"
8275 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8276 #  algorithm: "plot_nf_heatmap"
8277 #  output-file-type: ".html"
8278 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8279 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8280 #  filter: "'NIC_Intel-XXV710' and
8281 #           'NF_DENSITY' and
8282 #           'DOCKER' and
8283 #           'CHAIN' and
8284 #           'NF_VPPIP4' and
8285 #           'IMIX' and
8286 #           '4T2C' and
8287 #           'NDRPDR'"
8288 #  parameters:
8289 #  - "throughput"
8290 #  - "name"
8291 #  - "tags"
8292 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8293 #  x-axis: "X = CNFs per Service Chain"
8294 #  y-axis: "Y = Number of Service Chains"
8295 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8296 #  layout:
8297 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8298 #    layout: "plot-service-density"
8299 #
8300 #- type: "plot"
8301 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8302 #  algorithm: "plot_nf_heatmap"
8303 #  output-file-type: ".html"
8304 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8305 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8306 #  filter: "'NIC_Intel-XXV710' and
8307 #           'NF_DENSITY' and
8308 #           'DOCKER' and
8309 #           'CHAIN' and
8310 #           'NF_VPPIP4' and
8311 #           'IMIX' and
8312 #           '8T4C' and
8313 #           'NDRPDR'"
8314 #  parameters:
8315 #  - "throughput"
8316 #  - "name"
8317 #  - "tags"
8318 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8319 #  x-axis: "X = CNFs per Service Chain"
8320 #  y-axis: "Y = Number of Service Chains"
8321 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8322 #  layout:
8323 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8324 #    layout: "plot-service-density"
8325 #
8326 ################################################################################
8327 #
8328 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8329 #- type: "plot"
8330 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8331 #  algorithm: "plot_nf_heatmap"
8332 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8333 #  data: "plot-vpp-nfv-3n-skx-mrr"
8334 #  filter: "'NIC_Intel-XXV710' and
8335 #           'NF_DENSITY' and
8336 #           'DOCKER' and
8337 #           'CHAIN' and
8338 #           'NF_VPPIP4' and
8339 #           'IPSEC' and
8340 #           'TNL_4' and
8341 #           'IMIX' and
8342 #           '2T1C' and
8343 #           'MRR'"
8344 #  parameters:
8345 #  - "result"
8346 #  - "name"
8347 #  - "tags"
8348 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8349 #  x-axis: "X = CNFs per Service Chain"
8350 #  y-axis: "Y = Number of Service Chains"
8351 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8352 #  layout:
8353 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8354 #    layout: "plot-service-density"
8355 #
8356 #- type: "plot"
8357 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8358 #  algorithm: "plot_nf_heatmap"
8359 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8360 #  data: "plot-vpp-nfv-3n-skx-mrr"
8361 #  filter: "'NIC_Intel-XXV710' and
8362 #           'NF_DENSITY' and
8363 #           'DOCKER' and
8364 #           'CHAIN' and
8365 #           'NF_VPPIP4' and
8366 #           'IPSEC' and
8367 #           'TNL_4' and
8368 #           'IMIX' and
8369 #           '4T2C' and
8370 #           'MRR'"
8371 #  parameters:
8372 #  - "result"
8373 #  - "name"
8374 #  - "tags"
8375 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8376 #  x-axis: "X = CNFs per Service Chain"
8377 #  y-axis: "Y = Number of Service Chains"
8378 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8379 #  layout:
8380 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8381 #    layout: "plot-service-density"
8382 #
8383 #- type: "plot"
8384 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8385 #  algorithm: "plot_nf_heatmap"
8386 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8387 #  data: "plot-vpp-nfv-3n-skx-mrr"
8388 #  filter: "'NIC_Intel-XXV710' and
8389 #           'NF_DENSITY' and
8390 #           'DOCKER' and
8391 #           'CHAIN' and
8392 #           'NF_VPPIP4' and
8393 #           'IPSEC' and
8394 #           'TNL_4' and
8395 #           'IMIX' and
8396 #           '8T4C' and
8397 #           'MRR'"
8398 #  parameters:
8399 #  - "result"
8400 #  - "name"
8401 #  - "tags"
8402 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8403 #  x-axis: "X = CNFs per Service Chain"
8404 #  y-axis: "Y = Number of Service Chains"
8405 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8406 #  layout:
8407 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8408 #    layout: "plot-service-density"
8409
8410 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8411 - type: "plot"
8412   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8413   algorithm: "plot_nf_heatmap"
8414   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8415   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8416   filter: "'NIC_Intel-XXV710' and
8417            'NF_DENSITY' and
8418            'DOCKER' and
8419            'CHAIN' and
8420            'NF_VPPIP4' and
8421            'IPSEC' and
8422            'TNL_4' and
8423            'IMIX' and
8424            '2T1C' and
8425            'NDRPDR'"
8426   parameters:
8427   - "throughput"
8428   - "name"
8429   - "tags"
8430   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8431   x-axis: "X = CNFs per Service Chain"
8432   y-axis: "Y = Number of Service Chains"
8433   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8434   layout:
8435     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8436     layout: "plot-service-density"
8437
8438 - type: "plot"
8439   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8440   algorithm: "plot_nf_heatmap"
8441   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8442   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8443   filter: "'NIC_Intel-XXV710' and
8444            'NF_DENSITY' and
8445            'DOCKER' and
8446            'CHAIN' and
8447            'NF_VPPIP4' and
8448            'IPSEC' and
8449            'TNL_4' and
8450            'IMIX' and
8451            '4T2C' and
8452            'NDRPDR'"
8453   parameters:
8454   - "throughput"
8455   - "name"
8456   - "tags"
8457   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8458   x-axis: "X = CNFs per Service Chain"
8459   y-axis: "Y = Number of Service Chains"
8460   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8461   layout:
8462     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8463     layout: "plot-service-density"
8464
8465 - type: "plot"
8466   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8467   algorithm: "plot_nf_heatmap"
8468   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8469   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8470   filter: "'NIC_Intel-XXV710' and
8471            'NF_DENSITY' and
8472            'DOCKER' and
8473            'CHAIN' and
8474            'NF_VPPIP4' and
8475            'IPSEC' and
8476            'TNL_4' and
8477            'IMIX' and
8478            '8T4C' and
8479            'NDRPDR'"
8480   parameters:
8481   - "throughput"
8482   - "name"
8483   - "tags"
8484   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8485   x-axis: "X = CNFs per Service Chain"
8486   y-axis: "Y = Number of Service Chains"
8487   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8488   layout:
8489     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8490     layout: "plot-service-density"
8491
8492 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8493 - type: "plot"
8494   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8495   algorithm: "plot_nf_heatmap"
8496   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8497   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8498   filter: "'NIC_Intel-XXV710' and
8499            'NF_DENSITY' and
8500            'DOCKER' and
8501            'CHAIN' and
8502            'NF_VPPIP4' and
8503            'IPSEC' and
8504            'TNL_4' and
8505            'IMIX' and
8506            '2T1C' and
8507            'NDRPDR'"
8508   parameters:
8509   - "throughput"
8510   - "name"
8511   - "tags"
8512   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8513   x-axis: "X = CNFs per Service Chain"
8514   y-axis: "Y = Number of Service Chains"
8515   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8516   layout:
8517     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8518     layout: "plot-service-density"
8519
8520 - type: "plot"
8521   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8522   algorithm: "plot_nf_heatmap"
8523   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8524   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8525   filter: "'NIC_Intel-XXV710' and
8526            'NF_DENSITY' and
8527            'DOCKER' and
8528            'CHAIN' and
8529            'NF_VPPIP4' and
8530            'IPSEC' and
8531            'TNL_4' and
8532            'IMIX' and
8533            '4T2C' and
8534            'NDRPDR'"
8535   parameters:
8536   - "throughput"
8537   - "name"
8538   - "tags"
8539   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8540   x-axis: "X = CNFs per Service Chain"
8541   y-axis: "Y = Number of Service Chains"
8542   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8543   layout:
8544     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8545     layout: "plot-service-density"
8546
8547 - type: "plot"
8548   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8549   algorithm: "plot_nf_heatmap"
8550   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8551   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8552   filter: "'NIC_Intel-XXV710' and
8553            'NF_DENSITY' and
8554            'DOCKER' and
8555            'CHAIN' and
8556            'NF_VPPIP4' and
8557            'IPSEC' and
8558            'TNL_4' and
8559            'IMIX' and
8560            '8T4C' and
8561            'NDRPDR'"
8562   parameters:
8563   - "throughput"
8564   - "name"
8565   - "tags"
8566   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8567   x-axis: "X = CNFs per Service Chain"
8568   y-axis: "Y = Number of Service Chains"
8569   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8570   layout:
8571     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8572     layout: "plot-service-density"
8573
8574 ###############################################################################
8575
8576 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8577 - type: "plot"
8578   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8579   algorithm: "plot_nf_heatmap"
8580   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8581   data: "plot-vpp-nfv-3n-hsw-mrr"
8582   filter: "'NIC_Intel-XL710' and
8583            'NF_DENSITY' and
8584            'DOCKER' and
8585            'CHAIN' and
8586            'NF_VPPIP4' and
8587            'IMIX' and
8588            'TNL_4' and
8589            '1T1C' and
8590            'MRR'"
8591   parameters:
8592   - "result"
8593   - "name"
8594   - "tags"
8595   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8596   x-axis: "X = CNFs per Service Chain"
8597   y-axis: "Y = Number of Service Chains"
8598   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8599   layout:
8600     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8601     layout: "plot-service-density"
8602
8603 - type: "plot"
8604   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8605   algorithm: "plot_nf_heatmap"
8606   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8607   data: "plot-vpp-nfv-3n-hsw-mrr"
8608   filter: "'NIC_Intel-XL710' and
8609            'NF_DENSITY' and
8610            'DOCKER' and
8611            'CHAIN' and
8612            'NF_VPPIP4' and
8613            'IPSEC' and
8614            'TNL_4' and
8615            'IMIX' and
8616            '2T2C' and
8617            'MRR'"
8618   parameters:
8619   - "result"
8620   - "name"
8621   - "tags"
8622   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8623   x-axis: "X = CNFs per Service Chain"
8624   y-axis: "Y = Number of Service Chains"
8625   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8626   layout:
8627     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8628     layout: "plot-service-density"
8629
8630 - type: "plot"
8631   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8632   algorithm: "plot_nf_heatmap"
8633   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8634   data: "plot-vpp-nfv-3n-hsw-mrr"
8635   filter: "'NIC_Intel-XL710' and
8636            'NF_DENSITY' and
8637            'DOCKER' and
8638            'CHAIN' and
8639            'NF_VPPIP4' and
8640            'IPSEC' and
8641            'TNL_4' and
8642            'IMIX' and
8643            '4T4C' and
8644            'MRR'"
8645   parameters:
8646   - "result"
8647   - "name"
8648   - "tags"
8649   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8650   x-axis: "X = CNFs per Service Chain"
8651   y-axis: "Y = Number of Service Chains"
8652   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8653   layout:
8654     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8655     layout: "plot-service-density"
8656
8657 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8658 - type: "plot"
8659   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8660   algorithm: "plot_nf_heatmap"
8661   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8662   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8663   filter: "'NIC_Intel-XL710' and
8664            'NF_DENSITY' and
8665            'DOCKER' and
8666            'CHAIN' and
8667            'NF_VPPIP4' and
8668            'IPSEC' and
8669            'TNL_4' and
8670            'IMIX' and
8671            '1T1C' and
8672            'NDRPDR'"
8673   parameters:
8674   - "throughput"
8675   - "name"
8676   - "tags"
8677   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8678   x-axis: "X = CNFs per Service Chain"
8679   y-axis: "Y = Number of Service Chains"
8680   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8681   layout:
8682     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8683     layout: "plot-service-density"
8684
8685 - type: "plot"
8686   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8687   algorithm: "plot_nf_heatmap"
8688   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8689   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8690   filter: "'NIC_Intel-XL710' and
8691            'NF_DENSITY' and
8692            'DOCKER' and
8693            'CHAIN' and
8694            'NF_VPPIP4' and
8695            'IPSEC' and
8696            'TNL_4' and
8697            'IMIX' and
8698            '2T2C' and
8699            'NDRPDR'"
8700   parameters:
8701   - "throughput"
8702   - "name"
8703   - "tags"
8704   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8705   x-axis: "X = CNFs per Service Chain"
8706   y-axis: "Y = Number of Service Chains"
8707   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8708   layout:
8709     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8710     layout: "plot-service-density"
8711
8712 - type: "plot"
8713   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8714   algorithm: "plot_nf_heatmap"
8715   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8716   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8717   filter: "'NIC_Intel-XL710' and
8718            'NF_DENSITY' and
8719            'DOCKER' and
8720            'CHAIN' and
8721            'NF_VPPIP4' and
8722            'IPSEC' and
8723            'TNL_4' and
8724            'IMIX' and
8725            '4T4C' and
8726            'NDRPDR'"
8727   parameters:
8728   - "throughput"
8729   - "name"
8730   - "tags"
8731   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8732   x-axis: "X = CNFs per Service Chain"
8733   y-axis: "Y = Number of Service Chains"
8734   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8735   layout:
8736     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8737     layout: "plot-service-density"
8738
8739 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8740 - type: "plot"
8741   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8742   algorithm: "plot_nf_heatmap"
8743   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8744   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8745   filter: "'NIC_Intel-XL710' and
8746            'NF_DENSITY' and
8747            'DOCKER' and
8748            'CHAIN' and
8749            'NF_VPPIP4' and
8750            'IPSEC' and
8751            'TNL_4' and
8752            'IMIX' and
8753            '1T1C' and
8754            'NDRPDR'"
8755   parameters:
8756   - "throughput"
8757   - "name"
8758   - "tags"
8759   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8760   x-axis: "X = CNFs per Service Chain"
8761   y-axis: "Y = Number of Service Chains"
8762   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8763   layout:
8764     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8765     layout: "plot-service-density"
8766
8767 - type: "plot"
8768   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8769   algorithm: "plot_nf_heatmap"
8770   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8771   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8772   filter: "'NIC_Intel-XL710' and
8773            'NF_DENSITY' and
8774            'DOCKER' and
8775            'CHAIN' and
8776            'NF_VPPIP4' and
8777            'IPSEC' and
8778            'TNL_4' and
8779            'IMIX' and
8780            '2T2C' and
8781            'NDRPDR'"
8782   parameters:
8783   - "throughput"
8784   - "name"
8785   - "tags"
8786   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8787   x-axis: "X = CNFs per Service Chain"
8788   y-axis: "Y = Number of Service Chains"
8789   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8790   layout:
8791     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8792     layout: "plot-service-density"
8793
8794 - type: "plot"
8795   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8796   algorithm: "plot_nf_heatmap"
8797   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8798   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8799   filter: "'NIC_Intel-XL710' and
8800            'NF_DENSITY' and
8801            'DOCKER' and
8802            'CHAIN' and
8803            'NF_VPPIP4' and
8804            'IPSEC' and
8805            'TNL_4' and
8806            'IMIX' and
8807            '4T4C' and
8808            'NDRPDR'"
8809   parameters:
8810   - "throughput"
8811   - "name"
8812   - "tags"
8813   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8814   x-axis: "X = CNFs per Service Chain"
8815   y-axis: "Y = Number of Service Chains"
8816   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8817   layout:
8818     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8819     layout: "plot-service-density"
8820
8821 ###############################################################################
8822
8823 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8824 #- type: "plot"
8825 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8826 #  algorithm: "plot_nf_heatmap"
8827 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8828 #  data: "plot-vpp-nfv-3n-skx-mrr"
8829 #  filter: "'NIC_Intel-XXV710' and
8830 #           'NF_DENSITY' and
8831 #           'DOCKER' and
8832 #           'CHAIN' and
8833 #           'NF_VPPIP4' and
8834 #           'IPSEC' and
8835 #           'TNL_1000' and
8836 #           'IMIX' and
8837 #           '2T1C' and
8838 #           'MRR'"
8839 #  parameters:
8840 #  - "result"
8841 #  - "name"
8842 #  - "tags"
8843 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8844 #  x-axis: "X = CNFs per Service Chain"
8845 #  y-axis: "Y = Number of Service Chains"
8846 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8847 #  layout:
8848 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8849 #    layout: "plot-service-density"
8850 #
8851 #- type: "plot"
8852 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8853 #  algorithm: "plot_nf_heatmap"
8854 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8855 #  data: "plot-vpp-nfv-3n-skx-mrr"
8856 #  filter: "'NIC_Intel-XXV710' and
8857 #           'NF_DENSITY' and
8858 #           'DOCKER' and
8859 #           'CHAIN' and
8860 #           'NF_VPPIP4' and
8861 #           'IPSEC' and
8862 #           'TNL_1000' and
8863 #           'IMIX' and
8864 #           '4T2C' and
8865 #           'MRR'"
8866 #  parameters:
8867 #  - "result"
8868 #  - "name"
8869 #  - "tags"
8870 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8871 #  x-axis: "X = CNFs per Service Chain"
8872 #  y-axis: "Y = Number of Service Chains"
8873 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8874 #  layout:
8875 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8876 #    layout: "plot-service-density"
8877 #
8878 #- type: "plot"
8879 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8880 #  algorithm: "plot_nf_heatmap"
8881 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8882 #  data: "plot-vpp-nfv-3n-skx-mrr"
8883 #  filter: "'NIC_Intel-XXV710' and
8884 #           'NF_DENSITY' and
8885 #           'DOCKER' and
8886 #           'CHAIN' and
8887 #           'NF_VPPIP4' and
8888 #           'IPSEC' and
8889 #           'TNL_1000' and
8890 #           'IMIX' and
8891 #           '8T4C' and
8892 #           'MRR'"
8893 #  parameters:
8894 #  - "result"
8895 #  - "name"
8896 #  - "tags"
8897 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8898 #  x-axis: "X = CNFs per Service Chain"
8899 #  y-axis: "Y = Number of Service Chains"
8900 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8901 #  layout:
8902 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8903 #    layout: "plot-service-density"
8904
8905 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8906 - type: "plot"
8907   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8908   algorithm: "plot_nf_heatmap"
8909   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8910   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8911   filter: "'NIC_Intel-XXV710' and
8912            'NF_DENSITY' and
8913            'DOCKER' and
8914            'CHAIN' and
8915            'NF_VPPIP4' and
8916            'IPSEC' and
8917            'TNL_1000' and
8918            'IMIX' and
8919            '2T1C' and
8920            'NDRPDR'"
8921   parameters:
8922   - "throughput"
8923   - "name"
8924   - "tags"
8925   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8926   x-axis: "X = CNFs per Service Chain"
8927   y-axis: "Y = Number of Service Chains"
8928   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8929   layout:
8930     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8931     layout: "plot-service-density"
8932
8933 - type: "plot"
8934   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8935   algorithm: "plot_nf_heatmap"
8936   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8937   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8938   filter: "'NIC_Intel-XXV710' and
8939            'NF_DENSITY' and
8940            'DOCKER' and
8941            'CHAIN' and
8942            'NF_VPPIP4' and
8943            'IPSEC' and
8944            'TNL_1000' and
8945            'IMIX' and
8946            '4T2C' and
8947            'NDRPDR'"
8948   parameters:
8949   - "throughput"
8950   - "name"
8951   - "tags"
8952   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8953   x-axis: "X = CNFs per Service Chain"
8954   y-axis: "Y = Number of Service Chains"
8955   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8956   layout:
8957     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8958     layout: "plot-service-density"
8959
8960 - type: "plot"
8961   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8962   algorithm: "plot_nf_heatmap"
8963   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8964   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8965   filter: "'NIC_Intel-XXV710' and
8966            'NF_DENSITY' and
8967            'DOCKER' and
8968            'CHAIN' and
8969            'NF_VPPIP4' and
8970            'IPSEC' and
8971            'TNL_1000' and
8972            'IMIX' and
8973            '8T4C' and
8974            'NDRPDR'"
8975   parameters:
8976   - "throughput"
8977   - "name"
8978   - "tags"
8979   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8980   x-axis: "X = CNFs per Service Chain"
8981   y-axis: "Y = Number of Service Chains"
8982   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8983   layout:
8984     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8985     layout: "plot-service-density"
8986
8987 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8988 - type: "plot"
8989   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8990   algorithm: "plot_nf_heatmap"
8991   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8992   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8993   filter: "'NIC_Intel-XXV710' and
8994            'NF_DENSITY' and
8995            'DOCKER' and
8996            'CHAIN' and
8997            'NF_VPPIP4' and
8998            'IPSEC' and
8999            'TNL_1000' and
9000            'IMIX' and
9001            '2T1C' and
9002            'NDRPDR'"
9003   parameters:
9004   - "throughput"
9005   - "name"
9006   - "tags"
9007   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9008   x-axis: "X = CNFs per Service Chain"
9009   y-axis: "Y = Number of Service Chains"
9010   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9011   layout:
9012     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9013     layout: "plot-service-density"
9014
9015 - type: "plot"
9016   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9017   algorithm: "plot_nf_heatmap"
9018   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9019   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9020   filter: "'NIC_Intel-XXV710' and
9021            'NF_DENSITY' and
9022            'DOCKER' and
9023            'CHAIN' and
9024            'NF_VPPIP4' and
9025            'IPSEC' and
9026            'TNL_1000' and
9027            'IMIX' and
9028            '4T2C' and
9029            'NDRPDR'"
9030   parameters:
9031   - "throughput"
9032   - "name"
9033   - "tags"
9034   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9035   x-axis: "X = CNFs per Service Chain"
9036   y-axis: "Y = Number of Service Chains"
9037   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9038   layout:
9039     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9040     layout: "plot-service-density"
9041
9042 - type: "plot"
9043   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9044   algorithm: "plot_nf_heatmap"
9045   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9046   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9047   filter: "'NIC_Intel-XXV710' and
9048            'NF_DENSITY' and
9049            'DOCKER' and
9050            'CHAIN' and
9051            'NF_VPPIP4' and
9052            'IPSEC' and
9053            'TNL_1000' and
9054            'IMIX' and
9055            '8T4C' and
9056            'NDRPDR'"
9057   parameters:
9058   - "throughput"
9059   - "name"
9060   - "tags"
9061   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9062   x-axis: "X = CNFs per Service Chain"
9063   y-axis: "Y = Number of Service Chains"
9064   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9065   layout:
9066     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9067     layout: "plot-service-density"
9068
9069 ###############################################################################
9070
9071 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9072 - type: "plot"
9073   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9074   algorithm: "plot_nf_heatmap"
9075   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9076   data: "plot-vpp-nfv-3n-hsw-mrr"
9077   filter: "'NIC_Intel-XL710' and
9078            'NF_DENSITY' and
9079            'DOCKER' and
9080            'CHAIN' and
9081            'NF_VPPIP4' and
9082            'IMIX' and
9083            'TNL_1000' and
9084            '1T1C' and
9085            'MRR'"
9086   parameters:
9087   - "result"
9088   - "name"
9089   - "tags"
9090   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9091   x-axis: "X = CNFs per Service Chain"
9092   y-axis: "Y = Number of Service Chains"
9093   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9094   layout:
9095     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9096     layout: "plot-service-density"
9097
9098 - type: "plot"
9099   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9100   algorithm: "plot_nf_heatmap"
9101   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9102   data: "plot-vpp-nfv-3n-hsw-mrr"
9103   filter: "'NIC_Intel-XL710' and
9104            'NF_DENSITY' and
9105            'DOCKER' and
9106            'CHAIN' and
9107            'NF_VPPIP4' and
9108            'IPSEC' and
9109            'TNL_1000' and
9110            'IMIX' and
9111            '2T2C' and
9112            'MRR'"
9113   parameters:
9114   - "result"
9115   - "name"
9116   - "tags"
9117   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9118   x-axis: "X = CNFs per Service Chain"
9119   y-axis: "Y = Number of Service Chains"
9120   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9121   layout:
9122     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9123     layout: "plot-service-density"
9124
9125 - type: "plot"
9126   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9127   algorithm: "plot_nf_heatmap"
9128   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9129   data: "plot-vpp-nfv-3n-hsw-mrr"
9130   filter: "'NIC_Intel-XL710' and
9131            'NF_DENSITY' and
9132            'DOCKER' and
9133            'CHAIN' and
9134            'NF_VPPIP4' and
9135            'IPSEC' and
9136            'TNL_1000' and
9137            'IMIX' and
9138            '4T4C' and
9139            'MRR'"
9140   parameters:
9141   - "result"
9142   - "name"
9143   - "tags"
9144   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9145   x-axis: "X = CNFs per Service Chain"
9146   y-axis: "Y = Number of Service Chains"
9147   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9148   layout:
9149     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9150     layout: "plot-service-density"
9151
9152 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9153 - type: "plot"
9154   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9155   algorithm: "plot_nf_heatmap"
9156   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9157   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9158   filter: "'NIC_Intel-XL710' and
9159            'NF_DENSITY' and
9160            'DOCKER' and
9161            'CHAIN' and
9162            'NF_VPPIP4' and
9163            'IPSEC' and
9164            'TNL_1000' and
9165            'IMIX' and
9166            '1T1C' and
9167            'NDRPDR'"
9168   parameters:
9169   - "throughput"
9170   - "name"
9171   - "tags"
9172   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9173   x-axis: "X = CNFs per Service Chain"
9174   y-axis: "Y = Number of Service Chains"
9175   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9176   layout:
9177     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9178     layout: "plot-service-density"
9179
9180 - type: "plot"
9181   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9182   algorithm: "plot_nf_heatmap"
9183   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9184   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9185   filter: "'NIC_Intel-XL710' and
9186            'NF_DENSITY' and
9187            'DOCKER' and
9188            'CHAIN' and
9189            'NF_VPPIP4' and
9190            'IPSEC' and
9191            'TNL_1000' and
9192            'IMIX' and
9193            '2T2C' and
9194            'NDRPDR'"
9195   parameters:
9196   - "throughput"
9197   - "name"
9198   - "tags"
9199   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9200   x-axis: "X = CNFs per Service Chain"
9201   y-axis: "Y = Number of Service Chains"
9202   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9203   layout:
9204     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9205     layout: "plot-service-density"
9206
9207 - type: "plot"
9208   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9209   algorithm: "plot_nf_heatmap"
9210   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9211   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9212   filter: "'NIC_Intel-XL710' and
9213            'NF_DENSITY' and
9214            'DOCKER' and
9215            'CHAIN' and
9216            'NF_VPPIP4' and
9217            'IPSEC' and
9218            'TNL_1000' and
9219            'IMIX' and
9220            '4T4C' and
9221            'NDRPDR'"
9222   parameters:
9223   - "throughput"
9224   - "name"
9225   - "tags"
9226   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9227   x-axis: "X = CNFs per Service Chain"
9228   y-axis: "Y = Number of Service Chains"
9229   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9230   layout:
9231     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9232     layout: "plot-service-density"
9233
9234 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9235 - type: "plot"
9236   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9237   algorithm: "plot_nf_heatmap"
9238   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9239   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9240   filter: "'NIC_Intel-XL710' and
9241            'NF_DENSITY' and
9242            'DOCKER' and
9243            'CHAIN' and
9244            'NF_VPPIP4' and
9245            'IPSEC' and
9246            'TNL_1000' and
9247            'IMIX' and
9248            '1T1C' and
9249            'NDRPDR'"
9250   parameters:
9251   - "throughput"
9252   - "name"
9253   - "tags"
9254   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9255   x-axis: "X = CNFs per Service Chain"
9256   y-axis: "Y = Number of Service Chains"
9257   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9258   layout:
9259     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9260     layout: "plot-service-density"
9261
9262 - type: "plot"
9263   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9264   algorithm: "plot_nf_heatmap"
9265   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9266   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9267   filter: "'NIC_Intel-XL710' and
9268            'NF_DENSITY' and
9269            'DOCKER' and
9270            'CHAIN' and
9271            'NF_VPPIP4' and
9272            'IPSEC' and
9273            'TNL_1000' and
9274            'IMIX' and
9275            '2T2C' and
9276            'NDRPDR'"
9277   parameters:
9278   - "throughput"
9279   - "name"
9280   - "tags"
9281   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9282   x-axis: "X = CNFs per Service Chain"
9283   y-axis: "Y = Number of Service Chains"
9284   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9285   layout:
9286     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9287     layout: "plot-service-density"
9288
9289 - type: "plot"
9290   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9291   algorithm: "plot_nf_heatmap"
9292   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9293   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9294   filter: "'NIC_Intel-XL710' and
9295            'NF_DENSITY' and
9296            'DOCKER' and
9297            'CHAIN' and
9298            'NF_VPPIP4' and
9299            'IPSEC' and
9300            'TNL_1000' and
9301            'IMIX' and
9302            '4T4C' and
9303            'NDRPDR'"
9304   parameters:
9305   - "throughput"
9306   - "name"
9307   - "tags"
9308   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9309   x-axis: "X = CNFs per Service Chain"
9310   y-axis: "Y = Number of Service Chains"
9311   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9312   layout:
9313     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9314     layout: "plot-service-density"
9315
9316 ###############################################################################
9317
9318 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9319 #- type: "plot"
9320 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9321 #  algorithm: "plot_nf_heatmap"
9322 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9323 #  data: "plot-vpp-nfv-3n-skx-mrr"
9324 #  filter: "'NIC_Intel-XXV710' and
9325 #           'NF_DENSITY' and
9326 #           'DOCKER' and
9327 #           'CHAIN' and
9328 #           'NF_VPPIP4' and
9329 #           'IPSEC' and
9330 #           'TNL_10000' and
9331 #           'IMIX' and
9332 #           '2T1C' and
9333 #           'MRR'"
9334 #  parameters:
9335 #  - "result"
9336 #  - "name"
9337 #  - "tags"
9338 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9339 #  x-axis: "X = CNFs per Service Chain"
9340 #  y-axis: "Y = Number of Service Chains"
9341 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9342 #  layout:
9343 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9344 #    layout: "plot-service-density"
9345 #
9346 #- type: "plot"
9347 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9348 #  algorithm: "plot_nf_heatmap"
9349 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9350 #  data: "plot-vpp-nfv-3n-skx-mrr"
9351 #  filter: "'NIC_Intel-XXV710' and
9352 #           'NF_DENSITY' and
9353 #           'DOCKER' and
9354 #           'CHAIN' and
9355 #           'NF_VPPIP4' and
9356 #           'IPSEC' and
9357 #           'TNL_10000' and
9358 #           'IMIX' and
9359 #           '4T2C' and
9360 #           'MRR'"
9361 #  parameters:
9362 #  - "result"
9363 #  - "name"
9364 #  - "tags"
9365 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9366 #  x-axis: "X = CNFs per Service Chain"
9367 #  y-axis: "Y = Number of Service Chains"
9368 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9369 #  layout:
9370 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9371 #    layout: "plot-service-density"
9372 #
9373 #- type: "plot"
9374 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9375 #  algorithm: "plot_nf_heatmap"
9376 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9377 #  data: "plot-vpp-nfv-3n-skx-mrr"
9378 #  filter: "'NIC_Intel-XXV710' and
9379 #           'NF_DENSITY' and
9380 #           'DOCKER' and
9381 #           'CHAIN' and
9382 #           'NF_VPPIP4' and
9383 #           'IPSEC' and
9384 #           'TNL_10000' and
9385 #           'IMIX' and
9386 #           '8T4C' and
9387 #           'MRR'"
9388 #  parameters:
9389 #  - "result"
9390 #  - "name"
9391 #  - "tags"
9392 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9393 #  x-axis: "X = CNFs per Service Chain"
9394 #  y-axis: "Y = Number of Service Chains"
9395 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9396 #  layout:
9397 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9398 #    layout: "plot-service-density"
9399
9400 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9401 - type: "plot"
9402   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9403   algorithm: "plot_nf_heatmap"
9404   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9405   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9406   filter: "'NIC_Intel-XXV710' and
9407            'NF_DENSITY' and
9408            'DOCKER' and
9409            'CHAIN' and
9410            'NF_VPPIP4' and
9411            'IPSEC' and
9412            'TNL_10000' and
9413            'IMIX' and
9414            '2T1C' and
9415            'NDRPDR'"
9416   parameters:
9417   - "throughput"
9418   - "name"
9419   - "tags"
9420   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9421   x-axis: "X = CNFs per Service Chain"
9422   y-axis: "Y = Number of Service Chains"
9423   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9424   layout:
9425     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9426     layout: "plot-service-density"
9427
9428 - type: "plot"
9429   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9430   algorithm: "plot_nf_heatmap"
9431   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9432   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9433   filter: "'NIC_Intel-XXV710' and
9434            'NF_DENSITY' and
9435            'DOCKER' and
9436            'CHAIN' and
9437            'NF_VPPIP4' and
9438            'IPSEC' and
9439            'TNL_10000' and
9440            'IMIX' and
9441            '4T2C' and
9442            'NDRPDR'"
9443   parameters:
9444   - "throughput"
9445   - "name"
9446   - "tags"
9447   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9448   x-axis: "X = CNFs per Service Chain"
9449   y-axis: "Y = Number of Service Chains"
9450   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9451   layout:
9452     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9453     layout: "plot-service-density"
9454
9455 - type: "plot"
9456   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9457   algorithm: "plot_nf_heatmap"
9458   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9459   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9460   filter: "'NIC_Intel-XXV710' and
9461            'NF_DENSITY' and
9462            'DOCKER' and
9463            'CHAIN' and
9464            'NF_VPPIP4' and
9465            'IPSEC' and
9466            'TNL_10000' and
9467            'IMIX' and
9468            '8T4C' and
9469            'NDRPDR'"
9470   parameters:
9471   - "throughput"
9472   - "name"
9473   - "tags"
9474   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9475   x-axis: "X = CNFs per Service Chain"
9476   y-axis: "Y = Number of Service Chains"
9477   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9478   layout:
9479     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9480     layout: "plot-service-density"
9481
9482 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9483 - type: "plot"
9484   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9485   algorithm: "plot_nf_heatmap"
9486   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9487   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9488   filter: "'NIC_Intel-XXV710' and
9489            'NF_DENSITY' and
9490            'DOCKER' and
9491            'CHAIN' and
9492            'NF_VPPIP4' and
9493            'IPSEC' and
9494            'TNL_10000' and
9495            'IMIX' and
9496            '2T1C' and
9497            'NDRPDR'"
9498   parameters:
9499   - "throughput"
9500   - "name"
9501   - "tags"
9502   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9503   x-axis: "X = CNFs per Service Chain"
9504   y-axis: "Y = Number of Service Chains"
9505   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9506   layout:
9507     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9508     layout: "plot-service-density"
9509
9510 - type: "plot"
9511   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9512   algorithm: "plot_nf_heatmap"
9513   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9514   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9515   filter: "'NIC_Intel-XXV710' and
9516            'NF_DENSITY' and
9517            'DOCKER' and
9518            'CHAIN' and
9519            'NF_VPPIP4' and
9520            'IPSEC' and
9521            'TNL_10000' and
9522            'IMIX' and
9523            '4T2C' and
9524            'NDRPDR'"
9525   parameters:
9526   - "throughput"
9527   - "name"
9528   - "tags"
9529   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9530   x-axis: "X = CNFs per Service Chain"
9531   y-axis: "Y = Number of Service Chains"
9532   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9533   layout:
9534     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9535     layout: "plot-service-density"
9536
9537 - type: "plot"
9538   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9539   algorithm: "plot_nf_heatmap"
9540   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9541   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9542   filter: "'NIC_Intel-XXV710' and
9543            'NF_DENSITY' and
9544            'DOCKER' and
9545            'CHAIN' and
9546            'NF_VPPIP4' and
9547            'IPSEC' and
9548            'TNL_10000' and
9549            'IMIX' and
9550            '8T4C' and
9551            'NDRPDR'"
9552   parameters:
9553   - "throughput"
9554   - "name"
9555   - "tags"
9556   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9557   x-axis: "X = CNFs per Service Chain"
9558   y-axis: "Y = Number of Service Chains"
9559   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9560   layout:
9561     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9562     layout: "plot-service-density"
9563
9564 ###############################################################################
9565
9566 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9567 - type: "plot"
9568   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9569   algorithm: "plot_nf_heatmap"
9570   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9571   data: "plot-vpp-nfv-3n-hsw-mrr"
9572   filter: "'NIC_Intel-XL710' and
9573            'NF_DENSITY' and
9574            'DOCKER' and
9575            'CHAIN' and
9576            'NF_VPPIP4' and
9577            'IMIX' and
9578            'TNL_10000' and
9579            '1T1C' and
9580            'MRR'"
9581   parameters:
9582   - "result"
9583   - "name"
9584   - "tags"
9585   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9586   x-axis: "X = CNFs per Service Chain"
9587   y-axis: "Y = Number of Service Chains"
9588   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9589   layout:
9590     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9591     layout: "plot-service-density"
9592
9593 - type: "plot"
9594   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9595   algorithm: "plot_nf_heatmap"
9596   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9597   data: "plot-vpp-nfv-3n-hsw-mrr"
9598   filter: "'NIC_Intel-XL710' and
9599            'NF_DENSITY' and
9600            'DOCKER' and
9601            'CHAIN' and
9602            'NF_VPPIP4' and
9603            'IPSEC' and
9604            'TNL_10000' and
9605            'IMIX' and
9606            '2T2C' and
9607            'MRR'"
9608   parameters:
9609   - "result"
9610   - "name"
9611   - "tags"
9612   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9613   x-axis: "X = CNFs per Service Chain"
9614   y-axis: "Y = Number of Service Chains"
9615   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9616   layout:
9617     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9618     layout: "plot-service-density"
9619
9620 - type: "plot"
9621   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9622   algorithm: "plot_nf_heatmap"
9623   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9624   data: "plot-vpp-nfv-3n-hsw-mrr"
9625   filter: "'NIC_Intel-XL710' and
9626            'NF_DENSITY' and
9627            'DOCKER' and
9628            'CHAIN' and
9629            'NF_VPPIP4' and
9630            'IPSEC' and
9631            'TNL_10000' and
9632            'IMIX' and
9633            '4T4C' and
9634            'MRR'"
9635   parameters:
9636   - "result"
9637   - "name"
9638   - "tags"
9639   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9640   x-axis: "X = CNFs per Service Chain"
9641   y-axis: "Y = Number of Service Chains"
9642   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9643   layout:
9644     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9645     layout: "plot-service-density"
9646
9647 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9648 - type: "plot"
9649   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9650   algorithm: "plot_nf_heatmap"
9651   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9652   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9653   filter: "'NIC_Intel-XL710' and
9654            'NF_DENSITY' and
9655            'DOCKER' and
9656            'CHAIN' and
9657            'NF_VPPIP4' and
9658            'IPSEC' and
9659            'TNL_10000' and
9660            'IMIX' and
9661            '1T1C' and
9662            'NDRPDR'"
9663   parameters:
9664   - "throughput"
9665   - "name"
9666   - "tags"
9667   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9668   x-axis: "X = CNFs per Service Chain"
9669   y-axis: "Y = Number of Service Chains"
9670   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9671   layout:
9672     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9673     layout: "plot-service-density"
9674
9675 - type: "plot"
9676   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9677   algorithm: "plot_nf_heatmap"
9678   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9679   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9680   filter: "'NIC_Intel-XL710' and
9681            'NF_DENSITY' and
9682            'DOCKER' and
9683            'CHAIN' and
9684            'NF_VPPIP4' and
9685            'IPSEC' and
9686            'TNL_10000' and
9687            'IMIX' and
9688            '2T2C' and
9689            'NDRPDR'"
9690   parameters:
9691   - "throughput"
9692   - "name"
9693   - "tags"
9694   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9695   x-axis: "X = CNFs per Service Chain"
9696   y-axis: "Y = Number of Service Chains"
9697   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9698   layout:
9699     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9700     layout: "plot-service-density"
9701
9702 - type: "plot"
9703   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9704   algorithm: "plot_nf_heatmap"
9705   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9706   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9707   filter: "'NIC_Intel-XL710' and
9708            'NF_DENSITY' and
9709            'DOCKER' and
9710            'CHAIN' and
9711            'NF_VPPIP4' and
9712            'IPSEC' and
9713            'TNL_10000' and
9714            'IMIX' and
9715            '4T4C' and
9716            'NDRPDR'"
9717   parameters:
9718   - "throughput"
9719   - "name"
9720   - "tags"
9721   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9722   x-axis: "X = CNFs per Service Chain"
9723   y-axis: "Y = Number of Service Chains"
9724   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9725   layout:
9726     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9727     layout: "plot-service-density"
9728
9729 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9730 - type: "plot"
9731   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9732   algorithm: "plot_nf_heatmap"
9733   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9734   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9735   filter: "'NIC_Intel-XL710' and
9736            'NF_DENSITY' and
9737            'DOCKER' and
9738            'CHAIN' and
9739            'NF_VPPIP4' and
9740            'IPSEC' and
9741            'TNL_10000' and
9742            'IMIX' and
9743            '1T1C' and
9744            'NDRPDR'"
9745   parameters:
9746   - "throughput"
9747   - "name"
9748   - "tags"
9749   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9750   x-axis: "X = CNFs per Service Chain"
9751   y-axis: "Y = Number of Service Chains"
9752   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9753   layout:
9754     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9755     layout: "plot-service-density"
9756
9757 - type: "plot"
9758   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9759   algorithm: "plot_nf_heatmap"
9760   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9761   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9762   filter: "'NIC_Intel-XL710' and
9763            'NF_DENSITY' and
9764            'DOCKER' and
9765            'CHAIN' and
9766            'NF_VPPIP4' and
9767            'IPSEC' and
9768            'TNL_10000' and
9769            'IMIX' and
9770            '2T2C' and
9771            'NDRPDR'"
9772   parameters:
9773   - "throughput"
9774   - "name"
9775   - "tags"
9776   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9777   x-axis: "X = CNFs per Service Chain"
9778   y-axis: "Y = Number of Service Chains"
9779   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9780   layout:
9781     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9782     layout: "plot-service-density"
9783
9784 - type: "plot"
9785   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9786   algorithm: "plot_nf_heatmap"
9787   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9788   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9789   filter: "'NIC_Intel-XL710' and
9790            'NF_DENSITY' and
9791            'DOCKER' and
9792            'CHAIN' and
9793            'NF_VPPIP4' and
9794            'IPSEC' and
9795            'TNL_10000' and
9796            'IMIX' and
9797            '4T4C' and
9798            'NDRPDR'"
9799   parameters:
9800   - "throughput"
9801   - "name"
9802   - "tags"
9803   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9804   x-axis: "X = CNFs per Service Chain"
9805   y-axis: "Y = Number of Service Chains"
9806   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9807   layout:
9808     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9809     layout: "plot-service-density"
9810
9811 ###############################################################################
9812
9813 # Plots - NF Density - CSP - MRR 64b
9814
9815 #- type: "plot"
9816 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9817 #  algorithm: "plot_nf_heatmap"
9818 #  output-file-type: ".html"
9819 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9820 #  data: "plot-vpp-nfv-2n-skx-mrr"
9821 #  filter: "'NIC_Intel-XXV710' and
9822 #           'NF_DENSITY' and
9823 #           'DOCKER' and
9824 #           'PIPELINE' and
9825 #           'NF_VPPIP4' and
9826 #           '64B' and
9827 #           '2T1C' and
9828 #           'MRR'"
9829 #  parameters:
9830 #  - "result"
9831 #  - "name"
9832 #  - "tags"
9833 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9834 #  x-axis: "X = CNFs per Service Pipeline"
9835 #  y-axis: "Y = Number of Service Pipelines"
9836 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9837 #  layout:
9838 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9839 #    layout: "plot-service-density"
9840 #
9841 #- type: "plot"
9842 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9843 #  algorithm: "plot_nf_heatmap"
9844 #  output-file-type: ".html"
9845 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9846 #  data: "plot-vpp-nfv-2n-skx-mrr"
9847 #  filter: "'NIC_Intel-XXV710' and
9848 #           'NF_DENSITY' and
9849 #           'DOCKER' and
9850 #           'PIPELINE' and
9851 #           'NF_VPPIP4' and
9852 #           '64B' and
9853 #           '4T2C' and
9854 #           'MRR'"
9855 #  parameters:
9856 #  - "result"
9857 #  - "name"
9858 #  - "tags"
9859 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9860 #  x-axis: "X = CNFs per Service Pipeline"
9861 #  y-axis: "Y = Number of Service Pipelines"
9862 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9863 #  layout:
9864 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9865 #    layout: "plot-service-density"
9866 #
9867 #- type: "plot"
9868 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9869 #  algorithm: "plot_nf_heatmap"
9870 #  output-file-type: ".html"
9871 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9872 #  data: "plot-vpp-nfv-2n-skx-mrr"
9873 #  filter: "'NIC_Intel-XXV710' and
9874 #           'NF_DENSITY' and
9875 #           'DOCKER' and
9876 #           'PIPELINE' and
9877 #           'NF_VPPIP4' and
9878 #           '64B' and
9879 #           '8T4C' and
9880 #           'MRR'"
9881 #  parameters:
9882 #  - "result"
9883 #  - "name"
9884 #  - "tags"
9885 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9886 #  x-axis: "X = CNFs per Service Pipeline"
9887 #  y-axis: "Y = Number of Service Pipelines"
9888 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9889 #  layout:
9890 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9891 #    layout: "plot-service-density"
9892 #
9893 ## Plots - NF Density - CSP - MRR IMIX
9894 #- type: "plot"
9895 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9896 #  algorithm: "plot_nf_heatmap"
9897 #  output-file-type: ".html"
9898 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9899 #  data: "plot-vpp-nfv-2n-skx-mrr"
9900 #  filter: "'NIC_Intel-XXV710' and
9901 #           'NF_DENSITY' and
9902 #           'DOCKER' and
9903 #           'PIPELINE' and
9904 #           'NF_VPPIP4' and
9905 #           'IMIX' and
9906 #           '2T1C' and
9907 #           'MRR'"
9908 #  parameters:
9909 #  - "result"
9910 #  - "name"
9911 #  - "tags"
9912 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9913 #  x-axis: "X = CNFs per Service Pipeline"
9914 #  y-axis: "Y = Number of Service Pipelines"
9915 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9916 #  layout:
9917 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9918 #    layout: "plot-service-density"
9919 #
9920 #- type: "plot"
9921 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9922 #  algorithm: "plot_nf_heatmap"
9923 #  output-file-type: ".html"
9924 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9925 #  data: "plot-vpp-nfv-2n-skx-mrr"
9926 #  filter: "'NIC_Intel-XXV710' and
9927 #           'NF_DENSITY' and
9928 #           'DOCKER' and
9929 #           'PIPELINE' and
9930 #           'NF_VPPIP4' and
9931 #           'IMIX' and
9932 #           '4T2C' and
9933 #           'MRR'"
9934 #  parameters:
9935 #  - "result"
9936 #  - "name"
9937 #  - "tags"
9938 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9939 #  x-axis: "X = CNFs per Service Pipeline"
9940 #  y-axis: "Y = Number of Service Pipelines"
9941 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9942 #  layout:
9943 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9944 #    layout: "plot-service-density"
9945 #
9946 #- type: "plot"
9947 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9948 #  algorithm: "plot_nf_heatmap"
9949 #  output-file-type: ".html"
9950 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9951 #  data: "plot-vpp-nfv-2n-skx-mrr"
9952 #  filter: "'NIC_Intel-XXV710' and
9953 #           'NF_DENSITY' and
9954 #           'DOCKER' and
9955 #           'PIPELINE' and
9956 #           'NF_VPPIP4' and
9957 #           'IMIX' and
9958 #           '8T4C' and
9959 #           'MRR'"
9960 #  parameters:
9961 #  - "result"
9962 #  - "name"
9963 #  - "tags"
9964 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9965 #  x-axis: "X = CNFs per Service Pipeline"
9966 #  y-axis: "Y = Number of Service Pipelines"
9967 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9968 #  layout:
9969 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9970 #    layout: "plot-service-density"
9971 #
9972 ## Plots - NF Density - CSP - NDR 64b
9973 #- type: "plot"
9974 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9975 #  algorithm: "plot_nf_heatmap"
9976 #  output-file-type: ".html"
9977 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9978 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9979 #  filter: "'NIC_Intel-XXV710' and
9980 #           'NF_DENSITY' and
9981 #           'DOCKER' and
9982 #           'PIPELINE' and
9983 #           'NF_VPPIP4' and
9984 #           '64B' and
9985 #           '2T1C' and
9986 #           'NDRPDR'"
9987 #  parameters:
9988 #  - "throughput"
9989 #  - "name"
9990 #  - "tags"
9991 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9992 #  x-axis: "X = CNFs per Service Pipeline"
9993 #  y-axis: "Y = Number of Service Pipelines"
9994 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9995 #  layout:
9996 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9997 #    layout: "plot-service-density"
9998 #
9999 #- type: "plot"
10000 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10001 #  algorithm: "plot_nf_heatmap"
10002 #  output-file-type: ".html"
10003 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
10004 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10005 #  filter: "'NIC_Intel-XXV710' and
10006 #           'NF_DENSITY' and
10007 #           'DOCKER' and
10008 #           'PIPELINE' and
10009 #           'NF_VPPIP4' and
10010 #           '64B' and
10011 #           '4T2C' and
10012 #           'NDRPDR'"
10013 #  parameters:
10014 #  - "throughput"
10015 #  - "name"
10016 #  - "tags"
10017 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10018 #  x-axis: "X = CNFs per Service Pipeline"
10019 #  y-axis: "Y = Number of Service Pipelines"
10020 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10021 #  layout:
10022 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10023 #    layout: "plot-service-density"
10024 #
10025 #- type: "plot"
10026 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10027 #  algorithm: "plot_nf_heatmap"
10028 #  output-file-type: ".html"
10029 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
10030 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10031 #  filter: "'NIC_Intel-XXV710' and
10032 #           'NF_DENSITY' and
10033 #           'DOCKER' and
10034 #           'PIPELINE' and
10035 #           'NF_VPPIP4' and
10036 #           '64B' and
10037 #           '8T4C' and
10038 #           'NDRPDR'"
10039 #  parameters:
10040 #  - "throughput"
10041 #  - "name"
10042 #  - "tags"
10043 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10044 #  x-axis: "X = CNFs per Service Pipeline"
10045 #  y-axis: "Y = Number of Service Pipelines"
10046 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10047 #  layout:
10048 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10049 #    layout: "plot-service-density"
10050 #
10051 ## Plots - NF Density - CSP - NDR IMIX
10052 #- type: "plot"
10053 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10054 #  algorithm: "plot_nf_heatmap"
10055 #  output-file-type: ".html"
10056 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10057 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10058 #  filter: "'NIC_Intel-XXV710' and
10059 #           'NF_DENSITY' and
10060 #           'DOCKER' and
10061 #           'PIPELINE' and
10062 #           'NF_VPPIP4' and
10063 #           'IMIX' and
10064 #           '2T1C' and
10065 #           'NDRPDR'"
10066 #  parameters:
10067 #  - "throughput"
10068 #  - "name"
10069 #  - "tags"
10070 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10071 #  x-axis: "X = CNFs per Service Pipeline"
10072 #  y-axis: "Y = Number of Service Pipelines"
10073 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10074 #  layout:
10075 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10076 #    layout: "plot-service-density"
10077 #
10078 #- type: "plot"
10079 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10080 #  algorithm: "plot_nf_heatmap"
10081 #  output-file-type: ".html"
10082 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10083 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10084 #  filter: "'NIC_Intel-XXV710' and
10085 #           'NF_DENSITY' and
10086 #           'DOCKER' and
10087 #           'PIPELINE' and
10088 #           'NF_VPPIP4' and
10089 #           'IMIX' and
10090 #           '4T2C' and
10091 #           'NDRPDR'"
10092 #  parameters:
10093 #  - "throughput"
10094 #  - "name"
10095 #  - "tags"
10096 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10097 #  x-axis: "X = CNFs per Service Pipeline"
10098 #  y-axis: "Y = Number of Service Pipelines"
10099 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10100 #  layout:
10101 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10102 #    layout: "plot-service-density"
10103 #
10104 #- type: "plot"
10105 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10106 #  algorithm: "plot_nf_heatmap"
10107 #  output-file-type: ".html"
10108 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10109 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10110 #  filter: "'NIC_Intel-XXV710' and
10111 #           'NF_DENSITY' and
10112 #           'DOCKER' and
10113 #           'PIPELINE' and
10114 #           'NF_VPPIP4' and
10115 #           'IMIX' and
10116 #           '8T4C' and
10117 #           'NDRPDR'"
10118 #  parameters:
10119 #  - "throughput"
10120 #  - "name"
10121 #  - "tags"
10122 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10123 #  x-axis: "X = CNFs per Service Pipeline"
10124 #  y-axis: "Y = Number of Service Pipelines"
10125 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10126 #  layout:
10127 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10128 #    layout: "plot-service-density"
10129 #
10130 ## Plots - NF Density - CSP - PDR 64b
10131 #- type: "plot"
10132 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10133 #  algorithm: "plot_nf_heatmap"
10134 #  output-file-type: ".html"
10135 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10136 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10137 #  filter: "'NIC_Intel-XXV710' and
10138 #           'NF_DENSITY' and
10139 #           'DOCKER' and
10140 #           'PIPELINE' and
10141 #           'NF_VPPIP4' and
10142 #           '64B' and
10143 #           '2T1C' and
10144 #           'NDRPDR'"
10145 #  parameters:
10146 #  - "throughput"
10147 #  - "name"
10148 #  - "tags"
10149 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10150 #  x-axis: "X = CNFs per Service Pipeline"
10151 #  y-axis: "Y = Number of Service Pipelines"
10152 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10153 #  layout:
10154 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10155 #    layout: "plot-service-density"
10156 #
10157 #- type: "plot"
10158 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10159 #  algorithm: "plot_nf_heatmap"
10160 #  output-file-type: ".html"
10161 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10162 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10163 #  filter: "'NIC_Intel-XXV710' and
10164 #           'NF_DENSITY' and
10165 #           'DOCKER' and
10166 #           'PIPELINE' and
10167 #           'NF_VPPIP4' and
10168 #           '64B' and
10169 #           '4T2C' and
10170 #           'NDRPDR'"
10171 #  parameters:
10172 #  - "throughput"
10173 #  - "name"
10174 #  - "tags"
10175 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10176 #  x-axis: "X = CNFs per Service Pipeline"
10177 #  y-axis: "Y = Number of Service Pipelines"
10178 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10179 #  layout:
10180 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10181 #    layout: "plot-service-density"
10182 #
10183 #- type: "plot"
10184 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10185 #  algorithm: "plot_nf_heatmap"
10186 #  output-file-type: ".html"
10187 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10188 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10189 #  filter: "'NIC_Intel-XXV710' and
10190 #           'NF_DENSITY' and
10191 #           'DOCKER' and
10192 #           'PIPELINE' and
10193 #           'NF_VPPIP4' and
10194 #           '64B' and
10195 #           '8T4C' and
10196 #           'NDRPDR'"
10197 #  parameters:
10198 #  - "throughput"
10199 #  - "name"
10200 #  - "tags"
10201 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10202 #  x-axis: "X = CNFs per Service Pipeline"
10203 #  y-axis: "Y = Number of Service Pipelines"
10204 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10205 #  layout:
10206 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10207 #    layout: "plot-service-density"
10208 #
10209 ## Plots - NF Density - CSP - PDR IMIX
10210 #- type: "plot"
10211 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10212 #  algorithm: "plot_nf_heatmap"
10213 #  output-file-type: ".html"
10214 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10215 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10216 #  filter: "'NIC_Intel-XXV710' and
10217 #           'NF_DENSITY' and
10218 #           'DOCKER' and
10219 #           'PIPELINE' and
10220 #           'NF_VPPIP4' and
10221 #           'IMIX' and
10222 #           '2T1C' and
10223 #           'NDRPDR'"
10224 #  parameters:
10225 #  - "throughput"
10226 #  - "name"
10227 #  - "tags"
10228 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10229 #  x-axis: "X = CNFs per Service Pipeline"
10230 #  y-axis: "Y = Number of Service Pipelines"
10231 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10232 #  layout:
10233 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10234 #    layout: "plot-service-density"
10235 #
10236 #- type: "plot"
10237 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10238 #  algorithm: "plot_nf_heatmap"
10239 #  output-file-type: ".html"
10240 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10241 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10242 #  filter: "'NIC_Intel-XXV710' and
10243 #           'NF_DENSITY' and
10244 #           'DOCKER' and
10245 #           'PIPELINE' and
10246 #           'NF_VPPIP4' and
10247 #           'IMIX' and
10248 #           '4T2C' and
10249 #           'NDRPDR'"
10250 #  parameters:
10251 #  - "throughput"
10252 #  - "name"
10253 #  - "tags"
10254 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10255 #  x-axis: "X = CNFs per Service Pipeline"
10256 #  y-axis: "Y = Number of Service Pipelines"
10257 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10258 #  layout:
10259 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10260 #    layout: "plot-service-density"
10261 #
10262 #- type: "plot"
10263 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10264 #  algorithm: "plot_nf_heatmap"
10265 #  output-file-type: ".html"
10266 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10267 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10268 #  filter: "'NIC_Intel-XXV710' and
10269 #           'NF_DENSITY' and
10270 #           'DOCKER' and
10271 #           'PIPELINE' and
10272 #           'NF_VPPIP4' and
10273 #           'IMIX' and
10274 #           '8T4C' and
10275 #           'NDRPDR'"
10276 #  parameters:
10277 #  - "throughput"
10278 #  - "name"
10279 #  - "tags"
10280 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10281 #  x-axis: "X = CNFs per Service Pipeline"
10282 #  y-axis: "Y = Number of Service Pipelines"
10283 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10284 #  layout:
10285 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10286 #    layout: "plot-service-density"
10287
10288 ###############################################################################
10289 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10290
10291 - type: "plot"
10292   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10293   algorithm: "plot_nf_heatmap"
10294   output-file-type: ".html"
10295   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10296   data: "plot-vpp-nfv-2n-clx-mrr"
10297   filter: "'NIC_Intel-XXV710' and
10298            'NF_DENSITY' and
10299            'VHOST' and
10300            not 'VXLAN' and
10301            'CHAIN' and
10302            'NF_VPPIP4' and
10303            'IMIX' and
10304            '2T1C' and
10305            'MRR'"
10306   parameters:
10307   - "result"
10308   - "name"
10309   - "tags"
10310   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10311   x-axis: "X = VNFs per Service Chain"
10312   y-axis: "Y = Number of Service Chains"
10313   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10314   layout:
10315     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10316     layout: "plot-service-density"
10317
10318 - type: "plot"
10319   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10320   algorithm: "plot_nf_heatmap"
10321   output-file-type: ".html"
10322   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10323   data: "plot-vpp-nfv-2n-clx-mrr"
10324   filter: "'NIC_Intel-XXV710' and
10325            'NF_DENSITY' and
10326            'VHOST' and
10327            not 'VXLAN' and
10328            'CHAIN' and
10329            'NF_VPPIP4' and
10330            'IMIX' and
10331            '4T2C' and
10332            'MRR'"
10333   parameters:
10334   - "result"
10335   - "name"
10336   - "tags"
10337   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10338   x-axis: "X = VNFs per Service Chain"
10339   y-axis: "Y = Number of Service Chains"
10340   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10341   layout:
10342     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10343     layout: "plot-service-density"
10344
10345 - type: "plot"
10346   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10347   algorithm: "plot_nf_heatmap"
10348   output-file-type: ".html"
10349   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10350   data: "plot-vpp-nfv-2n-clx-mrr"
10351   filter: "'NIC_Intel-XXV710' and
10352            'NF_DENSITY' and
10353            'VHOST' and
10354            not 'VXLAN' and
10355            'CHAIN' and
10356            'NF_VPPIP4' and
10357            'IMIX' and
10358            '8T4C' and
10359            'MRR'"
10360   parameters:
10361   - "result"
10362   - "name"
10363   - "tags"
10364   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10365   x-axis: "X = VNFs per Service Chain"
10366   y-axis: "Y = Number of Service Chains"
10367   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10368   layout:
10369     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10370     layout: "plot-service-density"
10371
10372 # Plots - NF Density - VSC - NDR IMIX
10373 - type: "plot"
10374   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10375   algorithm: "plot_nf_heatmap"
10376   output-file-type: ".html"
10377   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10378   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10379   filter: "'NIC_Intel-XXV710' and
10380            'NF_DENSITY' and
10381            'VHOST' and
10382            not 'VXLAN' and
10383            'CHAIN' and
10384            'NF_VPPIP4' and
10385            'IMIX' and
10386            '2T1C' and
10387            'NDRPDR'"
10388   parameters:
10389   - "throughput"
10390   - "name"
10391   - "tags"
10392   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10393   x-axis: "X = VNFs per Service Chain"
10394   y-axis: "Y = Number of Service Chains"
10395   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10396   layout:
10397     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10398     layout: "plot-service-density"
10399
10400 - type: "plot"
10401   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10402   algorithm: "plot_nf_heatmap"
10403   output-file-type: ".html"
10404   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10405   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10406   filter: "'NIC_Intel-XXV710' and
10407            'NF_DENSITY' and
10408            'VHOST' and
10409            not 'VXLAN' and
10410            'CHAIN' and
10411            'NF_VPPIP4' and
10412            'IMIX' and
10413            '4T2C' and
10414            'NDRPDR'"
10415   parameters:
10416   - "throughput"
10417   - "name"
10418   - "tags"
10419   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10420   x-axis: "X = VNFs per Service Chain"
10421   y-axis: "Y = Number of Service Chains"
10422   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10423   layout:
10424     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10425     layout: "plot-service-density"
10426
10427 - type: "plot"
10428   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10429   algorithm: "plot_nf_heatmap"
10430   output-file-type: ".html"
10431   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10432   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10433   filter: "'NIC_Intel-XXV710' and
10434            'NF_DENSITY' and
10435            'VHOST' and
10436            not 'VXLAN' and
10437            'CHAIN' and
10438            'NF_VPPIP4' and
10439            'IMIX' and
10440            '8T4C' and
10441            'NDRPDR'"
10442   parameters:
10443   - "throughput"
10444   - "name"
10445   - "tags"
10446   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10447   x-axis: "X = VNFs per Service Chain"
10448   y-axis: "Y = Number of Service Chains"
10449   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10450   layout:
10451     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10452     layout: "plot-service-density"
10453
10454 # Plots - NF Density - VSC - PDR IMIX
10455 - type: "plot"
10456   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10457   algorithm: "plot_nf_heatmap"
10458   output-file-type: ".html"
10459   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10460   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10461   filter: "'NIC_Intel-XXV710' and
10462            'NF_DENSITY' and
10463            'VHOST' and
10464            not 'VXLAN' and
10465            'CHAIN' and
10466            'NF_VPPIP4' and
10467            'IMIX' and
10468            '2T1C' and
10469            'NDRPDR'"
10470   parameters:
10471   - "throughput"
10472   - "name"
10473   - "tags"
10474   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10475   x-axis: "X = VNFs per Service Chain"
10476   y-axis: "Y = Number of Service Chains"
10477   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10478   layout:
10479     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10480     layout: "plot-service-density"
10481
10482 - type: "plot"
10483   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10484   algorithm: "plot_nf_heatmap"
10485   output-file-type: ".html"
10486   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10487   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10488   filter: "'NIC_Intel-XXV710' and
10489            'NF_DENSITY' and
10490            'VHOST' and
10491            not 'VXLAN' and
10492            'CHAIN' and
10493            'NF_VPPIP4' and
10494            'IMIX' and
10495            '4T2C' and
10496            'NDRPDR'"
10497   parameters:
10498   - "throughput"
10499   - "name"
10500   - "tags"
10501   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10502   x-axis: "X = VNFs per Service Chain"
10503   y-axis: "Y = Number of Service Chains"
10504   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10505   layout:
10506     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10507     layout: "plot-service-density"
10508
10509 - type: "plot"
10510   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10511   algorithm: "plot_nf_heatmap"
10512   output-file-type: ".html"
10513   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10514   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10515   filter: "'NIC_Intel-XXV710' and
10516            'NF_DENSITY' and
10517            'VHOST' and
10518            not 'VXLAN' and
10519            'CHAIN' and
10520            'NF_VPPIP4' and
10521            'IMIX' and
10522            '8T4C' and
10523            'NDRPDR'"
10524   parameters:
10525   - "throughput"
10526   - "name"
10527   - "tags"
10528   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10529   x-axis: "X = VNFs per Service Chain"
10530   y-axis: "Y = Number of Service Chains"
10531   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10532   layout:
10533     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10534     layout: "plot-service-density"
10535
10536 # Plots - NF Density - VSC - MRR IMIX
10537 - type: "plot"
10538   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10539   algorithm: "plot_nf_heatmap"
10540   output-file-type: ".html"
10541   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10542   data: "plot-vpp-nfv-2n-clx-mrr"
10543   filter: "'NIC_Intel-XXV710' and
10544            'NF_DENSITY' and
10545            'VHOST' and
10546            'VXLAN' and
10547            'CHAIN' and
10548            'IMIX' and
10549            '2T1C' and
10550            'MRR'"
10551   parameters:
10552   - "result"
10553   - "name"
10554   - "tags"
10555   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10556   x-axis: "X = VNFs per Service Chain"
10557   y-axis: "Y = Number of Service Chains"
10558   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10559   layout:
10560     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10561     layout: "plot-service-density"
10562
10563 - type: "plot"
10564   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10565   algorithm: "plot_nf_heatmap"
10566   output-file-type: ".html"
10567   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10568   data: "plot-vpp-nfv-2n-clx-mrr"
10569   filter: "'NIC_Intel-XXV710' and
10570            'NF_DENSITY' and
10571            'VHOST' and
10572            'VXLAN' and
10573            'CHAIN' and
10574            'IMIX' and
10575            '4T2C' and
10576            'MRR'"
10577   parameters:
10578   - "result"
10579   - "name"
10580   - "tags"
10581   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10582   x-axis: "X = VNFs per Service Chain"
10583   y-axis: "Y = Number of Service Chains"
10584   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10585   layout:
10586     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10587     layout: "plot-service-density"
10588
10589 - type: "plot"
10590   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10591   algorithm: "plot_nf_heatmap"
10592   output-file-type: ".html"
10593   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10594   data: "plot-vpp-nfv-2n-clx-mrr"
10595   filter: "'NIC_Intel-XXV710' and
10596            'NF_DENSITY' and
10597            'VHOST' and
10598            'VXLAN' and
10599            'CHAIN' and
10600            'IMIX' and
10601            '8T4C' and
10602            'MRR'"
10603   parameters:
10604   - "result"
10605   - "name"
10606   - "tags"
10607   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10608   x-axis: "X = VNFs per Service Chain"
10609   y-axis: "Y = Number of Service Chains"
10610   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10611   layout:
10612     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10613     layout: "plot-service-density"
10614
10615 # Plots - NF Density - VSC - NDR IMIX
10616 - type: "plot"
10617   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10618   algorithm: "plot_nf_heatmap"
10619   output-file-type: ".html"
10620   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10621   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10622   filter: "'NIC_Intel-XXV710' and
10623            'NF_DENSITY' and
10624            'VHOST' and
10625            'VXLAN' and
10626            'CHAIN' a
10627            'IMIX' and
10628            '2T1C' and
10629            'NDRPDR'"
10630   parameters:
10631   - "throughput"
10632   - "name"
10633   - "tags"
10634   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10635   x-axis: "X = VNFs per Service Chain"
10636   y-axis: "Y = Number of Service Chains"
10637   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10638   layout:
10639     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10640     layout: "plot-service-density"
10641
10642 - type: "plot"
10643   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10644   algorithm: "plot_nf_heatmap"
10645   output-file-type: ".html"
10646   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10647   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10648   filter: "'NIC_Intel-XXV710' and
10649            'NF_DENSITY' and
10650            'VHOST' and
10651            'VXLAN' and
10652            'CHAIN' and
10653            'IMIX' and
10654            '4T2C' and
10655            'NDRPDR'"
10656   parameters:
10657   - "throughput"
10658   - "name"
10659   - "tags"
10660   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10661   x-axis: "X = VNFs per Service Chain"
10662   y-axis: "Y = Number of Service Chains"
10663   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10664   layout:
10665     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10666     layout: "plot-service-density"
10667
10668 - type: "plot"
10669   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10670   algorithm: "plot_nf_heatmap"
10671   output-file-type: ".html"
10672   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10673   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10674   filter: "'NIC_Intel-XXV710' and
10675            'NF_DENSITY' and
10676            'VHOST' and
10677            'VXLAN' and
10678            'CHAIN' and
10679            'IMIX' and
10680            '8T4C' and
10681            'NDRPDR'"
10682   parameters:
10683   - "throughput"
10684   - "name"
10685   - "tags"
10686   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10687   x-axis: "X = VNFs per Service Chain"
10688   y-axis: "Y = Number of Service Chains"
10689   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10690   layout:
10691     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10692     layout: "plot-service-density"
10693
10694 # Plots - NF Density - VSC - PDR IMIX
10695 - type: "plot"
10696   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10697   algorithm: "plot_nf_heatmap"
10698   output-file-type: ".html"
10699   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10700   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10701   filter: "'NIC_Intel-XXV710' and
10702            'NF_DENSITY' and
10703            'VHOST' and
10704            'VXLAN' and
10705            'CHAIN' and
10706            'IMIX' and
10707            '2T1C' and
10708            'NDRPDR'"
10709   parameters:
10710   - "throughput"
10711   - "name"
10712   - "tags"
10713   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10714   x-axis: "X = VNFs per Service Chain"
10715   y-axis: "Y = Number of Service Chains"
10716   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10717   layout:
10718     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10719     layout: "plot-service-density"
10720
10721 - type: "plot"
10722   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10723   algorithm: "plot_nf_heatmap"
10724   output-file-type: ".html"
10725   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10726   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10727   filter: "'NIC_Intel-XXV710' and
10728            'NF_DENSITY' and
10729            'VHOST' and
10730            'VXLAN' and
10731            'CHAIN' and
10732            'IMIX' and
10733            '4T2C' and
10734            'NDRPDR'"
10735   parameters:
10736   - "throughput"
10737   - "name"
10738   - "tags"
10739   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10740   x-axis: "X = VNFs per Service Chain"
10741   y-axis: "Y = Number of Service Chains"
10742   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10743   layout:
10744     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10745     layout: "plot-service-density"
10746
10747 - type: "plot"
10748   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10749   algorithm: "plot_nf_heatmap"
10750   output-file-type: ".html"
10751   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10752   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10753   filter: "'NIC_Intel-XXV710' and
10754            'NF_DENSITY' and
10755            'VHOST' and
10756            'VXLAN' and
10757            'CHAIN' and
10758            'IMIX' and
10759            '8T4C' and
10760            'NDRPDR'"
10761   parameters:
10762   - "throughput"
10763   - "name"
10764   - "tags"
10765   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10766   x-axis: "X = VNFs per Service Chain"
10767   y-axis: "Y = Number of Service Chains"
10768   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10769   layout:
10770     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10771     layout: "plot-service-density"
10772
10773 # Plots - NF Density - CSC - MRR IMIX
10774 - type: "plot"
10775   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10776   algorithm: "plot_nf_heatmap"
10777   output-file-type: ".html"
10778   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10779   data: "plot-vpp-nfv-2n-clx-mrr"
10780   filter: "'NIC_Intel-XXV710' and
10781            'NF_DENSITY' and
10782            'DOCKER' and
10783            'CHAIN' and
10784            'NF_VPPIP4' and
10785            'IMIX' and
10786            '2T1C' and
10787            'MRR'"
10788   parameters:
10789   - "result"
10790   - "name"
10791   - "tags"
10792   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10793   x-axis: "X = CNFs per Service Chain"
10794   y-axis: "Y = Number of Service Chains"
10795   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10796   layout:
10797     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10798     layout: "plot-service-density"
10799
10800 - type: "plot"
10801   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10802   algorithm: "plot_nf_heatmap"
10803   output-file-type: ".html"
10804   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10805   data: "plot-vpp-nfv-2n-clx-mrr"
10806   filter: "'NIC_Intel-XXV710' and
10807            'NF_DENSITY' and
10808            'DOCKER' and
10809            'CHAIN' and
10810            'NF_VPPIP4' and
10811            'IMIX' and
10812            '4T2C' and
10813            'MRR'"
10814   parameters:
10815   - "result"
10816   - "name"
10817   - "tags"
10818   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10819   x-axis: "X = CNFs per Service Chain"
10820   y-axis: "Y = Number of Service Chains"
10821   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10822   layout:
10823     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10824     layout: "plot-service-density"
10825
10826 - type: "plot"
10827   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10828   algorithm: "plot_nf_heatmap"
10829   output-file-type: ".html"
10830   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10831   data: "plot-vpp-nfv-2n-clx-mrr"
10832   filter: "'NIC_Intel-XXV710' and
10833            'NF_DENSITY' and
10834            'DOCKER' and
10835            'CHAIN' and
10836            'NF_VPPIP4' and
10837            'IMIX' and
10838            '8T4C' and
10839            'MRR'"
10840   parameters:
10841   - "result"
10842   - "name"
10843   - "tags"
10844   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10845   x-axis: "X = CNFs per Service Chain"
10846   y-axis: "Y = Number of Service Chains"
10847   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10848   layout:
10849     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10850     layout: "plot-service-density"
10851
10852 # Plots - NF Density - CSC - NDR IMIX
10853 - type: "plot"
10854   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10855   algorithm: "plot_nf_heatmap"
10856   output-file-type: ".html"
10857   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10858   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10859   filter: "'NIC_Intel-XXV710' and
10860            'NF_DENSITY' and
10861            'DOCKER' and
10862            'CHAIN' and
10863            'NF_VPPIP4' and
10864            'IMIX' and
10865            '2T1C' and
10866            'NDRPDR'"
10867   parameters:
10868   - "throughput"
10869   - "name"
10870   - "tags"
10871   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10872   x-axis: "X = CNFs per Service Chain"
10873   y-axis: "Y = Number of Service Chains"
10874   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10875   layout:
10876     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10877     layout: "plot-service-density"
10878
10879 - type: "plot"
10880   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10881   algorithm: "plot_nf_heatmap"
10882   output-file-type: ".html"
10883   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10884   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10885   filter: "'NIC_Intel-XXV710' and
10886            'NF_DENSITY' and
10887            'DOCKER' and
10888            'CHAIN' and
10889            'NF_VPPIP4' and
10890            'IMIX' and
10891            '4T2C' and
10892            'NDRPDR'"
10893   parameters:
10894   - "throughput"
10895   - "name"
10896   - "tags"
10897   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10898   x-axis: "X = CNFs per Service Chain"
10899   y-axis: "Y = Number of Service Chains"
10900   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10901   layout:
10902     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10903     layout: "plot-service-density"
10904
10905 - type: "plot"
10906   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10907   algorithm: "plot_nf_heatmap"
10908   output-file-type: ".html"
10909   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10910   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10911   filter: "'NIC_Intel-XXV710' and
10912            'NF_DENSITY' and
10913            'DOCKER' and
10914            'CHAIN' and
10915            'NF_VPPIP4' and
10916            'IMIX' and
10917            '8T4C' and
10918            'NDRPDR'"
10919   parameters:
10920   - "throughput"
10921   - "name"
10922   - "tags"
10923   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10924   x-axis: "X = CNFs per Service Chain"
10925   y-axis: "Y = Number of Service Chains"
10926   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10927   layout:
10928     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10929     layout: "plot-service-density"
10930
10931 # Plots - NF Density - CSC - PDR IMIX
10932 - type: "plot"
10933   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10934   algorithm: "plot_nf_heatmap"
10935   output-file-type: ".html"
10936   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10937   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10938   filter: "'NIC_Intel-XXV710' and
10939            'NF_DENSITY' and
10940            'DOCKER' and
10941            'CHAIN' and
10942            'NF_VPPIP4' and
10943            'IMIX' and
10944            '2T1C' and
10945            'NDRPDR'"
10946   parameters:
10947   - "throughput"
10948   - "name"
10949   - "tags"
10950   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10951   x-axis: "X = CNFs per Service Chain"
10952   y-axis: "Y = Number of Service Chains"
10953   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10954   layout:
10955     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10956     layout: "plot-service-density"
10957
10958 - type: "plot"
10959   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10960   algorithm: "plot_nf_heatmap"
10961   output-file-type: ".html"
10962   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10963   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10964   filter: "'NIC_Intel-XXV710' and
10965            'NF_DENSITY' and
10966            'DOCKER' and
10967            'CHAIN' and
10968            'NF_VPPIP4' and
10969            'IMIX' and
10970            '4T2C' and
10971            'NDRPDR'"
10972   parameters:
10973   - "throughput"
10974   - "name"
10975   - "tags"
10976   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10977   x-axis: "X = CNFs per Service Chain"
10978   y-axis: "Y = Number of Service Chains"
10979   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10980   layout:
10981     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10982     layout: "plot-service-density"
10983
10984 - type: "plot"
10985   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10986   algorithm: "plot_nf_heatmap"
10987   output-file-type: ".html"
10988   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10989   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10990   filter: "'NIC_Intel-XXV710' and
10991            'NF_DENSITY' and
10992            'DOCKER' and
10993            'CHAIN' and
10994            'NF_VPPIP4' and
10995            'IMIX' and
10996            '8T4C' and
10997            'NDRPDR'"
10998   parameters:
10999   - "throughput"
11000   - "name"
11001   - "tags"
11002   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11003   x-axis: "X = CNFs per Service Chain"
11004   y-axis: "Y = Number of Service Chains"
11005   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11006   layout:
11007     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11008     layout: "plot-service-density"
11009
11010 # Plots - NF Density - CSP - MRR IMIX
11011 - type: "plot"
11012   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11013   algorithm: "plot_nf_heatmap"
11014   output-file-type: ".html"
11015   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11016   data: "plot-vpp-nfv-2n-clx-mrr"
11017   filter: "'NIC_Intel-XXV710' and
11018            'NF_DENSITY' and
11019            'DOCKER' and
11020            'PIPELINE' and
11021            'NF_VPPIP4' and
11022            'IMIX' and
11023            '2T1C' and
11024            'MRR'"
11025   parameters:
11026   - "result"
11027   - "name"
11028   - "tags"
11029   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11030   x-axis: "X = CNFs per Service Pipeline"
11031   y-axis: "Y = Number of Service Pipelines"
11032   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11033   layout:
11034     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11035     layout: "plot-service-density"
11036
11037 - type: "plot"
11038   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11039   algorithm: "plot_nf_heatmap"
11040   output-file-type: ".html"
11041   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11042   data: "plot-vpp-nfv-2n-clx-mrr"
11043   filter: "'NIC_Intel-XXV710' and
11044            'NF_DENSITY' and
11045            'DOCKER' and
11046            'PIPELINE' and
11047            'NF_VPPIP4' and
11048            'IMIX' and
11049            '4T2C' and
11050            'MRR'"
11051   parameters:
11052   - "result"
11053   - "name"
11054   - "tags"
11055   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11056   x-axis: "X = CNFs per Service Pipeline"
11057   y-axis: "Y = Number of Service Pipelines"
11058   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11059   layout:
11060     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11061     layout: "plot-service-density"
11062
11063 - type: "plot"
11064   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11065   algorithm: "plot_nf_heatmap"
11066   output-file-type: ".html"
11067   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11068   data: "plot-vpp-nfv-2n-clx-mrr"
11069   filter: "'NIC_Intel-XXV710' and
11070            'NF_DENSITY' and
11071            'DOCKER' and
11072            'PIPELINE' and
11073            'NF_VPPIP4' and
11074            'IMIX' and
11075            '8T4C' and
11076            'MRR'"
11077   parameters:
11078   - "result"
11079   - "name"
11080   - "tags"
11081   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11082   x-axis: "X = CNFs per Service Pipeline"
11083   y-axis: "Y = Number of Service Pipelines"
11084   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11085   layout:
11086     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11087     layout: "plot-service-density"
11088
11089 # Plots - NF Density - CSP - NDR IMIX
11090 - type: "plot"
11091   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11092   algorithm: "plot_nf_heatmap"
11093   output-file-type: ".html"
11094   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11095   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11096   filter: "'NIC_Intel-XXV710' and
11097            'NF_DENSITY' and
11098            'DOCKER' and
11099            'PIPELINE' and
11100            'NF_VPPIP4' and
11101            'IMIX' and
11102            '2T1C' and
11103            'NDRPDR'"
11104   parameters:
11105   - "throughput"
11106   - "name"
11107   - "tags"
11108   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11109   x-axis: "X = CNFs per Service Pipeline"
11110   y-axis: "Y = Number of Service Pipelines"
11111   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11112   layout:
11113     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11114     layout: "plot-service-density"
11115
11116 - type: "plot"
11117   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11118   algorithm: "plot_nf_heatmap"
11119   output-file-type: ".html"
11120   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11121   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11122   filter: "'NIC_Intel-XXV710' and
11123            'NF_DENSITY' and
11124            'DOCKER' and
11125            'PIPELINE' and
11126            'NF_VPPIP4' and
11127            'IMIX' and
11128            '4T2C' and
11129            'NDRPDR'"
11130   parameters:
11131   - "throughput"
11132   - "name"
11133   - "tags"
11134   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11135   x-axis: "X = CNFs per Service Pipeline"
11136   y-axis: "Y = Number of Service Pipelines"
11137   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11138   layout:
11139     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11140     layout: "plot-service-density"
11141
11142 - type: "plot"
11143   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11144   algorithm: "plot_nf_heatmap"
11145   output-file-type: ".html"
11146   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11147   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11148   filter: "'NIC_Intel-XXV710' and
11149            'NF_DENSITY' and
11150            'DOCKER' and
11151            'PIPELINE' and
11152            'NF_VPPIP4' and
11153            'IMIX' and
11154            '8T4C' and
11155            'NDRPDR'"
11156   parameters:
11157   - "throughput"
11158   - "name"
11159   - "tags"
11160   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11161   x-axis: "X = CNFs per Service Pipeline"
11162   y-axis: "Y = Number of Service Pipelines"
11163   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11164   layout:
11165     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11166     layout: "plot-service-density"
11167
11168 # Plots - NF Density - CSP - PDR IMIX
11169 - type: "plot"
11170   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11171   algorithm: "plot_nf_heatmap"
11172   output-file-type: ".html"
11173   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11174   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11175   filter: "'NIC_Intel-XXV710' and
11176            'NF_DENSITY' and
11177            'DOCKER' and
11178            'PIPELINE' and
11179            'NF_VPPIP4' and
11180            'IMIX' and
11181            '2T1C' and
11182            'NDRPDR'"
11183   parameters:
11184   - "throughput"
11185   - "name"
11186   - "tags"
11187   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11188   x-axis: "X = CNFs per Service Pipeline"
11189   y-axis: "Y = Number of Service Pipelines"
11190   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11191   layout:
11192     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11193     layout: "plot-service-density"
11194
11195 - type: "plot"
11196   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11197   algorithm: "plot_nf_heatmap"
11198   output-file-type: ".html"
11199   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11200   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11201   filter: "'NIC_Intel-XXV710' and
11202            'NF_DENSITY' and
11203            'DOCKER' and
11204            'PIPELINE' and
11205            'NF_VPPIP4' and
11206            'IMIX' and
11207            '4T2C' and
11208            'NDRPDR'"
11209   parameters:
11210   - "throughput"
11211   - "name"
11212   - "tags"
11213   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11214   x-axis: "X = CNFs per Service Pipeline"
11215   y-axis: "Y = Number of Service Pipelines"
11216   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11217   layout:
11218     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11219     layout: "plot-service-density"
11220
11221 - type: "plot"
11222   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11223   algorithm: "plot_nf_heatmap"
11224   output-file-type: ".html"
11225   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11226   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11227   filter: "'NIC_Intel-XXV710' and
11228            'NF_DENSITY' and
11229            'DOCKER' and
11230            'PIPELINE' and
11231            'NF_VPPIP4' and
11232            'IMIX' and
11233            '8T4C' and
11234            'NDRPDR'"
11235   parameters:
11236   - "throughput"
11237   - "name"
11238   - "tags"
11239   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11240   x-axis: "X = CNFs per Service Pipeline"
11241   y-axis: "Y = Number of Service Pipelines"
11242   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11243   layout:
11244     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11245     layout: "plot-service-density"
11246
11247 ################################################################################
11248
11249 # Packet Throughput
11250
11251 - type: "plot"
11252   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11253   algorithm: "plot_perf_box_name"
11254   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11255   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11256   include:
11257     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11258     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11259     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11260     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11261   layout:
11262     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11263     layout: "plot-throughput"
11264
11265 - type: "plot"
11266   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11267   algorithm: "plot_perf_box_name"
11268   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11269   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11270   include:
11271     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11272     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11273     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11274     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11275   layout:
11276     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11277     layout: "plot-throughput"
11278
11279 - type: "plot"
11280   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11281   algorithm: "plot_perf_box_name"
11282   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11283   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11284   include:
11285     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11286     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11287     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11288     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11289   layout:
11290     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11291     layout: "plot-throughput"
11292
11293 - type: "plot"
11294   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11295   algorithm: "plot_perf_box_name"
11296   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11297   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11298   include:
11299     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11300     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11301     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11302     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11303   layout:
11304     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11305     layout: "plot-throughput"
11306
11307 - type: "plot"
11308   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11309   algorithm: "plot_perf_box_name"
11310   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11311   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11312   include:
11313     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11314     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11315     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11316     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11317     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11318   layout:
11319     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11320     layout: "plot-throughput"
11321
11322 - type: "plot"
11323   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11324   algorithm: "plot_perf_box_name"
11325   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11326   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11327   include:
11328     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11329     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11330     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11331     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11332     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11333   layout:
11334     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11335     layout: "plot-throughput"
11336
11337 - type: "plot"
11338   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11339   algorithm: "plot_perf_box_name"
11340   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11341   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11342   include:
11343     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11344     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11345     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11346     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11347     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11348   layout:
11349     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11350     layout: "plot-throughput"
11351
11352 - type: "plot"
11353   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11354   algorithm: "plot_perf_box_name"
11355   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11356   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11357   include:
11358     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11359     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11360     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11361     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11362     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11363   layout:
11364     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11365     layout: "plot-throughput"
11366
11367 - type: "plot"
11368   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11369   algorithm: "plot_perf_box_name"
11370   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11371   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11372   include:
11373     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11374     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11375     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11376     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11377     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11378   layout:
11379     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11380     layout: "plot-throughput"
11381
11382 - type: "plot"
11383   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11384   algorithm: "plot_perf_box_name"
11385   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11386   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11387   include:
11388     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11389     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11390     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11391     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11392     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11393   layout:
11394     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11395     layout: "plot-throughput"
11396
11397 - type: "plot"
11398   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11399   algorithm: "plot_perf_box_name"
11400   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11401   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11402   include:
11403     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11404     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11405     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11406     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11407     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11408     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11409   layout:
11410     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11411     layout: "plot-throughput"
11412
11413 - type: "plot"
11414   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11415   algorithm: "plot_perf_box_name"
11416   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11417   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11418   include:
11419     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11420     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11421     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11422     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11423     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11424     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11425   layout:
11426     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11427     layout: "plot-throughput"
11428
11429 - type: "plot"
11430   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11431   algorithm: "plot_perf_box_name"
11432   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11433   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11434   include:
11435     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11436     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11438     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11439     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11440   layout:
11441     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11442     layout: "plot-throughput"
11443
11444 - type: "plot"
11445   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11446   algorithm: "plot_perf_box_name"
11447   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11448   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11449   include:
11450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11451     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11452     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11453     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11454     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11455   layout:
11456     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11457     layout: "plot-throughput"
11458
11459 - type: "plot"
11460   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11461   algorithm: "plot_perf_box_name"
11462   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11463   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11464   include:
11465     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11466     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11467     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11468   layout:
11469     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11470     layout: "plot-throughput"
11471
11472 - type: "plot"
11473   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11474   algorithm: "plot_perf_box_name"
11475   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11476   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11477   include:
11478     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11479     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11480     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11481   layout:
11482     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11483     layout: "plot-throughput"
11484
11485 - type: "plot"
11486   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11487   algorithm: "plot_perf_box_name"
11488   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11489   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11490   include:
11491     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11492     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11493     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11494     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11495     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11496   layout:
11497     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11498     layout: "plot-throughput"
11499
11500 - type: "plot"
11501   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11502   algorithm: "plot_perf_box_name"
11503   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11504   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11505   include:
11506     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11507     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11508     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11509     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11510     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11511   layout:
11512     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11513     layout: "plot-throughput"
11514
11515 - type: "plot"
11516   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11517   algorithm: "plot_perf_box_name"
11518   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11519   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11520   include:
11521     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11522     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11523     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11524   layout:
11525     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11526     layout: "plot-throughput"
11527
11528 - type: "plot"
11529   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11530   algorithm: "plot_perf_box_name"
11531   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11532   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11533   include:
11534     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11536     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11537   layout:
11538     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11539     layout: "plot-throughput"
11540
11541 - type: "plot"
11542   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11543   algorithm: "plot_perf_box_name"
11544   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11545   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11546   include:
11547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11552     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11553   layout:
11554     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11555     layout: "plot-throughput"
11556
11557 - type: "plot"
11558   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11559   algorithm: "plot_perf_box_name"
11560   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11561   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11562   include:
11563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11566     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11567     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11568     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11569   layout:
11570     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11571     layout: "plot-throughput"
11572
11573 - type: "plot"
11574   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11575   algorithm: "plot_perf_box_name"
11576   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11577   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11578   include:
11579     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11584     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11585   layout:
11586     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11587     layout: "plot-throughput"
11588
11589 - type: "plot"
11590   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11591   algorithm: "plot_perf_box_name"
11592   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11593   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11594   include:
11595     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11596     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11597     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11598     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11599     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11600     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11601   layout:
11602     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11603     layout: "plot-throughput"
11604
11605 - type: "plot"
11606   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11607   algorithm: "plot_perf_box_name"
11608   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11609   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11610   include:
11611     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11612     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11613     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11614   layout:
11615     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11616     layout: "plot-throughput"
11617
11618 - type: "plot"
11619   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11620   algorithm: "plot_perf_box_name"
11621   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11622   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11623   include:
11624     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11625     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11626     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11627   layout:
11628     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11629     layout: "plot-throughput"
11630
11631 - type: "plot"
11632   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11633   algorithm: "plot_perf_box_name"
11634   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11635   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11636   include:
11637     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11638     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11639     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11640 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11641 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11642   layout:
11643     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11644     layout: "plot-throughput"
11645
11646 - type: "plot"
11647   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11648   algorithm: "plot_perf_box_name"
11649   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11650   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11651   include:
11652     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11653     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11654     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11655 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11656 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11657   layout:
11658     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11659     layout: "plot-throughput"
11660
11661 - type: "plot"
11662   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11663   algorithm: "plot_perf_box_name"
11664   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11665   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11666   include:
11667     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11668     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11669     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11670     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11671     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11672   layout:
11673     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11674     layout: "plot-throughput"
11675
11676 - type: "plot"
11677   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11678   algorithm: "plot_perf_box_name"
11679   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11680   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11681   include:
11682     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11683     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11684     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11685     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11686     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11687   layout:
11688     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11689     layout: "plot-throughput"
11690
11691 - type: "plot"
11692   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11693   algorithm: "plot_perf_box_name"
11694   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11695   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11696   include:
11697     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11698     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11699     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11700     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11701     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11702   layout:
11703     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11704     layout: "plot-throughput"
11705
11706 - type: "plot"
11707   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11708   algorithm: "plot_perf_box_name"
11709   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11710   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11711   include:
11712     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11713     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11714     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11715     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11716     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11717   layout:
11718     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11719     layout: "plot-throughput"
11720
11721 - type: "plot"
11722   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11723   algorithm: "plot_perf_box_name"
11724   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11725   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11726   include:
11727     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11728     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11729     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11730     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11731     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11732     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11733   layout:
11734     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11735     layout: "plot-throughput"
11736
11737 - type: "plot"
11738   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11739   algorithm: "plot_perf_box_name"
11740   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11741   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11742   include:
11743     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11744     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11745     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11746     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11747     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11748     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11749   layout:
11750     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11751     layout: "plot-throughput"
11752
11753 - type: "plot"
11754   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11755   algorithm: "plot_perf_box_name"
11756   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11757   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11758   include:
11759     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11760     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11761     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11762     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11763     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11764     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11765   layout:
11766     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11767     layout: "plot-throughput"
11768
11769 - type: "plot"
11770   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11771   algorithm: "plot_perf_box_name"
11772   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11773   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11774   include:
11775     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11776     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11777     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11778     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11779     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11780     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11781   layout:
11782     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11783     layout: "plot-throughput"
11784
11785 - type: "plot"
11786   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11787   algorithm: "plot_perf_box_name"
11788   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11789   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11790   include:
11791     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11792     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11793     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11794     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11795     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11796   layout:
11797     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11798     layout: "plot-throughput"
11799
11800 - type: "plot"
11801   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11802   algorithm: "plot_perf_box_name"
11803   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11804   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11805   include:
11806     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11807     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11808     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11809     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11810     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11811   layout:
11812     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11813     layout: "plot-throughput"
11814
11815 - type: "plot"
11816   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11817   algorithm: "plot_perf_box_name"
11818   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11819   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11820   include:
11821     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11822     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11823     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11824     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11825     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11826     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11827   layout:
11828     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11829     layout: "plot-throughput"
11830
11831 - type: "plot"
11832   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11833   algorithm: "plot_perf_box_name"
11834   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11835   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11836   include:
11837     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11838     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11839     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11840     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11841     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11842     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11843   layout:
11844     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11845     layout: "plot-throughput"
11846
11847 - type: "plot"
11848   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11849   algorithm: "plot_perf_box_name"
11850   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11851   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11852   include:
11853     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11854     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11855     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11856     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11857     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11858   layout:
11859     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11860     layout: "plot-throughput"
11861
11862 - type: "plot"
11863   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11864   algorithm: "plot_perf_box_name"
11865   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11866   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11867   include:
11868     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11869     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11870     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11871     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11872     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11873   layout:
11874     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11875     layout: "plot-throughput"
11876
11877 - type: "plot"
11878   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11879   algorithm: "plot_perf_box_name"
11880   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11881   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11882   include:
11883     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11884     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11885     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11886     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11887     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11888     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11889   layout:
11890     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11891     layout: "plot-throughput"
11892
11893 - type: "plot"
11894   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11895   algorithm: "plot_perf_box_name"
11896   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11897   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11898   include:
11899     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11900     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11901     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11902     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11903     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11904     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11905   layout:
11906     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11907     layout: "plot-throughput"
11908
11909 - type: "plot"
11910   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11911   algorithm: "plot_perf_box_name"
11912   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11913   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11914   include:
11915     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11916     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11917     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11918     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11919     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11920   layout:
11921     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11922     layout: "plot-throughput"
11923
11924 - type: "plot"
11925   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11926   algorithm: "plot_perf_box_name"
11927   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11928   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11929   include:
11930     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11931     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11932     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11933     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11934     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11935   layout:
11936     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11937     layout: "plot-throughput"
11938
11939 - type: "plot"
11940   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11941   algorithm: "plot_perf_box_name"
11942   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11943   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11944   include:
11945     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11946     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11947     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11948     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11949     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11950     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11951   layout:
11952     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11953     layout: "plot-throughput"
11954
11955 - type: "plot"
11956   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11957   algorithm: "plot_perf_box_name"
11958   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11959   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11960   include:
11961     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11962     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11963     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11964     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11965     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11966     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11967   layout:
11968     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11969     layout: "plot-throughput"
11970
11971 - type: "plot"
11972   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11973   algorithm: "plot_perf_box_name"
11974   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11975   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11976   include:
11977     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11978     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11979   layout:
11980     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11981     layout: "plot-throughput"
11982
11983 - type: "plot"
11984   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11985   algorithm: "plot_perf_box_name"
11986   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11987   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11988   include:
11989     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11990     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11991   layout:
11992     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11993     layout: "plot-throughput"
11994
11995 - type: "plot"
11996   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11997   algorithm: "plot_perf_box_name"
11998   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11999   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12000   include:
12001     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12002     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12003     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12004     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12005   layout:
12006     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12007     layout: "plot-throughput"
12008
12009 - type: "plot"
12010   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12011   algorithm: "plot_perf_box_name"
12012   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12013   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12014   include:
12015     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12016     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12017     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12018     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12019   layout:
12020     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12021     layout: "plot-throughput"
12022
12023 - type: "plot"
12024   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12025   algorithm: "plot_perf_box_name"
12026   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12027   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12028   include:
12029     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12030     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12031     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12032     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12033   layout:
12034     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12035     layout: "plot-throughput"
12036
12037 - type: "plot"
12038   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12039   algorithm: "plot_perf_box_name"
12040   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12041   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12042   include:
12043     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12044     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12045     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12046     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12047   layout:
12048     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12049     layout: "plot-throughput"
12050
12051 - type: "plot"
12052   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12053   algorithm: "plot_perf_box_name"
12054   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12055   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12056   include:
12057     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12058     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12059     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12060     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12061   layout:
12062     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12063     layout: "plot-throughput"
12064
12065 - type: "plot"
12066   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12067   algorithm: "plot_perf_box_name"
12068   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12069   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12070   include:
12071     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12072     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12073     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12074     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12075   layout:
12076     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12077     layout: "plot-throughput"
12078
12079 - type: "plot"
12080   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12081   algorithm: "plot_perf_box_name"
12082   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12083   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12084   include:
12085     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12086     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12087     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12088     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12089   layout:
12090     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12091     layout: "plot-throughput"
12092
12093 - type: "plot"
12094   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12095   algorithm: "plot_perf_box_name"
12096   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12097   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12098   include:
12099     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12100     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12101     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12102     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12103   layout:
12104     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12105     layout: "plot-throughput"
12106
12107 - type: "plot"
12108   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12109   algorithm: "plot_perf_box_name"
12110   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12111   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12112   include:
12113     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12114     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12115     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12116     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12117     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12118     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12119   layout:
12120     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12121     layout: "plot-throughput"
12122
12123 - type: "plot"
12124   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12125   algorithm: "plot_perf_box_name"
12126   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12127   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12128   include:
12129     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12130     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12131     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12132     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12133     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12134     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12135   layout:
12136     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12137     layout: "plot-throughput"
12138
12139 - type: "plot"
12140   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12141   algorithm: "plot_perf_box_name"
12142   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12143   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12144   include:
12145     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12146     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12147     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12148     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12149     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12150   layout:
12151     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12152     layout: "plot-throughput"
12153
12154 - type: "plot"
12155   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12156   algorithm: "plot_perf_box_name"
12157   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12158   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12159   include:
12160     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12161     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12162     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12163     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12164     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12165   layout:
12166     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12167     layout: "plot-throughput"
12168
12169 - type: "plot"
12170   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12171   algorithm: "plot_perf_box_name"
12172   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12173   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12174   include:
12175     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12176     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12177     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12178     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12179     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12180   layout:
12181     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12182     layout: "plot-throughput"
12183
12184 - type: "plot"
12185   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12186   algorithm: "plot_perf_box_name"
12187   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12188   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12189   include:
12190     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12191     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12192     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12193     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12194     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12195   layout:
12196     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12197     layout: "plot-throughput"
12198
12199 - type: "plot"
12200   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12201   algorithm: "plot_perf_box_name"
12202   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12203   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12204   include:
12205     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12206     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12207     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12208   layout:
12209     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12210     layout: "plot-throughput"
12211
12212 - type: "plot"
12213   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12214   algorithm: "plot_perf_box_name"
12215   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12216   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12217   include:
12218     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12219     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12220     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12221   layout:
12222     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12223     layout: "plot-throughput"
12224
12225 - type: "plot"
12226   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12227   algorithm: "plot_perf_box_name"
12228   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12229   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12230   include:
12231     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12232     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12233     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12234   layout:
12235     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12236     layout: "plot-throughput"
12237
12238 - type: "plot"
12239   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12240   algorithm: "plot_perf_box_name"
12241   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12243   include:
12244     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12245     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12246     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12247   layout:
12248     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12249     layout: "plot-throughput"
12250
12251 - type: "plot"
12252   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12253   algorithm: "plot_perf_box_name"
12254   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12255   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12256   include:
12257     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12258     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12259     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12260     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12261     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12262   layout:
12263     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12264     layout: "plot-throughput"
12265
12266 - type: "plot"
12267   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12268   algorithm: "plot_perf_box_name"
12269   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12270   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12271   include:
12272     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12273     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12274     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12275     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12276     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12277   layout:
12278     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12279     layout: "plot-throughput"
12280
12281 - type: "plot"
12282   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12283   algorithm: "plot_perf_box_name"
12284   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12285   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12286   include:
12287     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12288     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12289     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12290     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12291     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12292   layout:
12293     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12294     layout: "plot-throughput"
12295
12296 - type: "plot"
12297   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12298   algorithm: "plot_perf_box_name"
12299   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12300   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12301   include:
12302     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12303     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12304     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12305     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12306     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12307   layout:
12308     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12309     layout: "plot-throughput"
12310
12311 - type: "plot"
12312   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12313   algorithm: "plot_perf_box_name"
12314   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12315   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12316   include:
12317     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12318     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12319     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12320     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12321     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12322   layout:
12323     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12324     layout: "plot-throughput"
12325
12326 - type: "plot"
12327   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12328   algorithm: "plot_perf_box_name"
12329   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12330   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12331   include:
12332     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12333     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12334     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12335     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12336     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12337   layout:
12338     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12339     layout: "plot-throughput"
12340
12341 - type: "plot"
12342   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12343   algorithm: "plot_perf_box_name"
12344   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12345   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12346   include:
12347     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12348     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12349     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12350     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12351     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12352   layout:
12353     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12354     layout: "plot-throughput"
12355
12356 - type: "plot"
12357   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12358   algorithm: "plot_perf_box_name"
12359   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12360   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12361   include:
12362     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12363     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12364     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12365     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12366     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12367   layout:
12368     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12369     layout: "plot-throughput"
12370
12371 - type: "plot"
12372   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12373   algorithm: "plot_perf_box_name"
12374   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12375   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12376   include:
12377     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12378     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12379     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12380     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12381     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12382   layout:
12383     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12384     layout: "plot-throughput"
12385
12386 - type: "plot"
12387   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12388   algorithm: "plot_perf_box_name"
12389   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12390   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12391   include:
12392     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12393     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12394     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12395     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12396     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12397   layout:
12398     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12399     layout: "plot-throughput"
12400
12401 - type: "plot"
12402   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12403   algorithm: "plot_perf_box_name"
12404   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12405   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12406   include:
12407     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12408     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12409     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12410     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12411     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12412     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12413   layout:
12414     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12415     layout: "plot-throughput"
12416
12417 - type: "plot"
12418   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12419   algorithm: "plot_perf_box_name"
12420   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12421   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12422   include:
12423     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12424     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12425     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12426     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12427     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12428     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12429   layout:
12430     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12431     layout: "plot-throughput"
12432
12433 - type: "plot"
12434   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12435   algorithm: "plot_perf_box_name"
12436   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12437   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12438   include:
12439     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12440     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12441     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12442     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12443   layout:
12444     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12445     layout: "plot-throughput"
12446
12447 - type: "plot"
12448   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12449   algorithm: "plot_perf_box_name"
12450   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12451   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12452   include:
12453     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12454     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12455     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12456     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12457   layout:
12458     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12459     layout: "plot-throughput"
12460
12461 - type: "plot"
12462   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12463   algorithm: "plot_perf_box_name"
12464   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12465   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12466   include:
12467     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12468     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12469     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12470     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12471     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12472     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12473   layout:
12474     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12475     layout: "plot-throughput"
12476
12477 - type: "plot"
12478   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12479   algorithm: "plot_perf_box_name"
12480   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12481   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12482   include:
12483     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12484     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12485     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12486     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12487     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12488     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12489   layout:
12490     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12491     layout: "plot-throughput"
12492
12493 - type: "plot"
12494   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12495   algorithm: "plot_perf_box_name"
12496   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12497   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12498   include:
12499     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12500     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12501     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12502     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12503     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12504     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12505   layout:
12506     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12507     layout: "plot-throughput"
12508
12509 - type: "plot"
12510   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12511   algorithm: "plot_perf_box_name"
12512   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12513   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12514   include:
12515     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12516     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12517     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12518     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12519     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12520     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12521   layout:
12522     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12523     layout: "plot-throughput"
12524
12525 - type: "plot"
12526   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12527   algorithm: "plot_perf_box_name"
12528   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12529   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12530   include:
12531     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12532     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12533     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12534     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12535     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12536     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12537   layout:
12538     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12539     layout: "plot-throughput"
12540
12541 - type: "plot"
12542   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12543   algorithm: "plot_perf_box_name"
12544   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12545   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12546   include:
12547     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12548     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12549     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12550     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12551     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12552     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12553   layout:
12554     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12555     layout: "plot-throughput"
12556
12557 - type: "plot"
12558   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12559   algorithm: "plot_perf_box_name"
12560   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12561   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12562   include:
12563     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12564     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12565     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12566     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12567     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12568     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12569   layout:
12570     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12571     layout: "plot-throughput"
12572
12573 - type: "plot"
12574   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12575   algorithm: "plot_perf_box_name"
12576   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12577   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12578   include:
12579     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12580     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12581     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12582     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12583     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12584     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12585   layout:
12586     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12587     layout: "plot-throughput"
12588
12589 - type: "plot"
12590   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12591   algorithm: "plot_perf_box_name"
12592   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12593   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12594   include:
12595     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12596     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12597     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12598     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12599     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12600     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12601   layout:
12602     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12603     layout: "plot-throughput"
12604
12605 - type: "plot"
12606   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12607   algorithm: "plot_perf_box_name"
12608   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12609   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12610   include:
12611     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12612     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12613     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12614     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12615     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12616     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12617   layout:
12618     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12619     layout: "plot-throughput"
12620
12621 - type: "plot"
12622   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12623   algorithm: "plot_perf_box_name"
12624   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12625   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12626   include:
12627     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12628     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12629     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12630     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12631     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12632     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12633   layout:
12634     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12635     layout: "plot-throughput"
12636
12637 - type: "plot"
12638   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12639   algorithm: "plot_perf_box_name"
12640   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12641   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12642   include:
12643     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12644     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12645     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12646     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12647     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12648     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12649   layout:
12650     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12651     layout: "plot-throughput"
12652
12653 - type: "plot"
12654   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12655   algorithm: "plot_perf_box_name"
12656   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12657   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12658   include:
12659     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12660     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12661     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12662     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12664     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12665   layout:
12666     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12667     layout: "plot-throughput"
12668
12669 - type: "plot"
12670   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12671   algorithm: "plot_perf_box_name"
12672   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12673   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12674   include:
12675     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12676     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12677     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12678     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12679     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12680     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12681   layout:
12682     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12683     layout: "plot-throughput"
12684
12685 - type: "plot"
12686   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12687   algorithm: "plot_perf_box_name"
12688   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12689   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12690   include:
12691     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12692     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12693     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12694     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12695     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12696     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12697   layout:
12698     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12699     layout: "plot-throughput"
12700
12701 - type: "plot"
12702   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12703   algorithm: "plot_perf_box_name"
12704   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12705   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12706   include:
12707     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12708     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12713   layout:
12714     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12715     layout: "plot-throughput"
12716
12717 - type: "plot"
12718   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12719   algorithm: "plot_perf_box_name"
12720   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12721   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12722   include:
12723     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12724     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12725     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12727   layout:
12728     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12729     layout: "plot-throughput"
12730
12731 - type: "plot"
12732   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12733   algorithm: "plot_perf_box_name"
12734   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12735   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12736   include:
12737     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12738     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12740     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12741   layout:
12742     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12743     layout: "plot-throughput"
12744
12745 - type: "plot"
12746   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12747   algorithm: "plot_perf_box_name"
12748   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12749   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12750   include:
12751     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12752     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12753     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12754     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12755   layout:
12756     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12757     layout: "plot-throughput"
12758
12759 - type: "plot"
12760   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12761   algorithm: "plot_perf_box_name"
12762   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12763   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12764   include:
12765     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12766     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12767     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12768     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12769   layout:
12770     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12771     layout: "plot-throughput"
12772
12773 - type: "plot"
12774   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12775   algorithm: "plot_perf_box_name"
12776   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12777   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12778   include:
12779     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12780     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12781     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12782     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12783     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12784     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12785   layout:
12786     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12787     layout: "plot-throughput"
12788
12789 - type: "plot"
12790   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12791   algorithm: "plot_perf_box_name"
12792   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12793   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12794   include:
12795     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12796     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12797     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12798     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12799     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12800     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12801   layout:
12802     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12803     layout: "plot-throughput"
12804
12805 - type: "plot"
12806   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12807   algorithm: "plot_perf_box_name"
12808   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12809   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12810   include:
12811     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12812     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12813     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12814     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12815     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12816   layout:
12817     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12818     layout: "plot-throughput"
12819
12820 - type: "plot"
12821   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12822   algorithm: "plot_perf_box_name"
12823   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12824   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12825   include:
12826     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12827     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12828     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12829     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12830     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12831   layout:
12832     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12833     layout: "plot-throughput"
12834
12835 - type: "plot"
12836   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12837   algorithm: "plot_perf_box_name"
12838   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12839   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12840   include:
12841     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12842     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12843     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12844     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12845     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12846   layout:
12847     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12848     layout: "plot-throughput"
12849
12850 - type: "plot"
12851   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12852   algorithm: "plot_perf_box_name"
12853   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12854   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12855   include:
12856     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12857     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12858     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12859     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12860     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12861   layout:
12862     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12863     layout: "plot-throughput"
12864
12865 - type: "plot"
12866   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12867   algorithm: "plot_perf_box_name"
12868   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12869   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12870   include:
12871     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12872     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12873     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12874     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12875   layout:
12876     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12877     layout: "plot-throughput"
12878
12879 - type: "plot"
12880   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12881   algorithm: "plot_perf_box_name"
12882   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12883   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12884   include:
12885     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12886     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12887     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12888     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12889   layout:
12890     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12891     layout: "plot-throughput"
12892
12893 - type: "plot"
12894   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12895   algorithm: "plot_perf_box_name"
12896   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12897   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12898   include:
12899     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12900     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12901     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12902     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12903     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12904     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12905   layout:
12906     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12907     layout: "plot-throughput"
12908
12909 - type: "plot"
12910   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12911   algorithm: "plot_perf_box_name"
12912   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12913   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12914   include:
12915     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12916     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12917     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12918     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12919     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12920     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12921   layout:
12922     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12923     layout: "plot-throughput"
12924
12925 - type: "plot"
12926   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12927   algorithm: "plot_perf_box_name"
12928   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12929   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12930   include:
12931     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12932     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12933     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12934     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12935     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12936     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12937   layout:
12938     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12939     layout: "plot-throughput"
12940
12941 - type: "plot"
12942   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12943   algorithm: "plot_perf_box_name"
12944   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12945   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12946   include:
12947     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12948     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12949     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12950     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12951     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12952     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12953   layout:
12954     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12955     layout: "plot-throughput"
12956
12957 - type: "plot"
12958   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12959   algorithm: "plot_perf_box_name"
12960   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12961   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12962   include:
12963     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12964     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12965     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12966     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12967     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12968     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12969   layout:
12970     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12971     layout: "plot-throughput"
12972
12973 - type: "plot"
12974   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12975   algorithm: "plot_perf_box_name"
12976   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12977   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12978   include:
12979     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12980     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12981     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12982     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12983     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12984     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12985   layout:
12986     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12987     layout: "plot-throughput"
12988
12989 - type: "plot"
12990   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12991   algorithm: "plot_perf_box_name"
12992   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12993   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12994   include:
12995     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12996     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12997     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12998     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12999     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13000     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13001   layout:
13002     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13003     layout: "plot-throughput"
13004
13005 - type: "plot"
13006   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13007   algorithm: "plot_perf_box_name"
13008   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13009   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13010   include:
13011     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13012     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13013     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13014     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13015     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13016     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13017   layout:
13018     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13019     layout: "plot-throughput"
13020
13021 - type: "plot"
13022   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13023   algorithm: "plot_perf_box_name"
13024   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13025   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13026   include:
13027     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13028     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13029     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13030     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13031   layout:
13032     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13033     layout: "plot-throughput"
13034
13035 - type: "plot"
13036   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13037   algorithm: "plot_perf_box_name"
13038   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13039   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13040   include:
13041     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13042     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13043     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13044     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13045   layout:
13046     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13047     layout: "plot-throughput"
13048
13049 - type: "plot"
13050   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13051   algorithm: "plot_perf_box_name"
13052   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13053   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13054   include:
13055     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13056     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13057     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13058     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13059     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13060     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13061   layout:
13062     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13063     layout: "plot-throughput"
13064
13065 - type: "plot"
13066   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13067   algorithm: "plot_perf_box_name"
13068   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13069   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13070   include:
13071     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13072     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13073     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13074     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13075     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13076     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13077   layout:
13078     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13079     layout: "plot-throughput"
13080
13081 - type: "plot"
13082   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13083   algorithm: "plot_perf_box_name"
13084   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13085   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13086   include:
13087     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13088     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13089     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13090     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13091     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13092     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13093   layout:
13094     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13095     layout: "plot-throughput"
13096
13097 - type: "plot"
13098   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13099   algorithm: "plot_perf_box_name"
13100   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13101   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13102   include:
13103     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13104     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13105     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13106     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13107     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13108     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13109   layout:
13110     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13111     layout: "plot-throughput"
13112
13113 #- type: "plot"
13114 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13115 #  algorithm: "plot_perf_box_name"
13116 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13117 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13118 #  include:
13119 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13120 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13121 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13122 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13123 #  layout:
13124 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13125 #    layout: "plot-throughput"
13126 #
13127 #- type: "plot"
13128 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13129 #  algorithm: "plot_perf_box_name"
13130 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13131 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13132 #  include:
13133 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13134 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13135 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13136 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13137 #  layout:
13138 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13139 #    layout: "plot-throughput"
13140
13141 - type: "plot"
13142   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13143   algorithm: "plot_perf_box_name"
13144   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13145   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13146   include:
13147     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13148     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13149     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13150     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13151     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13152     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13153   layout:
13154     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13155     layout: "plot-throughput"
13156
13157 - type: "plot"
13158   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13159   algorithm: "plot_perf_box_name"
13160   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13161   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13162   include:
13163     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13164     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13165     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13166     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13167     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13168     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13169   layout:
13170     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13171     layout: "plot-throughput"
13172
13173 #- type: "plot"
13174 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13175 #  algorithm: "plot_perf_box_name"
13176 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13177 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13178 #  include:
13179 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13180 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13181 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13182 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13183 #  layout:
13184 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13185 #    layout: "plot-throughput"
13186 #
13187 #- type: "plot"
13188 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13189 #  algorithm: "plot_perf_box_name"
13190 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13191 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13192 #  include:
13193 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13194 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13195 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13196 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13197 #  layout:
13198 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13199 #    layout: "plot-throughput"
13200
13201 - type: "plot"
13202   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13203   algorithm: "plot_perf_box_name"
13204   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13205   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13206   include:
13207     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13208     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13209     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13210     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13211     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13212     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13213   layout:
13214     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13215     layout: "plot-throughput"
13216
13217 - type: "plot"
13218   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13219   algorithm: "plot_perf_box_name"
13220   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13221   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13222   include:
13223     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13224     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13225     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13226     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13227     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13228     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13229   layout:
13230     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13231     layout: "plot-throughput"
13232
13233 #- type: "plot"
13234 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13235 #  algorithm: "plot_perf_box_name"
13236 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13237 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13238 #  include:
13239 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13240 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13241 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13242 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13243 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13244 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13245 #  layout:
13246 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13247 #    layout: "plot-throughput"
13248 #
13249 #- type: "plot"
13250 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13251 #  algorithm: "plot_perf_box_name"
13252 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13253 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13254 #  include:
13255 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13256 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13257 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13258 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13259 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13260 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13261 #  layout:
13262 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13263 #    layout: "plot-throughput"
13264
13265 - type: "plot"
13266   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13267   algorithm: "plot_perf_box_name"
13268   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13269   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13270   include:
13271     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13272     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13273     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13274     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13275     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13276     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13277   layout:
13278     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13279     layout: "plot-throughput"
13280
13281 - type: "plot"
13282   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13283   algorithm: "plot_perf_box_name"
13284   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13285   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13286   include:
13287     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13288     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13289     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13290     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13291     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13292     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13293   layout:
13294     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13295     layout: "plot-throughput"
13296
13297 - type: "plot"
13298   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13299   algorithm: "plot_perf_box_name"
13300   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13301   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13302   include:
13303     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13304     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13305     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13306     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13307     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13308     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13309   layout:
13310     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13311     layout: "plot-throughput"
13312
13313 - type: "plot"
13314   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13315   algorithm: "plot_perf_box_name"
13316   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13317   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13318   include:
13319     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13320     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13321     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13322     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13323     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13324     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13325   layout:
13326     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13327     layout: "plot-throughput"
13328
13329 - type: "plot"
13330   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13331   algorithm: "plot_perf_box_name"
13332   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13333   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13334   include:
13335     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13336     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13337     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13338     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13339     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13340     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13341   layout:
13342     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13343     layout: "plot-throughput"
13344
13345 - type: "plot"
13346   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13347   algorithm: "plot_perf_box_name"
13348   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13349   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13350   include:
13351     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13352     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13353     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13354     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13355     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13356     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13357   layout:
13358     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13359     layout: "plot-throughput"
13360
13361 - type: "plot"
13362   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13363   algorithm: "plot_perf_box_name"
13364   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13365   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13366   include:
13367     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13368     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13369     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13370     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13371     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13372     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13373   layout:
13374     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13375     layout: "plot-throughput"
13376
13377 - type: "plot"
13378   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13379   algorithm: "plot_perf_box_name"
13380   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13381   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13382   include:
13383     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13384     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13385     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13386     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13387     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13388     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13389   layout:
13390     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13391     layout: "plot-throughput"
13392
13393 #- type: "plot"
13394 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13395 #  algorithm: "plot_perf_box_name"
13396 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13397 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13398 #  include:
13399 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13400 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13401 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13402 #  layout:
13403 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13404 #    layout: "plot-throughput"
13405 #
13406 #- type: "plot"
13407 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13408 #  algorithm: "plot_perf_box_name"
13409 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13410 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13411 #  include:
13412 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13413 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13414 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13415 #  layout:
13416 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13417 #    layout: "plot-throughput"
13418
13419 - type: "plot"
13420   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13421   algorithm: "plot_perf_box_name"
13422   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13423   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13424   include:
13425     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13429     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13430   layout:
13431     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13432     layout: "plot-throughput"
13433
13434 - type: "plot"
13435   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13436   algorithm: "plot_perf_box_name"
13437   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13438   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13439   include:
13440     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13445   layout:
13446     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13447     layout: "plot-throughput"
13448
13449 - type: "plot"
13450   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13451   algorithm: "plot_perf_box_name"
13452   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13453   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13454   include:
13455     - "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"
13456     - "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"
13457     - "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"
13458     - "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"
13459     - "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"
13460   layout:
13461     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13462     layout: "plot-throughput"
13463
13464 - type: "plot"
13465   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13466   algorithm: "plot_perf_box_name"
13467   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13468   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13469   include:
13470     - "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"
13471     - "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"
13472     - "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"
13473     - "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"
13474     - "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"
13475   layout:
13476     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13477     layout: "plot-throughput"
13478
13479 - type: "plot"
13480   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13481   algorithm: "plot_perf_box_name"
13482   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13483   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13484   include:
13485     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13486     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13487     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13488     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13489     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13490   layout:
13491     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13492     layout: "plot-throughput"
13493
13494 - type: "plot"
13495   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13496   algorithm: "plot_perf_box_name"
13497   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13498   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13499   include:
13500     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13501     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13502     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13503     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13504     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13505   layout:
13506     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13507     layout: "plot-throughput"
13508
13509 - type: "plot"
13510   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13511   algorithm: "plot_perf_box_name"
13512   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13513   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13514   include:
13515     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13516     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13517     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13518     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13519     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13520   layout:
13521     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13522     layout: "plot-throughput"
13523
13524 - type: "plot"
13525   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13526   algorithm: "plot_perf_box_name"
13527   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13528   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13529   include:
13530     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13531     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13532     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13533     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13534     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13535   layout:
13536     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13537     layout: "plot-throughput"
13538
13539 - type: "plot"
13540   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13541   algorithm: "plot_perf_box_name"
13542   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13543   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13544   include:
13545     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13546     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13547     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13548     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13549     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13550   layout:
13551     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13552     layout: "plot-throughput"
13553
13554 - type: "plot"
13555   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13556   algorithm: "plot_perf_box_name"
13557   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13558   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13559   include:
13560     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13561     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13562     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13563     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13564     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13565   layout:
13566     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13567     layout: "plot-throughput"
13568
13569 - type: "plot"
13570   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13571   algorithm: "plot_perf_box_name"
13572   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13573   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13574   include:
13575     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13576     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13577     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13578     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13579     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13580   layout:
13581     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13582     layout: "plot-throughput"
13583
13584 - type: "plot"
13585   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13586   algorithm: "plot_perf_box_name"
13587   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13588   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13589   include:
13590     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13591     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13592     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13593     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13594     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13595   layout:
13596     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13597     layout: "plot-throughput"
13598
13599 - type: "plot"
13600   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13601   algorithm: "plot_perf_box_name"
13602   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13603   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13604   include:
13605     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13606     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13607     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13608     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13609   layout:
13610     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13611     layout: "plot-throughput"
13612
13613 - type: "plot"
13614   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13615   algorithm: "plot_perf_box_name"
13616   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13617   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13618   include:
13619     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13620     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13621     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13622     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13623   layout:
13624     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13625     layout: "plot-throughput"
13626
13627 - type: "plot"
13628   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13629   algorithm: "plot_perf_box_name"
13630   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13631   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13632   include:
13633     - "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"
13634     - "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"
13635     - "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"
13636     - "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"
13637   layout:
13638     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13639     layout: "plot-throughput"
13640
13641 - type: "plot"
13642   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13643   algorithm: "plot_perf_box_name"
13644   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13645   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13646   include:
13647     - "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"
13648     - "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"
13649     - "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"
13650     - "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"
13651   layout:
13652     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13653     layout: "plot-throughput"
13654
13655 - type: "plot"
13656   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13657   algorithm: "plot_perf_box_name"
13658   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13659   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13660   include:
13661     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13662     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13663     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13664     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13665     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13666     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13667   layout:
13668     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13669     layout: "plot-throughput"
13670
13671 - type: "plot"
13672   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13673   algorithm: "plot_perf_box_name"
13674   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13675   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13676   include:
13677     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13678     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13679     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13680     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13681     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13682     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13683   layout:
13684     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13685     layout: "plot-throughput"
13686
13687 - type: "plot"
13688   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13689   algorithm: "plot_perf_box_name"
13690   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13691   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13692   include:
13693     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13694     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13695     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13696     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13697     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13698     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13699   layout:
13700     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13701     layout: "plot-throughput"
13702
13703 - type: "plot"
13704   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13705   algorithm: "plot_perf_box_name"
13706   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13707   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13708   include:
13709     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13710     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13711     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13712     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13713     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13714     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13715   layout:
13716     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13717     layout: "plot-throughput"
13718
13719 - type: "plot"
13720   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13721   algorithm: "plot_perf_box_name"
13722   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13723   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13724   include:
13725     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13726     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13727     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13728     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13729     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13730     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13731   layout:
13732     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13733     layout: "plot-throughput"
13734
13735 - type: "plot"
13736   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13737   algorithm: "plot_perf_box_name"
13738   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13739   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13740   include:
13741     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13742     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13743     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13744     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13745     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13746     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13747   layout:
13748     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13749     layout: "plot-throughput"
13750
13751 - type: "plot"
13752   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13753   algorithm: "plot_perf_box_name"
13754   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13755   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13756   include:
13757     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13758     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13759     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13760     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13761     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13762   layout:
13763     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13764     layout: "plot-throughput"
13765
13766 - type: "plot"
13767   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13768   algorithm: "plot_perf_box_name"
13769   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13770   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13771   include:
13772     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13773     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13774     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13775     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13776     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13777   layout:
13778     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13779     layout: "plot-throughput"
13780
13781 - type: "plot"
13782   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13783   algorithm: "plot_perf_box_name"
13784   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13785   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13786   include:
13787     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13788     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13789   layout:
13790     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13791     layout: "plot-throughput"
13792
13793 - type: "plot"
13794   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13795   algorithm: "plot_perf_box_name"
13796   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13797   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13798   include:
13799     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13800     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13801   layout:
13802     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13803     layout: "plot-throughput"
13804
13805 - type: "plot"
13806   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13807   algorithm: "plot_perf_box_name"
13808   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13809   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13810   include:
13811     - "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"
13812     - "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"
13813   layout:
13814     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13815     layout: "plot-throughput"
13816
13817 - type: "plot"
13818   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13819   algorithm: "plot_perf_box_name"
13820   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13821   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13822   include:
13823     - "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"
13824     - "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"
13825   layout:
13826     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13827     layout: "plot-throughput"
13828
13829 - type: "plot"
13830   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13831   algorithm: "plot_perf_box_name"
13832   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13833   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13834   include:
13835     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13836     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13837   layout:
13838     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13839     layout: "plot-throughput"
13840
13841 - type: "plot"
13842   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13843   algorithm: "plot_perf_box_name"
13844   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13845   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13846   include:
13847     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13848     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13849   layout:
13850     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13851     layout: "plot-throughput"
13852
13853 - type: "plot"
13854   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13855   algorithm: "plot_perf_box_name"
13856   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13857   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13858   include:
13859     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13860     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13861   layout:
13862     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13863     layout: "plot-throughput"
13864
13865 - type: "plot"
13866   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13867   algorithm: "plot_perf_box_name"
13868   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13869   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13870   include:
13871     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13872     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13873   layout:
13874     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13875     layout: "plot-throughput"
13876
13877 - type: "plot"
13878   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13879   algorithm: "plot_perf_box_name"
13880   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13881   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13882   include:
13883     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13884     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13885     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13886     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13887     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13888     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13889   layout:
13890     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13891     layout: "plot-throughput"
13892
13893 - type: "plot"
13894   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13895   algorithm: "plot_perf_box_name"
13896   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13897   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13898   include:
13899     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13900     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13901     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13902     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13903     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13904     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13905   layout:
13906     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13907     layout: "plot-throughput"
13908
13909 - type: "plot"
13910   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13911   algorithm: "plot_perf_box_name"
13912   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13913   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13914   include:
13915     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13916     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13917     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13918     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13919     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13920     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13921   layout:
13922     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13923     layout: "plot-throughput"
13924
13925 - type: "plot"
13926   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13927   algorithm: "plot_perf_box_name"
13928   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13929   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13930   include:
13931     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13932     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13933     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13934     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13935     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13936     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13937   layout:
13938     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13939     layout: "plot-throughput"
13940
13941 #- type: "plot"
13942 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13943 #  algorithm: "plot_perf_box_name"
13944 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13945 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13946 #  include:
13947 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13948 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13949 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13950 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13951 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13952 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13953 #  layout:
13954 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13955 #    layout: "plot-throughput"
13956 #
13957 #- type: "plot"
13958 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13959 #  algorithm: "plot_perf_box_name"
13960 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13961 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13962 #  include:
13963 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13964 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13965 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13966 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13967 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13968 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13969 #  layout:
13970 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13971 #    layout: "plot-throughput"
13972
13973 - type: "plot"
13974   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13975   algorithm: "plot_perf_box_name"
13976   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13977   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13978   include:
13979     - "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"
13980     - "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"
13981     - "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"
13982     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13983     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13984     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13985   layout:
13986     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13987     layout: "plot-throughput"
13988
13989 - type: "plot"
13990   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13991   algorithm: "plot_perf_box_name"
13992   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13993   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13994   include:
13995     - "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"
13996     - "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"
13997     - "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"
13998     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13999     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14000     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14001   layout:
14002     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14003     layout: "plot-throughput"
14004
14005 ################################################################################
14006
14007 # Packet Speedup
14008
14009 - type: "plot"
14010   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14011   algorithm: "plot_tsa_name"
14012   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14013   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14014   include:
14015     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14016     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14017     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14018     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14019   layout:
14020     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14021     layout: "plot-throughput-speedup-analysis"
14022
14023 - type: "plot"
14024   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14025   algorithm: "plot_tsa_name"
14026   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14027   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14028   include:
14029     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14030     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14031     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14032     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14033   layout:
14034     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14035     layout: "plot-throughput-speedup-analysis"
14036
14037 - type: "plot"
14038   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14039   algorithm: "plot_tsa_name"
14040   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14041   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14042   include:
14043     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14044     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14045     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14046     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14047   layout:
14048     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14049     layout: "plot-throughput-speedup-analysis"
14050
14051 - type: "plot"
14052   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14053   algorithm: "plot_tsa_name"
14054   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14055   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14056   include:
14057     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14058     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14059     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14060     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14061   layout:
14062     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14063     layout: "plot-throughput-speedup-analysis"
14064
14065 - type: "plot"
14066   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14067   algorithm: "plot_tsa_name"
14068   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14069   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14070   include:
14071     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14072     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14073     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14074     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14075     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14076   layout:
14077     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14078     layout: "plot-throughput-speedup-analysis"
14079
14080 - type: "plot"
14081   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14082   algorithm: "plot_tsa_name"
14083   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14084   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14085   include:
14086     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14087     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14088     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14089     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14090     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14091   layout:
14092     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14093     layout: "plot-throughput-speedup-analysis"
14094
14095 - type: "plot"
14096   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14097   algorithm: "plot_tsa_name"
14098   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14099   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14100   include:
14101     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14102     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14103     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14104     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14105     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14106   layout:
14107     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14108     layout: "plot-throughput-speedup-analysis"
14109
14110 - type: "plot"
14111   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14112   algorithm: "plot_tsa_name"
14113   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14114   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14115   include:
14116     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14117     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14118     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14119     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14120     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14121   layout:
14122     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14123     layout: "plot-throughput-speedup-analysis"
14124
14125 - type: "plot"
14126   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14127   algorithm: "plot_tsa_name"
14128   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14129   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14130   include:
14131     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14132     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14133     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14134     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14135     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14136     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14137   layout:
14138     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14139     layout: "plot-throughput-speedup-analysis"
14140
14141 - type: "plot"
14142   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14143   algorithm: "plot_tsa_name"
14144   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14145   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14146   include:
14147     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14148     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14149     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14150     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14151     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14152     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14153   layout:
14154     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14155     layout: "plot-throughput-speedup-analysis"
14156
14157 - type: "plot"
14158   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14159   algorithm: "plot_tsa_name"
14160   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14161   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14162   include:
14163     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14164     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14165     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14166     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14167     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14168   layout:
14169     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14170     layout: "plot-throughput-speedup-analysis"
14171
14172 - type: "plot"
14173   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14174   algorithm: "plot_tsa_name"
14175   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14176   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14177   include:
14178     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14179     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14180     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14181     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14183   layout:
14184     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14185     layout: "plot-throughput-speedup-analysis"
14186
14187 - type: "plot"
14188   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14189   algorithm: "plot_tsa_name"
14190   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14191   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14192   include:
14193     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14194     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14195     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14196   layout:
14197     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14198     layout: "plot-throughput-speedup-analysis"
14199
14200 - type: "plot"
14201   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14202   algorithm: "plot_tsa_name"
14203   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14204   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14205   include:
14206     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14208     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14209   layout:
14210     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14211     layout: "plot-throughput-speedup-analysis"
14212
14213 - type: "plot"
14214   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14215   algorithm: "plot_tsa_name"
14216   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14217   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14218   include:
14219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14221     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14222     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14223     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14224   layout:
14225     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14226     layout: "plot-throughput-speedup-analysis"
14227
14228 - type: "plot"
14229   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14230   algorithm: "plot_tsa_name"
14231   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14232   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14233   include:
14234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14235     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14236     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14237     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14239   layout:
14240     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14241     layout: "plot-throughput-speedup-analysis"
14242
14243 - type: "plot"
14244   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14245   algorithm: "plot_tsa_name"
14246   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14247   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14248   include:
14249     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14251     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14252   layout:
14253     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14254     layout: "plot-throughput-speedup-analysis"
14255
14256 - type: "plot"
14257   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14258   algorithm: "plot_tsa_name"
14259   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14260   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14261   include:
14262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14265   layout:
14266     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14267     layout: "plot-throughput-speedup-analysis"
14268
14269 - type: "plot"
14270   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14271   algorithm: "plot_tsa_name"
14272   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14273   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14274   include:
14275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14281   layout:
14282     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14283     layout: "plot-throughput-speedup-analysis"
14284
14285 - type: "plot"
14286   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14287   algorithm: "plot_tsa_name"
14288   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14289   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14290   include:
14291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14297   layout:
14298     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14299     layout: "plot-throughput-speedup-analysis"
14300
14301 - type: "plot"
14302   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14303   algorithm: "plot_tsa_name"
14304   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14305   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14306   include:
14307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14309     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14313   layout:
14314     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14315     layout: "plot-throughput-speedup-analysis"
14316
14317 - type: "plot"
14318   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14319   algorithm: "plot_tsa_name"
14320   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14321   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14322   include:
14323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14325     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14326     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14329   layout:
14330     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14331     layout: "plot-throughput-speedup-analysis"
14332
14333 - type: "plot"
14334   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14335   algorithm: "plot_tsa_name"
14336   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14337   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14338   include:
14339     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14340     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14341     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14342   layout:
14343     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14344     layout: "plot-throughput-speedup-analysis"
14345
14346 - type: "plot"
14347   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14348   algorithm: "plot_tsa_name"
14349   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14350   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14351   include:
14352     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14353     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14354     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14355   layout:
14356     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14357     layout: "plot-throughput-speedup-analysis"
14358
14359 - type: "plot"
14360   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14361   algorithm: "plot_tsa_name"
14362   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14363   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14364   include:
14365     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14366     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14367     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14368 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14369 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14370   layout:
14371     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14372     layout: "plot-throughput-speedup-analysis"
14373
14374 - type: "plot"
14375   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14376   algorithm: "plot_tsa_name"
14377   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14378   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14379   include:
14380     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14381     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14382     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14383 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14384 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14385   layout:
14386     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14387     layout: "plot-throughput-speedup-analysis"
14388
14389 - type: "plot"
14390   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14391   algorithm: "plot_tsa_name"
14392   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14393   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14394   include:
14395     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14396     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14397     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14398     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14399     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14400   layout:
14401     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14402     layout: "plot-throughput-speedup-analysis"
14403
14404 - type: "plot"
14405   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14406   algorithm: "plot_tsa_name"
14407   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14408   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14409   include:
14410     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14411     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14412     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14413     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14414     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14415   layout:
14416     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14417     layout: "plot-throughput-speedup-analysis"
14418
14419 - type: "plot"
14420   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14421   algorithm: "plot_tsa_name"
14422   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14423   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14424   include:
14425     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14426     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14427     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14428     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14429     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14430   layout:
14431     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14432     layout: "plot-throughput-speedup-analysis"
14433
14434 - type: "plot"
14435   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14436   algorithm: "plot_tsa_name"
14437   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14438   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14439   include:
14440     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14441     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14442     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14443     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14444     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14445   layout:
14446     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14447     layout: "plot-throughput-speedup-analysis"
14448
14449 - type: "plot"
14450   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14451   algorithm: "plot_tsa_name"
14452   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14453   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14454   include:
14455     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14456     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14457     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14458     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14459     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14460     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14461   layout:
14462     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14463     layout: "plot-throughput-speedup-analysis"
14464
14465 - type: "plot"
14466   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14467   algorithm: "plot_tsa_name"
14468   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14469   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14470   include:
14471     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14472     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14473     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14474     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14475     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14476     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14477   layout:
14478     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14479     layout: "plot-throughput-speedup-analysis"
14480
14481 - type: "plot"
14482   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14483   algorithm: "plot_tsa_name"
14484   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14485   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14486   include:
14487     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14488     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14489     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14490     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14491     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14492     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14493   layout:
14494     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14495     layout: "plot-throughput-speedup-analysis"
14496
14497 - type: "plot"
14498   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14499   algorithm: "plot_tsa_name"
14500   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14501   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14502   include:
14503     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14504     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14505     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14506     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14507     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14508     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14509   layout:
14510     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14511     layout: "plot-throughput-speedup-analysis"
14512
14513 - type: "plot"
14514   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14515   algorithm: "plot_tsa_name"
14516   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14517   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14518   include:
14519     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14520     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14521   layout:
14522     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14523     layout: "plot-throughput-speedup-analysis"
14524
14525 - type: "plot"
14526   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14527   algorithm: "plot_tsa_name"
14528   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14529   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14530   include:
14531     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14532     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14533   layout:
14534     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14535     layout: "plot-throughput-speedup-analysis"
14536
14537 - type: "plot"
14538   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14539   algorithm: "plot_tsa_name"
14540   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14541   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14542   include:
14543     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14544     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14545     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14546     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14547   layout:
14548     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14549     layout: "plot-throughput-speedup-analysis"
14550
14551 - type: "plot"
14552   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14553   algorithm: "plot_tsa_name"
14554   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14555   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14556   include:
14557     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14558     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14559     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14560     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14561   layout:
14562     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14563     layout: "plot-throughput-speedup-analysis"
14564
14565 - type: "plot"
14566   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14567   algorithm: "plot_tsa_name"
14568   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14569   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14570   include:
14571     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14572     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14573     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14574     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14575   layout:
14576     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14577     layout: "plot-throughput-speedup-analysis"
14578
14579 - type: "plot"
14580   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14581   algorithm: "plot_tsa_name"
14582   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14583   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14584   include:
14585     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14586     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14587     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14588     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14589   layout:
14590     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14591     layout: "plot-throughput-speedup-analysis"
14592
14593 - type: "plot"
14594   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14595   algorithm: "plot_tsa_name"
14596   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14597   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14598   include:
14599     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14600     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14601     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14602     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14603     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14604     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14605   layout:
14606     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14607     layout: "plot-throughput-speedup-analysis"
14608
14609 - type: "plot"
14610   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14611   algorithm: "plot_tsa_name"
14612   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14613   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14614   include:
14615     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14616     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14617     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14618     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14619     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14620     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14621   layout:
14622     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14623     layout: "plot-throughput-speedup-analysis"
14624
14625 - type: "plot"
14626   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14627   algorithm: "plot_tsa_name"
14628   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14629   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14630   include:
14631     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14632     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14633     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14634     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14635     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14636   layout:
14637     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14638     layout: "plot-throughput-speedup-analysis"
14639
14640 - type: "plot"
14641   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14642   algorithm: "plot_tsa_name"
14643   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14644   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14645   include:
14646     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14647     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14648     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14649     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14650     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14651   layout:
14652     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14653     layout: "plot-throughput-speedup-analysis"
14654
14655 - type: "plot"
14656   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14657   algorithm: "plot_tsa_name"
14658   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14659   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14660   include:
14661     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14662     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14663     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14664     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14665     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14666   layout:
14667     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14668     layout: "plot-throughput-speedup-analysis"
14669
14670 - type: "plot"
14671   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14672   algorithm: "plot_tsa_name"
14673   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14674   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14675   include:
14676     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14677     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14678     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14679     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14680     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14681   layout:
14682     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14683     layout: "plot-throughput-speedup-analysis"
14684
14685 - type: "plot"
14686   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14687   algorithm: "plot_tsa_name"
14688   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14689   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14690   include:
14691     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14692     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14693     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14694   layout:
14695     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14696     layout: "plot-throughput-speedup-analysis"
14697
14698 - type: "plot"
14699   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14700   algorithm: "plot_tsa_name"
14701   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14702   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14703   include:
14704     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14705     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14706     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14707   layout:
14708     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14709     layout: "plot-throughput-speedup-analysis"
14710
14711 - type: "plot"
14712   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14713   algorithm: "plot_tsa_name"
14714   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14715   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14716   include:
14717     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14718     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14719     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14720   layout:
14721     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14722     layout: "plot-throughput-speedup-analysis"
14723
14724 - type: "plot"
14725   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14726   algorithm: "plot_tsa_name"
14727   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14728   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14729   include:
14730     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14731     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14732     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14733   layout:
14734     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14735     layout: "plot-throughput-speedup-analysis"
14736
14737 - type: "plot"
14738   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14739   algorithm: "plot_tsa_name"
14740   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14741   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14742   include:
14743     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14744     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14745     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14746     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14747     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14748   layout:
14749     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14750     layout: "plot-throughput-speedup-analysis"
14751
14752 - type: "plot"
14753   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14754   algorithm: "plot_tsa_name"
14755   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14756   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14757   include:
14758     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14759     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14760     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14761     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14762     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14763   layout:
14764     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14765     layout: "plot-throughput-speedup-analysis"
14766
14767 - type: "plot"
14768   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14769   algorithm: "plot_tsa_name"
14770   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14771   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14772   include:
14773     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14774     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14775     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14776     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14777     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14778   layout:
14779     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14780     layout: "plot-throughput-speedup-analysis"
14781
14782 - type: "plot"
14783   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14784   algorithm: "plot_tsa_name"
14785   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14786   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14787   include:
14788     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14789     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14790     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14791     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14792     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14793   layout:
14794     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14795     layout: "plot-throughput-speedup-analysis"
14796
14797 - type: "plot"
14798   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14799   algorithm: "plot_tsa_name"
14800   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14801   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14802   include:
14803     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14804     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14805     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14806     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14807     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14808     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14809   layout:
14810     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14811     layout: "plot-throughput-speedup-analysis"
14812
14813 - type: "plot"
14814   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14815   algorithm: "plot_tsa_name"
14816   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14817   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14818   include:
14819     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14820     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14821     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14822     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14823     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14824     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14825   layout:
14826     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14827     layout: "plot-throughput-speedup-analysis"
14828
14829 - type: "plot"
14830   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14831   algorithm: "plot_tsa_name"
14832   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14833   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14834   include:
14835     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14836     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14837     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14838     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14839   layout:
14840     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14841     layout: "plot-throughput-speedup-analysis"
14842
14843 - type: "plot"
14844   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14845   algorithm: "plot_tsa_name"
14846   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14847   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14848   include:
14849     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14850     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14851     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14852     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14853   layout:
14854     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14855     layout: "plot-throughput-speedup-analysis"
14856
14857 - type: "plot"
14858   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14859   algorithm: "plot_tsa_name"
14860   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14861   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14862   include:
14863     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14864     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14865     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14866     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14867     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14868     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14869   layout:
14870     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14871     layout: "plot-throughput-speedup-analysis"
14872
14873 - type: "plot"
14874   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14875   algorithm: "plot_tsa_name"
14876   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14877   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14878   include:
14879     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14880     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14881     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14882     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14883     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14884     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14885   layout:
14886     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14887     layout: "plot-throughput-speedup-analysis"
14888
14889 - type: "plot"
14890   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14891   algorithm: "plot_tsa_name"
14892   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14893   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14894   include:
14895     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14896     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14897     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14898     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14899     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14900     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14901   layout:
14902     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14903     layout: "plot-throughput-speedup-analysis"
14904
14905 - type: "plot"
14906   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14907   algorithm: "plot_tsa_name"
14908   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14909   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14910   include:
14911     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14912     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14913     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14914     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14915     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14916     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14917   layout:
14918     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14919     layout: "plot-throughput-speedup-analysis"
14920
14921 - type: "plot"
14922   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14923   algorithm: "plot_tsa_name"
14924   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14925   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14926   include:
14927     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14928     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14929     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14930     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14931     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14932     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14933   layout:
14934     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14935     layout: "plot-throughput-speedup-analysis"
14936
14937 - type: "plot"
14938   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14939   algorithm: "plot_tsa_name"
14940   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14941   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14942   include:
14943     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14944     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14945     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14946     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14947     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14948     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14949   layout:
14950     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14951     layout: "plot-throughput-speedup-analysis"
14952
14953 - type: "plot"
14954   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14955   algorithm: "plot_tsa_name"
14956   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14957   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14958   include:
14959     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14960     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14961     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14962     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14963     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14964     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14965   layout:
14966     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14967     layout: "plot-throughput-speedup-analysis"
14968
14969 - type: "plot"
14970   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14971   algorithm: "plot_tsa_name"
14972   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14973   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14974   include:
14975     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14976     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14977     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14978     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14979     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14980     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14981   layout:
14982     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14983     layout: "plot-throughput-speedup-analysis"
14984
14985 - type: "plot"
14986   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14987   algorithm: "plot_tsa_name"
14988   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14989   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14990   include:
14991     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14992     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14993     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14994     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14995     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14996     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14997   layout:
14998     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14999     layout: "plot-throughput-speedup-analysis"
15000
15001 - type: "plot"
15002   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15003   algorithm: "plot_tsa_name"
15004   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15005   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15006   include:
15007     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15008     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15009     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15010     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15011     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15012     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15013   layout:
15014     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15015     layout: "plot-throughput-speedup-analysis"
15016
15017 - type: "plot"
15018   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15019   algorithm: "plot_tsa_name"
15020   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15021   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15022   include:
15023     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15024     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15025     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15026     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15027   layout:
15028     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15029     layout: "plot-throughput-speedup-analysis"
15030
15031 - type: "plot"
15032   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15033   algorithm: "plot_tsa_name"
15034   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15035   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15036   include:
15037     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15038     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15039     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15040     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15041   layout:
15042     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15043     layout: "plot-throughput-speedup-analysis"
15044
15045 - type: "plot"
15046   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15047   algorithm: "plot_tsa_name"
15048   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15049   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15050   include:
15051     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15055   layout:
15056     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15057     layout: "plot-throughput-speedup-analysis"
15058
15059 - type: "plot"
15060   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15061   algorithm: "plot_tsa_name"
15062   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15063   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15064   include:
15065     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15066     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15067     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15069   layout:
15070     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15071     layout: "plot-throughput-speedup-analysis"
15072
15073 - type: "plot"
15074   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15075   algorithm: "plot_tsa_name"
15076   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15077   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15078   include:
15079     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15080     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15081     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15082     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15083     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15084     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15085   layout:
15086     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15087     layout: "plot-throughput-speedup-analysis"
15088
15089 - type: "plot"
15090   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15091   algorithm: "plot_tsa_name"
15092   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15093   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15094   include:
15095     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15096     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15097     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15098     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15099     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15100     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15101   layout:
15102     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15103     layout: "plot-throughput-speedup-analysis"
15104
15105 - type: "plot"
15106   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15107   algorithm: "plot_tsa_name"
15108   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15109   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15110   include:
15111     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15112     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15113     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15114     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15115     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15116   layout:
15117     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15118     layout: "plot-throughput-speedup-analysis"
15119
15120 - type: "plot"
15121   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15122   algorithm: "plot_tsa_name"
15123   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15124   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15125   include:
15126     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15127     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15128     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15129     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15130     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15131   layout:
15132     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15133     layout: "plot-throughput-speedup-analysis"
15134
15135 - type: "plot"
15136   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15137   algorithm: "plot_tsa_name"
15138   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15139   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15140   include:
15141     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15142     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15143     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15144     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15145     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15146   layout:
15147     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15148     layout: "plot-throughput-speedup-analysis"
15149
15150 - type: "plot"
15151   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15152   algorithm: "plot_tsa_name"
15153   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15154   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15155   include:
15156     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15157     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15158     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15159     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15160     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15161   layout:
15162     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15163     layout: "plot-throughput-speedup-analysis"
15164
15165 - type: "plot"
15166   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15167   algorithm: "plot_tsa_name"
15168   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15169   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15170   include:
15171     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15172     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15173     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15174     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15175   layout:
15176     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15177     layout: "plot-throughput-speedup-analysis"
15178
15179 - type: "plot"
15180   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15181   algorithm: "plot_tsa_name"
15182   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15183   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15184   include:
15185     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15186     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15187     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15188     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15189   layout:
15190     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15191     layout: "plot-throughput-speedup-analysis"
15192
15193 - type: "plot"
15194   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15195   algorithm: "plot_tsa_name"
15196   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15197   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15198   include:
15199     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15200     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15201     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15202     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15203     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15204     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15205   layout:
15206     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15207     layout: "plot-throughput-speedup-analysis"
15208
15209 - type: "plot"
15210   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15211   algorithm: "plot_tsa_name"
15212   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15213   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15214   include:
15215     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15216     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15217     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15218     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15219     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15220     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15221   layout:
15222     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15223     layout: "plot-throughput-speedup-analysis"
15224
15225 - type: "plot"
15226   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15227   algorithm: "plot_tsa_name"
15228   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15229   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15230   include:
15231     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15232     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15233     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15234     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15235     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15236     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15237   layout:
15238     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15239     layout: "plot-throughput-speedup-analysis"
15240
15241 - type: "plot"
15242   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15243   algorithm: "plot_tsa_name"
15244   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15245   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15246   include:
15247     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15248     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15249     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15250     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15251     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15252     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15253   layout:
15254     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15255     layout: "plot-throughput-speedup-analysis"
15256
15257 - type: "plot"
15258   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15259   algorithm: "plot_tsa_name"
15260   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15261   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15262   include:
15263     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15264     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15265     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15266     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15267     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15268     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15269   layout:
15270     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15271     layout: "plot-throughput-speedup-analysis"
15272
15273 - type: "plot"
15274   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15275   algorithm: "plot_tsa_name"
15276   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15277   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15278   include:
15279     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15280     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15281     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15282     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15283     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15284     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15285   layout:
15286     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15287     layout: "plot-throughput-speedup-analysis"
15288
15289 - type: "plot"
15290   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15291   algorithm: "plot_tsa_name"
15292   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15293   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15294   include:
15295     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15296     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15297     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15298     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15299     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15300     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15301   layout:
15302     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15303     layout: "plot-throughput-speedup-analysis"
15304
15305 - type: "plot"
15306   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15307   algorithm: "plot_tsa_name"
15308   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15309   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15310   include:
15311     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15312     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15313     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15314     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15315     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15316     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15317   layout:
15318     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15319     layout: "plot-throughput-speedup-analysis"
15320
15321 - type: "plot"
15322   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15323   algorithm: "plot_tsa_name"
15324   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15325   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15326   include:
15327     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15328     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15329     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15330     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15331     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15332     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15333   layout:
15334     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15335     layout: "plot-throughput-speedup-analysis"
15336
15337 - type: "plot"
15338   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15339   algorithm: "plot_tsa_name"
15340   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15341   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15342   include:
15343     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15344     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15345     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15346     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15347     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15348     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15349   layout:
15350     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15351     layout: "plot-throughput-speedup-analysis"
15352
15353 - type: "plot"
15354   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15355   algorithm: "plot_tsa_name"
15356   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15357   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15358   include:
15359     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15360     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15361     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15362     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15363     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15364   layout:
15365     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15366     layout: "plot-throughput-speedup-analysis"
15367
15368 - type: "plot"
15369   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15370   algorithm: "plot_tsa_name"
15371   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15372   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15373   include:
15374     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15375     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15376     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15377     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15378     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15379   layout:
15380     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15381     layout: "plot-throughput-speedup-analysis"
15382
15383 - type: "plot"
15384   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15385   algorithm: "plot_tsa_name"
15386   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15387   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15388   include:
15389     - "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"
15390     - "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"
15391     - "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"
15392     - "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"
15393     - "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"
15394   layout:
15395     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15396     layout: "plot-throughput-speedup-analysis"
15397
15398 - type: "plot"
15399   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15400   algorithm: "plot_tsa_name"
15401   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15402   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15403   include:
15404     - "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"
15405     - "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"
15406     - "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"
15407     - "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"
15408     - "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"
15409   layout:
15410     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15411     layout: "plot-throughput-speedup-analysis"
15412
15413 - type: "plot"
15414   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15415   algorithm: "plot_tsa_name"
15416   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15417   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15418   include:
15419     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15420     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15421     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15422     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15424   layout:
15425     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15426     layout: "plot-throughput-speedup-analysis"
15427
15428 - type: "plot"
15429   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15430   algorithm: "plot_tsa_name"
15431   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15432   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15433   include:
15434     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15436     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15437     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15439   layout:
15440     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15441     layout: "plot-throughput-speedup-analysis"
15442
15443 - type: "plot"
15444   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15445   algorithm: "plot_tsa_name"
15446   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15447   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15448   include:
15449     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15451     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15452     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15454   layout:
15455     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15456     layout: "plot-throughput-speedup-analysis"
15457
15458 - type: "plot"
15459   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15460   algorithm: "plot_tsa_name"
15461   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15462   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15463   include:
15464     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15465     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15466     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15467     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15468     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15469   layout:
15470     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15471     layout: "plot-throughput-speedup-analysis"
15472
15473 - type: "plot"
15474   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15475   algorithm: "plot_tsa_name"
15476   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15477   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15478   include:
15479     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15480     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15481     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15482     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15483     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15484   layout:
15485     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15486     layout: "plot-throughput-speedup-analysis"
15487
15488 - type: "plot"
15489   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15490   algorithm: "plot_tsa_name"
15491   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15492   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15493   include:
15494     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15495     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15496     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15497     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15498     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15499   layout:
15500     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15501     layout: "plot-throughput-speedup-analysis"
15502
15503 - type: "plot"
15504   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15505   algorithm: "plot_tsa_name"
15506   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15507   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15508   include:
15509     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15510     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15511     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15512     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15513     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15514   layout:
15515     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15516     layout: "plot-throughput-speedup-analysis"
15517
15518 - type: "plot"
15519   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15520   algorithm: "plot_tsa_name"
15521   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15522   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15523   include:
15524     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15525     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15526     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15527     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15528     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15529   layout:
15530     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15531     layout: "plot-throughput-speedup-analysis"
15532
15533 - type: "plot"
15534   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15535   algorithm: "plot_tsa_name"
15536   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15537   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15538   include:
15539     - "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"
15540     - "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"
15541     - "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"
15542     - "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"
15543   layout:
15544     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15545     layout: "plot-throughput-speedup-analysis"
15546
15547 - type: "plot"
15548   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15549   algorithm: "plot_tsa_name"
15550   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15551   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15552   include:
15553     - "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"
15554     - "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"
15555     - "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"
15556     - "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"
15557   layout:
15558     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15559     layout: "plot-throughput-speedup-analysis"
15560
15561 - type: "plot"
15562   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15563   algorithm: "plot_tsa_name"
15564   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15565   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15566   include:
15567     - "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"
15568     - "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"
15569     - "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"
15570     - "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"
15571   layout:
15572     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15573     layout: "plot-throughput-speedup-analysis"
15574
15575 - type: "plot"
15576   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15577   algorithm: "plot_tsa_name"
15578   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15579   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15580   include:
15581     - "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"
15582     - "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"
15583     - "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"
15584     - "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"
15585   layout:
15586     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15587     layout: "plot-throughput-speedup-analysis"
15588
15589 - type: "plot"
15590   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15591   algorithm: "plot_tsa_name"
15592   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15593   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15594   include:
15595     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15596     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15597     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15598     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15599     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15600     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15601   layout:
15602     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15603     layout: "plot-throughput-speedup-analysis"
15604
15605 - type: "plot"
15606   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15607   algorithm: "plot_tsa_name"
15608   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15609   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15610   include:
15611     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15612     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15613     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15614     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15615     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15616     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15617   layout:
15618     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15619     layout: "plot-throughput-speedup-analysis"
15620
15621 - type: "plot"
15622   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15623   algorithm: "plot_tsa_name"
15624   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15625   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15626   include:
15627     - "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"
15628     - "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"
15629     - "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"
15630     - "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"
15631     - "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"
15632     - "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"
15633   layout:
15634     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15635     layout: "plot-throughput-speedup-analysis"
15636
15637 - type: "plot"
15638   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15639   algorithm: "plot_tsa_name"
15640   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15641   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15642   include:
15643     - "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"
15644     - "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"
15645     - "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"
15646     - "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"
15647     - "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"
15648     - "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"
15649   layout:
15650     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15651     layout: "plot-throughput-speedup-analysis"
15652
15653 - type: "plot"
15654   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15655   algorithm: "plot_tsa_name"
15656   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15657   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15658   include:
15659     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15660     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15661     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15662     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15663     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15664     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15665   layout:
15666     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15667     layout: "plot-throughput-speedup-analysis"
15668
15669 - type: "plot"
15670   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15671   algorithm: "plot_tsa_name"
15672   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15673   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15674   include:
15675     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15676     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15677     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15678     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15679     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15680     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15681   layout:
15682     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15683     layout: "plot-throughput-speedup-analysis"
15684
15685 - type: "plot"
15686   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15687   algorithm: "plot_tsa_name"
15688   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15689   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15690   include:
15691     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15692     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15693     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15694     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15695     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15696   layout:
15697     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15698     layout: "plot-throughput-speedup-analysis"
15699
15700 - type: "plot"
15701   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15702   algorithm: "plot_tsa_name"
15703   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15704   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15705   include:
15706     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15707     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15708     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15709     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15710     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15711   layout:
15712     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15713     layout: "plot-throughput-speedup-analysis"
15714
15715 - type: "plot"
15716   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15717   algorithm: "plot_tsa_name"
15718   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15719   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15720   include:
15721     - "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"
15722     - "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"
15723   layout:
15724     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15725     layout: "plot-throughput-speedup-analysis"
15726
15727 - type: "plot"
15728   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15729   algorithm: "plot_tsa_name"
15730   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15731   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15732   include:
15733     - "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"
15734     - "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"
15735   layout:
15736     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15737     layout: "plot-throughput-speedup-analysis"
15738
15739 - type: "plot"
15740   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15741   algorithm: "plot_tsa_name"
15742   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15743   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15744   include:
15745     - "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"
15746     - "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"
15747   layout:
15748     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15749     layout: "plot-throughput-speedup-analysis"
15750
15751 - type: "plot"
15752   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15753   algorithm: "plot_tsa_name"
15754   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15755   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15756   include:
15757     - "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"
15758     - "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"
15759   layout:
15760     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15761     layout: "plot-throughput-speedup-analysis"
15762
15763 - type: "plot"
15764   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15765   algorithm: "plot_tsa_name"
15766   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15767   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15768   include:
15769     - "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"
15770     - "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"
15771     - "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"
15772     - "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"
15773     - "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"
15774     - "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"
15775   layout:
15776     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15777     layout: "plot-throughput-speedup-analysis"
15778
15779 - type: "plot"
15780   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15781   algorithm: "plot_tsa_name"
15782   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15783   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15784   include:
15785     - "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"
15786     - "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"
15787     - "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"
15788     - "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"
15789     - "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"
15790     - "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"
15791   layout:
15792     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15793     layout: "plot-throughput-speedup-analysis"
15794
15795 - type: "plot"
15796   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15797   algorithm: "plot_tsa_name"
15798   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15799   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15800   include:
15801     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15802     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15803     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15804     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15805     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15806   layout:
15807     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15808     layout: "plot-throughput-speedup-analysis"
15809
15810 - type: "plot"
15811   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15812   algorithm: "plot_tsa_name"
15813   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15814   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15815   include:
15816     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15817     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15818     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15819     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15820     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15821   layout:
15822     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15823     layout: "plot-throughput-speedup-analysis"
15824
15825 - type: "plot"
15826   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15827   algorithm: "plot_tsa_name"
15828   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15829   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15830   include:
15831     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15832     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15833     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15834     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15835     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15836   layout:
15837     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15838     layout: "plot-throughput-speedup-analysis"
15839
15840 - type: "plot"
15841   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15842   algorithm: "plot_tsa_name"
15843   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15844   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15845   include:
15846     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15847     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15848     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15849     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15850     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15851   layout:
15852     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15853     layout: "plot-throughput-speedup-analysis"
15854
15855 - type: "plot"
15856   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15857   algorithm: "plot_tsa_name"
15858   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15859   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15860   include:
15861     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15862     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15863     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15864     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15865     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15866     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15867   layout:
15868     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15869     layout: "plot-throughput-speedup-analysis"
15870
15871 - type: "plot"
15872   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15873   algorithm: "plot_tsa_name"
15874   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15875   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15876   include:
15877     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15878     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15879     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15880     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15881     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15882     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15883   layout:
15884     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15885     layout: "plot-throughput-speedup-analysis"
15886
15887 - type: "plot"
15888   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15889   algorithm: "plot_tsa_name"
15890   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15891   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15892   include:
15893     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15894     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15895     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15896     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15897   layout:
15898     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15899     layout: "plot-throughput-speedup-analysis"
15900
15901 - type: "plot"
15902   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15903   algorithm: "plot_tsa_name"
15904   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15905   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15906   include:
15907     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15908     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15909     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15910     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15911   layout:
15912     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15913     layout: "plot-throughput-speedup-analysis"
15914
15915 - type: "plot"
15916   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15917   algorithm: "plot_tsa_name"
15918   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15919   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15920   include:
15921     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15922     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15923     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15924     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15925     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15926   layout:
15927     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15928     layout: "plot-throughput-speedup-analysis"
15929
15930 - type: "plot"
15931   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15932   algorithm: "plot_tsa_name"
15933   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15934   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15935   include:
15936     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15937     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15938     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15939     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15940     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15941   layout:
15942     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15943     layout: "plot-throughput-speedup-analysis"
15944
15945 - type: "plot"
15946   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15947   algorithm: "plot_tsa_name"
15948   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15949   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15950   include:
15951     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15952     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15953     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15954     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15955     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15956     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15957   layout:
15958     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15959     layout: "plot-throughput-speedup-analysis"
15960
15961 - type: "plot"
15962   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15963   algorithm: "plot_tsa_name"
15964   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15965   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15966   include:
15967     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15968     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15969     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15970     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15971     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15972     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15973   layout:
15974     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15975     layout: "plot-throughput-speedup-analysis"
15976
15977 - type: "plot"
15978   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15979   algorithm: "plot_tsa_name"
15980   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15981   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15982   include:
15983     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15984     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15985     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15986     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15987   layout:
15988     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15989     layout: "plot-throughput-speedup-analysis"
15990
15991 - type: "plot"
15992   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15993   algorithm: "plot_tsa_name"
15994   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15995   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15996   include:
15997     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15998     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15999     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16000     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16001   layout:
16002     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16003     layout: "plot-throughput-speedup-analysis"
16004
16005 - type: "plot"
16006   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16007   algorithm: "plot_tsa_name"
16008   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16009   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16010   include:
16011     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16012     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16013     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16014     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16015     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16016     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16017   layout:
16018     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16019     layout: "plot-throughput-speedup-analysis"
16020
16021 - type: "plot"
16022   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16023   algorithm: "plot_tsa_name"
16024   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16025   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16026   include:
16027     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16028     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16029     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16030     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16031     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16032     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16033   layout:
16034     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16035     layout: "plot-throughput-speedup-analysis"
16036
16037 - type: "plot"
16038   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16039   algorithm: "plot_tsa_name"
16040   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16041   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16042   include:
16043     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16044     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16045     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16046     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16047     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16048     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16049   layout:
16050     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16051     layout: "plot-throughput-speedup-analysis"
16052
16053 - type: "plot"
16054   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16055   algorithm: "plot_tsa_name"
16056   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16057   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16058   include:
16059     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16060     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16061     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16062     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16063     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16064     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16065   layout:
16066     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16067     layout: "plot-throughput-speedup-analysis"
16068
16069 - type: "plot"
16070   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16071   algorithm: "plot_tsa_name"
16072   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16073   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16074   include:
16075     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16076     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16077     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16078     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16079     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16080     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16081   layout:
16082     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16083     layout: "plot-throughput-speedup-analysis"
16084
16085 - type: "plot"
16086   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16087   algorithm: "plot_tsa_name"
16088   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16089   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16090   include:
16091     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16092     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16093     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16094     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16095     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16096     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16097   layout:
16098     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16099     layout: "plot-throughput-speedup-analysis"
16100
16101 - type: "plot"
16102   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16103   algorithm: "plot_tsa_name"
16104   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16105   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16106   include:
16107     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16108     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16109     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16110     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16111     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16112     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16113   layout:
16114     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16115     layout: "plot-throughput-speedup-analysis"
16116
16117 - type: "plot"
16118   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16119   algorithm: "plot_tsa_name"
16120   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16121   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16122   include:
16123     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16124     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16125     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16126     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16127     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16128     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16129   layout:
16130     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16131     layout: "plot-throughput-speedup-analysis"
16132
16133 - type: "plot"
16134   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16135   algorithm: "plot_tsa_name"
16136   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16137   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16138   include:
16139     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16140     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16141     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16142     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16143     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16144     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16145   layout:
16146     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16147     layout: "plot-throughput-speedup-analysis"
16148
16149 - type: "plot"
16150   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16151   algorithm: "plot_tsa_name"
16152   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16153   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16154   include:
16155     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16156     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16157     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16158     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16159     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16160     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16161   layout:
16162     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16163     layout: "plot-throughput-speedup-analysis"
16164
16165 #- type: "plot"
16166 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16167 #  algorithm: "plot_tsa_name"
16168 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16169 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16170 #  include:
16171 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16172 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16173 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16174 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16175 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16176 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16177 #  layout:
16178 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16179 #    layout: "plot-throughput-speedup-analysis"
16180 #
16181 #- type: "plot"
16182 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16183 #  algorithm: "plot_tsa_name"
16184 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16185 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16186 #  include:
16187 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16188 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16189 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16190 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16191 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16192 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16193 #  layout:
16194 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16195 #    layout: "plot-throughput-speedup-analysis"
16196
16197 - type: "plot"
16198   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16199   algorithm: "plot_tsa_name"
16200   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16201   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16202   include:
16203     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16204     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16205     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16206     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16207     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16208   layout:
16209     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16210     layout: "plot-throughput-speedup-analysis"
16211
16212 - type: "plot"
16213   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16214   algorithm: "plot_tsa_name"
16215   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16216   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16217   include:
16218     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16219     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16220     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16221     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16222     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16223   layout:
16224     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16225     layout: "plot-throughput-speedup-analysis"
16226
16227 - type: "plot"
16228   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16229   algorithm: "plot_tsa_name"
16230   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16231   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16232   include:
16233     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16234     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16235     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16236     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16237     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16238     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16239   layout:
16240     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16241     layout: "plot-throughput-speedup-analysis"
16242
16243 - type: "plot"
16244   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16245   algorithm: "plot_tsa_name"
16246   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16247   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16248   include:
16249     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16250     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16251     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16252     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16253     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16254     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16255   layout:
16256     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16257     layout: "plot-throughput-speedup-analysis"
16258
16259 - type: "plot"
16260   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16261   algorithm: "plot_tsa_name"
16262   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16263   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16264   include:
16265     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16266     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16267     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16268     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16269     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16270   layout:
16271     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16272     layout: "plot-throughput-speedup-analysis"
16273
16274 - type: "plot"
16275   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16276   algorithm: "plot_tsa_name"
16277   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16278   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16279   include:
16280     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16281     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16282     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16283     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16284     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16285   layout:
16286     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16287     layout: "plot-throughput-speedup-analysis"
16288
16289 #- type: "plot"
16290 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16291 #  algorithm: "plot_tsa_name"
16292 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16293 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16294 #  include:
16295 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16296 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16297 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16298 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16299 #  layout:
16300 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16301 #    layout: "plot-throughput-speedup-analysis"
16302 #
16303 #- type: "plot"
16304 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16305 #  algorithm: "plot_tsa_name"
16306 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16307 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16308 #  include:
16309 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16310 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16311 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16312 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16313 #  layout:
16314 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16315 #    layout: "plot-throughput-speedup-analysis"
16316
16317 - type: "plot"
16318   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16319   algorithm: "plot_tsa_name"
16320   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16321   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16322   include:
16323     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16324     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16325     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16326     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16327     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16328     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16329   layout:
16330     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16331     layout: "plot-throughput-speedup-analysis"
16332
16333 - type: "plot"
16334   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16335   algorithm: "plot_tsa_name"
16336   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16337   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16338   include:
16339     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16340     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16341     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16342     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16343     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16344     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16345   layout:
16346     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16347     layout: "plot-throughput-speedup-analysis"
16348
16349 - type: "plot"
16350   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16351   algorithm: "plot_tsa_name"
16352   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16353   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16354   include:
16355     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16356     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16357     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16358     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16359     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16360   layout:
16361     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16362     layout: "plot-throughput-speedup-analysis"
16363
16364 - type: "plot"
16365   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16366   algorithm: "plot_tsa_name"
16367   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16368   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16369   include:
16370     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16371     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16372     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16375   layout:
16376     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16377     layout: "plot-throughput-speedup-analysis"
16378
16379 - type: "plot"
16380   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16381   algorithm: "plot_tsa_name"
16382   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16383   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16384   include:
16385     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16386     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16387     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16391   layout:
16392     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16393     layout: "plot-throughput-speedup-analysis"
16394
16395 - type: "plot"
16396   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16397   algorithm: "plot_tsa_name"
16398   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16399   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16400   include:
16401     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16402     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16403     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16404     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16406     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16407   layout:
16408     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16409     layout: "plot-throughput-speedup-analysis"
16410
16411 - type: "plot"
16412   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16413   algorithm: "plot_tsa_name"
16414   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16415   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16416   include:
16417     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16418     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16419     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16420     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16421   layout:
16422     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16423     layout: "plot-throughput-speedup-analysis"
16424
16425 - type: "plot"
16426   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16427   algorithm: "plot_tsa_name"
16428   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16429   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16430   include:
16431     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16432     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16433     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16434     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16435   layout:
16436     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16437     layout: "plot-throughput-speedup-analysis"
16438
16439 - type: "plot"
16440   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16441   algorithm: "plot_tsa_name"
16442   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16443   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16444   include:
16445     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16446     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16447     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16448     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16449     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16450   layout:
16451     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16452     layout: "plot-throughput-speedup-analysis"
16453
16454 - type: "plot"
16455   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16456   algorithm: "plot_tsa_name"
16457   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16458   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16459   include:
16460     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16461     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16462     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16463     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16464     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16465   layout:
16466     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16467     layout: "plot-throughput-speedup-analysis"
16468
16469 - type: "plot"
16470   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16471   algorithm: "plot_tsa_name"
16472   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16473   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16474   include:
16475     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16476     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16477     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16478     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16479     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16480     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16481   layout:
16482     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16483     layout: "plot-throughput-speedup-analysis"
16484
16485 - type: "plot"
16486   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16487   algorithm: "plot_tsa_name"
16488   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16489   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16490   include:
16491     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16492     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16493     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16494     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16495     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16496     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16497   layout:
16498     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16499     layout: "plot-throughput-speedup-analysis"
16500
16501 #- type: "plot"
16502 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16503 #  algorithm: "plot_tsa_name"
16504 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16505 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16506 #  include:
16507 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16508 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16509 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16510 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16511 #  layout:
16512 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16513 #    layout: "plot-throughput-speedup-analysis"
16514 #
16515 #- type: "plot"
16516 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16517 #  algorithm: "plot_tsa_name"
16518 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16519 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16520 #  include:
16521 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16522 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16523 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16524 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16525 #  layout:
16526 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16527 #    layout: "plot-throughput-speedup-analysis"
16528
16529 - type: "plot"
16530   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16531   algorithm: "plot_tsa_name"
16532   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16533   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16534   include:
16535     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16536     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16537     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16538     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16539     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16540     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16541   layout:
16542     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16543     layout: "plot-throughput-speedup-analysis"
16544
16545 - type: "plot"
16546   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16547   algorithm: "plot_tsa_name"
16548   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16549   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16550   include:
16551     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16552     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16553     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16554     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16555     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16556     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16557   layout:
16558     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16559     layout: "plot-throughput-speedup-analysis"
16560
16561 #- type: "plot"
16562 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16563 #  algorithm: "plot_tsa_name"
16564 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16565 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16566 #  include:
16567 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16568 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16569 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16570 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16571 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16572 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16573 #  layout:
16574 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16575 #    layout: "plot-throughput-speedup-analysis"
16576 #
16577 #- type: "plot"
16578 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16579 #  algorithm: "plot_tsa_name"
16580 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16581 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16582 #  include:
16583 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16584 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16585 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16586 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16587 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16588 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16589 #  layout:
16590 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16591 #    layout: "plot-throughput-speedup-analysis"
16592
16593 #- type: "plot"
16594 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16595 #  algorithm: "plot_tsa_name"
16596 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16597 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16598 #  include:
16599 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16600 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16601 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16602 #  layout:
16603 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16604 #    layout: "plot-throughput-speedup-analysis"
16605 #
16606 #- type: "plot"
16607 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16608 #  algorithm: "plot_tsa_name"
16609 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16610 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16611 #  include:
16612 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16613 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16614 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16615 #  layout:
16616 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16617 #    layout: "plot-throughput-speedup-analysis"
16618
16619 ################################################################################
16620
16621 # Packet Throughput - DPDK
16622
16623 # 2n-skx-xxv710
16624
16625 - type: "plot"
16626   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16627   algorithm: "plot_perf_box_name"
16628   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16629   data: "plot-dpdk-throughput-latency-2n-skx"
16630   include:
16631     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16632     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16633   layout:
16634     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16635     layout: "plot-throughput"
16636
16637 - type: "plot"
16638   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16639   algorithm: "plot_perf_box_name"
16640   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16641   data: "plot-dpdk-throughput-latency-2n-skx"
16642   include:
16643     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16644     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16645   layout:
16646     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16647     layout: "plot-throughput"
16648
16649 - type: "plot"
16650   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16651   algorithm: "plot_perf_box_name"
16652   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16653   data: "plot-dpdk-throughput-latency-2n-skx"
16654   include:
16655     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16656     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16657   layout:
16658     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16659     layout: "plot-throughput"
16660
16661 - type: "plot"
16662   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16663   algorithm: "plot_perf_box_name"
16664   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16665   data: "plot-dpdk-throughput-latency-2n-skx"
16666   include:
16667     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16668     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16669   layout:
16670     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16671     layout: "plot-throughput"
16672
16673 # 2n-skx-x710
16674
16675 - type: "plot"
16676   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16677   algorithm: "plot_perf_box_name"
16678   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16679   data: "plot-dpdk-throughput-latency-2n-skx"
16680   include:
16681     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16682     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16683   layout:
16684     title: "2n-skx-x710-64b-2t1c-base-ndr"
16685     layout: "plot-throughput"
16686
16687 - type: "plot"
16688   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16689   algorithm: "plot_perf_box_name"
16690   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16691   data: "plot-dpdk-throughput-latency-2n-skx"
16692   include:
16693     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16694     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16695   layout:
16696     title: "2n-skx-x710-64b-4t2c-base-ndr"
16697     layout: "plot-throughput"
16698
16699 - type: "plot"
16700   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16701   algorithm: "plot_perf_box_name"
16702   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16703   data: "plot-dpdk-throughput-latency-2n-skx"
16704   include:
16705     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16706     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16707   layout:
16708     title: "2n-skx-x710-64b-2t1c-base-pdr"
16709     layout: "plot-throughput"
16710
16711 - type: "plot"
16712   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16713   algorithm: "plot_perf_box_name"
16714   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16715   data: "plot-dpdk-throughput-latency-2n-skx"
16716   include:
16717     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16718     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16719   layout:
16720     title: "2n-skx-x710-64b-4t2c-base-pdr"
16721     layout: "plot-throughput"
16722
16723 # 3n-skx-xxv710
16724
16725 - type: "plot"
16726   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16727   algorithm: "plot_perf_box_name"
16728   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16729   data: "plot-dpdk-throughput-latency-3n-skx"
16730   include:
16731     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16732     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16733   layout:
16734     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16735     layout: "plot-throughput"
16736
16737 - type: "plot"
16738   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16739   algorithm: "plot_perf_box_name"
16740   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16741   data: "plot-dpdk-throughput-latency-3n-skx"
16742   include:
16743     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16744     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16745   layout:
16746     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16747     layout: "plot-throughput"
16748
16749 - type: "plot"
16750   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16751   algorithm: "plot_perf_box_name"
16752   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16753   data: "plot-dpdk-throughput-latency-3n-skx"
16754   include:
16755     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16756     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16757   layout:
16758     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16759     layout: "plot-throughput"
16760
16761 - type: "plot"
16762   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16763   algorithm: "plot_perf_box_name"
16764   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16765   data: "plot-dpdk-throughput-latency-3n-skx"
16766   include:
16767     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16768     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16769   layout:
16770     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16771     layout: "plot-throughput"
16772
16773 # 3n-skx-x710
16774
16775 - type: "plot"
16776   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16777   algorithm: "plot_perf_box_name"
16778   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16779   data: "plot-dpdk-throughput-latency-3n-skx"
16780   include:
16781     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16782     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16783   layout:
16784     title: "3n-skx-x710-64b-2t1c-base-ndr"
16785     layout: "plot-throughput"
16786
16787 - type: "plot"
16788   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16789   algorithm: "plot_perf_box_name"
16790   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16791   data: "plot-dpdk-throughput-latency-3n-skx"
16792   include:
16793     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16794     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16795   layout:
16796     title: "3n-skx-x710-64b-4t2c-base-ndr"
16797     layout: "plot-throughput"
16798
16799 - type: "plot"
16800   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16801   algorithm: "plot_perf_box_name"
16802   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16803   data: "plot-dpdk-throughput-latency-3n-skx"
16804   include:
16805     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16806     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16807   layout:
16808     title: "3n-skx-x710-64b-2t1c-base-pdr"
16809     layout: "plot-throughput"
16810
16811 - type: "plot"
16812   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16813   algorithm: "plot_perf_box_name"
16814   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16815   data: "plot-dpdk-throughput-latency-3n-skx"
16816   include:
16817     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16818     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16819   layout:
16820     title: "3n-skx-x710-64b-4t2c-base-pdr"
16821     layout: "plot-throughput"
16822
16823 # 3n-hsw-xl710
16824
16825 - type: "plot"
16826   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16827   algorithm: "plot_perf_box_name"
16828   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16829   data: "plot-dpdk-throughput-latency-3n-hsw"
16830   include:
16831     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16832     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16833   layout:
16834     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16835     layout: "plot-throughput"
16836
16837 - type: "plot"
16838   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16839   algorithm: "plot_perf_box_name"
16840   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16841   data: "plot-dpdk-throughput-latency-3n-hsw"
16842   include:
16843     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16844     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16845   layout:
16846     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16847     layout: "plot-throughput"
16848
16849 - type: "plot"
16850   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16851   algorithm: "plot_perf_box_name"
16852   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16853   data: "plot-dpdk-throughput-latency-3n-hsw"
16854   include:
16855     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16856     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16857   layout:
16858     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16859     layout: "plot-throughput"
16860
16861 - type: "plot"
16862   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16863   algorithm: "plot_perf_box_name"
16864   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16865   data: "plot-dpdk-throughput-latency-3n-hsw"
16866   include:
16867     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16868     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16869   layout:
16870     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16871     layout: "plot-throughput"
16872
16873 # 3n-hsw-x710
16874
16875 - type: "plot"
16876   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16877   algorithm: "plot_perf_box_name"
16878   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16879   data: "plot-dpdk-throughput-latency-3n-hsw"
16880   include:
16881     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16882     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16883   layout:
16884     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16885     layout: "plot-throughput"
16886
16887 - type: "plot"
16888   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16889   algorithm: "plot_perf_box_name"
16890   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16891   data: "plot-dpdk-throughput-latency-3n-hsw"
16892   include:
16893     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16894     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16895   layout:
16896     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16897     layout: "plot-throughput"
16898
16899 - type: "plot"
16900   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16901   algorithm: "plot_perf_box_name"
16902   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16903   data: "plot-dpdk-throughput-latency-3n-hsw"
16904   include:
16905     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16906     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16907   layout:
16908     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16909     layout: "plot-throughput"
16910
16911 - type: "plot"
16912   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16913   algorithm: "plot_perf_box_name"
16914   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16915   data: "plot-dpdk-throughput-latency-3n-hsw"
16916   include:
16917     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16918     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16919   layout:
16920     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16921     layout: "plot-throughput"
16922
16923 # 2n-dnv-x553
16924
16925 - type: "plot"
16926   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16927   algorithm: "plot_perf_box_name"
16928   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16929   data: "plot-dpdk-throughput-latency-2n-dnv"
16930   include:
16931     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16932     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16933   layout:
16934     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16935     layout: "plot-throughput"
16936
16937 - type: "plot"
16938   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16939   algorithm: "plot_perf_box_name"
16940   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16941   data: "plot-dpdk-throughput-latency-2n-dnv"
16942   include:
16943     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16944     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16945   layout:
16946     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16947     layout: "plot-throughput"
16948
16949 - type: "plot"
16950   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16951   algorithm: "plot_perf_box_name"
16952   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16953   data: "plot-dpdk-throughput-latency-2n-dnv"
16954   include:
16955     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16956     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16957   layout:
16958     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16959     layout: "plot-throughput"
16960
16961 - type: "plot"
16962   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16963   algorithm: "plot_perf_box_name"
16964   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16965   data: "plot-dpdk-throughput-latency-2n-dnv"
16966   include:
16967     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16968     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16969   layout:
16970     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16971     layout: "plot-throughput"
16972
16973 # 3n-dnv-x553
16974
16975 - type: "plot"
16976   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16977   algorithm: "plot_perf_box_name"
16978   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16979   data: "plot-dpdk-throughput-latency-3n-dnv"
16980   include:
16981     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16982     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16983   layout:
16984     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16985     layout: "plot-throughput"
16986
16987 - type: "plot"
16988   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16989   algorithm: "plot_perf_box_name"
16990   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16991   data: "plot-dpdk-throughput-latency-3n-dnv"
16992   include:
16993     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16994     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16995   layout:
16996     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16997     layout: "plot-throughput"
16998
16999 - type: "plot"
17000   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17001   algorithm: "plot_perf_box_name"
17002   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17003   data: "plot-dpdk-throughput-latency-3n-dnv"
17004   include:
17005     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17006     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17007   layout:
17008     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17009     layout: "plot-throughput"
17010
17011 - type: "plot"
17012   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17013   algorithm: "plot_perf_box_name"
17014   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17015   data: "plot-dpdk-throughput-latency-3n-dnv"
17016   include:
17017     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17018     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17019   layout:
17020     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17021     layout: "plot-throughput"
17022
17023 # 3n-tsh-x520
17024
17025 - type: "plot"
17026   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17027   algorithm: "plot_perf_box_name"
17028   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17029   data: "plot-dpdk-throughput-latency-3n-tsh"
17030   include:
17031     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17032     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17033   layout:
17034     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17035     layout: "plot-throughput"
17036
17037 - type: "plot"
17038   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17039   algorithm: "plot_perf_box_name"
17040   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17041   data: "plot-dpdk-throughput-latency-3n-tsh"
17042   include:
17043     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17044     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17045   layout:
17046     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17047     layout: "plot-throughput"
17048
17049 - type: "plot"
17050   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17051   algorithm: "plot_perf_box_name"
17052   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17053   data: "plot-dpdk-throughput-latency-3n-tsh"
17054   include:
17055     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17056     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17057   layout:
17058     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17059     layout: "plot-throughput"
17060
17061 - type: "plot"
17062   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17063   algorithm: "plot_perf_box_name"
17064   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17065   data: "plot-dpdk-throughput-latency-3n-tsh"
17066   include:
17067     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17068     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17069   layout:
17070     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17071     layout: "plot-throughput"
17072
17073 ################################################################################
17074 ###   2n-clx                                                                 ###
17075 ################################################################################
17076
17077 # Packet Throughput
17078
17079 - type: "plot"
17080   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17081   algorithm: "plot_perf_box_name"
17082   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17083   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17084   include:
17085     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17086     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17087     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17088     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17089   layout:
17090     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17091     layout: "plot-throughput"
17092
17093 - type: "plot"
17094   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17095   algorithm: "plot_perf_box_name"
17096   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17097   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17098   include:
17099     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17100     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17101     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17102     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17103   layout:
17104     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17105     layout: "plot-throughput"
17106
17107 - type: "plot"
17108   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17109   algorithm: "plot_perf_box_name"
17110   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17111   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17112   include:
17113     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17114     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17115     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17116     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17117   layout:
17118     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17119     layout: "plot-throughput"
17120
17121 - type: "plot"
17122   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17123   algorithm: "plot_perf_box_name"
17124   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17125   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17126   include:
17127     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17128     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17129     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17130     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17131   layout:
17132     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17133     layout: "plot-throughput"
17134
17135 - type: "plot"
17136   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17137   algorithm: "plot_perf_box_name"
17138   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17139   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17140   include:
17141     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17142     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17143     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17144     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17145   layout:
17146     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17147     layout: "plot-throughput"
17148
17149 - type: "plot"
17150   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17151   algorithm: "plot_perf_box_name"
17152   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17153   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17154   include:
17155     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17156     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17157     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17158     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17159   layout:
17160     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17161     layout: "plot-throughput"
17162
17163 - type: "plot"
17164   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17165   algorithm: "plot_perf_box_name"
17166   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17167   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17168   include:
17169     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17170     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17171     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17172     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17173     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17174     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17175   layout:
17176     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17177     layout: "plot-throughput"
17178
17179 - type: "plot"
17180   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17181   algorithm: "plot_perf_box_name"
17182   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17183   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17184   include:
17185     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17186     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17187     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17188     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17189     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17190   layout:
17191     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17192     layout: "plot-throughput"
17193
17194 - type: "plot"
17195   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17196   algorithm: "plot_perf_box_name"
17197   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17198   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17199   include:
17200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17204   layout:
17205     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17206     layout: "plot-throughput"
17207
17208 - type: "plot"
17209   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17210   algorithm: "plot_perf_box_name"
17211   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17212   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17213   include:
17214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17218   layout:
17219     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17220     layout: "plot-throughput"
17221
17222 - type: "plot"
17223   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17224   algorithm: "plot_perf_box_name"
17225   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17226   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17227   include:
17228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17231   layout:
17232     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17233     layout: "plot-throughput"
17234
17235 - type: "plot"
17236   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17237   algorithm: "plot_perf_box_name"
17238   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17239   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17240   include:
17241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17244   layout:
17245     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17246     layout: "plot-throughput"
17247
17248 - type: "plot"
17249   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17250   algorithm: "plot_perf_box_name"
17251   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17252   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17253   include:
17254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17259   layout:
17260     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17261     layout: "plot-throughput"
17262
17263 - type: "plot"
17264   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17265   algorithm: "plot_perf_box_name"
17266   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17267   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17268   include:
17269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17274   layout:
17275     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17276     layout: "plot-throughput"
17277
17278 - type: "plot"
17279   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17280   algorithm: "plot_perf_box_name"
17281   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17282   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17283   include:
17284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17287   layout:
17288     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17289     layout: "plot-throughput"
17290
17291 - type: "plot"
17292   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17293   algorithm: "plot_perf_box_name"
17294   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17295   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17296   include:
17297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17300   layout:
17301     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17302     layout: "plot-throughput"
17303
17304 - type: "plot"
17305   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17306   algorithm: "plot_perf_box_name"
17307   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17308   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17309   include:
17310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17316   layout:
17317     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17318     layout: "plot-throughput"
17319
17320 - type: "plot"
17321   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17322   algorithm: "plot_perf_box_name"
17323   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17324   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17325   include:
17326     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17332   layout:
17333     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17334     layout: "plot-throughput"
17335
17336 - type: "plot"
17337   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17338   algorithm: "plot_perf_box_name"
17339   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17340   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17341   include:
17342     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17343     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17348   layout:
17349     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17350     layout: "plot-throughput"
17351
17352 - type: "plot"
17353   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17354   algorithm: "plot_perf_box_name"
17355   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17356   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17357   include:
17358     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17359     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17360     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17362     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17364   layout:
17365     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17366     layout: "plot-throughput"
17367
17368 - type: "plot"
17369   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17370   algorithm: "plot_perf_box_name"
17371   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17372   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17373   include:
17374     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17375     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17376   layout:
17377     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17378     layout: "plot-throughput"
17379
17380 - type: "plot"
17381   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17382   algorithm: "plot_perf_box_name"
17383   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17384   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17385   include:
17386     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17387     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17388   layout:
17389     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17390     layout: "plot-throughput"
17391
17392 - type: "plot"
17393   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17394   algorithm: "plot_perf_box_name"
17395   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17396   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17397   include:
17398     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17399     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17400     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17401     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17402     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17403     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17404   layout:
17405     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17406     layout: "plot-throughput"
17407
17408 - type: "plot"
17409   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17410   algorithm: "plot_perf_box_name"
17411   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17412   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17413   include:
17414     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17415     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17416     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17417     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17418     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17419     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17420   layout:
17421     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17422     layout: "plot-throughput"
17423
17424 - type: "plot"
17425   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17426   algorithm: "plot_perf_box_name"
17427   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17428   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17429   include:
17430     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17431     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17432     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17433     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17434     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17435     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17436   layout:
17437     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17438     layout: "plot-throughput"
17439
17440 - type: "plot"
17441   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17442   algorithm: "plot_perf_box_name"
17443   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17444   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17445   include:
17446     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17447     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17448     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17449     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17450     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17451     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17452   layout:
17453     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17454     layout: "plot-throughput"
17455
17456 - type: "plot"
17457   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17458   algorithm: "plot_perf_box_name"
17459   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17460   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17461   include:
17462     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17463     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17464     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17465     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17466     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17467     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17468   layout:
17469     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17470     layout: "plot-throughput"
17471
17472 - type: "plot"
17473   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17474   algorithm: "plot_perf_box_name"
17475   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17476   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17477   include:
17478     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17479     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17480     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17481     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17482     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17483     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17484   layout:
17485     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17486     layout: "plot-throughput"
17487
17488 - type: "plot"
17489   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17490   algorithm: "plot_perf_box_name"
17491   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17492   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17493   include:
17494     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17495     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17496     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17497     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17498     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17499   layout:
17500     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17501     layout: "plot-throughput"
17502
17503 - type: "plot"
17504   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17505   algorithm: "plot_perf_box_name"
17506   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17507   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17508   include:
17509     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17510     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17511     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17512     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17513     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17514   layout:
17515     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17516     layout: "plot-throughput"
17517
17518 - type: "plot"
17519   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17520   algorithm: "plot_perf_box_name"
17521   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17522   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17523   include:
17524     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17525     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17526     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17527     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17528     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17529   layout:
17530     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17531     layout: "plot-throughput"
17532
17533 - type: "plot"
17534   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17535   algorithm: "plot_perf_box_name"
17536   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17537   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17538   include:
17539     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17540     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17541     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17542     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17543     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17544   layout:
17545     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17546     layout: "plot-throughput"
17547
17548 - type: "plot"
17549   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17550   algorithm: "plot_perf_box_name"
17551   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17552   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17553   include:
17554     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17555     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17556     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17557     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17558     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17559   layout:
17560     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17561     layout: "plot-throughput"
17562
17563 - type: "plot"
17564   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17565   algorithm: "plot_perf_box_name"
17566   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17567   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17568   include:
17569     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17570     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17571     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17572     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17573     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17574   layout:
17575     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17576     layout: "plot-throughput"
17577
17578 - type: "plot"
17579   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17580   algorithm: "plot_perf_box_name"
17581   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17582   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17583   include:
17584     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17585     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17586     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17587     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17588     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17589   layout:
17590     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17591     layout: "plot-throughput"
17592
17593 - type: "plot"
17594   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17595   algorithm: "plot_perf_box_name"
17596   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17597   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17598   include:
17599     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17600     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17601     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17602     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17603     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17604   layout:
17605     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17606     layout: "plot-throughput"
17607
17608 - type: "plot"
17609   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17610   algorithm: "plot_perf_box_name"
17611   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17612   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17613   include:
17614     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17615     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17616     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17617     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17618     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17619   layout:
17620     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17621     layout: "plot-throughput"
17622
17623 - type: "plot"
17624   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17625   algorithm: "plot_perf_box_name"
17626   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17627   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17628   include:
17629     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17630     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17631     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17632     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17633     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17634   layout:
17635     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17636     layout: "plot-throughput"
17637
17638 - type: "plot"
17639   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17640   algorithm: "plot_perf_box_name"
17641   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17642   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17643   include:
17644     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17645     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17646     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17647     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17648     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17649     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17650   layout:
17651     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17652     layout: "plot-throughput"
17653
17654 - type: "plot"
17655   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17656   algorithm: "plot_perf_box_name"
17657   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17658   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17659   include:
17660     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17661     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17662     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17664     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17665     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17666   layout:
17667     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17668     layout: "plot-throughput"
17669
17670 - type: "plot"
17671   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17672   algorithm: "plot_perf_box_name"
17673   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17674   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17675   include:
17676     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17677     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17678     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17679     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17680   layout:
17681     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17682     layout: "plot-throughput"
17683
17684 - type: "plot"
17685   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17686   algorithm: "plot_perf_box_name"
17687   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17688   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17689   include:
17690     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17691     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17692     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17693     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17694   layout:
17695     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17696     layout: "plot-throughput"
17697
17698 - type: "plot"
17699   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17700   algorithm: "plot_perf_box_name"
17701   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17702   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17703   include:
17704     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17705     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17706     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17707     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17708     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17710   layout:
17711     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17712     layout: "plot-throughput"
17713
17714 - type: "plot"
17715   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17716   algorithm: "plot_perf_box_name"
17717   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17718   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17719   include:
17720     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17721     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17722     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17723     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17724     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17725     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17726   layout:
17727     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17728     layout: "plot-throughput"
17729
17730 - type: "plot"
17731   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17732   algorithm: "plot_perf_box_name"
17733   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17734   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17735   include:
17736     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17737     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17738     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17740   layout:
17741     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17742     layout: "plot-throughput"
17743
17744 - type: "plot"
17745   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17746   algorithm: "plot_perf_box_name"
17747   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17748   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17749   include:
17750     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17751     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17752     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17753     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17754   layout:
17755     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17756     layout: "plot-throughput"
17757
17758 - type: "plot"
17759   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17760   algorithm: "plot_perf_box_name"
17761   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17762   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17763   include:
17764     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17765     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17766     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17767     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17768     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17769     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17770   layout:
17771     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17772     layout: "plot-throughput"
17773
17774 - type: "plot"
17775   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17776   algorithm: "plot_perf_box_name"
17777   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17778   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17779   include:
17780     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17781     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17782     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17783     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17784     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17785     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17786   layout:
17787     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17788     layout: "plot-throughput"
17789
17790 - type: "plot"
17791   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17792   algorithm: "plot_perf_box_name"
17793   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17794   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17795   include:
17796     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17797     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17798     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17799     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17800   layout:
17801     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17802     layout: "plot-throughput"
17803
17804 - type: "plot"
17805   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17806   algorithm: "plot_perf_box_name"
17807   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17808   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17809   include:
17810     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17811     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17812     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17813     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17814   layout:
17815     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17816     layout: "plot-throughput"
17817
17818 - type: "plot"
17819   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17820   algorithm: "plot_perf_box_name"
17821   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17822   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17823   include:
17824     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17825     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17826     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17827     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17828     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17829   layout:
17830     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17831     layout: "plot-throughput"
17832
17833 - type: "plot"
17834   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17835   algorithm: "plot_perf_box_name"
17836   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17837   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17838   include:
17839     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17840     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17841     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17842     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17843     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17844   layout:
17845     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17846     layout: "plot-throughput"
17847
17848 - type: "plot"
17849   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17850   algorithm: "plot_perf_box_name"
17851   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17852   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17853   include:
17854     - "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"
17855     - "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"
17856     - "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"
17857     - "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"
17858     - "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"
17859   layout:
17860     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17861     layout: "plot-throughput"
17862
17863 - type: "plot"
17864   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17865   algorithm: "plot_perf_box_name"
17866   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17867   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17868   include:
17869     - "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"
17870     - "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"
17871     - "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"
17872     - "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"
17873     - "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"
17874   layout:
17875     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17876     layout: "plot-throughput"
17877
17878 - type: "plot"
17879   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17880   algorithm: "plot_perf_box_name"
17881   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17882   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17883   include:
17884     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17885     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17886     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17887     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17889   layout:
17890     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17891     layout: "plot-throughput"
17892
17893 - type: "plot"
17894   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17895   algorithm: "plot_perf_box_name"
17896   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17897   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17898   include:
17899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17901     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17904   layout:
17905     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17906     layout: "plot-throughput"
17907
17908 - type: "plot"
17909   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17910   algorithm: "plot_perf_box_name"
17911   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17912   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17913   include:
17914     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17915     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17916     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17919   layout:
17920     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17921     layout: "plot-throughput"
17922
17923 - type: "plot"
17924   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17925   algorithm: "plot_perf_box_name"
17926   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17927   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17928   include:
17929     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17930     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17931     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17932     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17934   layout:
17935     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17936     layout: "plot-throughput"
17937
17938 - type: "plot"
17939   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17940   algorithm: "plot_perf_box_name"
17941   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17942   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17943   include:
17944     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17945     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17946     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17947     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17948   layout:
17949     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17950     layout: "plot-throughput"
17951
17952 - type: "plot"
17953   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17954   algorithm: "plot_perf_box_name"
17955   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17956   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17957   include:
17958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17959     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17960     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17961     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17962   layout:
17963     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17964     layout: "plot-throughput"
17965
17966 - type: "plot"
17967   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17968   algorithm: "plot_perf_box_name"
17969   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17970   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17971   include:
17972     - "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"
17973     - "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"
17974     - "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"
17975     - "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"
17976   layout:
17977     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17978     layout: "plot-throughput"
17979
17980 - type: "plot"
17981   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17982   algorithm: "plot_perf_box_name"
17983   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17984   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17985   include:
17986     - "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"
17987     - "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"
17988     - "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"
17989     - "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"
17990   layout:
17991     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17992     layout: "plot-throughput"
17993
17994 - type: "plot"
17995   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17996   algorithm: "plot_perf_box_name"
17997   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17998   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17999   include:
18000     - "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"
18001     - "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"
18002     - "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"
18003     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18004     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18005     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18006   layout:
18007     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18008     layout: "plot-throughput"
18009
18010 - type: "plot"
18011   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18012   algorithm: "plot_perf_box_name"
18013   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18014   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18015   include:
18016     - "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"
18017     - "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"
18018     - "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"
18019     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18020     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18021     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18022   layout:
18023     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18024     layout: "plot-throughput"
18025
18026 ################################################################################
18027
18028 # Packet Speedup
18029
18030 - type: "plot"
18031   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18032   algorithm: "plot_tsa_name"
18033   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18034   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18035   include:
18036     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18037     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18038     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18039     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18040   layout:
18041     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18042     layout: "plot-throughput-speedup-analysis"
18043
18044 - type: "plot"
18045   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18046   algorithm: "plot_tsa_name"
18047   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18048   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18049   include:
18050     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18051     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18052     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18053     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18054   layout:
18055     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18056     layout: "plot-throughput-speedup-analysis"
18057
18058 - type: "plot"
18059   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18060   algorithm: "plot_tsa_name"
18061   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18062   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18063   include:
18064     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18065     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18066     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18067     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18068   layout:
18069     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18070     layout: "plot-throughput-speedup-analysis"
18071
18072 - type: "plot"
18073   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18074   algorithm: "plot_tsa_name"
18075   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18076   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18077   include:
18078     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18079     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18080     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18081     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18082   layout:
18083     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18084     layout: "plot-throughput-speedup-analysis"
18085
18086 - type: "plot"
18087   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18088   algorithm: "plot_tsa_name"
18089   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18090   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18091   include:
18092     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18093     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18094     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18095     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18096   layout:
18097     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18098     layout: "plot-throughput-speedup-analysis"
18099
18100 - type: "plot"
18101   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18102   algorithm: "plot_tsa_name"
18103   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18104   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18105   include:
18106     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18107     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18108     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18109     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18110   layout:
18111     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18112     layout: "plot-throughput-speedup-analysis"
18113
18114 - type: "plot"
18115   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18116   algorithm: "plot_tsa_name"
18117   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18118   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18119   include:
18120     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18121     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18122     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18123     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18124     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18125     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18126   layout:
18127     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18128     layout: "plot-throughput-speedup-analysis"
18129
18130 - type: "plot"
18131   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18132   algorithm: "plot_tsa_name"
18133   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18134   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18135   include:
18136     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18137     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18138     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18139     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18140     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18141     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18142   layout:
18143     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18144     layout: "plot-throughput-speedup-analysis"
18145
18146 - type: "plot"
18147   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18148   algorithm: "plot_tsa_name"
18149   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18150   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18151   include:
18152     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18153     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18154     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18155     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18156   layout:
18157     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18158     layout: "plot-throughput-speedup-analysis"
18159
18160 - type: "plot"
18161   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18162   algorithm: "plot_tsa_name"
18163   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18164   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18165   include:
18166     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18167     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18168     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18169     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18170   layout:
18171     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18172     layout: "plot-throughput-speedup-analysis"
18173
18174 - type: "plot"
18175   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18176   algorithm: "plot_tsa_name"
18177   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18178   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18179   include:
18180     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18181     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18183   layout:
18184     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18185     layout: "plot-throughput-speedup-analysis"
18186
18187 - type: "plot"
18188   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18189   algorithm: "plot_tsa_name"
18190   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18191   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18192   include:
18193     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18194     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18195     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18196   layout:
18197     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18198     layout: "plot-throughput-speedup-analysis"
18199
18200 - type: "plot"
18201   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18202   algorithm: "plot_tsa_name"
18203   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18204   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18205   include:
18206     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18208     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18209     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18210     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18211   layout:
18212     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18213     layout: "plot-throughput-speedup-analysis"
18214
18215 - type: "plot"
18216   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18217   algorithm: "plot_tsa_name"
18218   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18219   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18220   include:
18221     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18222     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18223     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18226   layout:
18227     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18228     layout: "plot-throughput-speedup-analysis"
18229
18230 - type: "plot"
18231   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18232   algorithm: "plot_tsa_name"
18233   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18234   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18235   include:
18236     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18237     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18239   layout:
18240     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18241     layout: "plot-throughput-speedup-analysis"
18242
18243 - type: "plot"
18244   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18245   algorithm: "plot_tsa_name"
18246   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18247   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18248   include:
18249     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18251     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18252   layout:
18253     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18254     layout: "plot-throughput-speedup-analysis"
18255
18256 - type: "plot"
18257   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18258   algorithm: "plot_tsa_name"
18259   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18260   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18261   include:
18262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18268   layout:
18269     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18270     layout: "plot-throughput-speedup-analysis"
18271
18272 - type: "plot"
18273   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18274   algorithm: "plot_tsa_name"
18275   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18276   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18277   include:
18278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18284   layout:
18285     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18286     layout: "plot-throughput-speedup-analysis"
18287
18288 - type: "plot"
18289   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18290   algorithm: "plot_tsa_name"
18291   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18292   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18293   include:
18294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18300   layout:
18301     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18302     layout: "plot-throughput-speedup-analysis"
18303
18304 - type: "plot"
18305   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18306   algorithm: "plot_tsa_name"
18307   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18308   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18309   include:
18310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18316   layout:
18317     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18318     layout: "plot-throughput-speedup-analysis"
18319
18320 - type: "plot"
18321   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18322   algorithm: "plot_tsa_name"
18323   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18324   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18325   include:
18326     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18327     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18328   layout:
18329     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18330     layout: "plot-throughput-speedup-analysis"
18331
18332 - type: "plot"
18333   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18334   algorithm: "plot_tsa_name"
18335   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18336   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18337   include:
18338     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18339     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18340   layout:
18341     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18342     layout: "plot-throughput-speedup-analysis"
18343
18344 - type: "plot"
18345   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18346   algorithm: "plot_tsa_name"
18347   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18348   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18349   include:
18350     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18351     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18352     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18353     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18354     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18355     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18356   layout:
18357     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18358     layout: "plot-throughput-speedup-analysis"
18359
18360 - type: "plot"
18361   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18362   algorithm: "plot_tsa_name"
18363   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18364   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18365   include:
18366     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18367     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18368     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18369     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18370     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18371     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18372   layout:
18373     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18374     layout: "plot-throughput-speedup-analysis"
18375
18376 - type: "plot"
18377   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18378   algorithm: "plot_tsa_name"
18379   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18380   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18381   include:
18382     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18383     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18384     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18385     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18386     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18387     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18388   layout:
18389     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18390     layout: "plot-throughput-speedup-analysis"
18391
18392 - type: "plot"
18393   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18394   algorithm: "plot_tsa_name"
18395   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18396   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18397   include:
18398     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18399     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18400     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18401     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18402     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18403     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18404   layout:
18405     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18406     layout: "plot-throughput-speedup-analysis"
18407
18408 - type: "plot"
18409   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18410   algorithm: "plot_tsa_name"
18411   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18412   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18413   include:
18414     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18415     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18416     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18417     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18418     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18419     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18420   layout:
18421     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18422     layout: "plot-throughput-speedup-analysis"
18423
18424 - type: "plot"
18425   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18426   algorithm: "plot_tsa_name"
18427   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18428   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18429   include:
18430     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18431     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18432     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18433     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18434     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18435     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18436   layout:
18437     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18438     layout: "plot-throughput-speedup-analysis"
18439
18440 - type: "plot"
18441   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18442   algorithm: "plot_tsa_name"
18443   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18444   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18445   include:
18446     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18447     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18448     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18449     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18450     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18451   layout:
18452     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18453     layout: "plot-throughput-speedup-analysis"
18454
18455 - type: "plot"
18456   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18457   algorithm: "plot_tsa_name"
18458   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18459   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18460   include:
18461     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18462     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18463     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18464     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18465     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18466   layout:
18467     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18468     layout: "plot-throughput-speedup-analysis"
18469
18470 - type: "plot"
18471   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18472   algorithm: "plot_tsa_name"
18473   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18474   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18475   include:
18476     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18477     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18478     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18479     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18480     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18481   layout:
18482     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18483     layout: "plot-throughput-speedup-analysis"
18484
18485 - type: "plot"
18486   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18487   algorithm: "plot_tsa_name"
18488   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18489   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18490   include:
18491     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18492     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18493     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18494     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18495     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18496   layout:
18497     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18498     layout: "plot-throughput-speedup-analysis"
18499
18500 - type: "plot"
18501   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18502   algorithm: "plot_tsa_name"
18503   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18504   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18505   include:
18506     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18507     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18508     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18509     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18510     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18511   layout:
18512     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18513     layout: "plot-throughput-speedup-analysis"
18514
18515 - type: "plot"
18516   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18517   algorithm: "plot_tsa_name"
18518   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18519   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18520   include:
18521     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18522     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18523     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18524     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18525     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18526   layout:
18527     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18528     layout: "plot-throughput-speedup-analysis"
18529
18530 - type: "plot"
18531   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18532   algorithm: "plot_tsa_name"
18533   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18534   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18535   include:
18536     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18537     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18538     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18539     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18540     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18541   layout:
18542     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18543     layout: "plot-throughput-speedup-analysis"
18544
18545 - type: "plot"
18546   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18547   algorithm: "plot_tsa_name"
18548   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18549   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18550   include:
18551     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18552     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18553     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18554     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18555     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18556   layout:
18557     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18558     layout: "plot-throughput-speedup-analysis"
18559
18560 - type: "plot"
18561   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18562   algorithm: "plot_tsa_name"
18563   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18564   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18565   include:
18566     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18567     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18568     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18569     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18570     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18571   layout:
18572     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18573     layout: "plot-throughput-speedup-analysis"
18574
18575 - type: "plot"
18576   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18577   algorithm: "plot_tsa_name"
18578   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18579   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18580   include:
18581     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18582     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18583     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18584     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18585     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18586   layout:
18587     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18588     layout: "plot-throughput-speedup-analysis"
18589
18590 - type: "plot"
18591   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18592   algorithm: "plot_tsa_name"
18593   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18594   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18595   include:
18596     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18597     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18598     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18599     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18600     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18601     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18602   layout:
18603     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18604     layout: "plot-throughput-speedup-analysis"
18605
18606 - type: "plot"
18607   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18608   algorithm: "plot_tsa_name"
18609   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18610   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18611   include:
18612     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18613     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18614     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18615     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18616     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18617     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18618   layout:
18619     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18620     layout: "plot-throughput-speedup-analysis"
18621
18622 - type: "plot"
18623   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18624   algorithm: "plot_tsa_name"
18625   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18626   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18627   include:
18628     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18629     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18630     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18631     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18632   layout:
18633     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18634     layout: "plot-throughput-speedup-analysis"
18635
18636 - type: "plot"
18637   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18638   algorithm: "plot_tsa_name"
18639   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18640   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18641   include:
18642     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18643     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18644     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18645     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18646   layout:
18647     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18648     layout: "plot-throughput-speedup-analysis"
18649
18650 - type: "plot"
18651   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18652   algorithm: "plot_tsa_name"
18653   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18654   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18655   include:
18656     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18657     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18658     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18659     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18660     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18661     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18662   layout:
18663     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18664     layout: "plot-throughput-speedup-analysis"
18665
18666 - type: "plot"
18667   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18668   algorithm: "plot_tsa_name"
18669   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18670   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18671   include:
18672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18674     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18675     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18676     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18677     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18678   layout:
18679     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18680     layout: "plot-throughput-speedup-analysis"
18681
18682 - type: "plot"
18683   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18684   algorithm: "plot_tsa_name"
18685   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18686   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18687   include:
18688     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18689     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18690     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18691     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18692   layout:
18693     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18694     layout: "plot-throughput-speedup-analysis"
18695
18696 - type: "plot"
18697   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18698   algorithm: "plot_tsa_name"
18699   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18700   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18701   include:
18702     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18704     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18705     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18706   layout:
18707     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18708     layout: "plot-throughput-speedup-analysis"
18709
18710 - type: "plot"
18711   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18712   algorithm: "plot_tsa_name"
18713   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18714   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18715   include:
18716     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18717     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18718     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18719     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18720     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18721     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18722   layout:
18723     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18724     layout: "plot-throughput-speedup-analysis"
18725
18726 - type: "plot"
18727   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18728   algorithm: "plot_tsa_name"
18729   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18730   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18731   include:
18732     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18733     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18734     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18735     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18736     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18737     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18738   layout:
18739     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18740     layout: "plot-throughput-speedup-analysis"
18741
18742 - type: "plot"
18743   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18744   algorithm: "plot_tsa_name"
18745   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18746   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18747   include:
18748     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18749     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18750     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18751     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18752   layout:
18753     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18754     layout: "plot-throughput-speedup-analysis"
18755
18756 - type: "plot"
18757   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18758   algorithm: "plot_tsa_name"
18759   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18760   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18761   include:
18762     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18763     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18764     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18765     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18766   layout:
18767     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18768     layout: "plot-throughput-speedup-analysis"
18769
18770 - type: "plot"
18771   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18772   algorithm: "plot_tsa_name"
18773   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18774   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18775   include:
18776     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18777     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18778     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18779     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18780     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18781   layout:
18782     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18783     layout: "plot-throughput-speedup-analysis"
18784
18785 - type: "plot"
18786   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18787   algorithm: "plot_tsa_name"
18788   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18789   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18790   include:
18791     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18792     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18793     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18794     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18795     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18796   layout:
18797     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18798     layout: "plot-throughput-speedup-analysis"
18799
18800 - type: "plot"
18801   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18802   algorithm: "plot_tsa_name"
18803   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18804   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18805   include:
18806     - "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"
18807     - "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"
18808     - "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"
18809     - "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"
18810     - "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"
18811   layout:
18812     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18813     layout: "plot-throughput-speedup-analysis"
18814
18815 - type: "plot"
18816   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18817   algorithm: "plot_tsa_name"
18818   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18819   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18820   include:
18821     - "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"
18822     - "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"
18823     - "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"
18824     - "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"
18825     - "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"
18826   layout:
18827     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18828     layout: "plot-throughput-speedup-analysis"
18829
18830 - type: "plot"
18831   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18832   algorithm: "plot_tsa_name"
18833   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18834   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18835   include:
18836     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18837     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18838     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18839     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18840     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18841   layout:
18842     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18843     layout: "plot-throughput-speedup-analysis"
18844
18845 - type: "plot"
18846   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18847   algorithm: "plot_tsa_name"
18848   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18849   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18850   include:
18851     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18852     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18853     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18854     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18855     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18856   layout:
18857     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18858     layout: "plot-throughput-speedup-analysis"
18859
18860 - type: "plot"
18861   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18862   algorithm: "plot_tsa_name"
18863   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18864   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18865   include:
18866     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18867     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18868     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18869     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18870     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18871   layout:
18872     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18873     layout: "plot-throughput-speedup-analysis"
18874
18875 - type: "plot"
18876   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18877   algorithm: "plot_tsa_name"
18878   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18879   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18880   include:
18881     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18882     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18883     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18884     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18885     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18886   layout:
18887     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18888     layout: "plot-throughput-speedup-analysis"
18889
18890 - type: "plot"
18891   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18892   algorithm: "plot_tsa_name"
18893   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18894   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18895   include:
18896     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18897     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18898     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18900   layout:
18901     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18902     layout: "plot-throughput-speedup-analysis"
18903
18904 - type: "plot"
18905   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18906   algorithm: "plot_tsa_name"
18907   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18908   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18909   include:
18910     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18913     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18914   layout:
18915     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18916     layout: "plot-throughput-speedup-analysis"
18917
18918 - type: "plot"
18919   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18920   algorithm: "plot_tsa_name"
18921   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18922   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18923   include:
18924     - "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"
18925     - "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"
18926     - "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"
18927     - "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"
18928   layout:
18929     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18930     layout: "plot-throughput-speedup-analysis"
18931
18932 - type: "plot"
18933   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18934   algorithm: "plot_tsa_name"
18935   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18936   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18937   include:
18938     - "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"
18939     - "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"
18940     - "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"
18941     - "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"
18942   layout:
18943     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
18944     layout: "plot-throughput-speedup-analysis"
18945
18946 - type: "plot"
18947   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18948   algorithm: "plot_tsa_name"
18949   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18950   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18951   include:
18952     - "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"
18953     - "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"
18954     - "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"
18955     - "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"
18956     - "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"
18957     - "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"
18958   layout:
18959     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18960     layout: "plot-throughput-speedup-analysis"
18961
18962 - type: "plot"
18963   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18964   algorithm: "plot_tsa_name"
18965   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18966   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18967   include:
18968     - "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"
18969     - "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"
18970     - "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"
18971     - "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"
18972     - "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"
18973     - "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"
18974   layout:
18975     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18976     layout: "plot-throughput-speedup-analysis"
18977
18978 ################################################################################
18979
18980 # Packet Throughput - DPDK
18981
18982 # 2n-clx-xxv710
18983
18984 - type: "plot"
18985   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18986   algorithm: "plot_perf_box_name"
18987   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18988   data: "plot-dpdk-throughput-latency-2n-clx"
18989   include:
18990     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18991     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18992   layout:
18993     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18994     layout: "plot-throughput"
18995
18996 - type: "plot"
18997   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18998   algorithm: "plot_perf_box_name"
18999   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19000   data: "plot-dpdk-throughput-latency-2n-clx"
19001   include:
19002     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19003     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19004   layout:
19005     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19006     layout: "plot-throughput"
19007
19008 - type: "plot"
19009   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19010   algorithm: "plot_perf_box_name"
19011   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19012   data: "plot-dpdk-throughput-latency-2n-clx"
19013   include:
19014     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19015     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19016   layout:
19017     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19018     layout: "plot-throughput"
19019
19020 - type: "plot"
19021   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19022   algorithm: "plot_perf_box_name"
19023   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19024   data: "plot-dpdk-throughput-latency-2n-clx"
19025   include:
19026     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19027     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19028   layout:
19029     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19030     layout: "plot-throughput"
19031
19032 # 2n-clx-x710
19033
19034 - type: "plot"
19035   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19036   algorithm: "plot_perf_box_name"
19037   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19038   data: "plot-dpdk-throughput-latency-2n-clx"
19039   include:
19040     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19041     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19042   layout:
19043     title: "2n-clx-x710-64b-2t1c-base-ndr"
19044     layout: "plot-throughput"
19045
19046 - type: "plot"
19047   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19048   algorithm: "plot_perf_box_name"
19049   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19050   data: "plot-dpdk-throughput-latency-2n-clx"
19051   include:
19052     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19053     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19054   layout:
19055     title: "2n-clx-x710-64b-4t2c-base-ndr"
19056     layout: "plot-throughput"
19057
19058 - type: "plot"
19059   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19060   algorithm: "plot_perf_box_name"
19061   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19062   data: "plot-dpdk-throughput-latency-2n-clx"
19063   include:
19064     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19065     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19066   layout:
19067     title: "2n-clx-x710-64b-2t1c-base-pdr"
19068     layout: "plot-throughput"
19069
19070 - type: "plot"
19071   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19072   algorithm: "plot_perf_box_name"
19073   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19074   data: "plot-dpdk-throughput-latency-2n-clx"
19075   include:
19076     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19077     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19078   layout:
19079     title: "2n-clx-x710-64b-4t2c-base-pdr"
19080     layout: "plot-throughput"
19081
19082 ################################################################################
19083
19084 - type: "plot"
19085   title: "Latency by percentile: 2n-skx"
19086   algorithm: "plot_hdrh_lat_by_percentile"
19087   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19088   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19089   target-links: "../../_static/vpp"
19090   data: "plot-vpp-hdrh-lat-2n-skx"
19091   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19092   layout:
19093     layout: "plot-hdrh-latency-by-percentile"
19094
19095 - type: "plot"
19096   title: "Latency by percentile: 3n-skx"
19097   algorithm: "plot_hdrh_lat_by_percentile"
19098   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19099   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19100   target-links: "../../_static/vpp"
19101   data: "plot-vpp-hdrh-lat-3n-skx"
19102   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19103   layout:
19104     layout: "plot-hdrh-latency-by-percentile"
19105
19106 - type: "plot"
19107   title: "Latency by percentile: 2n-clx"
19108   algorithm: "plot_hdrh_lat_by_percentile"
19109   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19110   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19111   target-links: "../../_static/vpp"
19112   data: "plot-vpp-hdrh-lat-2n-clx"
19113   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19114   layout:
19115     layout: "plot-hdrh-latency-by-percentile"
19116
19117 - type: "plot"
19118   title: "Latency by percentile: 3n-hsw"
19119   algorithm: "plot_hdrh_lat_by_percentile"
19120   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19121   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19122   target-links: "../../_static/vpp"
19123   data: "plot-vpp-hdrh-lat-3n-hsw"
19124   filter: "'1T1C' and 'NIC_Intel-XL710'"
19125   layout:
19126     layout: "plot-hdrh-latency-by-percentile"
19127
19128 - type: "plot"
19129   title: "Latency by percentile: 3n-tsh"
19130   algorithm: "plot_hdrh_lat_by_percentile"
19131   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19132   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19133   target-links: "../../_static/vpp"
19134   data: "plot-vpp-hdrh-lat-3n-tsh"
19135   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19136   layout:
19137     layout: "plot-hdrh-latency-by-percentile"
19138
19139 - type: "plot"
19140   title: "Latency by percentile: DPDK 2n-skx"
19141   algorithm: "plot_hdrh_lat_by_percentile"
19142   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19143   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19144   target-links: "../../_static/dpdk"
19145   data: "plot-dpdk-hdrh-lat-2n-skx"
19146   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19147   layout:
19148     layout: "plot-hdrh-latency-by-percentile"
19149
19150 - type: "plot"
19151   title: "Latency by percentile: DPDK 3n-skx"
19152   algorithm: "plot_hdrh_lat_by_percentile"
19153   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19154   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19155   target-links: "../../_static/dpdk"
19156   data: "plot-dpdk-hdrh-lat-3n-skx"
19157   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19158   layout:
19159     layout: "plot-hdrh-latency-by-percentile"
19160
19161 - type: "plot"
19162   title: "Latency by percentile: DPDK 2n-clx"
19163   algorithm: "plot_hdrh_lat_by_percentile"
19164   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19165   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19166   target-links: "../../_static/dpdk"
19167   data: "plot-dpdk-hdrh-lat-2n-clx"
19168   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19169   layout:
19170     layout: "plot-hdrh-latency-by-percentile"
19171
19172 - type: "plot"
19173   title: "Latency by percentile: DPDK 3n-hsw"
19174   algorithm: "plot_hdrh_lat_by_percentile"
19175   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19176   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19177   target-links: "../../_static/dpdk"
19178   data: "plot-dpdk-hdrh-lat-3n-hsw"
19179   filter: "'1T1C' and 'NIC_Intel-XL710'"
19180   layout:
19181     layout: "plot-hdrh-latency-by-percentile"
19182
19183 - type: "plot"
19184   title: "Latency by percentile: DPDK 3n-tsh"
19185   algorithm: "plot_hdrh_lat_by_percentile"
19186   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19187   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19188   target-links: "../../_static/dpdk"
19189   data: "plot-dpdk-hdrh-lat-3n-tsh"
19190   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19191   layout:
19192     layout: "plot-hdrh-latency-by-percentile"