Trending: Add NDRPDR trending graphs
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Replacements:
150
151     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
152       csit-vpp-perf-verify-1908-3n-hsw:
153         - 48  # NDRPDR sel vhost
154         - 49  # NDRPDR sel vhost
155         - 52  # NDRPDR sel vhost
156         - 53  # NDRPDR sel vhost
157         - 54  # NDRPDR sel vhost
158         - 55  # NDRPDR sel vhost
159         - 56  # NDRPDR sel vhost
160         - 57  # NDRPDR sel vhost
161         - 58  # NDRPDR sel vhost
162         - 59  # NDRPDR sel vhost
163
164     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
165       csit-vpp-perf-verify-1908-3n-skx:
166         - 52  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
167         - 53  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
168         - 55  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
169         - 61  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
170         - 62  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
171         - 63  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
172         - 64  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
173         - 65  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
174         - 66  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
175         - 67  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
176
177     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
178       csit-vpp-perf-verify-1908-2n-skx:
179         - 88  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
180         - 89  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
181         - 91  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
182         - 92  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
183         - 93  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
184         - 94  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
185         - 95  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
186         - 96  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
187         - 97  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
188         - 98  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
189
190     ###########################################################################
191     # Plots:
192
193     # 3n-hsw
194
195     plot-vpp-throughput-lat-tsa-3n-hsw:
196       csit-vpp-perf-verify-2001-3n-hsw:
197         - 21  # NDRPDR sel
198         - 22  # NDRPDR sel
199         - 23  # NDRPDR sel
200         - 24  # NDRPDR sel
201         - 25  # NDRPDR sel
202         - 29  # NDRPDR sel
203         - 30  # NDRPDR sel
204         - 31  # NDRPDR sel
205         - 32  # NDRPDR sel
206         - 34  # NDRPDR sel
207
208     plot-vpp-hdrh-lat-3n-hsw:
209       csit-vpp-perf-verify-2001-3n-hsw:
210         - 22  # NDRPDR sel
211
212     plot-vpp-nfv-3n-hsw-ndrpdr:
213       csit-vpp-perf-verify-2001-3n-hsw:
214         - 21  # NDRPDR sel
215         - 22  # NDRPDR sel
216         - 23  # NDRPDR sel
217         - 24  # NDRPDR sel
218         - 25  # NDRPDR sel
219         - 29  # NDRPDR sel
220         - 30  # NDRPDR sel
221         - 31  # NDRPDR sel
222         - 32  # NDRPDR sel
223         - 34  # NDRPDR sel
224
225     plot-vpp-nfv-3n-hsw-mrr:
226       csit-vpp-perf-verify-2001-3n-hsw:
227         - 17  # MRR sel
228
229     plot-dpdk-throughput-latency-3n-hsw:
230       csit-dpdk-perf-verify-2001-3n-hsw:
231         - 4   # NDRPDR sel
232         - 5   # NDRPDR sel
233         - 6   # NDRPDR sel
234         - 7   # NDRPDR sel
235         - 8   # NDRPDR sel
236         - 9   # NDRPDR sel
237         - 10  # NDRPDR sel
238         - 11  # NDRPDR sel
239         - 12  # NDRPDR sel
240         - 13  # NDRPDR sel
241         - 15  # NDRPDR sel
242         - 16  # NDRPDR sel
243         - 17  # NDRPDR sel
244         - 18  # NDRPDR sel
245         - 19  # NDRPDR sel
246         - 20  # NDRPDR sel
247         - 21  # NDRPDR sel
248         - 22  # NDRPDR sel
249         - 23  # NDRPDR sel
250         - 24  # NDRPDR sel
251
252     plot-vpp-hoststack-3n-hsw:
253       csit-vpp-perf-verify-2001-3n-hsw:
254         - 103  # hoststack
255         - 104  # hoststack
256         - 105  # hoststack
257         - 106  # hoststack
258         - 107  # hoststack
259         - 108  # hoststack
260         - 109  # hoststack
261         - 110  # hoststack
262         - 111  # hoststack
263         - 112  # hoststack
264
265     plot-dpdk-hdrh-lat-3n-hsw:
266       csit-dpdk-perf-verify-2001-3n-hsw:
267         - 16  # NDRPDR sel
268
269     # 3n-skx
270
271     plot-vpp-throughput-lat-tsa-3n-skx:
272       # TODO: Add the data
273       csit-vpp-perf-verify-2001-3n-skx:
274         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
275         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
276         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
277         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
278         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
279         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
280         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
281
282     plot-vpp-hdrh-lat-3n-skx:
283       csit-vpp-perf-verify-2001-3n-skx:
284         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
285
286     plot-vpp-nfv-3n-skx-ndrpdr:
287       # TODO: Add data
288       csit-vpp-perf-verify-2001-3n-skx:
289         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
290
291     plot-vpp-nfv-3n-skx-mrr:
292       csit-vpp-perf-verify-2001-3n-skx:
293         - 50  # MRR sel
294
295     plot-dpdk-throughput-latency-3n-skx:
296       csit-dpdk-perf-verify-2001-3n-skx:
297         - 29  # NDRPDR sel xxv710
298         - 33  # NDRPDR sel xxv710
299         - 34  # NDRPDR sel xxv710
300         - 35  # NDRPDR sel xxv710
301         - 36  # NDRPDR sel xxv710
302         - 37  # NDRPDR sel xxv710
303         - 41  # NDRPDR sel xxv710
304         - 42  # NDRPDR sel xxv710
305         - 43  # NDRPDR sel xxv710
306         - 45  # NDRPDR sel xxv710
307         - 30  # NDRPDR sel x710
308         - 31  # NDRPDR sel x710
309         - 32  # NDRPDR sel x710
310         - 38  # NDRPDR sel x710
311         - 39  # NDRPDR sel x710
312         - 40  # NDRPDR sel x710
313         - 44  # NDRPDR sel x710
314         - 46  # NDRPDR sel x710
315         - 47  # NDRPDR sel x710
316         - 48  # NDRPDR sel x710
317
318     plot-dpdk-hdrh-lat-3n-skx:
319       csit-dpdk-perf-verify-2001-3n-skx:
320         - 29  # NDRPDR sel xxv710
321
322     # 2n-skx
323
324     plot-vpp-throughput-lat-tsa-2n-skx:
325       csit-vpp-perf-verify-2001-2n-skx:
326         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
327         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
328         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
329         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
330         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
331         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
332         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
333         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
334         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
335         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
336
337     plot-vpp-hdrh-lat-2n-skx:
338       csit-vpp-perf-verify-2001-2n-skx:
339         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
340
341     plot-vpp-http-server-performance:
342       csit-vpp-perf-verify-2001-2n-clx:
343         - 80  # TCP
344         - 82  # TCP
345         - 83  # TCP
346         - 85  # TCP
347         - 86  # TCP
348         - 87  # TCP
349         - 88  # TCP
350         - 89  # TCP
351         - 90  # TCP
352         - 91  # TCP
353
354     plot-vpp-soak-2n-skx:
355       csit-vpp-perf-verify-2001-2n-skx:
356         - 181  # Soak
357         - 182  # Soak
358
359     plot-vpp-nfv-2n-skx-ndrpdr:
360       # TODO: Replace the data
361       csit-vpp-perf-verify-2001-2n-skx:
362         - 30  # NFV
363         - 31  # NFV
364
365     plot-vpp-nfv-2n-skx-mrr:
366       # TODO: Replace the data
367       # csit-vpp-perf-verify-2001-2n-skx:
368       csit-vpp-perf-verify-1908-2n-skx:
369         - 71  # NFV MRR
370
371     plot-vpp-nfv-reconf-2n-skx:
372       csit-vpp-perf-verify-2001-2n-skx:
373         - 169  # Reconf
374         - 171  # Reconf
375         - 172  # Reconf
376         - 173  # Reconf
377         - 174  # Reconf
378         - 175  # Reconf
379         - 176  # Reconf
380         - 177  # Reconf
381         - 178  # Reconf
382         - 179  # Reconf
383
384     plot-dpdk-throughput-latency-2n-skx:
385       csit-dpdk-perf-verify-2001-2n-skx:
386         - 35  # NDRPDR sel xxv710
387         - 36  # NDRPDR sel xxv710
388         - 37  # NDRPDR sel xxv710
389         - 41  # NDRPDR sel xxv710
390         - 42  # NDRPDR sel xxv710
391         - 43  # NDRPDR sel xxv710
392         - 46  # NDRPDR sel xxv710
393         - 47  # NDRPDR sel xxv710
394         - 52  # NDRPDR sel xxv710
395         - 53  # NDRPDR sel xxv710
396         - 38  # NDRPDR sel x710
397         - 39  # NDRPDR sel x710
398         - 40  # NDRPDR sel x710
399         - 44  # NDRPDR sel x710
400         - 45  # NDRPDR sel x710
401         - 48  # NDRPDR sel x710
402         - 49  # NDRPDR sel x710
403         - 50  # NDRPDR sel x710
404         - 51  # NDRPDR sel x710
405         - 54  # NDRPDR sel x710
406
407     plot-dpdk-hdrh-lat-2n-skx:
408       csit-dpdk-perf-verify-2001-2n-skx:
409         - 35  # NDRPDR sel xxv710
410
411     # 2n-clx
412
413     plot-vpp-throughput-lat-tsa-2n-clx:
414       csit-vpp-perf-verify-2001-2n-clx:
415         - 28  # NDRPDR sel
416         - 29  # NDRPDR sel
417         - 32  # NDRPDR sel
418         - 40  # NDRPDR sel
419         - 43  # NDRPDR sel
420         - 44  # NDRPDR sel
421         - 45  # NDRPDR sel
422         - 47  # NDRPDR sel
423         - 48  # NDRPDR sel
424         - 49  # NDRPDR sel
425
426     plot-vpp-hdrh-lat-2n-clx:
427       csit-vpp-perf-verify-2001-2n-clx:
428         - 28  # NDRPDR sel
429
430     plot-vpp-nfv-2n-clx-ndrpdr:
431       csit-vpp-perf-verify-2001-2n-clx:
432         - 28  # NDRPDR sel
433         - 29  # NDRPDR sel
434         - 32  # NDRPDR sel
435         - 40  # NDRPDR sel
436         - 43  # NDRPDR sel
437         - 44  # NDRPDR sel
438         - 45  # NDRPDR sel
439         - 47  # NDRPDR sel
440         - 48  # NDRPDR sel
441         - 49  # NDRPDR sel
442
443     plot-vpp-nfv-2n-clx-mrr:
444       csit-vpp-perf-verify-2001-2n-clx:
445         - 39  # MRR
446
447     plot-vpp-nfv-reconf-2n-clx:
448       csit-vpp-perf-verify-2001-2n-clx:
449         - 68  # Reconf
450         - 69  # Reconf
451         - 70  # Reconf
452         - 71  # Reconf
453         - 72  # Reconf
454         - 73  # Reconf
455         - 74  # Reconf
456         - 75  # Reconf
457         - 76  # Reconf
458         - 77  # Reconf
459
460     plot-vpp-soak-2n-clx:
461       csit-vpp-perf-verify-2001-2n-clx:
462         - 93  # Soak
463         - 94  # Soak
464
465     plot-dpdk-throughput-latency-2n-clx:
466       csit-dpdk-perf-verify-2001-2n-clx:
467         - 15  # NDRPDR sel
468         - 16  # NDRPDR sel
469         - 17  # NDRPDR sel
470         - 18  # NDRPDR sel
471         - 19  # NDRPDR sel
472         - 20  # NDRPDR sel
473         - 21  # NDRPDR sel
474         - 22  # NDRPDR sel
475         - 23  # NDRPDR sel
476         - 24  # NDRPDR sel
477         - 25  # NDRPDR sel
478         - 26  # NDRPDR sel
479         - 27  # NDRPDR sel
480         - 28  # NDRPDR sel
481         - 29  # NDRPDR sel
482         - 30  # NDRPDR sel
483         - 31  # NDRPDR sel
484         - 32  # NDRPDR sel
485         - 33  # NDRPDR sel
486         - 34  # NDRPDR sel
487
488
489     plot-dpdk-hdrh-lat-2n-clx:
490       csit-dpdk-perf-verify-2001-2n-clx:
491         - 15  # NDRPDR sel
492
493     # 3n-tsh
494
495     plot-vpp-throughput-lat-tsa-3n-tsh:
496       csit-vpp-perf-verify-2001-3n-tsh:
497         - 3   # NDRPDR sel
498         - 4   # NDRPDR sel
499         - 7   # NDRPDR sel
500         - 8   # NDRPDR sel
501         - 10  # NDRPDR sel
502         - 12  # NDRPDR sel
503         - 13  # NDRPDR sel
504         - 14  # NDRPDR sel
505         - 15  # NDRPDR sel
506         - 21  # NDRPDR sel
507
508     plot-vpp-hdrh-lat-3n-tsh:
509       csit-vpp-perf-verify-2001-3n-tsh:
510         - 10  # NDRPDR sel
511
512     plot-dpdk-throughput-latency-3n-tsh:
513       csit-dpdk-perf-verify-2001-3n-tsh:
514         - 3   # NDRPDR sel
515         - 4   # NDRPDR sel
516         - 5   # NDRPDR sel
517         - 9   # NDRPDR sel
518         - 10  # NDRPDR sel
519         - 11  # NDRPDR sel
520         - 12  # NDRPDR sel
521         - 14  # NDRPDR sel
522         - 15  # NDRPDR sel
523         - 18  # NDRPDR sel
524
525     plot-dpdk-hdrh-lat-3n-tsh:
526       csit-dpdk-perf-verify-2001-3n-tsh:
527         - 3   # NDRPDR sel
528
529     # 3n-dnv
530
531     plot-vpp-throughput-lat-tsa-3n-dnv:
532       csit-vpp-perf-verify-2001-3n-dnv:
533         - 5   # NDRPDR sel
534         - 6   # NDRPDR sel
535         - 7   # NDRPDR sel
536         - 8   # NDRPDR sel
537         - 9   # NDRPDR sel
538         - 10  # NDRPDR sel
539         - 12  # NDRPDR sel
540         - 16  # NDRPDR sel
541         - 17  # NDRPDR sel
542         - 18  # NDRPDR sel
543
544     plot-dpdk-throughput-latency-3n-dnv:
545       csit-dpdk-perf-verify-2001-3n-dnv:
546         - 12  # NDRPDR sel
547         - 13  # NDRPDR sel
548         - 14  # NDRPDR sel
549         - 15  # NDRPDR sel
550         - 16  # NDRPDR sel
551         - 17  # NDRPDR sel
552         - 18  # NDRPDR sel
553         - 19  # NDRPDR sel
554         - 20  # NDRPDR sel
555         - 22  # NDRPDR sel
556
557     # 2n-dnv
558
559     plot-vpp-throughput-lat-tsa-2n-dnv:
560       csit-vpp-perf-verify-2001-2n-dnv:
561         - 4   # NDRPDR sel
562         - 5   # NDRPDR sel
563         - 6   # NDRPDR sel
564         - 7   # NDRPDR sel
565         - 8   # NDRPDR sel
566         - 9   # NDRPDR sel
567         - 10  # NDRPDR sel
568         - 11  # NDRPDR sel
569         - 13  # NDRPDR sel
570         - 16  # NDRPDR sel
571
572     plot-dpdk-throughput-latency-2n-dnv:
573       csit-dpdk-perf-verify-2001-2n-dnv:
574         - 9   # NDRPDR sel
575         - 10  # NDRPDR sel
576         - 11  # NDRPDR sel
577         - 12  # NDRPDR sel
578         - 13  # NDRPDR sel
579         - 14  # NDRPDR sel
580         - 15  # NDRPDR sel
581         - 16  # NDRPDR sel
582         - 17  # NDRPDR sel
583         - 18  # NDRPDR sel
584
585     ###########################################################################
586     # Simple tables (only one data set):
587
588     # NIC Comparisons
589
590     vpp-nic-comparison-3n-skx:
591       # TODO: Add the data
592       csit-vpp-perf-verify-2001-3n-skx:
593         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
594         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
595         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
596         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
597         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
598         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
599         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
600
601     vpp-nic-comparison-2n-skx:
602       csit-vpp-perf-verify-2001-2n-skx:
603         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
604         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
605         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
606         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
607         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
608         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
609         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
610         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
611         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
612         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
613
614     vpp-nic-comparison-3n-skx-mrr:
615       csit-vpp-perf-verify-2001-3n-skx:
616         - 50  # MRR sel
617         - 53  # MRR sel addition
618
619     vpp-nic-comparison-2n-skx-mrr:
620       csit-vpp-perf-verify-2001-2n-skx:
621         - 101 # MRR sel
622         - 128 # MRR sel addition
623
624     # Results
625
626     vpp-perf-results-3n-hsw:
627       csit-vpp-perf-verify-2001-3n-hsw:
628         - 18  # NDRPDR full
629         - 20  # NDRPDR full
630         - 28  # NDRPDR full
631         - 35  # NDRPDR full
632         - 42  # NDRPDR full
633         - 46  # NDRPDR full
634         - 47  # NDRPDR full
635         - 48  # NDRPDR full
636         - 49  # NDRPDR full
637         - 50  # NDRPDR full
638         - 51  # NDRPDR full
639         - 52  # NDRPDR full
640         - 53  # NDRPDR full
641         - 54  # NDRPDR full
642         - 55  # NDRPDR full
643         - 56  # NDRPDR full
644         - 57  # NDRPDR full
645         - 58  # NDRPDR full
646         - 59  # NDRPDR full
647         - 61  # NDRPDR full
648         - 62  # NDRPDR full
649         - 63  # NDRPDR full
650         - 64  # NDRPDR full
651         - 65  # NDRPDR full
652         - 67  # NDRPDR full
653         - 70  # NDRPDR full
654         - 72  # NDRPDR full
655         - 73  # NDRPDR full
656         - 76  # NDRPDR full
657         - 77  # NDRPDR full
658         - 78  # NDRPDR full
659         - 79  # NDRPDR full
660         - 81  # NDRPDR full
661         - 82  # NDRPDR full
662         - 84  # NDRPDR full
663         - 85  # NDRPDR full
664
665     vpp-perf-results-3n-skx:
666       # TODO: Add data
667       csit-vpp-perf-verify-2001-3n-skx:
668         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
669         - 82  # NDRPDR full - crypto-1
670         - 85  # NDRPDR full - l2-2
671         - 87  # NDRPDR full - ip6-1
672         - 88  # NDRPDR full - ip6-2
673         - 90  # NDRPDR full - memif
674         - 95  # NDRPDR full - l2-1
675         - 96  # NDRPDR full - ip4-2
676         - 97  # NDRPDR full - vhost-1
677
678     vpp-perf-results-2n-skx:
679       csit-vpp-perf-verify-2001-2n-skx:
680         - 155  # NDRPDR full - perf-full-2n-skx-ip4_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
681         - 156  # NDRPDR full - perf-full-2n-skx-ip4_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
682         - 157  # NDRPDR full - perf-full-2n-skx-ip4_III - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
683         - 158  # NDRPDR full - perf-full-2n-skx-ip4_V - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
684         - 159  # NDRPDR full - perf-full-2n-skx-ip4_VIII - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
685         - 160  # NDRPDR full - perf-full-2n-skx-ip4_IX - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
686         - 161  # NDRPDR full - perf-full-2n-skx-ip6_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
687         - 162  # NDRPDR full - perf-full-2n-skx-ip6_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
688         - 163  # NDRPDR full - perf-full-2n-skx-l2_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
689         - 164  # NDRPDR full - perf-full-2n-skx-l2_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
690         - 165  # NDRPDR full - perf-full-2n-skx-memif - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
691         - 166  # NDRPDR full - perf-full-2n-skx-vhost I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
692         - 167  # NDRPDR full - perf-full-2n-skx-vhost II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
693         - 168  # NDRPDR full - perf-full-2n-skx-vts - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
694
695     vpp-perf-results-2n-clx:
696       csit-vpp-perf-verify-2001-2n-clx:
697         - 53  # NDRPDR full
698         - 54  # NDRPDR full
699         - 55  # NDRPDR full
700         - 56  # NDRPDR full
701         - 57  # NDRPDR full
702         - 58  # NDRPDR full
703         - 59  # NDRPDR full
704         - 60  # NDRPDR full
705         - 61  # NDRPDR full
706         - 62  # NDRPDR full
707         - 63  # NDRPDR full
708         - 64  # NDRPDR full
709         - 65  # NDRPDR full
710         - 66  # NDRPDR full
711         - 67  # NDRPDR full
712
713     vpp-perf-results-3n-tsh:
714       csit-vpp-perf-verify-2001-3n-tsh:
715         - 10  # NDRPDR sel
716
717     vpp-perf-results-3n-dnv:
718       csit-vpp-perf-verify-2001-3n-dnv:
719         - 19  # NDRPDR full
720         - 20  # NDRPDR full
721         - 21  # NDRPDR full
722         - 22  # NDRPDR full
723         - 23  # NDRPDR full
724         - 24  # NDRPDR full
725         - 25  # NDRPDR full
726         - 26  # NDRPDR full
727         - 37  # NDRPDR full
728         - 38  # NDRPDR full
729         - 39  # NDRPDR full
730
731     vpp-perf-results-2n-dnv:
732       csit-vpp-perf-verify-2001-2n-dnv:
733         - 21  # NDRPDR full
734         - 22  # NDRPDR full
735         - 25  # NDRPDR full
736         - 26  # NDRPDR full
737         - 27  # NDRPDR full
738         - 28  # NDRPDR full
739
740     vpp-mrr-results-3n-hsw:
741       csit-vpp-perf-verify-2001-3n-hsw:
742         - 17  # MRR sel
743
744     vpp-mrr-results-3n-skx:
745       csit-vpp-perf-verify-2001-3n-skx:
746         - 50  # MRR sel
747         - 53  # MRR sel addition
748
749     vpp-mrr-results-2n-skx:
750       csit-vpp-perf-verify-2001-2n-skx:
751         - 101 # MRR sel
752         - 128 # MRR sel addition
753
754     vpp-mrr-results-2n-clx:
755       csit-vpp-perf-verify-2001-2n-clx:
756         - 39  # MRR
757
758     vpp-mrr-results-3n-tsh:
759       csit-vpp-perf-verify-2001-3n-tsh:
760         - 9   # MRR sel
761
762     vpp-mrr-results-3n-dnv:
763       csit-vpp-perf-verify-2001-3n-dnv:
764         - 11  # MRR sel
765
766     vpp-mrr-results-2n-dnv:
767       csit-vpp-perf-verify-2001-2n-dnv:
768         - 12  # MRR sel
769
770     vpp-device-results-ubuntu:
771       csit-vpp-device-2001-ubuntu1804-1n-skx:
772         - 57
773
774     dpdk-perf-results-3n-hsw:
775       csit-dpdk-perf-verify-2001-3n-hsw:
776         - 25  # NDRPDR full
777         - 26  # NDRPDR full
778
779     dpdk-perf-results-3n-skx:
780       csit-dpdk-perf-verify-2001-3n-skx:
781         - 29  # NDRPDR sel xxv710
782         - 30  # NDRPDR sel x710
783
784     dpdk-perf-results-2n-skx:
785       csit-dpdk-perf-verify-2001-2n-skx:
786         - 35  # NDRPDR sel xxv710
787         - 38  # NDRPDR sel x710
788
789     dpdk-perf-results-2n-clx:
790       csit-dpdk-perf-verify-2001-2n-clx:
791         - 15  # NDRPDR sel
792         - 34  # NDRPDR sel
793
794     dpdk-perf-results-2n-dnv:
795       csit-dpdk-perf-verify-2001-2n-dnv:
796         - 16  # NDRPDR sel
797
798     dpdk-perf-results-3n-dnv:
799       csit-dpdk-perf-verify-2001-3n-dnv:
800         - 12  # NDRPDR sel
801
802     dpdk-perf-results-3n-tsh:
803       csit-dpdk-perf-verify-2001-3n-tsh:
804         - 3   # NDRPDR sel
805
806 ###########################################################################
807     # Tables (more than one data set)
808
809     # Performance changes
810
811     vpp-perf-changes-2n-skx-old1908_0:
812       csit-vpp-perf-verify-1908-2n-skx:
813         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
814         - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
815         - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
816         - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
817         - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
818         - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
819         - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
820         - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
821         - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
822         - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
823     vpp-perf-changes-2n-skx-old1908_1:
824       csit-vpp-perf-verify-1908_1-2n-skx:
825         - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
826         - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
827         - 6   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
828         - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
829         - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
830         - 16  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
831         - 21  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
832         - 23  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
833         - 24  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
834         - 25  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
835     vpp-perf-changes-2n-skx-new1908_1:
836       csit-vpp-perf-verify-1908_1-2n-skx:
837         - 39  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
838         - 40  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
839         - 41  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
840         - 43  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
841         - 44  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
842         - 45  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
843         - 46  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
844         - 47  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
845         - 48  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
846         - 49  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
847     vpp-perf-changes-2n-skx-new1908_2:
848       csit-vpp-perf-verify-1908_2-2n-skx:
849         - 1   # NDRPDR sel
850         - 2   # NDRPDR sel
851         - 3   # NDRPDR sel
852         - 4   # NDRPDR sel
853         - 5   # NDRPDR sel
854         - 6   # NDRPDR sel
855         - 7   # NDRPDR sel
856         - 8   # NDRPDR sel
857         - 9   # NDRPDR sel
858         - 10  # NDRPDR sel
859     vpp-perf-changes-2n-skx-new2001_0:
860       csit-vpp-perf-verify-2001-2n-skx:
861         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
862         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
863         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
864         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
865         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
866         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
867         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
868         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
869         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
870         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
871
872     vpp-perf-changes-3n-skx-old1908_0:
873       csit-vpp-perf-verify-1908-3n-skx:
874         - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
875         - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
876         - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
877         - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
878         - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
879         - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
880         - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
881         - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
882         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
883         - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
884     vpp-perf-changes-3n-skx-old1908_1:
885       csit-vpp-perf-verify-1908_1-3n-skx:
886         - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
887         - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
888         - 7   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
889         - 8   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
890         - 9   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
891         - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
892         - 11  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
893         - 12  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
894         - 13  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
895         - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
896     vpp-perf-changes-3n-skx-new1908_1:
897       csit-vpp-perf-verify-1908_1-3n-skx:
898         - 26  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
899         - 27  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
900         - 28  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
901         - 29  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
902         - 30  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
903         - 31  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
904         - 33  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
905         - 34  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
906         - 35  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
907         - 36  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
908     vpp-perf-changes-3n-skx-new1908_2:
909       csit-vpp-perf-verify-1908_2-3n-skx:
910         - 1   # NDRPDR sel
911         - 2   # NDRPDR sel
912     vpp-perf-changes-3n-skx-new2001_0:
913       csit-vpp-perf-verify-2001-3n-skx:
914         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
915         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
916         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
917         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
918         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
919         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
920         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
921
922     vpp-perf-changes-2n-clx-new1908_1:
923       csit-vpp-perf-verify-1908_1-2n-clx:
924         - 5  # NDRPDR sel
925         - 6  # NDRPDR sel
926         - 7  # NDRPDR sel
927         - 8  # NDRPDR sel
928     vpp-perf-changes-2n-clx-new1908_2:
929       csit-vpp-perf-verify-1908_2-2n-clx:
930         - 4  # NDRPDR sel
931         - 5  # NDRPDR sel
932         - 6  # NDRPDR sel
933         - 7  # NDRPDR sel
934         - 8  # NDRPDR sel
935
936     vpp-performance-changes-3n-hsw-h1:
937       csit-vpp-perf-verify-1904-3n-hsw:
938         - 11  # NDRPDR sel
939         - 12  # NDRPDR sel
940         - 20  # NDRPDR sel
941         - 21  # NDRPDR sel
942         - 23  # NDRPDR sel
943         - 24  # NDRPDR sel
944         - 25  # NDRPDR sel
945         - 26  # NDRPDR sel
946         - 29  # NDRPDR sel
947         - 30  # NDRPDR sel
948     vpp-performance-changes-3n-hsw-ref:
949       csit-vpp-perf-verify-1908-3n-hsw:
950         - 12  # NDRPDR sel
951         - 13  # NDRPDR sel
952         - 14  # NDRPDR sel
953         - 15  # NDRPDR sel
954         - 16  # NDRPDR sel
955         - 17  # NDRPDR sel
956         - 18  # NDRPDR sel
957         - 19  # NDRPDR sel
958         - 20  # NDRPDR sel
959         - 21  # NDRPDR sel
960     vpp-performance-changes-3n-hsw-cmp:
961       csit-vpp-perf-verify-2001-3n-hsw:
962         - 21  # NDRPDR sel
963         - 22  # NDRPDR sel
964         - 23  # NDRPDR sel
965         - 24  # NDRPDR sel
966         - 25  # NDRPDR sel
967         - 29  # NDRPDR sel
968         - 30  # NDRPDR sel
969         - 31  # NDRPDR sel
970         - 32  # NDRPDR sel
971         - 34  # NDRPDR sel
972
973     vpp-performance-changes-3n-skx-h1:
974       csit-vpp-perf-verify-1904-3n-skx:
975         - 8   # NDRPDR sel
976         - 9   # NDRPDR sel
977         - 10  # NDRPDR sel
978         - 11  # NDRPDR sel
979         - 12  # NDRPDR sel
980         - 14  # NDRPDR sel
981         - 16  # NDRPDR sel
982         - 21  # NDRPDR sel
983         - 23  # NDRPDR sel
984         - 25  # NDRPDR sel
985     vpp-performance-changes-3n-skx-ref:
986       csit-vpp-perf-verify-1908-3n-skx:
987         - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
988         - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
989         - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
990         - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
991         - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
992         - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
993         - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
994         - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
995         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
996         - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
997     vpp-performance-changes-3n-skx-cmp:
998       # TODO: Add the data
999       csit-vpp-perf-verify-2001-3n-skx:
1000         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1001         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1002         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1003         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1004         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1005         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1006         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1007
1008     vpp-performance-changes-2n-skx-h1:
1009       csit-vpp-perf-verify-1904-2n-skx:
1010         - 12  # NDRPDR sel
1011         - 14  # NDRPDR sel
1012         - 16  # NDRPDR sel
1013         - 17  # NDRPDR sel
1014         - 18  # NDRPDR sel
1015         - 21  # NDRPDR sel
1016         - 27  # NDRPDR sel
1017         - 30  # NDRPDR sel
1018         - 31  # NDRPDR sel
1019         - 32  # NDRPDR sel
1020     vpp-performance-changes-2n-skx-ref:
1021       csit-vpp-perf-verify-1908-2n-skx:
1022         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
1023         - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
1024         - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
1025         - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
1026         - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
1027         - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
1028         - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
1029         - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
1030         - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
1031         - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
1032     vpp-performance-changes-2n-skx-cmp:
1033       csit-vpp-perf-verify-2001-2n-skx:
1034         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1035         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1036         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1037         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1038         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1039         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1040         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1041         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1042         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1043         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1044
1045     vpp-performance-changes-nfv-2n-skx-ref:
1046       csit-vpp-perf-verify-1908-2n-skx:
1047         - 22  # NFV
1048         - 31  # NFV
1049         - 32  # NFV
1050     vpp-performance-changes-nfv-2n-skx-cmp:
1051       # TODO: Add the data
1052       csit-vpp-perf-verify-2001-2n-skx:
1053         - 30  # NFV
1054         - 31  # NFV
1055
1056     vpp-performance-changes-2n-dnv-ref:
1057       csit-vpp-perf-verify-1908-2n-dnv:
1058         - 1   # NDRPDR sel
1059         - 2   # NDRPDR sel
1060         - 3   # NDRPDR sel
1061         - 4   # NDRPDR sel
1062         - 5   # NDRPDR sel
1063         - 6   # NDRPDR sel
1064         - 7   # NDRPDR sel
1065         - 8   # NDRPDR sel
1066         - 9   # NDRPDR sel
1067         - 10  # NDRPDR sel
1068     vpp-performance-changes-2n-dnv-cmp:
1069       csit-vpp-perf-verify-2001-2n-dnv:
1070         - 4   # NDRPDR sel
1071         - 5   # NDRPDR sel
1072         - 6   # NDRPDR sel
1073         - 7   # NDRPDR sel
1074         - 8   # NDRPDR sel
1075         - 9   # NDRPDR sel
1076         - 10  # NDRPDR sel
1077         - 11  # NDRPDR sel
1078         - 13  # NDRPDR sel
1079         - 16  # NDRPDR sel
1080
1081     vpp-performance-changes-3n-dnv-ref:
1082       csit-vpp-perf-verify-1908-3n-dnv:
1083         - 6   # NDRPDR sel
1084         - 7   # NDRPDR sel
1085         - 8   # NDRPDR sel
1086         - 9   # NDRPDR sel
1087         - 10  # NDRPDR sel
1088         - 12  # NDRPDR sel
1089         - 13  # NDRPDR sel
1090         - 14  # NDRPDR sel
1091         - 15  # NDRPDR sel
1092         - 16  # NDRPDR sel
1093     vpp-performance-changes-3n-dnv-cmp:
1094       csit-vpp-perf-verify-2001-3n-dnv:
1095         - 5   # NDRPDR sel
1096         - 6   # NDRPDR sel
1097         - 7   # NDRPDR sel
1098         - 8   # NDRPDR sel
1099         - 9   # NDRPDR sel
1100         - 10  # NDRPDR sel
1101         - 12  # NDRPDR sel
1102         - 16  # NDRPDR sel
1103         - 17  # NDRPDR sel
1104         - 18  # NDRPDR sel
1105
1106     vpp-performance-changes-3n-tsh-ref:
1107       csit-vpp-perf-verify-1908-3n-tsh:
1108         - 7   # NDRPDR sel
1109         - 8   # NDRPDR sel
1110         - 9   # NDRPDR sel
1111         - 10  # NDRPDR sel
1112         - 11  # NDRPDR sel
1113         - 12  # NDRPDR sel
1114         - 13  # NDRPDR sel
1115         - 14  # NDRPDR sel
1116         - 15  # NDRPDR sel
1117         - 16  # NDRPDR sel
1118     vpp-performance-changes-3n-tsh-cmp:
1119       csit-vpp-perf-verify-2001-3n-tsh:
1120         - 3   # NDRPDR sel
1121         - 4   # NDRPDR sel
1122         - 7   # NDRPDR sel
1123         - 8   # NDRPDR sel
1124         - 10  # NDRPDR sel
1125         - 12  # NDRPDR sel
1126         - 13  # NDRPDR sel
1127         - 14  # NDRPDR sel
1128         - 15  # NDRPDR sel
1129         - 21  # NDRPDR sel
1130
1131     vpp-soak-vs-ndr-2n-skx-ref:
1132       csit-vpp-perf-verify-2001-2n-skx:
1133         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1134         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1135         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1136         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1137         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1138         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1139         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1140         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1141         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1142         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1143     vpp-soak-vs-ndr-2n-skx-cmp:
1144       csit-vpp-perf-verify-2001-2n-skx:
1145         - 181  # Soak
1146         - 182  # Soak
1147     vpp-soak-vs-ndr-2n-skx:
1148       csit-vpp-perf-verify-2001-2n-skx:
1149         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1150         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1151         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1152         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1153         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1154         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1155         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1156         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1157         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1158         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1159         - 181  # Soak
1160         - 182  # Soak
1161
1162     vpp-soak-vs-ndr-2n-clx-ref:
1163       csit-vpp-perf-verify-2001-2n-clx:
1164         - 28  # NDRPDR sel
1165         - 29  # NDRPDR sel
1166         - 32  # NDRPDR sel
1167         - 40  # NDRPDR sel
1168         - 43  # NDRPDR sel
1169         - 44  # NDRPDR sel
1170         - 45  # NDRPDR sel
1171         - 47  # NDRPDR sel
1172         - 48  # NDRPDR sel
1173         - 49  # NDRPDR sel
1174     vpp-soak-vs-ndr-2n-clx-cmp:
1175       csit-vpp-perf-verify-2001-2n-clx:
1176         - 93  # SOAK
1177         - 94  # Soak
1178     vpp-soak-vs-ndr-2n-clx:
1179       csit-vpp-perf-verify-2001-2n-clx:
1180         - 28  # NDRPDR sel
1181         - 29  # NDRPDR sel
1182         - 32  # NDRPDR sel
1183         - 40  # NDRPDR sel
1184         - 43  # NDRPDR sel
1185         - 44  # NDRPDR sel
1186         - 45  # NDRPDR sel
1187         - 47  # NDRPDR sel
1188         - 48  # NDRPDR sel
1189         - 49  # NDRPDR sel
1190         - 93  # SOAK
1191         - 94  # Soak
1192
1193     vpp-performance-changes-3n-hsw-mrr-h1:
1194       csit-vpp-perf-verify-1904-3n-hsw:
1195         - 9   # MRR sel
1196     vpp-performance-changes-3n-hsw-mrr-ref:
1197       csit-vpp-perf-verify-1908-3n-hsw:
1198         - 39  # MRR sel
1199     vpp-performance-changes-3n-hsw-mrr-cmp:
1200       csit-vpp-perf-verify-2001-3n-hsw:
1201         - 17  # MRR sel
1202
1203     vpp-performance-changes-3n-skx-mrr-h1:
1204       csit-vpp-perf-verify-1904-3n-skx:
1205         - 7   # MRR sel
1206     vpp-performance-changes-3n-skx-mrr-ref:
1207       csit-vpp-perf-verify-1908-3n-skx:
1208         - 36  # MRR sel
1209     vpp-performance-changes-3n-skx-mrr-cmp:
1210       csit-vpp-perf-verify-2001-3n-skx:
1211         - 50  # MRR sel
1212         - 53  # MRR sel addition
1213
1214     vpp-performance-changes-2n-skx-mrr-h1:
1215       csit-vpp-perf-verify-1904-2n-skx:
1216         - 11  # MRR sel
1217     vpp-performance-changes-2n-skx-mrr-ref:
1218       csit-vpp-perf-verify-1908-2n-skx:
1219         - 69  # MRR sel
1220     vpp-performance-changes-2n-skx-mrr-cmp:
1221       csit-vpp-perf-verify-2001-2n-skx:
1222         - 101 # MRR sel
1223         - 128 # MRR sel addition
1224
1225     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1226       csit-vpp-perf-verify-1908-2n-skx:
1227         - 71  # NFV MRR
1228     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1229       # TODO: Replace
1230       # csit-vpp-perf-verify-2001-2n-skx:
1231       csit-vpp-perf-verify-1908-2n-skx:
1232         - 71  # NFV MRR
1233
1234     vpp-performance-changes-2n-dnv-mrr-ref:
1235       csit-vpp-perf-verify-1908-2n-dnv:
1236         - 11  # MRR sel
1237     vpp-performance-changes-2n-dnv-mrr-cmp:
1238       csit-vpp-perf-verify-2001-2n-dnv:
1239         - 12  # MRR sel
1240
1241     vpp-performance-changes-3n-dnv-mrr-ref:
1242       csit-vpp-perf-verify-1908-3n-dnv:
1243         - 17  # MRR sel
1244     vpp-performance-changes-3n-dnv-mrr-cmp:
1245       csit-vpp-perf-verify-2001-3n-dnv:
1246         - 11  # MRR sel
1247
1248     vpp-performance-changes-3n-tsh-mrr-ref:
1249       csit-vpp-perf-verify-1908-3n-tsh:
1250         - 17  # MRR sel
1251     vpp-performance-changes-3n-tsh-mrr-cmp:
1252       csit-vpp-perf-verify-2001-3n-tsh:
1253         - 9   # MRR sel
1254
1255     dpdk-performance-changes-3n-hsw-h1:
1256       csit-dpdk-perf-verify-1904-3n-hsw:
1257         - 2   # NDRPDR sel
1258         - 3   # NDRPDR sel
1259         - 5   # NDRPDR sel
1260         - 6   # NDRPDR sel
1261         - 13  # NDRPDR sel
1262         - 14  # NDRPDR sel
1263         - 15  # NDRPDR sel
1264         - 18  # NDRPDR sel
1265         - 19  # NDRPDR sel
1266         - 20  # NDRPDR sel
1267     dpdk-performance-changes-3n-hsw-ref:
1268       csit-dpdk-perf-verify-1908-3n-hsw:
1269         - 2   # NDRPDR sel
1270         - 3   # NDRPDR sel
1271         - 4   # NDRPDR sel
1272         - 5   # NDRPDR sel
1273         - 6   # NDRPDR sel
1274         - 7   # NDRPDR sel
1275         - 8   # NDRPDR sel
1276         - 9   # NDRPDR sel
1277         - 10  # NDRPDR sel
1278         - 11  # NDRPDR sel
1279     dpdk-performance-changes-3n-hsw-cmp:
1280       csit-dpdk-perf-verify-2001-3n-hsw:
1281 #        - 4   # NDRPDR sel
1282 #        - 5   # NDRPDR sel
1283 #        - 6   # NDRPDR sel
1284 #        - 7   # NDRPDR sel
1285 #        - 8   # NDRPDR sel
1286 #        - 9   # NDRPDR sel
1287 #        - 10  # NDRPDR sel
1288 #        - 11  # NDRPDR sel
1289 #        - 12  # NDRPDR sel
1290 #        - 13  # NDRPDR sel
1291         - 15  # NDRPDR sel
1292         - 16  # NDRPDR sel
1293         - 17  # NDRPDR sel
1294         - 18  # NDRPDR sel
1295         - 19  # NDRPDR sel
1296         - 20  # NDRPDR sel
1297         - 21  # NDRPDR sel
1298         - 22  # NDRPDR sel
1299         - 23  # NDRPDR sel
1300         - 24  # NDRPDR sel
1301
1302     dpdk-performance-changes-3n-skx-h1:
1303       csit-dpdk-perf-verify-1904-3n-skx:
1304         - 2   # NDRPDR sel
1305         - 3   # NDRPDR sel
1306         - 4   # NDRPDR sel
1307         - 5   # NDRPDR sel
1308         - 6   # NDRPDR sel
1309         - 7   # NDRPDR sel
1310         - 11  # NDRPDR sel
1311         - 12  # NDRPDR sel
1312         - 13  # NDRPDR sel
1313         - 14  # NDRPDR sel
1314     dpdk-performance-changes-3n-skx-ref:
1315       csit-dpdk-perf-verify-1908-3n-skx:
1316         - 3   # NDRPDR sel
1317         - 4   # NDRPDR sel
1318         - 5   # NDRPDR sel
1319         - 6   # NDRPDR sel
1320         - 7   # NDRPDR sel
1321         - 8   # NDRPDR sel
1322         - 9   # NDRPDR sel
1323         - 10  # NDRPDR sel
1324         - 11  # NDRPDR sel
1325         - 12  # NDRPDR sel
1326     dpdk-performance-changes-3n-skx-cmp:
1327       csit-dpdk-perf-verify-2001-3n-skx:
1328         - 29  # NDRPDR sel xxv710
1329         - 33  # NDRPDR sel xxv710
1330         - 34  # NDRPDR sel xxv710
1331         - 35  # NDRPDR sel xxv710
1332         - 36  # NDRPDR sel xxv710
1333         - 37  # NDRPDR sel xxv710
1334         - 41  # NDRPDR sel xxv710
1335         - 42  # NDRPDR sel xxv710
1336         - 43  # NDRPDR sel xxv710
1337         - 45  # NDRPDR sel xxv710
1338         - 30  # NDRPDR sel x710
1339         - 31  # NDRPDR sel x710
1340         - 32  # NDRPDR sel x710
1341         - 38  # NDRPDR sel x710
1342         - 39  # NDRPDR sel x710
1343         - 40  # NDRPDR sel x710
1344         - 44  # NDRPDR sel x710
1345         - 46  # NDRPDR sel x710
1346         - 47  # NDRPDR sel x710
1347         - 48  # NDRPDR sel x710
1348
1349     dpdk-performance-changes-2n-skx-h1:
1350       csit-dpdk-perf-verify-1904-2n-skx:
1351         - 2   # NDRPDR sel
1352         - 3   # NDRPDR sel
1353         - 4   # NDRPDR sel
1354         - 5   # NDRPDR sel
1355         - 7   # NDRPDR sel
1356         - 8   # NDRPDR sel
1357         - 9   # NDRPDR sel
1358         - 10  # NDRPDR sel
1359         - 11  # NDRPDR sel
1360         - 12  # NDRPDR sel
1361     dpdk-performance-changes-2n-skx-ref:
1362       csit-dpdk-perf-verify-1908-2n-skx:
1363         - 2   # NDRPDR sel
1364         - 3   # NDRPDR sel
1365         - 4   # NDRPDR sel
1366         - 5   # NDRPDR sel
1367         - 7   # NDRPDR sel
1368         - 8   # NDRPDR sel
1369         - 9   # NDRPDR sel
1370         - 10  # NDRPDR sel
1371         - 11  # NDRPDR sel
1372         - 12  # NDRPDR sel
1373     dpdk-performance-changes-2n-skx-cmp:
1374       csit-dpdk-perf-verify-2001-2n-skx:
1375         - 35  # NDRPDR sel xxv710
1376         - 36  # NDRPDR sel xxv710
1377         - 37  # NDRPDR sel xxv710
1378         - 41  # NDRPDR sel xxv710
1379         - 42  # NDRPDR sel xxv710
1380         - 43  # NDRPDR sel xxv710
1381         - 46  # NDRPDR sel xxv710
1382         - 47  # NDRPDR sel xxv710
1383         - 52  # NDRPDR sel xxv710
1384         - 53  # NDRPDR sel xxv710
1385         - 38  # NDRPDR sel x710
1386         - 39  # NDRPDR sel x710
1387         - 40  # NDRPDR sel x710
1388         - 44  # NDRPDR sel x710
1389         - 45  # NDRPDR sel x710
1390         - 48  # NDRPDR sel x710
1391         - 49  # NDRPDR sel x710
1392         - 50  # NDRPDR sel x710
1393         - 51  # NDRPDR sel x710
1394         - 54  # NDRPDR sel x710
1395
1396     # Compare testbeds
1397
1398     vpp-compare-testbeds-ref:
1399       csit-vpp-perf-verify-2001-3n-hsw:
1400         - 21  # NDRPDR sel
1401         - 22  # NDRPDR sel
1402         - 23  # NDRPDR sel
1403         - 24  # NDRPDR sel
1404         - 25  # NDRPDR sel
1405         - 29  # NDRPDR sel
1406         - 30  # NDRPDR sel
1407         - 31  # NDRPDR sel
1408         - 32  # NDRPDR sel
1409         - 34  # NDRPDR sel
1410     vpp-compare-testbeds-cmp:
1411       # TODO: Add the data
1412       csit-vpp-perf-verify-2001-3n-skx:
1413         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1414         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1415         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1416         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1417         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1418         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1419         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1420
1421     vpp-compare-testbeds-skx-clx-ref:
1422       csit-vpp-perf-verify-2001-2n-skx:
1423         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1424         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1425         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1426         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1427         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1428         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1429         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1430         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1431         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1432         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1433     vpp-compare-testbeds-skx-clx-cmp:
1434       csit-vpp-perf-verify-2001-2n-clx:
1435         - 28  # NDRPDR sel
1436         - 29  # NDRPDR sel
1437         - 32  # NDRPDR sel
1438         - 40  # NDRPDR sel
1439         - 43  # NDRPDR sel
1440         - 44  # NDRPDR sel
1441         - 45  # NDRPDR sel
1442         - 47  # NDRPDR sel
1443         - 48  # NDRPDR sel
1444         - 49  # NDRPDR sel
1445
1446     vpp-compare-testbeds-hsw-clx-ref:
1447       csit-vpp-perf-verify-2001-3n-hsw:
1448         - 21  # NDRPDR sel
1449         - 22  # NDRPDR sel
1450         - 23  # NDRPDR sel
1451         - 24  # NDRPDR sel
1452         - 25  # NDRPDR sel
1453         - 29  # NDRPDR sel
1454         - 30  # NDRPDR sel
1455         - 31  # NDRPDR sel
1456         - 32  # NDRPDR sel
1457         - 34  # NDRPDR sel
1458     vpp-compare-testbeds-hsw-clx-cmp:
1459       csit-vpp-perf-verify-2001-2n-clx:
1460         - 28  # NDRPDR sel
1461         - 29  # NDRPDR sel
1462         - 32  # NDRPDR sel
1463         - 40  # NDRPDR sel
1464         - 43  # NDRPDR sel
1465         - 44  # NDRPDR sel
1466         - 45  # NDRPDR sel
1467         - 47  # NDRPDR sel
1468         - 48  # NDRPDR sel
1469         - 49  # NDRPDR sel
1470
1471     vpp-compare-testbeds-mrr-ref:
1472       csit-vpp-perf-verify-2001-3n-hsw:
1473         - 17  # MRR sel
1474     vpp-compare-testbeds-mrr-cmp:
1475       csit-vpp-perf-verify-2001-3n-skx:
1476         - 50  # MRR sel
1477         - 53  # MRR sel addition
1478
1479     vpp-compare-testbeds-mrr-skx-clx-ref:
1480       csit-vpp-perf-verify-2001-2n-skx:
1481         - 101 # MRR sel
1482         - 128 # MRR sel addition
1483     vpp-compare-testbeds-mrr-skx-clx-cmp:
1484       csit-vpp-perf-verify-2001-2n-clx:
1485         - 39  # MRR
1486
1487     vpp-compare-testbeds-mrr-hsw-clx-ref:
1488       csit-vpp-perf-verify-2001-3n-hsw:
1489         - 17  # MRR sel
1490     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1491       csit-vpp-perf-verify-2001-2n-clx:
1492         - 39  # MRR
1493
1494     dpdk-compare-testbeds-ref:
1495       csit-dpdk-perf-verify-2001-3n-hsw:
1496         - 4   # NDRPDR sel
1497         - 5   # NDRPDR sel
1498         - 6   # NDRPDR sel
1499         - 7   # NDRPDR sel
1500         - 8   # NDRPDR sel
1501         - 9   # NDRPDR sel
1502         - 10  # NDRPDR sel
1503         - 11  # NDRPDR sel
1504         - 12  # NDRPDR sel
1505         - 13  # NDRPDR sel
1506         - 15  # NDRPDR sel
1507         - 16  # NDRPDR sel
1508         - 17  # NDRPDR sel
1509         - 18  # NDRPDR sel
1510         - 19  # NDRPDR sel
1511         - 20  # NDRPDR sel
1512         - 21  # NDRPDR sel
1513         - 22  # NDRPDR sel
1514         - 23  # NDRPDR sel
1515         - 24  # NDRPDR sel
1516     dpdk-compare-testbeds-cmp:
1517       csit-dpdk-perf-verify-2001-3n-skx:
1518         - 29  # NDRPDR sel xxv710
1519         - 33  # NDRPDR sel xxv710
1520         - 34  # NDRPDR sel xxv710
1521         - 35  # NDRPDR sel xxv710
1522         - 36  # NDRPDR sel xxv710
1523         - 37  # NDRPDR sel xxv710
1524         - 41  # NDRPDR sel xxv710
1525         - 42  # NDRPDR sel xxv710
1526         - 43  # NDRPDR sel xxv710
1527         - 45  # NDRPDR sel xxv710
1528         - 30  # NDRPDR sel x710
1529         - 31  # NDRPDR sel x710
1530         - 32  # NDRPDR sel x710
1531         - 38  # NDRPDR sel x710
1532         - 39  # NDRPDR sel x710
1533         - 40  # NDRPDR sel x710
1534         - 44  # NDRPDR sel x710
1535         - 46  # NDRPDR sel x710
1536         - 47  # NDRPDR sel x710
1537         - 48  # NDRPDR sel x710
1538
1539     dpdk-compare-testbeds-skx-clx-ref:
1540       csit-dpdk-perf-verify-2001-2n-skx:
1541         - 35  # NDRPDR sel xxv710
1542         - 36  # NDRPDR sel xxv710
1543         - 37  # NDRPDR sel xxv710
1544         - 41  # NDRPDR sel xxv710
1545         - 42  # NDRPDR sel xxv710
1546         - 43  # NDRPDR sel xxv710
1547         - 46  # NDRPDR sel xxv710
1548         - 47  # NDRPDR sel xxv710
1549         - 52  # NDRPDR sel xxv710
1550         - 53  # NDRPDR sel xxv710
1551         - 38  # NDRPDR sel x710
1552         - 39  # NDRPDR sel x710
1553         - 40  # NDRPDR sel x710
1554         - 44  # NDRPDR sel x710
1555         - 45  # NDRPDR sel x710
1556         - 48  # NDRPDR sel x710
1557         - 49  # NDRPDR sel x710
1558         - 50  # NDRPDR sel x710
1559         - 51  # NDRPDR sel x710
1560         - 54  # NDRPDR sel x710
1561     dpdk-compare-testbeds-skx-clx-cmp:
1562       csit-dpdk-perf-verify-2001-2n-clx:
1563         - 15  # NDRPDR sel
1564         - 16  # NDRPDR sel
1565         - 17  # NDRPDR sel
1566         - 18  # NDRPDR sel
1567         - 19  # NDRPDR sel
1568         - 20  # NDRPDR sel
1569         - 21  # NDRPDR sel
1570         - 22  # NDRPDR sel
1571         - 23  # NDRPDR sel
1572         - 24  # NDRPDR sel
1573         - 25  # NDRPDR sel
1574         - 26  # NDRPDR sel
1575         - 27  # NDRPDR sel
1576         - 28  # NDRPDR sel
1577         - 29  # NDRPDR sel
1578         - 30  # NDRPDR sel
1579         - 31  # NDRPDR sel
1580         - 32  # NDRPDR sel
1581         - 33  # NDRPDR sel
1582         - 34  # NDRPDR sel
1583
1584     # Compare topologies
1585
1586     vpp-compare-topologies-ref:
1587       # TODO: Add the data
1588       csit-vpp-perf-verify-2001-3n-skx:
1589         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1590         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1591         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1592         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1593         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1594         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1595         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1596     vpp-compare-topologies-cmp:
1597       csit-vpp-perf-verify-2001-2n-skx:
1598         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1599         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1600         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1601         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1602         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1603         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1604         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1605         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1606         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1607         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1608
1609     vpp-compare-topologies-mrr-ref:
1610       csit-vpp-perf-verify-2001-3n-skx:
1611         - 50  # MRR sel
1612         - 53  # MRR sel addition
1613     vpp-compare-topologies-mrr-cmp:
1614       csit-vpp-perf-verify-2001-2n-skx:
1615         - 101 # MRR sel
1616         - 128 # MRR sel addition
1617
1618     dpdk-compare-topologies-ref:
1619       csit-dpdk-perf-verify-2001-3n-skx:
1620         - 29  # NDRPDR sel xxv710
1621         - 33  # NDRPDR sel xxv710
1622         - 34  # NDRPDR sel xxv710
1623         - 35  # NDRPDR sel xxv710
1624         - 36  # NDRPDR sel xxv710
1625         - 37  # NDRPDR sel xxv710
1626         - 41  # NDRPDR sel xxv710
1627         - 42  # NDRPDR sel xxv710
1628         - 43  # NDRPDR sel xxv710
1629         - 45  # NDRPDR sel xxv710
1630         - 30  # NDRPDR sel x710
1631         - 31  # NDRPDR sel x710
1632         - 32  # NDRPDR sel x710
1633         - 38  # NDRPDR sel x710
1634         - 39  # NDRPDR sel x710
1635         - 40  # NDRPDR sel x710
1636         - 44  # NDRPDR sel x710
1637         - 46  # NDRPDR sel x710
1638         - 47  # NDRPDR sel x710
1639         - 48  # NDRPDR sel x710
1640     dpdk-compare-topologies-cmp:
1641       csit-dpdk-perf-verify-2001-2n-skx:
1642         - 35  # NDRPDR sel xxv710
1643         - 36  # NDRPDR sel xxv710
1644         - 37  # NDRPDR sel xxv710
1645         - 41  # NDRPDR sel xxv710
1646         - 42  # NDRPDR sel xxv710
1647         - 43  # NDRPDR sel xxv710
1648         - 46  # NDRPDR sel xxv710
1649         - 47  # NDRPDR sel xxv710
1650         - 52  # NDRPDR sel xxv710
1651         - 53  # NDRPDR sel xxv710
1652         - 38  # NDRPDR sel x710
1653         - 39  # NDRPDR sel x710
1654         - 40  # NDRPDR sel x710
1655         - 44  # NDRPDR sel x710
1656         - 45  # NDRPDR sel x710
1657         - 48  # NDRPDR sel x710
1658         - 49  # NDRPDR sel x710
1659         - 50  # NDRPDR sel x710
1660         - 51  # NDRPDR sel x710
1661         - 54  # NDRPDR sel x710
1662
1663   plot-layouts:
1664
1665     plot-soak-throughput:
1666       titlefont:
1667         size: 18
1668       xaxis:
1669         title: "<b>Test Cases [Index]</b>"
1670         titlefont:
1671           size: 16
1672         autorange: True
1673         fixedrange: False
1674         gridcolor: "rgb(230, 230, 230)"
1675         linecolor: "rgb(220, 220, 220)"
1676         linewidth: 1
1677         showgrid: True
1678         showline: True
1679         showticklabels: True
1680         tickcolor: "rgb(220, 220, 220)"
1681         tickmode: "linear"
1682         tickfont:
1683           size: 16
1684         zeroline: False
1685       yaxis:
1686         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1687         titlefont:
1688           size: 16
1689         gridcolor: "rgb(230, 230, 230)"
1690         hoverformat: ".4r"
1691         tickformat: ".3r"
1692         linecolor: "rgb(220, 220, 220)"
1693         linewidth: 1
1694         showgrid: True
1695         showline: True
1696         showticklabels: True
1697         tickcolor: "rgb(220, 220, 220)"
1698         tickfont:
1699           size: 16
1700         zeroline: False
1701         range: [0,50]
1702       autosize: False
1703       margin:
1704         t: 50
1705         b: 0
1706         l: 80
1707         r: 20
1708       showlegend: True
1709       legend:
1710         orientation: "h"
1711         font:
1712           size: 16
1713       width: 700
1714       height: 900
1715       paper_bgcolor: "#fff"
1716       plot_bgcolor: "#fff"
1717       hoverlabel:
1718         namelength: -1
1719
1720     plot-service-density:
1721       titlefont:
1722         size: 18
1723       xaxis:
1724         side: "top"
1725         autorange: True
1726         fixedrange: False
1727         showgrid: False
1728         showline: False
1729         showticklabels: False
1730         ticks: ""
1731         ticklen: 0
1732         tickwidth: 0
1733         zeroline: False
1734       yaxis:
1735         autorange: "reversed"
1736         showgrid: False
1737         showline: False
1738         showticklabels: False
1739         ticks: ""
1740         ticklen: 0
1741         tickwidth: 0
1742         zeroline: False
1743       showlegend: False
1744       paper_bgcolor: "#fff"
1745       plot_bgcolor: "#fff"
1746       width: 700
1747       height: 700
1748       hoverlabel:
1749         namelength: -1
1750
1751     plot-cps:
1752       titlefont:
1753         size: 18
1754       xaxis:
1755         title: "<b>Test Cases [Index]</b>"
1756         titlefont:
1757           size: 16
1758         autorange: True
1759         fixedrange: False
1760         gridcolor: "rgb(230, 230, 230)"
1761         linecolor: "rgb(220, 220, 220)"
1762         linewidth: 1
1763         showgrid: True
1764         showline: True
1765         showticklabels: True
1766         tickcolor: "rgb(220, 220, 220)"
1767         tickmode: "linear"
1768         tickfont:
1769           size: 16
1770         zeroline: False
1771       yaxis:
1772         title: "<b>Connections Per Second [cps]</b>"
1773         titlefont:
1774           size: 16
1775         gridcolor: "rgb(230, 230, 230)"
1776         hoverformat: ".4s"
1777         linecolor: "rgb(220, 220, 220)"
1778         linewidth: 1
1779         rangemode: "tozero"
1780         showgrid: True
1781         showline: True
1782         showticklabels: True
1783         tickcolor: "rgb(220, 220, 220)"
1784         tickformat: ".3s"
1785         tickfont:
1786           size: 16
1787         zeroline: False
1788       boxmode: "group"
1789       boxgroupgap: 0.5
1790       autosize: False
1791       margin:
1792         t: 50
1793         b: 20
1794         l: 80
1795         r: 20
1796       showlegend: True
1797       legend:
1798         orientation: "h"
1799         font:
1800           size: 16
1801       width: 700
1802       height: 800
1803       paper_bgcolor: "#fff"
1804       plot_bgcolor: "#fff"
1805       hoverlabel:
1806         namelength: -1
1807
1808     plot-rps:
1809       titlefont:
1810         size: 18
1811       xaxis:
1812         title: "<b>Test Cases [Index]</b>"
1813         titlefont:
1814           size: 16
1815         autorange: True
1816         fixedrange: False
1817         gridcolor: "rgb(230, 230, 230)"
1818         linecolor: "rgb(220, 220, 220)"
1819         linewidth: 1
1820         showgrid: True
1821         showline: True
1822         showticklabels: True
1823         tickcolor: "rgb(220, 220, 220)"
1824         tickmode: "linear"
1825         tickfont:
1826           size: 16
1827         zeroline: False
1828       yaxis:
1829         title: "<b>Requests Per Second [rps]</b>"
1830         titlefont:
1831           size: 16
1832         gridcolor: "rgb(230, 230, 230)"
1833         hoverformat: ".4s"
1834         linecolor: "rgb(220, 220, 220)"
1835         linewidth: 1
1836         rangemode: "tozero"
1837         showgrid: True
1838         showline: True
1839         showticklabels: True
1840         tickcolor: "rgb(230, 230, 230)"
1841         tickformat: ".3s"
1842         tickfont:
1843           size: 16
1844         zeroline: False
1845       boxmode: "group"
1846       boxgroupgap: 0.5
1847       autosize: False
1848       margin:
1849         t: 50
1850         b: 20
1851         l: 80
1852         r: 20
1853       showlegend: True
1854       legend:
1855         orientation: "h"
1856         font:
1857           size: 16
1858       width: 700
1859       height: 800
1860       paper_bgcolor: "#fff"
1861       plot_bgcolor: "#fff"
1862       hoverlabel:
1863         namelength: -1
1864
1865     plot-hoststack:
1866       titlefont:
1867         size: 16
1868       xaxis:
1869         title: "<b>Test Cases [Index]</b>"
1870         titlefont:
1871           size: 14
1872         autorange: True
1873         fixedrange: False
1874         gridcolor: "rgb(230, 230, 230)"
1875         linecolor: "rgb(220, 220, 220)"
1876         linewidth: 1
1877         showgrid: True
1878         showline: True
1879         showticklabels: True
1880         tickcolor: "rgb(220, 220, 220)"
1881         tickmode: "linear"
1882         tickfont:
1883           size: 14
1884         zeroline: False
1885       yaxis:
1886         title: "<b>Bandwidth [Gbps]</b>"
1887         titlefont:
1888           size: 14
1889         gridcolor: "rgb(230, 230, 230)"
1890         hoverformat: ".4s"
1891         linecolor: "rgb(220, 220, 220)"
1892         linewidth: 1
1893         rangemode: "tozero"
1894         showgrid: True
1895         showline: True
1896         showticklabels: True
1897         tickcolor: "rgb(230, 230, 230)"
1898         tickformat: ".3s"
1899         tickfont:
1900           size: 14
1901         zeroline: False
1902       boxmode: "group"
1903       boxgroupgap: 0.5
1904       autosize: False
1905       margin:
1906         t: 50
1907         b: 20
1908         l: 80
1909         r: 20
1910       showlegend: True
1911       legend:
1912         orientation: "h"
1913         font:
1914           size: 14
1915       width: 700
1916       height: 800
1917       paper_bgcolor: "#fff"
1918       plot_bgcolor: "#fff"
1919       hoverlabel:
1920         namelength: -1
1921
1922     plot-throughput:
1923       titlefont:
1924         size: 18
1925       xaxis:
1926         title: "<b>Test Cases [Index]</b>"
1927         titlefont:
1928           size: 16
1929         autorange: True
1930         fixedrange: False
1931         gridcolor: "rgb(230, 230, 230)"
1932         linecolor: "rgb(220, 220, 220)"
1933         linewidth: 1
1934         showgrid: True
1935         showline: True
1936         showticklabels: True
1937         tickcolor: "rgb(220, 220, 220)"
1938         tickmode: "linear"
1939         tickfont:
1940           size: 16
1941         zeroline: False
1942       yaxis:
1943         title: "<b>Packet Throughput [Mpps]</b>"
1944         titlefont:
1945           size: 16
1946         gridcolor: "rgb(230, 230, 230)"
1947         hoverformat: ".4r"
1948         tickformat: ".3r"
1949         linecolor: "rgb(220, 220, 220)"
1950         linewidth: 1
1951         showgrid: True
1952         showline: True
1953         showticklabels: True
1954         tickcolor: "rgb(220, 220, 220)"
1955         tickfont:
1956           size: 16
1957         zeroline: False
1958         range: [0,50]
1959       autosize: False
1960       margin:
1961         t: 50
1962         b: 0
1963         l: 80
1964         r: 20
1965       showlegend: True
1966       legend:
1967         orientation: "h"
1968         font:
1969           size: 16
1970       width: 700
1971       height: 900
1972       paper_bgcolor: "#fff"
1973       plot_bgcolor: "#fff"
1974       hoverlabel:
1975         namelength: -1
1976
1977     plot-throughput-speedup-analysis:
1978       titlefont:
1979         size: 18
1980       xaxis:
1981         title: "<b>Number of Cores [Qty]</b>"
1982         titlefont:
1983           size: 16
1984         autorange: True
1985         fixedrange: False
1986         gridcolor: "rgb(230, 230, 230)"
1987         linecolor: "rgb(220, 220, 220)"
1988         linewidth: 1
1989         showgrid: True
1990         showline: True
1991         showticklabels: True
1992         tickcolor: "rgb(238, 238, 238)"
1993         tickmode: "linear"
1994         tickfont:
1995           size: 16
1996         zeroline: False
1997       yaxis:
1998         title: "<b>Packet Throughput [Mpps]</b>"
1999         titlefont:
2000           size: 16
2001         type: "linear"
2002         gridcolor: "rgb(230, 230, 230)"
2003         hoverformat: ".4s"
2004         linecolor: "rgb(220, 220, 220)"
2005         linewidth: 1
2006         showgrid: True
2007         showline: True
2008         showticklabels: True
2009         tickcolor: "rgb(220, 220, 220)"
2010         tickformat: ".4s"
2011         tickfont:
2012           size: 16
2013         zeroline: True
2014         rangemode: "tozero"
2015         range: [0,100]
2016       legend:
2017         orientation: "h"
2018         font:
2019           size: 16
2020         xanchor: "left"
2021         yanchor: "top"
2022         x: 0
2023         y: -0.2
2024         bgcolor: "rgba(255, 255, 255, 0)"
2025         bordercolor: "rgba(255, 255, 255, 0)"
2026         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2027       autosize: False
2028       margin:
2029           't': 50
2030           'b': 150
2031           'l': 85
2032           'r': 10
2033       showlegend: True
2034       width: 700
2035       height: 700
2036       paper_bgcolor: "#fff"
2037       plot_bgcolor: "#fff"
2038       hoverlabel:
2039         namelength: -1
2040       annotations: [
2041         {
2042           text: "_ _          __          ...",
2043           align: "left",
2044           showarrow: False,
2045           xref: "paper",
2046           yref: "paper",
2047           xanchor: "left",
2048           yanchor: "top",
2049           x: 0,
2050           y: -0.13,
2051           font: {
2052             family: "Consolas, Courier New",
2053             size: 15
2054           },
2055         },
2056         {
2057           text: "    Perfect     Measured     Limit",
2058           align: "left",
2059           showarrow: False,
2060           xref: "paper",
2061           yref: "paper",
2062           xanchor: "left",
2063           yanchor: "top",
2064           x: 0,
2065           y: -0.15,
2066           font: {
2067             family: "Consolas, Courier New",
2068             size: 15
2069           },
2070         },
2071       ]
2072
2073     plot-latency:
2074       titlefont:
2075         size: 18
2076       xaxis:
2077         title: "<b>Direction</b>"
2078         titlefont:
2079           size: 16
2080         autorange: True
2081         fixedrange: False
2082         gridcolor: "rgb(230, 230, 230)"
2083         linecolor: "rgb(220, 220, 220)"
2084         linewidth: 1
2085         showgrid: True
2086         showline: True
2087         showticklabels: False
2088         tickcolor: "rgb(220, 220, 220)"
2089         tickmode: "linear"
2090         tickfont:
2091           size: 16
2092         zeroline: False
2093       yaxis:
2094         title: "<b>Packet Latency [uSec]</b>"
2095         titlefont:
2096           size: 16
2097         type: "linear"
2098         gridcolor: "rgb(230, 230, 230)"
2099         hoverformat: ".4s"
2100         linecolor: "rgb(220, 220, 220)"
2101         linewidth: 1
2102         showgrid: True
2103         showline: True
2104         showticklabels: True
2105         tickcolor: "rgb(220, 220, 220)"
2106         tickformat: ".4s"
2107         tickfont:
2108           size: 16
2109         zeroline: True
2110         rangemode: "tozero"
2111       legend:
2112         orientation: "h"
2113         font:
2114           size: 16
2115         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2116       autosize: False
2117       margin:
2118           't': 50
2119           'b': 150
2120           'l': 80
2121           'r': 10
2122       showlegend: True
2123       width: 700
2124       height: 700
2125       paper_bgcolor: "#fff"
2126       plot_bgcolor: "#fff"
2127       hoverlabel:
2128         namelength: -1
2129
2130     plot-hdrh-latency:
2131       title:
2132         text: ""
2133         xanchor: "center"
2134         x: 0.5
2135         font:
2136           size: 16
2137       width: 700
2138       plot_bgcolor: "white"
2139       annotations:
2140         - font:
2141             size: 14
2142           showarrow: False
2143           text: "<b>Packet Latency [uSec]</b>"
2144           x: 1
2145           xanchor: "right"
2146           xref: "paper"
2147           y: -0.045
2148           yanchor: "top"
2149           yref: "paper"
2150         - font:
2151             size: 14
2152           showarrow: False
2153           text: "<b>Probability [%]</b>"
2154           textangle: 270
2155           x: -0.06
2156           xanchor: "center"
2157           xref: "paper"
2158           y: 0.5
2159           yanchor: "middle"
2160           yref: "paper"
2161         - font:
2162             size: 14
2163           showarrow: False
2164           text: "<b>Direction: E-W</b>"
2165           x: 0.24
2166           xanchor: "center"
2167           xref: "paper"
2168           y: 1.05
2169           yanchor: "bottom"
2170           yref: "paper"
2171         - font:
2172             size: 14
2173           showarrow: False
2174           text: "<b>Direction: W-E</b>"
2175           x: 0.74
2176           xanchor: "center"
2177           xref: "paper"
2178           y: 1.05
2179           yanchor: "bottom"
2180           yref: "paper"
2181
2182     plot-hdrh-latency-percentile:
2183       title:
2184         text: ""
2185         xanchor: "center"
2186         x: 0.5
2187         font:
2188           size: 18
2189       xaxis:
2190         type: "log"
2191         title: "<b>Percentile [%]</b>"
2192         titlefont:
2193           size: 16
2194         autorange: True
2195         fixedrange: False
2196         gridcolor: "rgb(230, 230, 230)"
2197         linecolor: "rgb(220, 220, 220)"
2198         linewidth: 1
2199         showgrid: True
2200         showline: True
2201         showticklabels: True
2202         tickcolor: "rgb(220, 220, 220)"
2203         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2204         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2205         tickfont:
2206           size: 16
2207       yaxis:
2208         title: "<b>Packet Latency [uSec]</b>"
2209         titlefont:
2210           size: 16
2211         gridcolor: "rgb(230, 230, 230)"
2212         linecolor: "rgb(220, 220, 220)"
2213         linewidth: 1
2214         showgrid: True
2215         showline: True
2216         showticklabels: True
2217         tickcolor: "rgb(220, 220, 220)"
2218         tickfont:
2219           size: 16
2220       autosize: False
2221       showlegend: True
2222       legend:
2223         traceorder: "normal"
2224         orientation: "h"
2225         font:
2226           size: 16
2227         xanchor: "left"
2228         yanchor: "top"
2229         x: 0
2230         y: -0.15
2231         bgcolor: "rgba(255, 255, 255, 0)"
2232         bordercolor: "rgba(255, 255, 255, 0)"
2233       width: 700
2234       height: 700
2235       paper_bgcolor: "white"
2236       plot_bgcolor: "white"
2237
2238     plot-hdrh-latency-by-percentile:
2239       title:
2240         text: "<b>Latency by Percentile Distribution</b>"
2241         xanchor: "center"
2242         x: 0.5
2243         font:
2244           size: 18
2245       showlegend: True
2246       legend:
2247         traceorder: "normal"
2248         orientation: "h"
2249         font:
2250           size: 16
2251         xanchor: "left"
2252         yanchor: "top"
2253         x: 0
2254         y: -0.2
2255         bgcolor: "rgba(255, 255, 255, 0)"
2256         bordercolor: "rgba(255, 255, 255, 0)"
2257       xaxis:
2258         type: "linear"
2259         title: "<b>Percentile [%]</b>"
2260         titlefont:
2261           size: 14
2262         autorange: False
2263         fixedrange: False
2264         range: [0, 100]
2265         gridcolor: "rgb(230, 230, 230)"
2266         linecolor: "rgb(220, 220, 220)"
2267         linewidth: 1
2268         showgrid: True
2269         showline: True
2270         showticklabels: True
2271         tickcolor: "rgb(220, 220, 220)"
2272         tickvals: [0, 25, 50, 75, 100]
2273         ticktext: [0, 25, 50, 75, 100]
2274         tickfont:
2275           size: 14
2276       yaxis:
2277         title: "<b>One-Way Latency per Direction [uSec]</b>"
2278         titlefont:
2279           size: 14
2280         gridcolor: "rgb(230, 230, 230)"
2281         linecolor: "rgb(220, 220, 220)"
2282         linewidth: 1
2283         showgrid: True
2284         showline: True
2285         showticklabels: True
2286         tickcolor: "rgb(220, 220, 220)"
2287         tickfont:
2288           size: 14
2289       width: 700
2290       height: 700
2291       paper_bgcolor: "white"
2292       plot_bgcolor: "white"
2293
2294 - type: "static"
2295   src-path: "{DIR[RST]}"
2296   dst-path: "{DIR[WORKING,SRC]}"
2297
2298 - type: "input"
2299   general:
2300     file-name: "output_info.xml.gz"
2301     file-format: ".gz"
2302     arch-file-format:
2303       - ".gz"
2304       - ".zip"
2305     download-path: "{job}/{build}/archives/{filename}"
2306     extract: "output.xml"
2307
2308     zip-file-name: "robot-plugin.zip"
2309     zip-file-format: ".zip"
2310     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2311     zip-extract: "robot-plugin/output.xml"
2312
2313   builds:
2314
2315     csit-vpp-perf-verify-1904-3n-hsw:
2316       - 9   # MRR sel
2317       - 11  # NDRPDR sel
2318       - 12  # NDRPDR sel
2319       - 20  # NDRPDR sel
2320       - 21  # NDRPDR sel
2321       - 23  # NDRPDR sel
2322       - 24  # NDRPDR sel
2323       - 25  # NDRPDR sel
2324       - 26  # NDRPDR sel
2325       - 29  # NDRPDR sel
2326       - 30  # NDRPDR sel
2327     csit-vpp-perf-verify-1908-3n-hsw:
2328       - 12  # NDRPDR sel
2329       - 13  # NDRPDR sel
2330       - 14  # NDRPDR sel
2331       - 15  # NDRPDR sel
2332       - 16  # NDRPDR sel
2333       - 17  # NDRPDR sel
2334       - 18  # NDRPDR sel
2335       - 19  # NDRPDR sel
2336       - 20  # NDRPDR sel
2337       - 21  # NDRPDR sel
2338       - 48  # NDRPDR sel vhost
2339       - 49  # NDRPDR sel vhost
2340       - 52  # NDRPDR sel vhost
2341       - 53  # NDRPDR sel vhost
2342       - 54  # NDRPDR sel vhost
2343       - 55  # NDRPDR sel vhost
2344       - 56  # NDRPDR sel vhost
2345       - 57  # NDRPDR sel vhost
2346       - 58  # NDRPDR sel vhost
2347       - 59  # NDRPDR sel vhost
2348       - 39  # MRR sel
2349     csit-vpp-perf-verify-2001-3n-hsw:
2350       - 21  # NDRPDR sel
2351       - 22  # NDRPDR sel
2352       - 23  # NDRPDR sel
2353       - 24  # NDRPDR sel
2354       - 25  # NDRPDR sel
2355       - 29  # NDRPDR sel
2356       - 30  # NDRPDR sel
2357       - 31  # NDRPDR sel
2358       - 32  # NDRPDR sel
2359       - 34  # NDRPDR sel
2360       - 17  # MRR sel
2361       - 18  # NDRPDR full
2362       - 20  # NDRPDR full
2363       - 28  # NDRPDR full
2364       - 35  # NDRPDR full
2365       - 42  # NDRPDR full
2366       - 46  # NDRPDR full
2367       - 47  # NDRPDR full
2368       - 48  # NDRPDR full
2369       - 49  # NDRPDR full
2370       - 50  # NDRPDR full
2371       - 51  # NDRPDR full
2372       - 52  # NDRPDR full
2373       - 53  # NDRPDR full
2374       - 54  # NDRPDR full
2375       - 55  # NDRPDR full
2376       - 56  # NDRPDR full
2377       - 57  # NDRPDR full
2378       - 58  # NDRPDR full
2379       - 59  # NDRPDR full
2380       - 61  # NDRPDR full
2381       - 62  # NDRPDR full
2382       - 63  # NDRPDR full
2383       - 64  # NDRPDR full
2384       - 65  # NDRPDR full
2385       - 67  # NDRPDR full
2386       - 70  # NDRPDR full
2387       - 72  # NDRPDR full
2388       - 73  # NDRPDR full
2389       - 76  # NDRPDR full
2390       - 77  # NDRPDR full
2391       - 78  # NDRPDR full
2392       - 79  # NDRPDR full
2393       - 81  # NDRPDR full
2394       - 82  # NDRPDR full
2395       - 84  # NDRPDR full
2396       - 85  # NDRPDR full
2397       - 103  # hoststack
2398       - 104  # hoststack
2399       - 105  # hoststack
2400       - 106  # hoststack
2401       - 107  # hoststack
2402       - 108  # hoststack
2403       - 109  # hoststack
2404       - 110  # hoststack
2405       - 111  # hoststack
2406       - 112  # hoststack
2407
2408     csit-vpp-perf-verify-1904-3n-skx:
2409       - 7   # MRR sel
2410       - 8   # NDRPDR sel
2411       - 9   # NDRPDR sel
2412       - 10  # NDRPDR sel
2413       - 11  # NDRPDR sel
2414       - 12  # NDRPDR sel
2415       - 14  # NDRPDR sel
2416       - 16  # NDRPDR sel
2417       - 21  # NDRPDR sel
2418       - 23  # NDRPDR sel
2419       - 25  # NDRPDR sel
2420     csit-vpp-perf-verify-1908-3n-skx:
2421       - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
2422       - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
2423       - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
2424       - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
2425       - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
2426       - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
2427       - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
2428       - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
2429       - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
2430       - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
2431       - 52  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2432       - 53  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2433       - 55  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2434       - 61  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2435       - 62  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2436       - 63  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2437       - 64  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2438       - 65  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2439       - 66  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2440       - 67  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2441       - 36  # MRR sel - old1908 - vpp build: 19.08-release
2442     csit-vpp-perf-verify-1908_1-3n-skx:
2443       - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2444       - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2445       - 7   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2446       - 8   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2447       - 9   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2448       - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2449       - 11  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2450       - 12  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2451       - 13  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2452       - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2453       - 26  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2454       - 27  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2455       - 28  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2456       - 29  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2457       - 30  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2458       - 31  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2459       - 33  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2460       - 34  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2461       - 35  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2462       - 36  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2463     csit-vpp-perf-verify-1908_2-3n-skx:
2464       - 1   # NDRPDR sel
2465       - 2   # NDRPDR sel
2466     csit-vpp-perf-verify-2001-3n-skx:
2467       - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2468       - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2469       - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2470       - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2471       - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2472       - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2473       - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2474       - 82  # NDRPDR full - crypto-1
2475       - 85  # NDRPDR full - l2-2
2476       - 87  # NDRPDR full - ip6-1
2477       - 88  # NDRPDR full - ip6-2
2478       - 90  # NDRPDR full - memif
2479       - 95  # NDRPDR full - l2-1
2480       - 96  # NDRPDR full - ip4-2
2481       - 97  # NDRPDR full - vhost-1
2482       - 50  # MRR sel
2483       - 53  # MRR sel addition
2484
2485     csit-vpp-perf-verify-1904-2n-skx:
2486       - 11  # MRR sel
2487       - 12  # NDRPDR sel
2488       - 14  # NDRPDR sel
2489       - 16  # NDRPDR sel
2490       - 17  # NDRPDR sel
2491       - 18  # NDRPDR sel
2492       - 21  # NDRPDR sel
2493       - 27  # NDRPDR sel
2494       - 30  # NDRPDR sel
2495       - 31  # NDRPDR sel
2496       - 32  # NDRPDR sel
2497     csit-vpp-perf-verify-1908-2n-skx:
2498       - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
2499       - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
2500       - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
2501       - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
2502       - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
2503       - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
2504       - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
2505       - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
2506       - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
2507       - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
2508       - 88  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2509       - 89  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2510       - 91  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2511       - 92  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2512       - 93  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2513       - 94  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2514       - 95  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2515       - 96  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2516       - 97  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2517       - 98  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2518       - 69  # MRR sel - old1908 - vpp build: 19.08-release
2519     csit-vpp-perf-verify-1908_1-2n-skx:
2520       - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2521       - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2522       - 6   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2523       - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2524       - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2525       - 16  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2526       - 21  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2527       - 23  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2528       - 24  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2529       - 25  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2530       - 39  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2531       - 40  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2532       - 41  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2533       - 43  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2534       - 44  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2535       - 45  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2536       - 46  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2537       - 47  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2538       - 48  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2539       - 49  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2540     csit-vpp-perf-verify-1908_2-2n-skx:
2541       - 1   # NDRPDR sel
2542       - 2   # NDRPDR sel
2543       - 3   # NDRPDR sel
2544       - 4   # NDRPDR sel
2545       - 5   # NDRPDR sel
2546       - 6   # NDRPDR sel
2547       - 7   # NDRPDR sel
2548       - 8   # NDRPDR sel
2549       - 9   # NDRPDR sel
2550       - 10  # NDRPDR sel
2551     csit-vpp-perf-verify-2001-2n-skx:
2552       - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2553       - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2554       - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2555       - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2556       - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2557       - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2558       - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2559       - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2560       - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2561       - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2562       - 155  # NDRPDR full - perf-full-2n-skx-ip4_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2563       - 156  # NDRPDR full - perf-full-2n-skx-ip4_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2564       - 157  # NDRPDR full - perf-full-2n-skx-ip4_III - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2565       - 158  # NDRPDR full - perf-full-2n-skx-ip4_V - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2566       - 159  # NDRPDR full - perf-full-2n-skx-ip4_VIII - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2567       - 160  # NDRPDR full - perf-full-2n-skx-ip4_IX - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2568       - 161  # NDRPDR full - perf-full-2n-skx-ip6_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2569       - 162  # NDRPDR full - perf-full-2n-skx-ip6_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2570       - 163  # NDRPDR full - perf-full-2n-skx-l2_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2571       - 164  # NDRPDR full - perf-full-2n-skx-l2_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2572       - 165  # NDRPDR full - perf-full-2n-skx-memif - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2573       - 166  # NDRPDR full - perf-full-2n-skx-vhost I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2574       - 167  # NDRPDR full - perf-full-2n-skx-vhost II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2575       - 168  # NDRPDR full - perf-full-2n-skx-vts - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2576       - 101  # MRR sel - old
2577       - 128  # MRR sel addition - old
2578       - 169  # Reconf
2579       - 171  # Reconf
2580       - 172  # Reconf
2581       - 173  # Reconf
2582       - 174  # Reconf
2583       - 175  # Reconf
2584       - 176  # Reconf
2585       - 177  # Reconf
2586       - 178  # Reconf
2587       - 179  # Reconf
2588       - 181  # Soak
2589       - 182  # Soak
2590
2591     csit-vpp-perf-verify-1908_1-2n-clx:
2592       - 5  # NDRPDR sel
2593       - 6  # NDRPDR sel
2594       - 7  # NDRPDR sel
2595       - 8  # NDRPDR sel
2596     csit-vpp-perf-verify-1908_2-2n-clx:
2597       - 4  # NDRPDR sel
2598       - 5  # NDRPDR sel
2599       - 6  # NDRPDR sel
2600       - 7  # NDRPDR sel
2601       - 8  # NDRPDR sel
2602     csit-vpp-perf-verify-2001-2n-clx:
2603       - 28  # NDRPDR sel
2604       - 29  # NDRPDR sel
2605       - 32  # NDRPDR sel
2606       - 40  # NDRPDR sel
2607       - 43  # NDRPDR sel
2608       - 44  # NDRPDR sel
2609       - 45  # NDRPDR sel
2610       - 47  # NDRPDR sel
2611       - 48  # NDRPDR sel
2612       - 49  # NDRPDR sel
2613       - 39  # MRR
2614       - 53  # NDRPDR full
2615       - 54  # NDRPDR full
2616       - 55  # NDRPDR full
2617       - 56  # NDRPDR full
2618       - 57  # NDRPDR full
2619       - 58  # NDRPDR full
2620       - 59  # NDRPDR full
2621       - 60  # NDRPDR full
2622       - 61  # NDRPDR full
2623       - 62  # NDRPDR full
2624       - 63  # NDRPDR full
2625       - 64  # NDRPDR full
2626       - 65  # NDRPDR full
2627       - 66  # NDRPDR full
2628       - 67  # NDRPDR full
2629       - 68  # Reconf
2630       - 69  # Reconf
2631       - 70  # Reconf
2632       - 71  # Reconf
2633       - 72  # Reconf
2634       - 73  # Reconf
2635       - 74  # Reconf
2636       - 75  # Reconf
2637       - 76  # Reconf
2638       - 77  # Reconf
2639       - 80  # TCP
2640       - 82  # TCP
2641       - 83  # TCP
2642       - 85  # TCP
2643       - 86  # TCP
2644       - 87  # TCP
2645       - 88  # TCP
2646       - 89  # TCP
2647       - 90  # TCP
2648       - 91  # TCP
2649       - 93  # Soak
2650       - 94  # Soak
2651
2652     csit-vpp-perf-verify-1908-3n-tsh:
2653       - 7   # NDRPDR sel
2654       - 8   # NDRPDR sel
2655       - 9   # NDRPDR sel
2656       - 10  # NDRPDR sel
2657       - 11  # NDRPDR sel
2658       - 12  # NDRPDR sel
2659       - 13  # NDRPDR sel
2660       - 14  # NDRPDR sel
2661       - 15  # NDRPDR sel
2662       - 16  # NDRPDR sel
2663       - 17  # MRR sel
2664     csit-vpp-perf-verify-2001-3n-tsh:
2665       - 3   # NDRPDR sel
2666       - 4   # NDRPDR sel
2667       - 7   # NDRPDR sel
2668       - 8   # NDRPDR sel
2669       - 10  # NDRPDR sel
2670       - 12  # NDRPDR sel
2671       - 13  # NDRPDR sel
2672       - 14  # NDRPDR sel
2673       - 15  # NDRPDR sel
2674       - 21  # NDRPDR sel
2675       - 9   # MRR sel
2676
2677     csit-vpp-perf-verify-1908-3n-dnv:
2678       - 6   # NDRPDR sel
2679       - 7   # NDRPDR sel
2680       - 8   # NDRPDR sel
2681       - 9   # NDRPDR sel
2682       - 10  # NDRPDR sel
2683       - 12  # NDRPDR sel
2684       - 13  # NDRPDR sel
2685       - 14  # NDRPDR sel
2686       - 15  # NDRPDR sel
2687       - 16  # NDRPDR sel
2688       - 17  # MRR sel
2689     csit-vpp-perf-verify-2001-3n-dnv:
2690       - 5   # NDRPDR sel
2691       - 6   # NDRPDR sel
2692       - 7   # NDRPDR sel
2693       - 8   # NDRPDR sel
2694       - 9   # NDRPDR sel
2695       - 10  # NDRPDR sel
2696       - 12  # NDRPDR sel
2697       - 16  # NDRPDR sel
2698       - 17  # NDRPDR sel
2699       - 18  # NDRPDR sel
2700       - 11  # MRR sel
2701       - 19  # NDRPDR full
2702       - 20  # NDRPDR full
2703       - 21  # NDRPDR full
2704       - 22  # NDRPDR full
2705       - 23  # NDRPDR full
2706       - 24  # NDRPDR full
2707       - 25  # NDRPDR full
2708       - 26  # NDRPDR full
2709       - 37  # NDRPDR full
2710       - 38  # NDRPDR full
2711       - 39  # NDRPDR full
2712
2713     csit-vpp-perf-verify-1908-2n-dnv:
2714       - 1   # NDRPDR sel
2715       - 2   # NDRPDR sel
2716       - 3   # NDRPDR sel
2717       - 4   # NDRPDR sel
2718       - 5   # NDRPDR sel
2719       - 6   # NDRPDR sel
2720       - 7   # NDRPDR sel
2721       - 8   # NDRPDR sel
2722       - 9   # NDRPDR sel
2723       - 10  # NDRPDR sel
2724       - 11  # MRR sel
2725     csit-vpp-perf-verify-2001-2n-dnv:
2726       - 4   # NDRPDR sel
2727       - 5   # NDRPDR sel
2728       - 6   # NDRPDR sel
2729       - 7   # NDRPDR sel
2730       - 8   # NDRPDR sel
2731       - 9   # NDRPDR sel
2732       - 10  # NDRPDR sel
2733       - 11  # NDRPDR sel
2734       - 13  # NDRPDR sel
2735       - 16  # NDRPDR sel
2736       - 12  # MRR sel
2737       - 21  # NDRPDR full
2738       - 22  # NDRPDR full
2739       - 25  # NDRPDR full
2740       - 26  # NDRPDR full
2741       - 27  # NDRPDR full
2742       - 28  # NDRPDR full
2743
2744     csit-dpdk-perf-verify-1904-3n-hsw:
2745       - 2   # NDRPDR sel
2746       - 3   # NDRPDR sel
2747       - 5   # NDRPDR sel
2748       - 6   # NDRPDR sel
2749       - 13  # NDRPDR sel
2750       - 14  # NDRPDR sel
2751       - 15  # NDRPDR sel
2752       - 18  # NDRPDR sel
2753       - 19  # NDRPDR sel
2754       - 20  # NDRPDR sel
2755     csit-dpdk-perf-verify-1908-3n-hsw:
2756       - 2   # NDRPDR sel
2757       - 3   # NDRPDR sel
2758       - 4   # NDRPDR sel
2759       - 5   # NDRPDR sel
2760       - 6   # NDRPDR sel
2761       - 7   # NDRPDR sel
2762       - 8   # NDRPDR sel
2763       - 9   # NDRPDR sel
2764       - 10  # NDRPDR sel
2765       - 11  # NDRPDR sel
2766     csit-dpdk-perf-verify-2001-3n-hsw:
2767       - 4   # NDRPDR sel
2768       - 5   # NDRPDR sel
2769       - 6   # NDRPDR sel
2770       - 7   # NDRPDR sel
2771       - 8   # NDRPDR sel
2772       - 9   # NDRPDR sel
2773       - 10  # NDRPDR sel
2774       - 11  # NDRPDR sel
2775       - 12  # NDRPDR sel
2776       - 13  # NDRPDR sel
2777       - 15  # NDRPDR sel
2778       - 16  # NDRPDR sel
2779       - 17  # NDRPDR sel
2780       - 18  # NDRPDR sel
2781       - 19  # NDRPDR sel
2782       - 20  # NDRPDR sel
2783       - 21  # NDRPDR sel
2784       - 22  # NDRPDR sel
2785       - 23  # NDRPDR sel
2786       - 24  # NDRPDR sel
2787       - 25  # NDRPDR full
2788       - 26  # NDRPDR full
2789
2790     csit-dpdk-perf-verify-1904-3n-skx:
2791       - 2   # NDRPDR sel
2792       - 3   # NDRPDR sel
2793       - 4   # NDRPDR sel
2794       - 5   # NDRPDR sel
2795       - 6   # NDRPDR sel
2796       - 7   # NDRPDR sel
2797       - 11  # NDRPDR sel
2798       - 12  # NDRPDR sel
2799       - 13  # NDRPDR sel
2800       - 14  # NDRPDR sel
2801     csit-dpdk-perf-verify-1908-3n-skx:
2802       - 3   # NDRPDR sel
2803       - 4   # NDRPDR sel
2804       - 5   # NDRPDR sel
2805       - 6   # NDRPDR sel
2806       - 7   # NDRPDR sel
2807       - 8   # NDRPDR sel
2808       - 9   # NDRPDR sel
2809       - 10  # NDRPDR sel
2810       - 11  # NDRPDR sel
2811       - 12  # NDRPDR sel
2812     csit-dpdk-perf-verify-2001-3n-skx:
2813       - 29  # NDRPDR sel xxv710
2814       - 33  # NDRPDR sel xxv710
2815       - 34  # NDRPDR sel xxv710
2816       - 35  # NDRPDR sel xxv710
2817       - 36  # NDRPDR sel xxv710
2818       - 37  # NDRPDR sel xxv710
2819       - 41  # NDRPDR sel xxv710
2820       - 42  # NDRPDR sel xxv710
2821       - 43  # NDRPDR sel xxv710
2822       - 45  # NDRPDR sel xxv710
2823       - 30  # NDRPDR sel x710
2824       - 31  # NDRPDR sel x710
2825       - 32  # NDRPDR sel x710
2826       - 38  # NDRPDR sel x710
2827       - 39  # NDRPDR sel x710
2828       - 40  # NDRPDR sel x710
2829       - 44  # NDRPDR sel x710
2830       - 46  # NDRPDR sel x710
2831       - 47  # NDRPDR sel x710
2832       - 48  # NDRPDR sel x710
2833
2834     csit-dpdk-perf-verify-1904-2n-skx:
2835       - 2   # NDRPDR sel
2836       - 3   # NDRPDR sel
2837       - 4   # NDRPDR sel
2838       - 5   # NDRPDR sel
2839       - 7   # NDRPDR sel
2840       - 8   # NDRPDR sel
2841       - 9   # NDRPDR sel
2842       - 10  # NDRPDR sel
2843       - 11  # NDRPDR sel
2844       - 12  # NDRPDR sel
2845     csit-dpdk-perf-verify-1908-2n-skx:
2846       - 2   # NDRPDR sel
2847       - 3   # NDRPDR sel
2848       - 4   # NDRPDR sel
2849       - 5   # NDRPDR sel
2850       - 7   # NDRPDR sel
2851       - 8   # NDRPDR sel
2852       - 9   # NDRPDR sel
2853       - 10  # NDRPDR sel
2854       - 11  # NDRPDR sel
2855       - 12  # NDRPDR sel
2856     csit-dpdk-perf-verify-2001-2n-skx:
2857       - 35  # NDRPDR sel xxv710
2858       - 36  # NDRPDR sel xxv710
2859       - 37  # NDRPDR sel xxv710
2860       - 41  # NDRPDR sel xxv710
2861       - 42  # NDRPDR sel xxv710
2862       - 43  # NDRPDR sel xxv710
2863       - 46  # NDRPDR sel xxv710
2864       - 47  # NDRPDR sel xxv710
2865       - 52  # NDRPDR sel xxv710
2866       - 53  # NDRPDR sel xxv710
2867       - 38  # NDRPDR sel x710
2868       - 39  # NDRPDR sel x710
2869       - 40  # NDRPDR sel x710
2870       - 44  # NDRPDR sel x710
2871       - 45  # NDRPDR sel x710
2872       - 48  # NDRPDR sel x710
2873       - 49  # NDRPDR sel x710
2874       - 50  # NDRPDR sel x710
2875       - 51  # NDRPDR sel x710
2876       - 54  # NDRPDR sel x710
2877
2878     csit-dpdk-perf-verify-2001-2n-clx:
2879       - 15  # NDRPDR sel
2880       - 16  # NDRPDR sel
2881       - 17  # NDRPDR sel
2882       - 18  # NDRPDR sel
2883       - 19  # NDRPDR sel
2884       - 20  # NDRPDR sel
2885       - 21  # NDRPDR sel
2886       - 22  # NDRPDR sel
2887       - 23  # NDRPDR sel
2888       - 24  # NDRPDR sel
2889       - 25  # NDRPDR sel
2890       - 26  # NDRPDR sel
2891       - 27  # NDRPDR sel
2892       - 28  # NDRPDR sel
2893       - 29  # NDRPDR sel
2894       - 30  # NDRPDR sel
2895       - 31  # NDRPDR sel
2896       - 32  # NDRPDR sel
2897       - 33  # NDRPDR sel
2898       - 34  # NDRPDR sel
2899
2900     csit-dpdk-perf-verify-2001-2n-dnv:
2901       - 9   # NDRPDR sel
2902       - 10  # NDRPDR sel
2903       - 11  # NDRPDR sel
2904       - 12  # NDRPDR sel
2905       - 13  # NDRPDR sel
2906       - 14  # NDRPDR sel
2907       - 15  # NDRPDR sel
2908       - 16  # NDRPDR sel
2909       - 17  # NDRPDR sel
2910       - 18  # NDRPDR sel
2911
2912     csit-dpdk-perf-verify-2001-3n-dnv:
2913       - 12  # NDRPDR sel
2914       - 13  # NDRPDR sel
2915       - 14  # NDRPDR sel
2916       - 15  # NDRPDR sel
2917       - 16  # NDRPDR sel
2918       - 17  # NDRPDR sel
2919       - 18  # NDRPDR sel
2920       - 19  # NDRPDR sel
2921       - 20  # NDRPDR sel
2922       - 22  # NDRPDR sel
2923
2924     csit-dpdk-perf-verify-2001-3n-tsh:
2925       - 3   # NDRPDR sel
2926       - 4   # NDRPDR sel
2927       - 5   # NDRPDR sel
2928       - 9   # NDRPDR sel
2929       - 10  # NDRPDR sel
2930       - 11  # NDRPDR sel
2931       - 12  # NDRPDR sel
2932       - 14  # NDRPDR sel
2933       - 15  # NDRPDR sel
2934       - 18  # NDRPDR sel
2935
2936     csit-vpp-device-2001-ubuntu1804-1n-skx:
2937       - 57
2938
2939 - type: "output"
2940   output: "report"
2941   format:
2942     html:
2943     - full
2944 #    pdf:
2945 #    - minimal
2946
2947 ################################################################################
2948 ###                               T A B L E S                                ###
2949 ################################################################################
2950
2951 # VPP Soak vs NDR - 2n-skx
2952 - type: "table"
2953   title: "VPP Soak vs NDR 2n-skx"
2954   algorithm: "table_soak_vs_ndr"
2955   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2956   reference:
2957     title: "NDR"
2958     data: "vpp-soak-vs-ndr-2n-skx-ref"
2959   compare:
2960     title: "Soak"
2961     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2962   data: "vpp-soak-vs-ndr-2n-skx"
2963   include-tests: "NDR"
2964   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2965   parameters:
2966     - "throughput"
2967     - "name"
2968     - "parent"
2969
2970 # VPP Soak vs NDR - 2n-clx
2971 - type: "table"
2972   title: "VPP Soak vs NDR 2n-clx"
2973   algorithm: "table_soak_vs_ndr"
2974   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2975   reference:
2976     title: "NDR"
2977     data: "vpp-soak-vs-ndr-2n-clx-ref"
2978   compare:
2979     title: "Soak"
2980     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2981   data: "vpp-soak-vs-ndr-2n-clx"
2982   include-tests: "NDR"
2983   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2984   parameters:
2985     - "throughput"
2986     - "name"
2987     - "parent"
2988
2989 ################################################################################
2990
2991 # VPP Compare NICs 3n-skx 2t1c ndr
2992 - type: "table"
2993   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2994   algorithm: "table_comparison"
2995   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2996   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2997   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2998   columns:
2999     - title: "x710"
3000       data-set: "vpp-nic-comparison-3n-skx"
3001       tag: "NIC_Intel-X710"
3002     - title: "xxv710"
3003       data-set: "vpp-nic-comparison-3n-skx"
3004       tag: "NIC_Intel-XXV710"
3005   comparisons:
3006     - title: "Diff"
3007       reference: 1
3008       compare: 2
3009   legend:
3010     - "Legend to Table:"
3011     - "x710, xxv710 - NICs tested."
3012     - "Diff - difference between x710 and xxv710 NIC."
3013
3014 # VPP Compare NICs 3n-skx 4t2c ndr
3015 - type: "table"
3016   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3017   algorithm: "table_comparison"
3018   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3019   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3020   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3021   columns:
3022     - title: "x710"
3023       data-set: "vpp-nic-comparison-3n-skx"
3024       tag: "NIC_Intel-X710"
3025     - title: "xxv710"
3026       data-set: "vpp-nic-comparison-3n-skx"
3027       tag: "NIC_Intel-XXV710"
3028   comparisons:
3029     - title: "Diff"
3030       reference: 1
3031       compare: 2
3032   legend:
3033     - "Legend to Table:"
3034     - "x710, xxv710 - NICs tested."
3035     - "Diff - difference between x710 and xxv710 NIC."
3036
3037 # VPP Compare NICs 3n-skx 2t1c pdr
3038 - type: "table"
3039   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3040   algorithm: "table_comparison"
3041   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3042   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3043   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3044   columns:
3045     - title: "x710"
3046       data-set: "vpp-nic-comparison-3n-skx"
3047       tag: "NIC_Intel-X710"
3048     - title: "xxv710"
3049       data-set: "vpp-nic-comparison-3n-skx"
3050       tag: "NIC_Intel-XXV710"
3051   comparisons:
3052     - title: "Diff"
3053       reference: 1
3054       compare: 2
3055   legend:
3056     - "Legend to Table:"
3057     - "x710, xxv710 - NICs tested."
3058     - "Diff - difference between x710 and xxv710 NIC."
3059
3060 # VPP Compare NICs 3n-skx 4t2c pdr
3061 - type: "table"
3062   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3063   algorithm: "table_comparison"
3064   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3065   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3066   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3067   columns:
3068     - title: "x710"
3069       data-set: "vpp-nic-comparison-3n-skx"
3070       tag: "NIC_Intel-X710"
3071     - title: "xxv710"
3072       data-set: "vpp-nic-comparison-3n-skx"
3073       tag: "NIC_Intel-XXV710"
3074   comparisons:
3075     - title: "Diff"
3076       reference: 1
3077       compare: 2
3078   legend:
3079     - "Legend to Table:"
3080     - "x710, xxv710 - NICs tested."
3081     - "Diff - difference between x710 and xxv710 NIC."
3082
3083 # VPP Compare NICs 3n-skx 2t1c mrr
3084 - type: "table"
3085   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3086   algorithm: "table_comparison"
3087   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3088   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3089   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3090   columns:
3091     - title: "x710"
3092       data-set: "vpp-nic-comparison-3n-skx-mrr"
3093       tag: "NIC_Intel-X710"
3094     - title: "xxv710"
3095       data-set: "vpp-nic-comparison-3n-skx-mrr"
3096       tag: "NIC_Intel-XXV710"
3097   comparisons:
3098     - title: "Diff"
3099       reference: 1
3100       compare: 2
3101   legend:
3102     - "Legend to Table:"
3103     - "x710, xxv710 - NICs tested."
3104     - "Diff - difference between x710 and xxv710 NIC."
3105
3106 # VPP Compare NICs 3n-skx 4t2c mrr
3107 - type: "table"
3108   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3109   algorithm: "table_comparison"
3110   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3111   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3112   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3113   columns:
3114     - title: "x710"
3115       data-set: "vpp-nic-comparison-3n-skx-mrr"
3116       tag: "NIC_Intel-X710"
3117     - title: "xxv710"
3118       data-set: "vpp-nic-comparison-3n-skx-mrr"
3119       tag: "NIC_Intel-XXV710"
3120   comparisons:
3121     - title: "Diff"
3122       reference: 1
3123       compare: 2
3124   legend:
3125     - "Legend to Table:"
3126     - "x710, xxv710 - NICs tested."
3127     - "Diff - difference between x710 and xxv710 NIC."
3128
3129 # VPP Compare NICs 3n-skx 8t4c mrr
3130 - type: "table"
3131   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3132   algorithm: "table_comparison"
3133   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3134   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3135   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3136   columns:
3137     - title: "x710"
3138       data-set: "vpp-nic-comparison-3n-skx-mrr"
3139       tag: "NIC_Intel-X710"
3140     - title: "xxv710"
3141       data-set: "vpp-nic-comparison-3n-skx-mrr"
3142       tag: "NIC_Intel-XXV710"
3143   comparisons:
3144     - title: "Diff"
3145       reference: 1
3146       compare: 2
3147   legend:
3148     - "Legend to Table:"
3149     - "x710, xxv710 - NICs tested."
3150     - "Diff - difference between x710 and xxv710 NIC."
3151
3152 # VPP Compare NICs 2n-skx 2t1c ndr
3153 - type: "table"
3154   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3155   algorithm: "table_comparison"
3156   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3157   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3158   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3159   columns:
3160     - title: "x710"
3161       data-set: "vpp-nic-comparison-2n-skx"
3162       tag: "NIC_Intel-X710"
3163     - title: "xxv710"
3164       data-set: "vpp-nic-comparison-2n-skx"
3165       tag: "NIC_Intel-XXV710"
3166   comparisons:
3167     - title: "Diff"
3168       reference: 1
3169       compare: 2
3170   legend:
3171     - "Legend to Table:"
3172     - "x710, xxv710 - NICs tested."
3173     - "Diff - difference between x710 and xxv710 NIC."
3174
3175 # VPP Compare NICs 2n-skx 4t2c ndr
3176 - type: "table"
3177   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3178   algorithm: "table_comparison"
3179   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3180   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3181   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3182   columns:
3183     - title: "x710"
3184       data-set: "vpp-nic-comparison-2n-skx"
3185       tag: "NIC_Intel-X710"
3186     - title: "xxv710"
3187       data-set: "vpp-nic-comparison-2n-skx"
3188       tag: "NIC_Intel-XXV710"
3189   comparisons:
3190     - title: "Diff"
3191       reference: 1
3192       compare: 2
3193   legend:
3194     - "Legend to Table:"
3195     - "x710, xxv710 - NICs tested."
3196     - "Diff - difference between x710 and xxv710 NIC."
3197
3198 # VPP Compare NICs 2n-skx 2t1c pdr
3199 - type: "table"
3200   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3201   algorithm: "table_comparison"
3202   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3203   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3204   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3205   columns:
3206     - title: "x710"
3207       data-set: "vpp-nic-comparison-2n-skx"
3208       tag: "NIC_Intel-X710"
3209     - title: "xxv710"
3210       data-set: "vpp-nic-comparison-2n-skx"
3211       tag: "NIC_Intel-XXV710"
3212   comparisons:
3213     - title: "Diff"
3214       reference: 1
3215       compare: 2
3216   legend:
3217     - "Legend to Table:"
3218     - "x710, xxv710 - NICs tested."
3219     - "Diff - difference between x710 and xxv710 NIC."
3220
3221 # VPP Compare NICs 2n-skx 4t2c pdr
3222 - type: "table"
3223   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3224   algorithm: "table_comparison"
3225   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3226   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3227   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3228   columns:
3229     - title: "x710"
3230       data-set: "vpp-nic-comparison-2n-skx"
3231       tag: "NIC_Intel-X710"
3232     - title: "xxv710"
3233       data-set: "vpp-nic-comparison-2n-skx"
3234       tag: "NIC_Intel-XXV710"
3235   comparisons:
3236     - title: "Diff"
3237       reference: 1
3238       compare: 2
3239   legend:
3240     - "Legend to Table:"
3241     - "x710, xxv710 - NICs tested."
3242     - "Diff - difference between x710 and xxv710 NIC."
3243
3244 # VPP Compare NICs 2n-skx 2t1c mrr
3245 - type: "table"
3246   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3247   algorithm: "table_comparison"
3248   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3249   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3250   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3251   columns:
3252     - title: "x710"
3253       data-set: "vpp-nic-comparison-2n-skx-mrr"
3254       tag: "NIC_Intel-X710"
3255     - title: "xxv710"
3256       data-set: "vpp-nic-comparison-2n-skx-mrr"
3257       tag: "NIC_Intel-XXV710"
3258   comparisons:
3259     - title: "Diff"
3260       reference: 1
3261       compare: 2
3262   legend:
3263     - "Legend to Table:"
3264     - "x710, xxv710 - NICs tested."
3265     - "Diff - difference between x710 and xxv710 NIC."
3266
3267 # VPP Compare NICs 2n-skx 4t2c mrr
3268 - type: "table"
3269   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3270   algorithm: "table_comparison"
3271   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3272   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3273   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3274   columns:
3275     - title: "x710"
3276       data-set: "vpp-nic-comparison-2n-skx-mrr"
3277       tag: "NIC_Intel-X710"
3278     - title: "xxv710"
3279       data-set: "vpp-nic-comparison-2n-skx-mrr"
3280       tag: "NIC_Intel-XXV710"
3281   comparisons:
3282     - title: "Diff"
3283       reference: 1
3284       compare: 2
3285   legend:
3286     - "Legend to Table:"
3287     - "x710, xxv710 - NICs tested."
3288     - "Diff - difference between x710 and xxv710 NIC."
3289
3290 # VPP Compare NICs 2n-skx 8t4c mrr
3291 - type: "table"
3292   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3293   algorithm: "table_comparison"
3294   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3295   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3296   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3297   columns:
3298     - title: "x710"
3299       data-set: "vpp-nic-comparison-2n-skx-mrr"
3300       tag: "NIC_Intel-X710"
3301     - title: "xxv710"
3302       data-set: "vpp-nic-comparison-2n-skx-mrr"
3303       tag: "NIC_Intel-XXV710"
3304   comparisons:
3305     - title: "Diff"
3306       reference: 1
3307       compare: 2
3308   legend:
3309     - "Legend to Table:"
3310     - "x710, xxv710 - NICs tested."
3311     - "Diff - difference between x710 and xxv710 NIC."
3312
3313 ################################################################################
3314 # VPP
3315
3316 # VPP Performance changes 2n-skx-xxv710 2t1c ndr
3317 - type: "table"
3318   title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
3319   algorithm: "table_comparison"
3320   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
3321   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3322   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3323   columns:
3324     - title: "1908.1"
3325       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3326     - title: "1908.2"
3327       data-set: "vpp-perf-changes-2n-skx-new1908_2"
3328   comparisons:
3329     - title: "Diff"
3330       reference: 1
3331       compare: 2
3332   legend:
3333     - "Legend to Table:"
3334     - "1908.1, 1908.2 - VPP versions tested."
3335     - "Diff - difference between the previous and the current VPP version."
3336
3337 # VPP Performance changes 2n-skx-xxv710 2t1c pdr
3338 - type: "table"
3339   title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
3340   algorithm: "table_comparison"
3341   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
3342   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3343   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3344   columns:
3345     - title: "1908.1"
3346       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3347     - title: "1908.2"
3348       data-set: "vpp-perf-changes-2n-skx-new1908_2"
3349   comparisons:
3350     - title: "Diff"
3351       reference: 1
3352       compare: 2
3353   legend:
3354     - "Legend to Table:"
3355     - "1908.1, 1908.2 - VPP versions tested."
3356     - "Diff - difference between the previous and the current VPP version."
3357
3358 # VPP Performance changes 3n-skx-xxv710 2t1c ndr
3359 - type: "table"
3360   title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3361   algorithm: "table_comparison"
3362   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3363   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3364   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3365   columns:
3366     - title: "1908.1"
3367       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3368     - title: "1908.2"
3369       data-set: "vpp-perf-changes-3n-skx-new1908_2"
3370   comparisons:
3371     - title: "Diff"
3372       reference: 1
3373       compare: 2
3374   legend:
3375     - "Legend to Table:"
3376     - "1908.1, 1908.2 - VPP versions tested."
3377     - "Diff - difference between the previous and the current VPP version."
3378
3379 # VPP Performance changes 3n-skx-xxv710 2t1c pdr
3380 - type: "table"
3381   title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3382   algorithm: "table_comparison"
3383   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3384   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3385   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3386   columns:
3387     - title: "1908.1"
3388       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3389     - title: "1908.2"
3390       data-set: "vpp-perf-changes-3n-skx-new1908_2"
3391   comparisons:
3392     - title: "Diff"
3393       reference: 1
3394       compare: 2
3395   legend:
3396     - "Legend to Table:"
3397     - "1908.1, 1908.2 - VPP versions tested."
3398     - "Diff - difference between the previous and the current VPP version."
3399
3400 # VPP Performance changes 2n-clx-xxv710 2t1c ndr
3401 - type: "table"
3402   title: "VPP Performance changes 2n-clx-xxv710 2t1c ndr"
3403   algorithm: "table_comparison"
3404   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-ndr"
3405   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3406   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3407   columns:
3408     - title: "1908.1"
3409       data-set: "vpp-perf-changes-2n-clx-new1908_1"
3410     - title: "1908.2"
3411       data-set: "vpp-perf-changes-2n-clx-new1908_2"
3412   comparisons:
3413     - title: "Diff"
3414       reference: 1
3415       compare: 2
3416   legend:
3417     - "Legend to Table:"
3418     - "1908.1, 1908.2 - VPP versions tested."
3419     - "Diff - difference between the previous and the current VPP version."
3420
3421 # VPP Performance changes 2n-clx-xxv710 2t1c pdr
3422 - type: "table"
3423   title: "VPP Performance changes 2n-clx-xxv710 2t1c pdr"
3424   algorithm: "table_comparison"
3425   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-pdr"
3426   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3427   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3428   columns:
3429     - title: "1908.1"
3430       data-set: "vpp-perf-changes-2n-clx-new1908_1"
3431     - title: "1908.2"
3432       data-set: "vpp-perf-changes-2n-clx-new1908_2"
3433   comparisons:
3434     - title: "Diff"
3435       reference: 1
3436       compare: 2
3437   legend:
3438     - "Legend to Table:"
3439     - "1908.1, 1908.2 - VPP versions tested."
3440     - "Diff - difference between the previous and the current VPP version."
3441
3442 # VPP Performance Changes 3n-hsw 1t1c pdr
3443 - type: "table"
3444   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3445   algorithm: "table_comparison"
3446   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3447   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3448   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3449   columns:
3450     - title: "1904"
3451       data-set: "vpp-performance-changes-3n-hsw-h1"
3452     - title: "1908"
3453       data-set: "vpp-performance-changes-3n-hsw-ref"
3454     - title: "2001"
3455       data-set: "vpp-performance-changes-3n-hsw-cmp"
3456   comparisons:
3457     - title: "Diff"
3458       reference: 2
3459       compare: 3
3460   legend:
3461     - "Legend to Table"
3462     - "1904, 1908, 2001 - VPP versions tested."
3463     - "Diff - difference between 1908 and 2001 VPP version."
3464
3465 # VPP Performance Changes 3n-hsw 2t2c pdr
3466 - type: "table"
3467   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3468   algorithm: "table_comparison"
3469   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3470   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3471   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3472   columns:
3473     - title: "1904"
3474       data-set: "vpp-performance-changes-3n-hsw-h1"
3475     - title: "1908"
3476       data-set: "vpp-performance-changes-3n-hsw-ref"
3477     - title: "2001"
3478       data-set: "vpp-performance-changes-3n-hsw-cmp"
3479   comparisons:
3480     - title: "Diff"
3481       reference: 2
3482       compare: 3
3483   legend:
3484     - "Legend to Table"
3485     - "1904, 1908, 2001 - VPP versions tested."
3486     - "Diff - difference between 1908 and 2001 VPP version."
3487
3488 # VPP Performance Changes 3n-hsw 1t1c ndr
3489 - type: "table"
3490   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3491   algorithm: "table_comparison"
3492   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3493   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3494   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3495   columns:
3496     - title: "1904"
3497       data-set: "vpp-performance-changes-3n-hsw-h1"
3498     - title: "1908"
3499       data-set: "vpp-performance-changes-3n-hsw-ref"
3500     - title: "2001"
3501       data-set: "vpp-performance-changes-3n-hsw-cmp"
3502   comparisons:
3503     - title: "Diff"
3504       reference: 2
3505       compare: 3
3506   legend:
3507     - "Legend to Table"
3508     - "1904, 1908, 2001 - VPP versions tested."
3509     - "Diff - difference between 1908 and 2001 VPP version."
3510
3511 # VPP Performance Changes 3n-hsw 2t2c ndr
3512 - type: "table"
3513   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3514   algorithm: "table_comparison"
3515   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3516   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3517   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3518   columns:
3519     - title: "1904"
3520       data-set: "vpp-performance-changes-3n-hsw-h1"
3521     - title: "1908"
3522       data-set: "vpp-performance-changes-3n-hsw-ref"
3523     - title: "2001"
3524       data-set: "vpp-performance-changes-3n-hsw-cmp"
3525   comparisons:
3526     - title: "Diff"
3527       reference: 2
3528       compare: 3
3529   legend:
3530     - "Legend to Table"
3531     - "1904, 1908, 2001 - VPP versions tested."
3532     - "Diff - difference between 1908 and 2001 VPP version."
3533
3534 # VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3535 - type: "table"
3536   title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3537   algorithm: "table_comparison"
3538   output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3539   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3540   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3541   rca:
3542     - title: "RCA1"
3543       data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3544     - title: "RCA2"
3545       data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3546   columns:
3547     - title: "1908.0-1"
3548       data-set: "vpp-perf-changes-3n-skx-old1908_0"
3549       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3550     - title: "1908.1-1"
3551       data-set: "vpp-perf-changes-3n-skx-old1908_1"
3552     - title: "1908.1-2"
3553       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3554     - title: "2001.0-2"
3555       data-set: "vpp-perf-changes-3n-skx-new2001_0"
3556   comparisons:
3557     - title: "Diff1"
3558       reference: 2
3559       reference-alt: 1
3560       compare: 3
3561     - title: "Diff2"
3562       reference: 3
3563       compare: 4
3564   legend:
3565     - 'Legend to Table:'
3566     - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3567     - 'Diff1 - difference between environment versions "2" and "1" for the same VPP version, 1908.1-2 vs. 1908.1-1 (if data for the latter not present, 1908.0-1 is used).'
3568     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3569     - 'RCA1 - root cause analysis reference for Diff1.'
3570     - 'RCA2 - root cause analysis reference for Diff2.'
3571
3572 # VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3573 - type: "table"
3574   title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3575   algorithm: "table_comparison"
3576   output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3577   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3578   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3579   rca:
3580     - title: "RCA1"
3581       data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3582     - title: "RCA2"
3583       data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3584   columns:
3585     - title: "1908.0-1"
3586       data-set: "vpp-perf-changes-3n-skx-old1908_0"
3587       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3588     - title: "1908.1-1"
3589       data-set: "vpp-perf-changes-3n-skx-old1908_1"
3590     - title: "1908.1-2"
3591       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3592     - title: "2001.0-2"
3593       data-set: "vpp-perf-changes-3n-skx-new2001_0"
3594   comparisons:
3595     - title: "Diff1"
3596       reference: 2
3597       reference-alt: 1
3598       compare: 3
3599     - title: "Diff2"
3600       reference: 3
3601       compare: 4
3602   legend:
3603     - 'Legend to Table:'
3604     - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3605     - 'Diff1 - difference between environment versions "2" and "1" for the same VPP version, 1908.1-2 vs. 1908.1-1 (if data for the latter not present, 1908.0-1 is used).'
3606     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3607     - 'RCA1 - root cause analysis reference for Diff1.'
3608     - 'RCA2 - root cause analysis reference for Diff2.'
3609
3610 # VPP Performance Changes 3n-skx 2t1c pdr
3611 - type: "table"
3612   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3613   algorithm: "table_comparison"
3614   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3615   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3616   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3617   columns:
3618     - title: "1904"
3619       data-set: "vpp-performance-changes-3n-skx-h1"
3620       tag: "NIC_Intel-X710"
3621     - title: "1908"
3622       data-set: "vpp-performance-changes-3n-skx-ref"
3623       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3624       tag: "NIC_Intel-XXV710"
3625     - title: "2001"
3626       data-set: "vpp-performance-changes-3n-skx-cmp"
3627       tag: "NIC_Intel-XXV710"
3628   comparisons:
3629     - title: "Diff"
3630       reference: 2
3631       compare: 3
3632   legend:
3633     - "Legend to Table"
3634     - "1904, 1908, 2001 - VPP versions tested."
3635     - "Diff - difference between 1908 and 2001 VPP version."
3636
3637 # VPP Performance Changes 3n-skx 4t2c pdr
3638 - type: "table"
3639   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3640   algorithm: "table_comparison"
3641   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3642   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3643   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3644   columns:
3645     - title: "1904"
3646       data-set: "vpp-performance-changes-3n-skx-h1"
3647       tag: "NIC_Intel-X710"
3648     - title: "1908"
3649       data-set: "vpp-performance-changes-3n-skx-ref"
3650       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3651       tag: "NIC_Intel-XXV710"
3652     - title: "2001"
3653       data-set: "vpp-performance-changes-3n-skx-cmp"
3654       tag: "NIC_Intel-XXV710"
3655   comparisons:
3656     - title: "Diff"
3657       reference: 2
3658       compare: 3
3659   legend:
3660     - "Legend to Table"
3661     - "1904, 1908, 2001 - VPP versions tested."
3662     - "Diff - difference between 1908 and 2001 VPP version."
3663
3664 # VPP Performance Changes 3n-skx 2t1c ndr
3665 - type: "table"
3666   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3667   algorithm: "table_comparison"
3668   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3669   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3670   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3671   columns:
3672     - title: "1904"
3673       data-set: "vpp-performance-changes-3n-skx-h1"
3674       tag: "NIC_Intel-X710"
3675     - title: "1908"
3676       data-set: "vpp-performance-changes-3n-skx-ref"
3677       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3678       tag: "NIC_Intel-XXV710"
3679     - title: "2001"
3680       data-set: "vpp-performance-changes-3n-skx-cmp"
3681       tag: "NIC_Intel-XXV710"
3682   comparisons:
3683     - title: "Diff"
3684       reference: 2
3685       compare: 3
3686   legend:
3687     - "Legend to Table"
3688     - "1904, 1908, 2001 - VPP versions tested."
3689     - "Diff - difference between 1908 and 2001 VPP version."
3690
3691 # VPP Performance Changes 3n-skx 4t2c ndr
3692 - type: "table"
3693   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3694   algorithm: "table_comparison"
3695   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3696   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3697   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3698   columns:
3699     - title: "1904"
3700       data-set: "vpp-performance-changes-3n-skx-h1"
3701       tag: "NIC_Intel-X710"
3702     - title: "1908"
3703       data-set: "vpp-performance-changes-3n-skx-ref"
3704       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3705       tag: "NIC_Intel-XXV710"
3706     - title: "2001"
3707       data-set: "vpp-performance-changes-3n-skx-cmp"
3708       tag: "NIC_Intel-XXV710"
3709   comparisons:
3710     - title: "Diff"
3711       reference: 2
3712       compare: 3
3713   legend:
3714     - "Legend to Table"
3715     - "1904, 1908, 2001 - VPP versions tested."
3716     - "Diff - difference between 1908 and 2001 VPP version."
3717
3718 # VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3719 - type: "table"
3720   title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3721   algorithm: "table_comparison"
3722   output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3723   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3724   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3725   rca:
3726     - title: "RCA1"
3727       data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3728     - title: "RCA2"
3729       data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3730   columns:
3731     - title: "1908.0-1"
3732       data-set: "vpp-perf-changes-2n-skx-old1908_0"
3733       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3734     - title: "1908.1-1"
3735       data-set: "vpp-perf-changes-2n-skx-old1908_1"
3736     - title: "1908.1-2"
3737       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3738     - title: "2001.0-2"
3739       data-set: "vpp-perf-changes-2n-skx-new2001_0"
3740   comparisons:
3741     - title: "Diff1"
3742       reference: 2
3743       reference-alt: 1
3744       compare: 3
3745     - title: "Diff2"
3746       reference: 3
3747       compare: 4
3748   legend:
3749     - 'Legend to Table:'
3750     - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3751     - 'Diff1 - difference between environment versions "2" and "1" for the same VPP version, 1908.1-2 vs. 1908.1-1 (if data for the latter not present, 1908.0-1 is used).'
3752     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3753     - 'RCA1 - root cause analysis reference for Diff1.'
3754     - 'RCA2 - root cause analysis reference for Diff2.'
3755
3756 # VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3757 - type: "table"
3758   title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3759   algorithm: "table_comparison"
3760   output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3761   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3762   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3763   rca:
3764     - title: "RCA1"
3765       data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3766     - title: "RCA2"
3767       data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3768   columns:
3769     - title: "1908.0-1"
3770       data-set: "vpp-perf-changes-2n-skx-old1908_0"
3771       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3772     - title: "1908.1-1"
3773       data-set: "vpp-perf-changes-2n-skx-old1908_1"
3774     - title: "1908.1-2"
3775       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3776     - title: "2001.0-2"
3777       data-set: "vpp-perf-changes-2n-skx-new2001_0"
3778   comparisons:
3779     - title: "Diff1"
3780       reference: 2
3781       reference-alt: 1
3782       compare: 3
3783     - title: "Diff2"
3784       reference: 3
3785       compare: 4
3786   legend:
3787     - 'Legend to Table:'
3788     - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3789     - 'Diff1 - difference between environment versions "2" and "1" for the same VPP version, 1908.1-2 vs. 1908.1-1 (if data for the latter not present, 1908.0-1 is used).'
3790     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3791     - 'RCA1 - root cause analysis reference for Diff1.'
3792     - 'RCA2 - root cause analysis reference for Diff2.'
3793
3794 # VPP Performance Changes 2n-skx 2t1c pdr
3795 - type: "table"
3796   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3797   algorithm: "table_comparison"
3798   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3799   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3800   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3801   columns:
3802     - title: "1904"
3803       data-set: "vpp-performance-changes-2n-skx-h1"
3804       tag: "NIC_Intel-X710"
3805     - title: "1908"
3806       data-set: "vpp-performance-changes-2n-skx-ref"
3807       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3808       tag: "NIC_Intel-XXV710"
3809     - title: "2001"
3810       data-set: "vpp-performance-changes-2n-skx-cmp"
3811       tag: "NIC_Intel-XXV710"
3812   comparisons:
3813     - title: "Diff"
3814       reference: 2
3815       compare: 3
3816   legend:
3817     - "Legend to Table"
3818     - "1904, 1908, 2001 - VPP versions tested."
3819     - "Diff - difference between 1908 and 2001 VPP version."
3820
3821 # VPP Performance Changes 2n-skx 4t2c pdr
3822 - type: "table"
3823   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3824   algorithm: "table_comparison"
3825   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3826   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3827   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3828   columns:
3829     - title: "1904"
3830       data-set: "vpp-performance-changes-2n-skx-h1"
3831       tag: "NIC_Intel-X710"
3832     - title: "1908"
3833       data-set: "vpp-performance-changes-2n-skx-ref"
3834       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3835       tag: "NIC_Intel-XXV710"
3836     - title: "2001"
3837       data-set: "vpp-performance-changes-2n-skx-cmp"
3838       tag: "NIC_Intel-XXV710"
3839   comparisons:
3840     - title: "Diff"
3841       reference: 2
3842       compare: 3
3843   legend:
3844     - "Legend to Table"
3845     - "1904, 1908, 2001 - VPP versions tested."
3846     - "Diff - difference between 1908 and 2001 VPP version."
3847
3848 # VPP Performance Changes 2n-skx 2t1c ndr
3849 - type: "table"
3850   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3851   algorithm: "table_comparison"
3852   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3853   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3854   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3855   columns:
3856     - title: "1904"
3857       data-set: "vpp-performance-changes-2n-skx-h1"
3858       tag: "NIC_Intel-X710"
3859     - title: "1908"
3860       data-set: "vpp-performance-changes-2n-skx-ref"
3861       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3862       tag: "NIC_Intel-XXV710"
3863     - title: "2001"
3864       data-set: "vpp-performance-changes-2n-skx-cmp"
3865       tag: "NIC_Intel-XXV710"
3866   comparisons:
3867     - title: "Diff"
3868       reference: 2
3869       compare: 3
3870   legend:
3871     - "Legend to Table"
3872     - "1904, 1908, 2001 - VPP versions tested."
3873     - "Diff - difference between 1908 and 2001 VPP version."
3874
3875 # VPP Performance Changes 2n-skx 4t2c ndr
3876 - type: "table"
3877   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3878   algorithm: "table_comparison"
3879   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3880   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3881   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3882   columns:
3883     - title: "1904"
3884       data-set: "vpp-performance-changes-2n-skx-h1"
3885       tag: "NIC_Intel-X710"
3886     - title: "1908"
3887       data-set: "vpp-performance-changes-2n-skx-ref"
3888       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3889       tag: "NIC_Intel-XXV710"
3890     - title: "2001"
3891       data-set: "vpp-performance-changes-2n-skx-cmp"
3892       tag: "NIC_Intel-XXV710"
3893   comparisons:
3894     - title: "Diff"
3895       reference: 2
3896       compare: 3
3897   legend:
3898     - "Legend to Table"
3899     - "1904, 1908, 2001 - VPP versions tested."
3900     - "Diff - difference between 1908 and 2001 VPP version."
3901
3902 # VPP Performance Changes 2n-dnv 1t1c pdr
3903 - type: "table"
3904   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3905   algorithm: "table_comparison"
3906   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3907   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3908   filter: "'1T1C'"
3909   columns:
3910     - title: "1908"
3911       data-set: "vpp-performance-changes-2n-dnv-ref"
3912     - title: "2001"
3913       data-set: "vpp-performance-changes-2n-dnv-cmp"
3914   comparisons:
3915     - title: "Diff"
3916       reference: 1
3917       compare: 2
3918   legend:
3919     - "Legend to Table"
3920     - "1908, 2001 - VPP versions tested."
3921     - "Diff - difference between 1908 and 2001 VPP version."
3922
3923 # VPP Performance Changes 2n-dnv 2t2c pdr
3924 - type: "table"
3925   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3926   algorithm: "table_comparison"
3927   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3928   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3929   filter: "'2T2C'"
3930   columns:
3931     - title: "1908"
3932       data-set: "vpp-performance-changes-2n-dnv-ref"
3933     - title: "2001"
3934       data-set: "vpp-performance-changes-2n-dnv-cmp"
3935   comparisons:
3936     - title: "Diff"
3937       reference: 1
3938       compare: 2
3939   legend:
3940     - "Legend to Table"
3941     - "1908, 2001 - VPP versions tested."
3942     - "Diff - difference between 1908 and 2001 VPP version."
3943
3944 # VPP Performance Changes 2n-dnv 1t1c ndr
3945 - type: "table"
3946   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3947   algorithm: "table_comparison"
3948   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3949   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3950   filter: "'1T1C'"
3951   columns:
3952     - title: "1908"
3953       data-set: "vpp-performance-changes-2n-dnv-ref"
3954     - title: "2001"
3955       data-set: "vpp-performance-changes-2n-dnv-cmp"
3956   comparisons:
3957     - title: "Diff"
3958       reference: 1
3959       compare: 2
3960   legend:
3961     - "Legend to Table"
3962     - "1908, 2001 - VPP versions tested."
3963     - "Diff - difference between 1908 and 2001 VPP version."
3964
3965 # VPP Performance Changes 2n-dnv 2t2c ndr
3966 - type: "table"
3967   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3968   algorithm: "table_comparison"
3969   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3970   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3971   filter: "'2T2C'"
3972   columns:
3973     - title: "1908"
3974       data-set: "vpp-performance-changes-2n-dnv-ref"
3975     - title: "2001"
3976       data-set: "vpp-performance-changes-2n-dnv-cmp"
3977   comparisons:
3978     - title: "Diff"
3979       reference: 1
3980       compare: 2
3981   legend:
3982     - "Legend to Table"
3983     - "1908, 2001 - VPP versions tested."
3984     - "Diff - difference between 1908 and 2001 VPP version."
3985
3986 # VPP Performance Changes 3n-dnv 1t1c pdr
3987 - type: "table"
3988   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3989   algorithm: "table_comparison"
3990   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3991   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3992   filter: "'1T1C'"
3993   columns:
3994     - title: "1908"
3995       data-set: "vpp-performance-changes-3n-dnv-ref"
3996     - title: "2001"
3997       data-set: "vpp-performance-changes-3n-dnv-cmp"
3998   comparisons:
3999     - title: "Diff"
4000       reference: 1
4001       compare: 2
4002   legend:
4003     - "Legend to Table"
4004     - "1908, 2001 - VPP versions tested."
4005     - "Diff - difference between 1908 and 2001 VPP version."
4006
4007 # VPP Performance Changes 3n-dnv 2t2c pdr
4008 - type: "table"
4009   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4010   algorithm: "table_comparison"
4011   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4012   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4013   filter: "'2T2C'"
4014   columns:
4015     - title: "1908"
4016       data-set: "vpp-performance-changes-3n-dnv-ref"
4017     - title: "2001"
4018       data-set: "vpp-performance-changes-3n-dnv-cmp"
4019   comparisons:
4020     - title: "Diff"
4021       reference: 1
4022       compare: 2
4023   legend:
4024     - "Legend to Table"
4025     - "1908, 2001 - VPP versions tested."
4026     - "Diff - difference between 1908 and 2001 VPP version."
4027
4028 # VPP Performance Changes 3n-dnv 1t1c ndr
4029 - type: "table"
4030   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4031   algorithm: "table_comparison"
4032   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4033   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4034   filter: "'1T1C'"
4035   columns:
4036     - title: "1908"
4037       data-set: "vpp-performance-changes-3n-dnv-ref"
4038     - title: "2001"
4039       data-set: "vpp-performance-changes-3n-dnv-cmp"
4040   comparisons:
4041     - title: "Diff"
4042       reference: 1
4043       compare: 2
4044   legend:
4045     - "Legend to Table"
4046     - "1908, 2001 - VPP versions tested."
4047     - "Diff - difference between 1908 and 2001 VPP version."
4048
4049 # VPP Performance Changes 3n-dnv 2t2c ndr
4050 - type: "table"
4051   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4052   algorithm: "table_comparison"
4053   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4054   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4055   filter: "'2T2C'"
4056   columns:
4057     - title: "1908"
4058       data-set: "vpp-performance-changes-3n-dnv-ref"
4059     - title: "2001"
4060       data-set: "vpp-performance-changes-3n-dnv-cmp"
4061   comparisons:
4062     - title: "Diff"
4063       reference: 1
4064       compare: 2
4065   legend:
4066     - "Legend to Table"
4067     - "1908, 2001 - VPP versions tested."
4068     - "Diff - difference between 1908 and 2001 VPP version."
4069
4070 # VPP Performance Changes 3n-tsh 1t1c pdr
4071 - type: "table"
4072   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4073   algorithm: "table_comparison"
4074   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4075   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4076   filter: "'1T1C'"
4077   columns:
4078     - title: "1908"
4079       data-set: "vpp-performance-changes-3n-tsh-ref"
4080     - title: "2001"
4081       data-set: "vpp-performance-changes-3n-tsh-cmp"
4082   comparisons:
4083     - title: "Diff"
4084       reference: 1
4085       compare: 2
4086   legend:
4087     - "Legend to Table"
4088     - "1908, 2001 - VPP versions tested."
4089     - "Diff - difference between 1908 and 2001 VPP version."
4090
4091 # VPP Performance Changes 3n-tsh 2t2c pdr
4092 - type: "table"
4093   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4094   algorithm: "table_comparison"
4095   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4096   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4097   filter: "'2T2C'"
4098   columns:
4099     - title: "1908"
4100       data-set: "vpp-performance-changes-3n-tsh-ref"
4101     - title: "2001"
4102       data-set: "vpp-performance-changes-3n-tsh-cmp"
4103   comparisons:
4104     - title: "Diff"
4105       reference: 1
4106       compare: 2
4107   legend:
4108     - "Legend to Table"
4109     - "1908, 2001 - VPP versions tested."
4110     - "Diff - difference between 1908 and 2001 VPP version."
4111
4112 # VPP Performance Changes 3n-tsh 1t1c ndr
4113 - type: "table"
4114   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4115   algorithm: "table_comparison"
4116   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4117   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4118   filter: "'1T1C'"
4119   columns:
4120     - title: "1908"
4121       data-set: "vpp-performance-changes-3n-tsh-ref"
4122     - title: "2001"
4123       data-set: "vpp-performance-changes-3n-tsh-cmp"
4124   comparisons:
4125     - title: "Diff"
4126       reference: 1
4127       compare: 2
4128   legend:
4129     - "Legend to Table"
4130     - "1908, 2001 - VPP versions tested."
4131     - "Diff - difference between 1908 and 2001 VPP version."
4132
4133 # VPP Performance Changes 3n-tsh 2t2c ndr
4134 - type: "table"
4135   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4136   algorithm: "table_comparison"
4137   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4138   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4139   filter: "'2T2C'"
4140   columns:
4141     - title: "1908"
4142       data-set: "vpp-performance-changes-3n-tsh-ref"
4143     - title: "2001"
4144       data-set: "vpp-performance-changes-3n-tsh-cmp"
4145   comparisons:
4146     - title: "Diff"
4147       reference: 1
4148       compare: 2
4149   legend:
4150     - "Legend to Table"
4151     - "1908, 2001 - VPP versions tested."
4152     - "Diff - difference between 1908 and 2001 VPP version."
4153
4154 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4155 - type: "table"
4156   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4157   algorithm: "table_comparison"
4158   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4159   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4160   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4161   columns:
4162     - title: "3n-hsw xl710"
4163       data-set: "vpp-compare-testbeds-ref"
4164       tag: "NIC_Intel-XL710"
4165     - title: "3n-skx xxv710"
4166       data-set: "vpp-compare-testbeds-cmp"
4167       tag: "NIC_Intel-XXV710"
4168   comparisons:
4169     - title: "Diff"
4170       reference: 1
4171       compare: 2
4172   legend:
4173     - "Legend to Table"
4174     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4175     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4176
4177 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4178 - type: "table"
4179   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4180   algorithm: "table_comparison"
4181   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4182   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4183   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4184   columns:
4185     - title: "3n-hsw xl710"
4186       data-set: "vpp-compare-testbeds-ref"
4187       tag: "NIC_Intel-XL710"
4188     - title: "3n-skx xxv710"
4189       data-set: "vpp-compare-testbeds-cmp"
4190       tag: "NIC_Intel-XXV710"
4191   comparisons:
4192     - title: "Diff"
4193       reference: 1
4194       compare: 2
4195   legend:
4196     - "Legend to Table"
4197     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4198     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4199
4200 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4201 - type: "table"
4202   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4203   algorithm: "table_comparison"
4204   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4205   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4206   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4207   columns:
4208     - title: "3n-hsw xl710"
4209       data-set: "vpp-compare-testbeds-ref"
4210       tag: "NIC_Intel-XL710"
4211     - title: "3n-skx xxv710"
4212       data-set: "vpp-compare-testbeds-cmp"
4213       tag: "NIC_Intel-XXV710"
4214   comparisons:
4215     - title: "Diff"
4216       reference: 1
4217       compare: 2
4218   legend:
4219     - "Legend to Table"
4220     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4221     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4222
4223 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4224 - type: "table"
4225   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4226   algorithm: "table_comparison"
4227   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4228   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4229   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4230   columns:
4231     - title: "3n-hsw xl710"
4232       data-set: "vpp-compare-testbeds-ref"
4233       tag: "NIC_Intel-XL710"
4234     - title: "3n-skx xxv710"
4235       data-set: "vpp-compare-testbeds-cmp"
4236       tag: "NIC_Intel-XXV710"
4237   comparisons:
4238     - title: "Diff"
4239       reference: 1
4240       compare: 2
4241   legend:
4242     - "Legend to Table"
4243     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4244     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4245
4246 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4247 - type: "table"
4248   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4249   algorithm: "table_comparison"
4250   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4251   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4252   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4253   columns:
4254     - title: "2n-skx"
4255       data-set: "vpp-compare-testbeds-skx-clx-ref"
4256     - title: "2n-clx"
4257       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4258   comparisons:
4259     - title: "Diff"
4260       reference: 1
4261       compare: 2
4262   legend:
4263     - "Legend to Table"
4264     - "2n-skx, 2n-clx - testbeds and NICs tested."
4265     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4266
4267 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4268 - type: "table"
4269   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4270   algorithm: "table_comparison"
4271   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4272   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4273   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4274   columns:
4275     - title: "2n-skx"
4276       data-set: "vpp-compare-testbeds-skx-clx-ref"
4277     - title: "2n-clx"
4278       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4279   comparisons:
4280     - title: "Diff"
4281       reference: 1
4282       compare: 2
4283   legend:
4284     - "Legend to Table"
4285     - "2n-skx, 2n-clx - testbeds and NICs tested."
4286     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4287
4288 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4289 - type: "table"
4290   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4291   algorithm: "table_comparison"
4292   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4293   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4294   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4295   columns:
4296     - title: "2n-skx"
4297       data-set: "vpp-compare-testbeds-skx-clx-ref"
4298     - title: "2n-clx"
4299       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4300   comparisons:
4301     - title: "Diff"
4302       reference: 1
4303       compare: 2
4304   legend:
4305     - "Legend to Table"
4306     - "2n-skx, 2n-clx - testbeds and NICs tested."
4307     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4308
4309 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4310 - type: "table"
4311   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4312   algorithm: "table_comparison"
4313   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4314   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4315   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4316   columns:
4317     - title: "2n-skx"
4318       data-set: "vpp-compare-testbeds-skx-clx-ref"
4319     - title: "2n-clx"
4320       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4321   comparisons:
4322     - title: "Diff"
4323       reference: 1
4324       compare: 2
4325   legend:
4326     - "Legend to Table"
4327     - "2n-skx, 2n-clx - testbeds and NICs tested."
4328     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4329
4330 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4331 - type: "table"
4332   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4333   algorithm: "table_comparison"
4334   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4335   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4336   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4337   columns:
4338     - title: "3n-hsw xl710"
4339       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4340       tag: "NIC_Intel-XL710"
4341     - title: "2n-clx xxv710"
4342       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4343       tag: "NIC_Intel-XXV710"
4344   comparisons:
4345     - title: "Diff"
4346       reference: 1
4347       compare: 2
4348   legend:
4349     - "Legend to Table"
4350     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4351     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4352
4353 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4354 - type: "table"
4355   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4356   algorithm: "table_comparison"
4357   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4358   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4359   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4360   columns:
4361     - title: "3n-hsw xl710"
4362       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4363       tag: "NIC_Intel-XL710"
4364     - title: "2n-clx xxv710"
4365       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4366       tag: "NIC_Intel-XXV710"
4367   comparisons:
4368     - title: "Diff"
4369       reference: 1
4370       compare: 2
4371   legend:
4372     - "Legend to Table"
4373     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4374     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4375
4376 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4377 - type: "table"
4378   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4379   algorithm: "table_comparison"
4380   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4381   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4382   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4383   columns:
4384     - title: "3n-hsw xl710"
4385       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4386       tag: "NIC_Intel-XL710"
4387     - title: "2n-clx xxv710"
4388       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4389       tag: "NIC_Intel-XXV710"
4390   comparisons:
4391     - title: "Diff"
4392       reference: 1
4393       compare: 2
4394   legend:
4395     - "Legend to Table"
4396     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4397     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4398
4399 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4400 - type: "table"
4401   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4402   algorithm: "table_comparison"
4403   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4404   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4405   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4406   columns:
4407     - title: "3n-hsw xl710"
4408       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4409       tag: "NIC_Intel-XL710"
4410     - title: "2n-clx xxv710"
4411       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4412       tag: "NIC_Intel-XXV710"
4413   comparisons:
4414     - title: "Diff"
4415       reference: 1
4416       compare: 2
4417   legend:
4418     - "Legend to Table"
4419     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4420     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4421
4422 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4423 - type: "table"
4424   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4425   algorithm: "table_comparison"
4426   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4427   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4428   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4429   columns:
4430     - title: "3n-skx"
4431       data-set: "vpp-compare-topologies-ref"
4432     - title: "2n-skx"
4433       data-set: "vpp-compare-topologies-cmp"
4434   comparisons:
4435     - title: "Diff"
4436       reference: 1
4437       compare: 2
4438   legend:
4439     - "Legend to Table"
4440     - "3n-skx, 2n-skx - topologies tested."
4441     - "Diff - difference between 3n-skx and 2n-skx topologies."
4442
4443 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4444 - type: "table"
4445   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4446   algorithm: "table_comparison"
4447   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4448   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4449   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4450   columns:
4451     - title: "3n-skx"
4452       data-set: "vpp-compare-topologies-ref"
4453     - title: "2n-skx"
4454       data-set: "vpp-compare-topologies-cmp"
4455   comparisons:
4456     - title: "Diff"
4457       reference: 1
4458       compare: 2
4459   legend:
4460     - "Legend to Table"
4461     - "3n-skx, 2n-skx - topologies tested."
4462     - "Diff - difference between 3n-skx and 2n-skx topologies."
4463
4464 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4465 - type: "table"
4466   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4467   algorithm: "table_comparison"
4468   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4469   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4470   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4471   columns:
4472     - title: "3n-skx"
4473       data-set: "vpp-compare-topologies-ref"
4474     - title: "2n-skx"
4475       data-set: "vpp-compare-topologies-cmp"
4476   comparisons:
4477     - title: "Diff"
4478       reference: 1
4479       compare: 2
4480   legend:
4481     - "Legend to Table"
4482     - "3n-skx, 2n-skx - topologies tested."
4483     - "Diff - difference between 3n-skx and 2n-skx topologies."
4484
4485 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4486 - type: "table"
4487   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4488   algorithm: "table_comparison"
4489   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4490   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4491   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4492   columns:
4493     - title: "3n-skx"
4494       data-set: "vpp-compare-topologies-ref"
4495     - title: "2n-skx"
4496       data-set: "vpp-compare-topologies-cmp"
4497   comparisons:
4498     - title: "Diff"
4499       reference: 1
4500       compare: 2
4501   legend:
4502     - "Legend to Table"
4503     - "3n-skx, 2n-skx - topologies tested."
4504     - "Diff - difference between 3n-skx and 2n-skx topologies."
4505
4506 # VPP Performance Changes 3n-hsw 1t1c mrr
4507 - type: "table"
4508   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4509   algorithm: "table_comparison"
4510   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4511   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4512   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4513   columns:
4514     - title: "1904"
4515       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4516     - title: "1908"
4517       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4518     - title: "2001"
4519       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4520   comparisons:
4521     - title: "Diff"
4522       reference: 2
4523       compare: 3
4524   legend:
4525     - "Legend to Table"
4526     - "1904, 1908, 2001 - VPP versions tested."
4527     - "Diff - difference between 1908 and 2001 VPP version."
4528
4529 # VPP Performance Changes 3n-hsw 2t2c mrr
4530 - type: "table"
4531   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4532   algorithm: "table_comparison"
4533   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4534   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4535   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4536   columns:
4537     - title: "1904"
4538       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4539     - title: "1908"
4540       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4541     - title: "2001"
4542       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4543   comparisons:
4544     - title: "Diff"
4545       reference: 2
4546       compare: 3
4547   legend:
4548     - "Legend to Table"
4549     - "1904, 1908, 2001 - VPP versions tested."
4550     - "Diff - difference between 1908 and 2001 VPP version."
4551
4552 # VPP Performance Changes 3n-hsw 4t4c mrr
4553 - type: "table"
4554   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4555   algorithm: "table_comparison"
4556   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4557   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4558   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4559   columns:
4560     - title: "1904"
4561       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4562     - title: "1908"
4563       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4564     - title: "2001"
4565       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4566   comparisons:
4567     - title: "Diff"
4568       reference: 2
4569       compare: 3
4570   legend:
4571     - "Legend to Table"
4572     - "1904, 1908, 2001 - VPP versions tested."
4573     - "Diff - difference between 1908 and 2001 VPP version."
4574
4575 # VPP Performance Changes 3n-skx 2t1c mrr
4576 - type: "table"
4577   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4578   algorithm: "table_comparison"
4579   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4580   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4581   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4582   columns:
4583     - title: "1904"
4584       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4585     - title: "1908"
4586       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4587     - title: "2001"
4588       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4589   comparisons:
4590     - title: "Diff"
4591       reference: 2
4592       compare: 3
4593   legend:
4594     - "Legend to Table"
4595     - "1904, 1908, 2001 - VPP versions tested."
4596     - "Diff - difference between 1908 and 2001 VPP version."
4597
4598 # VPP Performance Changes 3n-skx 4t2c mrr
4599 - type: "table"
4600   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4601   algorithm: "table_comparison"
4602   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4603   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4604   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4605   columns:
4606     - title: "1904"
4607       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4608     - title: "1908"
4609       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4610     - title: "2001"
4611       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4612   comparisons:
4613     - title: "Diff"
4614       reference: 2
4615       compare: 3
4616   legend:
4617     - "Legend to Table"
4618     - "1904, 1908, 2001 - VPP versions tested."
4619     - "Diff - difference between 1908 and 2001 VPP version."
4620
4621 # VPP Performance Changes 3n-skx 8t4c mrr
4622 - type: "table"
4623   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4624   algorithm: "table_comparison"
4625   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4626   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4627   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4628   columns:
4629     - title: "1904"
4630       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4631     - title: "1908"
4632       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4633     - title: "2001"
4634       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4635   comparisons:
4636     - title: "Diff"
4637       reference: 2
4638       compare: 3
4639   legend:
4640     - "Legend to Table"
4641     - "1904, 1908, 2001 - VPP versions tested."
4642     - "Diff - difference between 1908 and 2001 VPP version."
4643
4644 # VPP Performance Changes 2n-skx 2t1c mrr
4645 - type: "table"
4646   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4647   algorithm: "table_comparison"
4648   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4649   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4650   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4651   columns:
4652     - title: "1904"
4653       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4654     - title: "1908"
4655       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4656     - title: "2001"
4657       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4658   comparisons:
4659     - title: "Diff"
4660       reference: 2
4661       compare: 3
4662   legend:
4663     - "Legend to Table"
4664     - "1904, 1908, 2001 - VPP versions tested."
4665     - "Diff - difference between 1908 and 2001 VPP version."
4666
4667 # VPP Performance Changes 2n-skx 4t2c mrr
4668 - type: "table"
4669   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4670   algorithm: "table_comparison"
4671   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4672   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4673   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4674   columns:
4675     - title: "1904"
4676       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4677     - title: "1908"
4678       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4679     - title: "2001"
4680       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4681   comparisons:
4682     - title: "Diff"
4683       reference: 2
4684       compare: 3
4685   legend:
4686     - "Legend to Table"
4687     - "1904, 1908, 2001 - VPP versions tested."
4688     - "Diff - difference between 1908 and 2001 VPP version."
4689
4690 # VPP Performance Changes 2n-skx 8t4c mrr
4691 - type: "table"
4692   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4693   algorithm: "table_comparison"
4694   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4695   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4696   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4697   columns:
4698     - title: "1904"
4699       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4700     - title: "1908"
4701       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4702     - title: "2001"
4703       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4704   comparisons:
4705     - title: "Diff"
4706       reference: 2
4707       compare: 3
4708   legend:
4709     - "Legend to Table"
4710     - "1904, 1908, 2001 - VPP versions tested."
4711     - "Diff - difference between 1908 and 2001 VPP version."
4712
4713 # VPP Performance Changes 2n-dnv 1t1c mrr
4714 - type: "table"
4715   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4716   algorithm: "table_comparison"
4717   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4718   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4719   filter: "'1T1C'"
4720   columns:
4721     - title: "1908"
4722       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4723     - title: "2001"
4724       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4725   comparisons:
4726     - title: "Diff"
4727       reference: 1
4728       compare: 2
4729   legend:
4730     - "Legend to Table"
4731     - "1908, 2001 - VPP versions tested."
4732     - "Diff - difference between 1908 and 2001 VPP version."
4733
4734 # VPP Performance Changes 2n-dnv 2t2c mrr
4735 - type: "table"
4736   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4737   algorithm: "table_comparison"
4738   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4739   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4740   filter: "'2T2C'"
4741   columns:
4742     - title: "1908"
4743       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4744     - title: "2001"
4745       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4746   comparisons:
4747     - title: "Diff"
4748       reference: 1
4749       compare: 2
4750   legend:
4751     - "Legend to Table"
4752     - "1908, 2001 - VPP versions tested."
4753     - "Diff - difference between 1908 and 2001 VPP version."
4754
4755 # VPP Performance Changes 2n-dnv 4t4c mrr
4756 - type: "table"
4757   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4758   algorithm: "table_comparison"
4759   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4760   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4761   filter: "'4T4C'"
4762   columns:
4763     - title: "1908"
4764       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4765     - title: "2001"
4766       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4767   comparisons:
4768     - title: "Diff"
4769       reference: 1
4770       compare: 2
4771   legend:
4772     - "Legend to Table"
4773     - "1908, 2001 - VPP versions tested."
4774     - "Diff - difference between 1908 and 2001 VPP version."
4775
4776 # VPP Performance Changes 3n-dnv 1t1c mrr
4777 - type: "table"
4778   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4779   algorithm: "table_comparison"
4780   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4781   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4782   filter: "'1T1C'"
4783   columns:
4784     - title: "1908"
4785       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4786     - title: "2001"
4787       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4788   comparisons:
4789     - title: "Diff"
4790       reference: 1
4791       compare: 2
4792   legend:
4793     - "Legend to Table"
4794     - "1908, 2001 - VPP versions tested."
4795     - "Diff - difference between 1908 and 2001 VPP version."
4796
4797 # VPP Performance Changes 3n-dnv 2t2c mrr
4798 - type: "table"
4799   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4800   algorithm: "table_comparison"
4801   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4802   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4803   filter: "'2T2C'"
4804   columns:
4805     - title: "1908"
4806       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4807     - title: "2001"
4808       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4809   comparisons:
4810     - title: "Diff"
4811       reference: 1
4812       compare: 2
4813   legend:
4814     - "Legend to Table"
4815     - "1908, 2001 - VPP versions tested."
4816     - "Diff - difference between 1908 and 2001 VPP version."
4817
4818 # VPP Performance Changes 3n-dnv 4t4c mrr
4819 - type: "table"
4820   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4821   algorithm: "table_comparison"
4822   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4823   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4824   filter: "'4T4C'"
4825   columns:
4826     - title: "1908"
4827       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4828     - title: "2001"
4829       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4830   comparisons:
4831     - title: "Diff"
4832       reference: 1
4833       compare: 2
4834   legend:
4835     - "Legend to Table"
4836     - "1908, 2001 - VPP versions tested."
4837     - "Diff - difference between 1908 and 2001 VPP version."
4838
4839 # VPP Performance Changes 3n-tsh 1t1c mrr
4840 - type: "table"
4841   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4842   algorithm: "table_comparison"
4843   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4844   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4845   filter: "'1T1C'"
4846   columns:
4847     - title: "1908"
4848       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4849     - title: "2001"
4850       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4851   comparisons:
4852     - title: "Diff"
4853       reference: 1
4854       compare: 2
4855   legend:
4856     - "Legend to Table"
4857     - "1908, 2001 - VPP versions tested."
4858     - "Diff - difference between 1908 and 2001 VPP version."
4859
4860 # VPP Performance Changes 3n-tsh 2t2c mrr
4861 - type: "table"
4862   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4863   algorithm: "table_comparison"
4864   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4865   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4866   filter: "'2T2C'"
4867   columns:
4868     - title: "1908"
4869       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4870     - title: "2001"
4871       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4872   comparisons:
4873     - title: "Diff"
4874       reference: 1
4875       compare: 2
4876   legend:
4877     - "Legend to Table"
4878     - "1908, 2001 - VPP versions tested."
4879     - "Diff - difference between 1908 and 2001 VPP version."
4880
4881 # VPP Performance Changes 3n-tsh 4t4c mrr
4882 - type: "table"
4883   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
4884   algorithm: "table_comparison"
4885   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4886   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4887   filter: "'4T4C'"
4888   columns:
4889     - title: "1908"
4890       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4891     - title: "2001"
4892       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4893   comparisons:
4894     - title: "Diff"
4895       reference: 1
4896       compare: 2
4897   legend:
4898     - "Legend to Table"
4899     - "1908, 2001 - VPP versions tested."
4900     - "Diff - difference between 1908 and 2001 VPP version."
4901
4902 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4903 - type: "table"
4904   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4905   algorithm: "table_comparison"
4906   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4907   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4908   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4909   columns:
4910     - title: "3n-hsw xl710"
4911       data-set: "vpp-compare-testbeds-mrr-ref"
4912       tag: "NIC_Intel-XL710"
4913     - title: "3n-skx xxv710"
4914       data-set: "vpp-compare-testbeds-mrr-cmp"
4915       tag: "NIC_Intel-XXV710"
4916   comparisons:
4917     - title: "Diff"
4918       reference: 1
4919       compare: 2
4920   legend:
4921     - "Legend to Table"
4922     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4923     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4924
4925 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4926 - type: "table"
4927   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4928   algorithm: "table_comparison"
4929   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4930   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4931   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4932   columns:
4933     - title: "3n-hsw xl710"
4934       data-set: "vpp-compare-testbeds-mrr-ref"
4935       tag: "NIC_Intel-XL710"
4936     - title: "3n-skx xxv710"
4937       data-set: "vpp-compare-testbeds-mrr-cmp"
4938       tag: "NIC_Intel-XXV710"
4939   comparisons:
4940     - title: "Diff"
4941       reference: 1
4942       compare: 2
4943   legend:
4944     - "Legend to Table"
4945     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4946     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4947
4948 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4949 - type: "table"
4950   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4951   algorithm: "table_comparison"
4952   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4953   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4954   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4955   columns:
4956     - title: "3n-hsw xl710"
4957       data-set: "vpp-compare-testbeds-mrr-ref"
4958       tag: "NIC_Intel-XL710"
4959     - title: "3n-skx xxv710"
4960       data-set: "vpp-compare-testbeds-mrr-cmp"
4961       tag: "NIC_Intel-XXV710"
4962   comparisons:
4963     - title: "Diff"
4964       reference: 1
4965       compare: 2
4966   legend:
4967     - "Legend to Table"
4968     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4969     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4970
4971 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4972 - type: "table"
4973   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4974   algorithm: "table_comparison"
4975   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4976   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4977   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4978   columns:
4979     - title: "2n-skx"
4980       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4981     - title: "2n-clx"
4982       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4983   comparisons:
4984     - title: "Diff"
4985       reference: 1
4986       compare: 2
4987   legend:
4988     - "Legend to Table"
4989     - "2n-skx, 2n-clx - testbeds and NICs tested."
4990     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4991
4992 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4993 - type: "table"
4994   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4995   algorithm: "table_comparison"
4996   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4997   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4998   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4999   columns:
5000     - title: "2n-skx"
5001       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5002     - title: "2n-clx"
5003       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5004   comparisons:
5005     - title: "Diff"
5006       reference: 1
5007       compare: 2
5008   legend:
5009     - "Legend to Table"
5010     - "2n-skx, 2n-clx - testbeds and NICs tested."
5011     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5012
5013 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5014 - type: "table"
5015   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5016   algorithm: "table_comparison"
5017   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5018   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5019   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5020   columns:
5021     - title: "2n-skx"
5022       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5023     - title: "2n-clx"
5024       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5025   comparisons:
5026     - title: "Diff"
5027       reference: 1
5028       compare: 2
5029   legend:
5030     - "Legend to Table"
5031     - "2n-skx, 2n-clx - testbeds and NICs tested."
5032     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5033
5034 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5035 - type: "table"
5036   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5037   algorithm: "table_comparison"
5038   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5039   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5040   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5041   columns:
5042     - title: "3n-skx"
5043       data-set: "vpp-compare-topologies-mrr-ref"
5044     - title: "2n-skx"
5045       data-set: "vpp-compare-topologies-mrr-cmp"
5046   comparisons:
5047     - title: "Diff"
5048       reference: 1
5049       compare: 2
5050   legend:
5051     - "Legend to Table"
5052     - "3n-skx, 2n-skx - topologies tested."
5053     - "Diff - difference between 3n-skx and 2n-skx topologies."
5054
5055 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5056 - type: "table"
5057   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5058   algorithm: "table_comparison"
5059   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5060   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5061   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5062   columns:
5063     - title: "3n-skx"
5064       data-set: "vpp-compare-topologies-mrr-ref"
5065     - title: "2n-skx"
5066       data-set: "vpp-compare-topologies-mrr-cmp"
5067   comparisons:
5068     - title: "Diff"
5069       reference: 1
5070       compare: 2
5071   legend:
5072     - "Legend to Table"
5073     - "3n-skx, 2n-skx - topologies tested."
5074     - "Diff - difference between 3n-skx and 2n-skx topologies."
5075
5076 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5077 - type: "table"
5078   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5079   algorithm: "table_comparison"
5080   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5081   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5082   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5083   columns:
5084     - title: "3n-skx"
5085       data-set: "vpp-compare-topologies-mrr-ref"
5086     - title: "2n-skx"
5087       data-set: "vpp-compare-topologies-mrr-cmp"
5088   comparisons:
5089     - title: "Diff"
5090       reference: 1
5091       compare: 2
5092   legend:
5093     - "Legend to Table"
5094     - "3n-skx, 2n-skx - topologies tested."
5095     - "Diff - difference between 3n-skx and 2n-skx topologies."
5096
5097 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5098 - type: "table"
5099   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5100   algorithm: "table_comparison"
5101   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5102   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5103   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5104   columns:
5105     - title: "3n-hsw xl710"
5106       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5107       tag: "NIC_Intel-XL710"
5108     - title: "2n-clx xxv710"
5109       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5110       tag: "NIC_Intel-XXV710"
5111   comparisons:
5112     - title: "Diff"
5113       reference: 1
5114       compare: 2
5115   legend:
5116     - "Legend to Table"
5117     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5118     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5119
5120 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5121 - type: "table"
5122   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5123   algorithm: "table_comparison"
5124   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5125   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5126   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5127   columns:
5128     - title: "3n-hsw xl710"
5129       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5130       tag: "NIC_Intel-XL710"
5131     - title: "2n-clx xxv710"
5132       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5133       tag: "NIC_Intel-XXV710"
5134   comparisons:
5135     - title: "Diff"
5136       reference: 1
5137       compare: 2
5138   legend:
5139     - "Legend to Table"
5140     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5141     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5142
5143 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5144 - type: "table"
5145   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5146   algorithm: "table_comparison"
5147   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5148   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5149   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5150   columns:
5151     - title: "3n-hsw xl710"
5152       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5153       tag: "NIC_Intel-XL710"
5154     - title: "2n-clx xxv710"
5155       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5156       tag: "NIC_Intel-XXV710"
5157   comparisons:
5158     - title: "Diff"
5159       reference: 1
5160       compare: 2
5161   legend:
5162     - "Legend to Table"
5163     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5164     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5165
5166 # Detailed Test Results - VPP Performance Results 3n-hsw
5167 - type: "table"
5168   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5169   algorithm: "table_merged_details"
5170   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5171   columns:
5172     - title: " |prein| Test Name |preout| "
5173       data: "data name"
5174     - 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| "
5175       data: "data msg"
5176   data: "vpp-perf-results-3n-hsw"
5177   filter: "all"
5178   parameters:
5179   - "name"
5180   - "parent"
5181   - "msg"
5182
5183 # Detailed Test Results - VPP Performance Results 3n-skx
5184 - type: "table"
5185   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5186   algorithm: "table_merged_details"
5187   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5188   columns:
5189     - title: " |prein| Test Name |preout| "
5190       data: "data name"
5191     - 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| "
5192       data: "data msg"
5193   data: "vpp-perf-results-3n-skx"
5194   filter: "all"
5195   remove-ndr: True  # Temporary solution: remove NDR results from test message
5196   parameters:
5197   - "name"
5198   - "parent"
5199   - "msg"
5200
5201 # Detailed Test Results - VPP Performance Results 2n-skx
5202 - type: "table"
5203   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5204   algorithm: "table_merged_details"
5205   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5206   columns:
5207     - title: " |prein| Test Name |preout| "
5208       data: "data name"
5209     - 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| "
5210       data: "data msg"
5211   data: "vpp-perf-results-2n-skx"
5212   filter: "all"
5213   remove-ndr: True  # Temporary solution: remove NDR results from test message
5214   parameters:
5215   - "name"
5216   - "parent"
5217   - "msg"
5218
5219 # Detailed Test Results - VPP Performance Results 2n-clx
5220 - type: "table"
5221   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5222   algorithm: "table_merged_details"
5223   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5224   columns:
5225     - title: " |prein| Test Name |preout| "
5226       data: "data name"
5227     - 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| "
5228       data: "data msg"
5229   data: "vpp-perf-results-2n-clx"
5230   filter: "all"
5231   parameters:
5232   - "name"
5233   - "parent"
5234   - "msg"
5235
5236 # Detailed Test Results - VPP Performance Results 3n-tsh
5237 - type: "table"
5238   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5239   algorithm: "table_merged_details"
5240   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5241   columns:
5242     - title: " |prein| Test Name |preout| "
5243       data: "data name"
5244     - 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| "
5245       data: "data msg"
5246   data: "vpp-perf-results-3n-tsh"
5247   filter: "all"
5248   parameters:
5249   - "name"
5250   - "parent"
5251   - "msg"
5252
5253 # Detailed Test Results - VPP Performance Results 3n-dnv
5254 - type: "table"
5255   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5256   algorithm: "table_merged_details"
5257   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5258   columns:
5259     - title: " |prein| Test Name |preout| "
5260       data: "data name"
5261     - 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| "
5262       data: "data msg"
5263   data: "vpp-perf-results-3n-dnv"
5264   filter: "all"
5265   parameters:
5266   - "name"
5267   - "parent"
5268   - "msg"
5269
5270 # Detailed Test Results - VPP Performance Results 2n-dnv
5271 - type: "table"
5272   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5273   algorithm: "table_merged_details"
5274   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5275   columns:
5276     - title: " |prein| Test Name |preout| "
5277       data: "data name"
5278     - 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| "
5279       data: "data msg"
5280   data: "vpp-perf-results-2n-dnv"
5281   filter: "all"
5282   parameters:
5283   - "name"
5284   - "parent"
5285   - "msg"
5286
5287 # Test configuration - VPP Performance Test Configs 3n-hsw
5288 - type: "table"
5289   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5290   algorithm: "table_merged_details"
5291   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5292   columns:
5293     - title: " |prein| Test Name |preout| "
5294       data: "data name"
5295     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5296       data: "data conf-history"
5297   data: "vpp-perf-results-3n-hsw"
5298   filter: "all"
5299   parameters:
5300   - "parent"
5301   - "name"
5302   - "conf-history"
5303
5304 # Test configuration - VPP Performance Test Configs 3n-skx
5305 - type: "table"
5306   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5307   algorithm: "table_merged_details"
5308   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5309   columns:
5310     - title: " |prein| Test Name |preout| "
5311       data: "data name"
5312     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5313       data: "data conf-history"
5314   data: "vpp-perf-results-3n-skx"
5315   filter: "all"
5316   parameters:
5317   - "parent"
5318   - "name"
5319   - "conf-history"
5320
5321 # Test configuration - VPP Performance Test Configs 2n-skx
5322 - type: "table"
5323   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5324   algorithm: "table_merged_details"
5325   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5326   columns:
5327     - title: " |prein| Test Name |preout| "
5328       data: "data name"
5329     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5330       data: "data conf-history"
5331   data: "vpp-perf-results-2n-skx"
5332   filter: "all"
5333   parameters:
5334   - "parent"
5335   - "name"
5336   - "conf-history"
5337
5338 # Test configuration - VPP Performance Test Configs 2n-clx
5339 - type: "table"
5340   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5341   algorithm: "table_merged_details"
5342   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5343   columns:
5344     - title: " |prein| Test Name |preout| "
5345       data: "data name"
5346     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5347       data: "data conf-history"
5348   data: "vpp-perf-results-2n-clx"
5349   filter: "all"
5350   parameters:
5351   - "parent"
5352   - "name"
5353   - "conf-history"
5354
5355 # Test configuration - VPP Performance Test Configs 3n-tsh
5356 - type: "table"
5357   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5358   algorithm: "table_merged_details"
5359   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5360   columns:
5361     - title: " |prein| Test Name |preout| "
5362       data: "data name"
5363     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5364       data: "data conf-history"
5365   data: "vpp-perf-results-3n-tsh"
5366   filter: "all"
5367   parameters:
5368   - "parent"
5369   - "name"
5370   - "conf-history"
5371
5372 # Test configuration - VPP Performance Test Configs 3n-dnv
5373 - type: "table"
5374   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5375   algorithm: "table_merged_details"
5376   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5377   columns:
5378     - title: " |prein| Test Name |preout| "
5379       data: "data name"
5380     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5381       data: "data conf-history"
5382   data: "vpp-perf-results-3n-dnv"
5383   filter: "all"
5384   parameters:
5385   - "parent"
5386   - "name"
5387   - "conf-history"
5388
5389 # Test configuration - VPP Performance Test Configs 2n-dnv
5390 - type: "table"
5391   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5392   algorithm: "table_merged_details"
5393   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5394   columns:
5395     - title: " |prein| Test Name |preout| "
5396       data: "data name"
5397     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5398       data: "data conf-history"
5399   data: "vpp-perf-results-2n-dnv"
5400   filter: "all"
5401   parameters:
5402   - "parent"
5403   - "name"
5404   - "conf-history"
5405
5406 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5407 - type: "table"
5408   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5409   algorithm: "table_oper_data_html"
5410   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5411   data: "vpp-perf-results-3n-hsw"
5412   filter: "all"
5413
5414 # Test Operational Data - VPP Performance Operational Data 3n-skx
5415 - type: "table"
5416   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5417   algorithm: "table_oper_data_html"
5418   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5419   data: "vpp-perf-results-3n-skx"
5420   filter: "all"
5421
5422 # Test Operational Data - VPP Performance Operational Data 2n-skx
5423 - type: "table"
5424   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5425   algorithm: "table_oper_data_html"
5426   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5427   data: "vpp-perf-results-2n-skx"
5428   filter: "all"
5429
5430 # Test Operational Data - VPP Performance Operational Data 2n-clx
5431 - type: "table"
5432   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5433   algorithm: "table_oper_data_html"
5434   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5435   data: "vpp-perf-results-2n-clx"
5436   filter: "all"
5437
5438 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5439 - type: "table"
5440   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5441   algorithm: "table_oper_data_html"
5442   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5443   data: "vpp-perf-results-3n-tsh"
5444   filter: "all"
5445
5446 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5447 - type: "table"
5448   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5449   algorithm: "table_oper_data_html"
5450   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5451   data: "vpp-perf-results-3n-dnv"
5452   filter: "all"
5453
5454 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5455 - type: "table"
5456   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5457   algorithm: "table_oper_data_html"
5458   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5459   data: "vpp-perf-results-2n-dnv"
5460   filter: "all"
5461
5462 # Detailed Test Results - VPP MRR Results 3n-hsw
5463 - type: "table"
5464   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5465   algorithm: "table_merged_details"
5466   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5467   columns:
5468     - title: " |prein| Test Name |preout| "
5469       data: "data name"
5470     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5471       data: "data msg"
5472   data: "vpp-mrr-results-3n-hsw"
5473   filter: "all"
5474   parameters:
5475   - "name"
5476   - "parent"
5477   - "msg"
5478
5479 # Detailed Test Results - VPP MRR Results 3n-skx
5480 - type: "table"
5481   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5482   algorithm: "table_merged_details"
5483   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5484   columns:
5485     - title: " |prein| Test Name |preout| "
5486       data: "data name"
5487     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5488       data: "data msg"
5489   data: "vpp-mrr-results-3n-skx"
5490   filter: "all"
5491   parameters:
5492   - "name"
5493   - "parent"
5494   - "msg"
5495
5496 # Detailed Test Results - VPP MRR Results 2n-skx
5497 - type: "table"
5498   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5499   algorithm: "table_merged_details"
5500   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5501   columns:
5502     - title: " |prein| Test Name |preout| "
5503       data: "data name"
5504     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5505       data: "data msg"
5506   data: "vpp-mrr-results-2n-skx"
5507   filter: "all"
5508   parameters:
5509   - "name"
5510   - "parent"
5511   - "msg"
5512
5513 # Detailed Test Results - VPP MRR Results 2n-clx
5514 - type: "table"
5515   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5516   algorithm: "table_merged_details"
5517   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5518   columns:
5519     - title: " |prein| Test Name |preout| "
5520       data: "data name"
5521     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5522       data: "data msg"
5523   data: "vpp-mrr-results-2n-clx"
5524   filter: "all"
5525   parameters:
5526   - "name"
5527   - "parent"
5528   - "msg"
5529
5530 # Detailed Test Results - VPP MRR Results 3n-tsh
5531 - type: "table"
5532   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5533   algorithm: "table_merged_details"
5534   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5535   columns:
5536     - title: " |prein| Test Name |preout| "
5537       data: "data name"
5538     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5539       data: "data msg"
5540   data: "vpp-mrr-results-3n-tsh"
5541   filter: "all"
5542   parameters:
5543   - "name"
5544   - "parent"
5545   - "msg"
5546
5547 # Detailed Test Results - VPP MRR Results 3n-dnv
5548 - type: "table"
5549   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5550   algorithm: "table_merged_details"
5551   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5552   columns:
5553     - title: " |prein| Test Name |preout| "
5554       data: "data name"
5555     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5556       data: "data msg"
5557   data: "vpp-mrr-results-3n-dnv"
5558   filter: "all"
5559   parameters:
5560   - "name"
5561   - "parent"
5562   - "msg"
5563
5564 # Detailed Test Results - VPP MRR Results 2n-dnv
5565 - type: "table"
5566   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5567   algorithm: "table_merged_details"
5568   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5569   columns:
5570     - title: " |prein| Test Name |preout| "
5571       data: "data name"
5572     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5573       data: "data msg"
5574   data: "vpp-mrr-results-2n-dnv"
5575   filter: "all"
5576   parameters:
5577   - "name"
5578   - "parent"
5579   - "msg"
5580
5581 # Test configuration - VPP MRR Test Configs 3n-hsw
5582 - type: "table"
5583   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5584   algorithm: "table_merged_details"
5585   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5586   columns:
5587     - title: " |prein| Test Name |preout| "
5588       data: "data name"
5589     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5590       data: "data conf-history"
5591   data: "vpp-mrr-results-3n-hsw"
5592   filter: "all"
5593   parameters:
5594   - "parent"
5595   - "name"
5596   - "conf-history"
5597
5598 # Test configuration - VPP MRR Test Configs 3n-skx
5599 - type: "table"
5600   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5601   algorithm: "table_merged_details"
5602   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5603   columns:
5604     - title: " |prein| Test Name |preout| "
5605       data: "data name"
5606     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5607       data: "data conf-history"
5608   data: "vpp-mrr-results-3n-skx"
5609   filter: "all"
5610   parameters:
5611   - "parent"
5612   - "name"
5613   - "conf-history"
5614
5615 # Test configuration - VPP MRR Test Configs 2n-skx
5616 - type: "table"
5617   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5618   algorithm: "table_merged_details"
5619   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5620   columns:
5621     - title: " |prein| Test Name |preout| "
5622       data: "data name"
5623     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5624       data: "data conf-history"
5625   data: "vpp-mrr-results-2n-skx"
5626   filter: "all"
5627   parameters:
5628   - "parent"
5629   - "name"
5630   - "conf-history"
5631
5632 # Test configuration - VPP MRR Test Configs 2n-clx
5633 - type: "table"
5634   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5635   algorithm: "table_merged_details"
5636   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5637   columns:
5638     - title: " |prein| Test Name |preout| "
5639       data: "data name"
5640     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5641       data: "data conf-history"
5642   data: "vpp-mrr-results-2n-clx"
5643   filter: "all"
5644   parameters:
5645   - "parent"
5646   - "name"
5647   - "conf-history"
5648
5649 # Test configuration - VPP MRR Test Configs 3n-tsh
5650 - type: "table"
5651   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5652   algorithm: "table_merged_details"
5653   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5654   columns:
5655     - title: " |prein| Test Name |preout| "
5656       data: "data name"
5657     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5658       data: "data conf-history"
5659   data: "vpp-mrr-results-3n-tsh"
5660   filter: "all"
5661   parameters:
5662   - "parent"
5663   - "name"
5664   - "conf-history"
5665
5666 # Test configuration - VPP MRR Test Configs 3n-dnv
5667 - type: "table"
5668   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5669   algorithm: "table_merged_details"
5670   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5671   columns:
5672     - title: " |prein| Test Name |preout| "
5673       data: "data name"
5674     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5675       data: "data conf-history"
5676   data: "vpp-mrr-results-3n-dnv"
5677   filter: "all"
5678   parameters:
5679   - "parent"
5680   - "name"
5681   - "conf-history"
5682
5683 # Test configuration - VPP MRR Test Configs 2n-dnv
5684 - type: "table"
5685   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5686   algorithm: "table_merged_details"
5687   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5688   columns:
5689     - title: " |prein| Test Name |preout| "
5690       data: "data name"
5691     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5692       data: "data conf-history"
5693   data: "vpp-mrr-results-2n-dnv"
5694   filter: "all"
5695   parameters:
5696   - "parent"
5697   - "name"
5698   - "conf-history"
5699
5700 # Detailed Test Results - VPP Device Results - Ubuntu
5701 - type: "table"
5702   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5703   algorithm: "table_merged_details"
5704   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5705   columns:
5706     - title: " |prein| Test Name |preout| "
5707       data: "data name"
5708     - title: " |prein| Status |preout| "
5709       data: "data status"
5710   data: "vpp-device-results-ubuntu"
5711   filter: "all"
5712   parameters:
5713   - "name"
5714   - "parent"
5715   - "doc"
5716   - "status"
5717
5718 # Test configuration - VPP Device Test Configs - Ubuntu
5719 - type: "table"
5720   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5721   algorithm: "table_merged_details"
5722   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5723   columns:
5724     - title: " |prein| Test Name |preout| "
5725       data: "data name"
5726     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5727       data: "data conf-history"
5728   data: "vpp-device-results-ubuntu"
5729   filter: "all"
5730   parameters:
5731   - "parent"
5732   - "name"
5733   - "conf-history"
5734
5735 ################################################################################
5736
5737 # DPDK Performance Changes 3n-hsw 1t1c pdr
5738 - type: "table"
5739   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5740   algorithm: "table_comparison"
5741   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5742   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5743   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5744   columns:
5745     - title: "1904"
5746       data-set: "dpdk-performance-changes-3n-hsw-h1"
5747     - title: "1908"
5748       data-set: "dpdk-performance-changes-3n-hsw-ref"
5749     - title: "2001"
5750       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5751   comparisons:
5752     - title: "Diff"
5753       reference: 2
5754       compare: 3
5755   legend:
5756     - "Legend to Table"
5757     - "1904, 1908, 2001 - DPDK versions tested."
5758     - "Diff - difference between 1908 and 2001 DPDK version."
5759
5760 # DPDK Performance Changes 3n-hsw 2t2c pdr
5761 - type: "table"
5762   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5763   algorithm: "table_comparison"
5764   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5765   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5766   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5767   columns:
5768     - title: "1904"
5769       data-set: "dpdk-performance-changes-3n-hsw-h1"
5770     - title: "1908"
5771       data-set: "dpdk-performance-changes-3n-hsw-ref"
5772     - title: "2001"
5773       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5774   comparisons:
5775     - title: "Diff"
5776       reference: 2
5777       compare: 3
5778   legend:
5779     - "Legend to Table"
5780     - "1904, 1908, 2001 - DPDK versions tested."
5781     - "Diff - difference between 1908 and 2001 DPDK version."
5782
5783 # DPDK Performance Changes 3n-hsw 1t1c pdr
5784 - type: "table"
5785   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5786   algorithm: "table_comparison"
5787   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5788   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5789   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5790   columns:
5791     - title: "1904"
5792       data-set: "dpdk-performance-changes-3n-hsw-h1"
5793     - title: "1908"
5794       data-set: "dpdk-performance-changes-3n-hsw-ref"
5795     - title: "2001"
5796       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5797   comparisons:
5798     - title: "Diff"
5799       reference: 2
5800       compare: 3
5801   legend:
5802     - "Legend to Table"
5803     - "1904, 1908, 2001 - DPDK versions tested."
5804     - "Diff - difference between 1908 and 2001 DPDK version."
5805
5806 # DPDK Performance Changes 3n-hsw 2t2c ndr
5807 - type: "table"
5808   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5809   algorithm: "table_comparison"
5810   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5811   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5812   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5813   columns:
5814     - title: "1904"
5815       data-set: "dpdk-performance-changes-3n-hsw-h1"
5816     - title: "1908"
5817       data-set: "dpdk-performance-changes-3n-hsw-ref"
5818     - title: "2001"
5819       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5820   comparisons:
5821     - title: "Diff"
5822       reference: 2
5823       compare: 3
5824   legend:
5825     - "Legend to Table"
5826     - "1904, 1908, 2001 - DPDK versions tested."
5827     - "Diff - difference between 1908 and 2001 DPDK version."
5828
5829 # DPDK Performance Changes 3n-skx 2t1c pdr
5830 - type: "table"
5831   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5832   algorithm: "table_comparison"
5833   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5834   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5835   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5836   columns:
5837     - title: "1904"
5838       data-set: "dpdk-performance-changes-3n-skx-h1"
5839     - title: "1908"
5840       data-set: "dpdk-performance-changes-3n-skx-ref"
5841     - title: "2001"
5842       data-set: "dpdk-performance-changes-3n-skx-cmp"
5843   comparisons:
5844     - title: "Diff"
5845       reference: 2
5846       compare: 3
5847   legend:
5848     - "Legend to Table"
5849     - "1904, 1908, 2001 - DPDK versions tested."
5850     - "Diff - difference between 1908 and 2001 DPDK version."
5851
5852 # DPDK Performance Changes 3n-skx 4t2c pdr
5853 - type: "table"
5854   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5855   algorithm: "table_comparison"
5856   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5857   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5858   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5859   columns:
5860     - title: "1904"
5861       data-set: "dpdk-performance-changes-3n-skx-h1"
5862     - title: "1908"
5863       data-set: "dpdk-performance-changes-3n-skx-ref"
5864     - title: "2001"
5865       data-set: "dpdk-performance-changes-3n-skx-cmp"
5866   comparisons:
5867     - title: "Diff"
5868       reference: 2
5869       compare: 3
5870   legend:
5871     - "Legend to Table"
5872     - "1904, 1908, 2001 - DPDK versions tested."
5873     - "Diff - difference between 1908 and 2001 DPDK version."
5874
5875 # DPDK Performance Changes 3n-skx 2t1c ndr
5876 - type: "table"
5877   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5878   algorithm: "table_comparison"
5879   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5880   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5881   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5882   columns:
5883     - title: "1904"
5884       data-set: "dpdk-performance-changes-3n-skx-h1"
5885     - title: "1908"
5886       data-set: "dpdk-performance-changes-3n-skx-ref"
5887     - title: "2001"
5888       data-set: "dpdk-performance-changes-3n-skx-cmp"
5889   comparisons:
5890     - title: "Diff"
5891       reference: 2
5892       compare: 3
5893   legend:
5894     - "Legend to Table"
5895     - "1904, 1908, 2001 - DPDK versions tested."
5896     - "Diff - difference between 1908 and 2001 DPDK version."
5897
5898 # DPDK Performance Changes 3n-skx 4t2c ndr
5899 - type: "table"
5900   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5901   algorithm: "table_comparison"
5902   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5903   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5904   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5905   columns:
5906     - title: "1904"
5907       data-set: "dpdk-performance-changes-3n-skx-h1"
5908     - title: "1908"
5909       data-set: "dpdk-performance-changes-3n-skx-ref"
5910     - title: "2001"
5911       data-set: "dpdk-performance-changes-3n-skx-cmp"
5912   comparisons:
5913     - title: "Diff"
5914       reference: 2
5915       compare: 3
5916   legend:
5917     - "Legend to Table"
5918     - "1904, 1908, 2001 - DPDK versions tested."
5919     - "Diff - difference between 1908 and 2001 DPDK version."
5920
5921 # DPDK Performance Changes 2n-skx 2t1c pdr
5922 - type: "table"
5923   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5924   algorithm: "table_comparison"
5925   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5926   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5927   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5928   columns:
5929     - title: "1904"
5930       data-set: "dpdk-performance-changes-2n-skx-h1"
5931     - title: "1908"
5932       data-set: "dpdk-performance-changes-2n-skx-ref"
5933     - title: "2001"
5934       data-set: "dpdk-performance-changes-2n-skx-cmp"
5935   comparisons:
5936     - title: "Diff"
5937       reference: 2
5938       compare: 3
5939   legend:
5940     - "Legend to Table"
5941     - "1904, 1908, 2001 - DPDK versions tested."
5942     - "Diff - difference between 1908 and 2001 DPDK version."
5943
5944 # DPDK Performance Changes 2n-skx 4t2c pdr
5945 - type: "table"
5946   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5947   algorithm: "table_comparison"
5948   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5949   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5950   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5951   columns:
5952     - title: "1904"
5953       data-set: "dpdk-performance-changes-2n-skx-h1"
5954     - title: "1908"
5955       data-set: "dpdk-performance-changes-2n-skx-ref"
5956     - title: "2001"
5957       data-set: "dpdk-performance-changes-2n-skx-cmp"
5958   comparisons:
5959     - title: "Diff"
5960       reference: 2
5961       compare: 3
5962   legend:
5963     - "Legend to Table"
5964     - "1904, 1908, 2001 - DPDK versions tested."
5965     - "Diff - difference between 1908 and 2001 DPDK version."
5966
5967 # DPDK Performance Changes 2n-skx 2t1c ndr
5968 - type: "table"
5969   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5970   algorithm: "table_comparison"
5971   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5972   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5973   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5974   columns:
5975     - title: "1904"
5976       data-set: "dpdk-performance-changes-2n-skx-h1"
5977     - title: "1908"
5978       data-set: "dpdk-performance-changes-2n-skx-ref"
5979     - title: "2001"
5980       data-set: "dpdk-performance-changes-2n-skx-cmp"
5981   comparisons:
5982     - title: "Diff"
5983       reference: 2
5984       compare: 3
5985   legend:
5986     - "Legend to Table"
5987     - "1904, 1908, 2001 - DPDK versions tested."
5988     - "Diff - difference between 1908 and 2001 DPDK version."
5989
5990 # DPDK Performance Changes 2n-skx 4t2c ndr
5991 - type: "table"
5992   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5993   algorithm: "table_comparison"
5994   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5995   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5996   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5997   columns:
5998     - title: "1904"
5999       data-set: "dpdk-performance-changes-2n-skx-h1"
6000     - title: "1908"
6001       data-set: "dpdk-performance-changes-2n-skx-ref"
6002     - title: "2001"
6003       data-set: "dpdk-performance-changes-2n-skx-cmp"
6004   comparisons:
6005     - title: "Diff"
6006       reference: 2
6007       compare: 3
6008   legend:
6009     - "Legend to Table"
6010     - "1904, 1908, 2001 - DPDK versions tested."
6011     - "Diff - difference between 1908 and 2001 DPDK version."
6012
6013 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6014 - type: "table"
6015   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6016   algorithm: "table_comparison"
6017   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6018   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6019   filter: "'NIC_Intel-X710'"
6020   columns:
6021     - title: "3n-hsw x710"
6022       data-set: "dpdk-compare-testbeds-ref"
6023     - title: "3n-skx x710"
6024       data-set: "dpdk-compare-testbeds-cmp"
6025   comparisons:
6026     - title: "Diff"
6027       reference: 1
6028       compare: 2
6029   legend:
6030     - "Legend to Table"
6031     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6032     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6033
6034 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6035 - type: "table"
6036   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6037   algorithm: "table_comparison"
6038   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6039   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6040   filter: "'NIC_Intel-X710'"
6041   columns:
6042     - title: "3n-hsw x710"
6043       data-set: "dpdk-compare-testbeds-ref"
6044     - title: "3n-skx x710"
6045       data-set: "dpdk-compare-testbeds-cmp"
6046   comparisons:
6047     - title: "Diff"
6048       reference: 1
6049       compare: 2
6050   legend:
6051     - "Legend to Table"
6052     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6053     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6054
6055 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6056 - type: "table"
6057   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6058   algorithm: "table_comparison"
6059   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6060   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6061   filter: "'NIC_Intel-XXV710'"
6062   columns:
6063     - title: "2n-skx"
6064       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6065     - title: "2n-clx"
6066       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6067   comparisons:
6068     - title: "Diff"
6069       reference: 1
6070       compare: 2
6071   legend:
6072     - "Legend to Table"
6073     - "2n-skx, 2n-clx - testbeds and NICs tested."
6074     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6075
6076 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6077 - type: "table"
6078   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6079   algorithm: "table_comparison"
6080   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6081   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6082   filter: "'NIC_Intel-XXV710'"
6083   columns:
6084     - title: "2n-skx"
6085       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6086     - title: "2n-clx"
6087       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6088   comparisons:
6089     - title: "Diff"
6090       reference: 1
6091       compare: 2
6092   legend:
6093     - "Legend to Table"
6094     - "2n-skx, 2n-clx - testbeds and NICs tested."
6095     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6096
6097 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6098 - type: "table"
6099   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6100   algorithm: "table_comparison"
6101   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6102   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6103   filter: "'NIC_Intel-XXV710'"
6104   columns:
6105     - title: "3n-skx"
6106       data-set: "dpdk-compare-topologies-ref"
6107     - title: "2n-skx"
6108       data-set: "dpdk-compare-topologies-cmp"
6109   comparisons:
6110     - title: "Diff"
6111       reference: 1
6112       compare: 2
6113   legend:
6114     - "Legend to Table"
6115     - "3n-skx, 2n-skx - topologies tested."
6116     - "Diff - difference between 3n-skx and 2n-skx topologies."
6117
6118 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6119 - type: "table"
6120   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6121   algorithm: "table_comparison"
6122   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6123   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6124   filter: "'NIC_Intel-XXV710'"
6125   columns:
6126     - title: "3n-skx"
6127       data-set: "dpdk-compare-topologies-ref"
6128     - title: "2n-skx"
6129       data-set: "dpdk-compare-topologies-cmp"
6130   comparisons:
6131     - title: "Diff"
6132       reference: 1
6133       compare: 2
6134   legend:
6135     - "Legend to Table"
6136     - "3n-skx, 2n-skx - topologies tested."
6137     - "Diff - difference between 3n-skx and 2n-skx topologies."
6138
6139 # Detailed Test Results - DPDK Performance Results 3n-hsw
6140 - type: "table"
6141   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6142   algorithm: "table_merged_details"
6143   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6144   columns:
6145     - title: " |prein| Test Name |preout| "
6146       data: "data name"
6147     - 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| "
6148       data: "data msg"
6149   data: "dpdk-perf-results-3n-hsw"
6150   filter: "all"
6151   parameters:
6152   - "name"
6153   - "parent"
6154   - "msg"
6155
6156 # Detailed Test Results - DPDK Performance Results 3n-skx
6157 - type: "table"
6158   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6159   algorithm: "table_merged_details"
6160   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6161   columns:
6162     - title: " |prein| Test Name |preout| "
6163       data: "data name"
6164     - 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| "
6165       data: "data msg"
6166   data: "dpdk-perf-results-3n-skx"
6167   filter: "all"
6168   remove-ndr: True  # Temporary solution: remove NDR results from test message
6169   parameters:
6170   - "name"
6171   - "parent"
6172   - "msg"
6173
6174 # Detailed Test Results - DPDK Performance Results 2n-skx
6175 - type: "table"
6176   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6177   algorithm: "table_merged_details"
6178   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6179   columns:
6180     - title: " |prein| Test Name |preout| "
6181       data: "data name"
6182     - 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| "
6183       data: "data msg"
6184   data: "dpdk-perf-results-2n-skx"
6185   filter: "all"
6186   remove-ndr: True  # Temporary solution: remove NDR results from test message
6187   parameters:
6188   - "name"
6189   - "parent"
6190   - "msg"
6191
6192 # Detailed Test Results - DPDK Performance Results 2n-clx
6193 - type: "table"
6194   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6195   algorithm: "table_merged_details"
6196   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6197   columns:
6198     - title: " |prein| Test Name |preout| "
6199       data: "data name"
6200     - 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| "
6201       data: "data msg"
6202   data: "dpdk-perf-results-2n-clx"
6203   filter: "all"
6204   parameters:
6205   - "name"
6206   - "parent"
6207   - "msg"
6208
6209 # Detailed Test Results - DPDK Performance Results 2n-dnv
6210 - type: "table"
6211   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6212   algorithm: "table_merged_details"
6213   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6214   columns:
6215     - title: " |prein| Test Name |preout| "
6216       data: "data name"
6217     - 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| "
6218       data: "data msg"
6219   data: "dpdk-perf-results-2n-dnv"
6220   filter: "all"
6221   parameters:
6222   - "name"
6223   - "parent"
6224   - "msg"
6225
6226 # Detailed Test Results - DPDK Performance Results 3n-dnv
6227 - type: "table"
6228   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6229   algorithm: "table_merged_details"
6230   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6231   columns:
6232     - title: " |prein| Test Name |preout| "
6233       data: "data name"
6234     - 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| "
6235       data: "data msg"
6236   data: "dpdk-perf-results-3n-dnv"
6237   filter: "all"
6238   parameters:
6239   - "name"
6240   - "parent"
6241   - "msg"
6242
6243 # Detailed Test Results - DPDK Performance Results 3n-tsh
6244 - type: "table"
6245   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6246   algorithm: "table_merged_details"
6247   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6248   columns:
6249     - title: " |prein| Test Name |preout| "
6250       data: "data name"
6251     - 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| "
6252       data: "data msg"
6253   data: "dpdk-perf-results-3n-tsh"
6254   filter: "all"
6255   parameters:
6256   - "name"
6257   - "parent"
6258   - "msg"
6259
6260 ################################################################################
6261 ###                                F I L E S                                 ###
6262 ################################################################################
6263
6264 # VPP Performance Results
6265 - type: "file"
6266   title: "VPP Performance Results"
6267   algorithm: "file_details_split"
6268   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6269   dir-tables:
6270     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6271     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6272     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6273     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6274     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6275     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6276     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6277   data:
6278     - "vpp-perf-results-2n-skx"
6279     - "vpp-perf-results-3n-skx"
6280     - "vpp-perf-results-2n-clx"
6281     - "vpp-perf-results-3n-hsw"
6282     - "vpp-perf-results-3n-tsh"
6283     - "vpp-perf-results-2n-dnv"
6284     - "vpp-perf-results-3n-dnv"
6285   filter: "all"
6286   data-start-level: 4
6287   order-chapters:
6288     level-1:
6289       - "l2"
6290       - "ip4"
6291       - "ip6"
6292       - "srv6"
6293       - "ip4_tunnels"
6294       - "ip6_tunnels"
6295       - "vm_vhost"
6296       - "container_memif"
6297       - "crypto"
6298       - "vts"
6299       - "lb"
6300       - "nfv_density"
6301       - "hoststack"
6302     level-2:
6303       - "2n-skx"
6304       - "3n-skx"
6305       - "2n-clx"
6306       - "3n-hsw"
6307       - "3n-tsh"
6308       - "2n-dnv"
6309       - "3n-dnv"
6310     level-3:
6311       - "xl710"
6312       - "x520"
6313       - "xxv710"
6314       - "x710"
6315       - "x553"
6316       - "cx556a"
6317       - "vic1227"
6318       - "vic1385"
6319
6320 # VPP Performance Configuration
6321 - type: "file"
6322   title: "VPP Performance Configuration"
6323   algorithm: "file_details_split"
6324   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6325   dir-tables:
6326     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6327     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6328     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6329     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6330     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6331     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6332     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6333   data:
6334     - "vpp-perf-results-2n-skx"
6335     - "vpp-perf-results-3n-skx"
6336     - "vpp-perf-results-2n-clx"
6337     - "vpp-perf-results-3n-hsw"
6338     - "vpp-perf-results-3n-tsh"
6339     - "vpp-perf-results-2n-dnv"
6340     - "vpp-perf-results-3n-dnv"
6341   filter: "all"
6342   data-start-level: 4
6343   order-chapters:
6344     level-1:
6345       - "l2"
6346       - "ip4"
6347       - "ip6"
6348       - "srv6"
6349       - "ip4_tunnels"
6350       - "ip6_tunnels"
6351       - "vm_vhost"
6352       - "container_memif"
6353       - "crypto"
6354       - "vts"
6355       - "lb"
6356       - "nfv_density"
6357       - "hoststack"
6358     level-2:
6359       - "2n-skx"
6360       - "3n-skx"
6361       - "2n-clx"
6362       - "3n-hsw"
6363       - "3n-tsh"
6364       - "2n-dnv"
6365       - "3n-dnv"
6366     level-3:
6367       - "xl710"
6368       - "x520"
6369       - "xxv710"
6370       - "x710"
6371       - "x553"
6372       - "cx556a"
6373       - "vic1227"
6374       - "vic1385"
6375
6376 # VPP Performance Operational
6377 - type: "file"
6378   title: "VPP Performance Operational"
6379   algorithm: "file_details_split_html"
6380   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6381   dir-tables:
6382     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6383     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6384     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6385     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6386     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6387     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6388     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6389   data:
6390     - "vpp-perf-results-2n-skx"
6391     - "vpp-perf-results-3n-skx"
6392     - "vpp-perf-results-2n-clx"
6393     - "vpp-perf-results-3n-hsw"
6394     - "vpp-perf-results-3n-tsh"
6395     - "vpp-perf-results-2n-dnv"
6396     - "vpp-perf-results-3n-dnv"
6397   filter: "all"
6398   data-start-level: 4
6399   order-chapters:
6400     level-1:
6401       - "l2"
6402       - "ip4"
6403       - "ip6"
6404       - "srv6"
6405       - "ip4_tunnels"
6406       - "ip6_tunnels"
6407       - "vm_vhost"
6408       - "container_memif"
6409       - "crypto"
6410       - "vts"
6411       - "lb"
6412       - "nfv_density"
6413       - "hoststack"
6414     level-2:
6415       - "2n-skx"
6416       - "3n-skx"
6417       - "2n-clx"
6418       - "3n-hsw"
6419       - "3n-tsh"
6420       - "2n-dnv"
6421       - "3n-dnv"
6422     level-3:
6423       - "xl710"
6424       - "x520"
6425       - "xxv710"
6426       - "x710"
6427       - "x553"
6428       - "cx556a"
6429       - "vic1227"
6430       - "vic1385"
6431
6432 # VPP MRR Results
6433 - type: "file"
6434   title: "VPP MRR Results"
6435   algorithm: "file_details_split"
6436   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6437   dir-tables:
6438     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6439     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6440     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6441     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6442     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6443     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6444     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6445   data:
6446     - "vpp-mrr-results-2n-skx"
6447     - "vpp-mrr-results-3n-skx"
6448     - "vpp-mrr-results-2n-clx"
6449     - "vpp-mrr-results-3n-hsw"
6450     - "vpp-mrr-results-3n-tsh"
6451     - "vpp-mrr-results-2n-dnv"
6452     - "vpp-mrr-results-3n-dnv"
6453   filter: "all"
6454   data-start-level: 4
6455   order-chapters:
6456     level-1:
6457       - "l2"
6458       - "ip4"
6459       - "ip6"
6460       - "srv6"
6461       - "ip4_tunnels"
6462       - "ip6_tunnels"
6463       - "vm_vhost"
6464       - "container_memif"
6465       - "crypto"
6466       - "vts"
6467       - "lb"
6468       - "nfv_density"
6469       - "hoststack"
6470     level-2:
6471       - "2n-skx"
6472       - "3n-skx"
6473       - "2n-clx"
6474       - "3n-hsw"
6475       - "3n-tsh"
6476       - "2n-dnv"
6477       - "3n-dnv"
6478     level-3:
6479       - "xl710"
6480       - "x520"
6481       - "xxv710"
6482       - "x710"
6483       - "x553"
6484       - "cx556a"
6485       - "vic1227"
6486       - "vic1385"
6487
6488 # VPP MRR Configuration
6489 - type: "file"
6490   title: "VPP MRR Configuration"
6491   algorithm: "file_details_split"
6492   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6493   dir-tables:
6494     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6495     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6496     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6497     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6498     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6499     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6500     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6501   data:
6502     - "vpp-mrr-results-2n-skx"
6503     - "vpp-mrr-results-3n-skx"
6504     - "vpp-mrr-results-2n-clx"
6505     - "vpp-mrr-results-3n-hsw"
6506     - "vpp-mrr-results-3n-tsh"
6507     - "vpp-mrr-results-2n-dnv"
6508     - "vpp-mrr-results-3n-dnv"
6509   filter: "all"
6510   data-start-level: 4
6511   order-chapters:
6512     level-1:
6513       - "l2"
6514       - "ip4"
6515       - "ip6"
6516       - "srv6"
6517       - "ip4_tunnels"
6518       - "ip6_tunnels"
6519       - "vm_vhost"
6520       - "container_memif"
6521       - "crypto"
6522       - "vts"
6523       - "lb"
6524       - "nfv_density"
6525       - "hoststack"
6526     level-2:
6527       - "2n-skx"
6528       - "3n-skx"
6529       - "2n-clx"
6530       - "3n-hsw"
6531       - "3n-tsh"
6532       - "2n-dnv"
6533       - "3n-dnv"
6534     level-3:
6535       - "xl710"
6536       - "x520"
6537       - "xxv710"
6538       - "x710"
6539       - "x553"
6540       - "cx556a"
6541       - "vic1227"
6542       - "vic1385"
6543
6544 # VPP Device Results - Ubuntu
6545 - type: "file"
6546   title: "VPP Device Results - Ubuntu"
6547   algorithm: "file_test_results"
6548   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6549   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6550   data: "vpp-device-results-ubuntu"
6551   filter: "all"
6552   data-start-level: 4
6553
6554 # VPP Device Configuration - Ubuntu
6555 - type: "file"
6556   title: "VPP Device Configuration - Ubuntu"
6557   algorithm: "file_test_results"
6558   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6559   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6560   data: "vpp-device-results-ubuntu"
6561   filter: "all"
6562   data-start-level: 4
6563
6564 # DPDK Performance Results 3n-hsw
6565 - type: "file"
6566   title: "DPDK Performance Results 3n-hsw"
6567   algorithm: "file_test_results"
6568   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6569   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6570   data: "dpdk-perf-results-3n-hsw"
6571   filter: "all"
6572   data-start-level: 4
6573
6574 # DPDK Performance Results 3n-skx
6575 - type: "file"
6576   title: "DPDK Performance Results 3n-skx"
6577   algorithm: "file_test_results"
6578   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6579   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6580   data: "dpdk-perf-results-3n-skx"
6581   filter: "all"
6582   data-start-level: 4
6583
6584 # DPDK Performance Results 2n-skx
6585 - type: "file"
6586   title: "DPDK Performance Results 2n-skx"
6587   algorithm: "file_test_results"
6588   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6589   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6590   data: "dpdk-perf-results-2n-skx"
6591   filter: "all"
6592   data-start-level: 4
6593
6594 # DPDK Performance Results 2n-clx
6595 - type: "file"
6596   title: "DPDK Performance Results 2n-clx"
6597   algorithm: "file_test_results"
6598   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6599   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6600   data: "dpdk-perf-results-2n-clx"
6601   filter: "all"
6602   data-start-level: 4
6603
6604 # DPDK Performance Results 2n-dnv
6605 - type: "file"
6606   title: "DPDK Performance Results 2n-dnv"
6607   algorithm: "file_test_results"
6608   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6609   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6610   data: "dpdk-perf-results-2n-dnv"
6611   filter: "all"
6612   data-start-level: 4
6613
6614 # DPDK Performance Results 3n-dnv
6615 - type: "file"
6616   title: "DPDK Performance Results 3n-dnv"
6617   algorithm: "file_test_results"
6618   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6619   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6620   data: "dpdk-perf-results-3n-dnv"
6621   filter: "all"
6622   data-start-level: 4
6623
6624 # DPDK Performance Results 3n-tsh
6625 - type: "file"
6626   title: "DPDK Performance Results 3n-tsh"
6627   algorithm: "file_test_results"
6628   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6629   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6630   data: "dpdk-perf-results-3n-tsh"
6631   filter: "all"
6632   data-start-level: 4
6633
6634 ################################################################################
6635 ###                                P L O T S                                 ###
6636 ################################################################################
6637
6638 # Hoststack tests 3n-hsw
6639
6640 - type: "plot"
6641   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6642   algorithm: "plot_perf_box_name"
6643   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6644   data: "plot-vpp-hoststack-3n-hsw"
6645   include:
6646     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6647     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6648   layout:
6649     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6650     layout: "plot-hoststack"
6651
6652 - type: "plot"
6653   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6654   algorithm: "plot_perf_box_name"
6655   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6656   data: "plot-vpp-hoststack-3n-hsw"
6657   include:
6658     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6659     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6660   layout:
6661     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6662     layout: "plot-hoststack"
6663
6664 - type: "plot"
6665   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6666   algorithm: "plot_perf_box_name"
6667   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
6668   data: "plot-vpp-hoststack-3n-hsw"
6669   include:
6670     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6671     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6672     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6673     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6674   layout:
6675     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6676     layout: "plot-hoststack"
6677
6678 # Plots VPP HTTP Server Performance
6679 - type: "plot"
6680   title: "VPP HTTP Server Performance"
6681   algorithm: "plot_http_server_perf_box"
6682   output-file-type: ".html"
6683   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6684   data:
6685     "plot-vpp-http-server-performance"
6686   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6687   parameters:
6688   - "result"
6689   - "name"
6690   traces:
6691     hoverinfo: "y+name"
6692     boxpoints: "outliers"
6693     whiskerwidth: 0
6694   layout:
6695     title: "VPP HTTP Server Performance"
6696     layout:
6697       "plot-cps"
6698
6699 - type: "plot"
6700   title: "VPP HTTP Server Performance"
6701   algorithm: "plot_http_server_perf_box"
6702   output-file-type: ".html"
6703   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6704   data:
6705     "plot-vpp-http-server-performance"
6706   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6707   parameters:
6708   - "result"
6709   - "name"
6710   traces:
6711     hoverinfo: "y+name"
6712     boxpoints: "outliers"
6713     whiskerwidth: 0
6714   layout:
6715     title: "VPP HTTP Server Performance"
6716     layout:
6717       "plot-rps"
6718
6719 ################################################################################
6720
6721 # Soak Test (PLRsearch), boxes - 2n-clx
6722 - type: "plot"
6723   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6724   algorithm: "plot_perf_box_name"
6725   output-file-type: ".html"
6726   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6727   data: "plot-vpp-soak-2n-clx"
6728   include:
6729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6735   layout:
6736     title: "30 Minutes Soak Test (PLRsearch)"
6737     layout: "plot-soak-throughput"
6738
6739 # Soak Test (PLRsearch), boxes - 2n-clx
6740 - type: "plot"
6741   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6742   algorithm: "plot_perf_box_name"
6743   output-file-type: ".html"
6744   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6745   data: "plot-vpp-soak-2n-clx"
6746   include:
6747     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6748     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6749     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6750     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6751     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6752     - "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"
6753   layout:
6754     title: "30 Minutes Soak Test (PLRsearch)"
6755     layout: "plot-soak-throughput"
6756
6757 # Soak Test (PLRsearch), boxes - 2n-skx
6758 - type: "plot"
6759   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6760   algorithm: "plot_perf_box_name"
6761   output-file-type: ".html"
6762   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
6763   data: "plot-vpp-soak-2n-skx"
6764   include:
6765     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6766     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6767     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6768     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6771   layout:
6772     title: "30 Minutes Soak Test (PLRsearch)"
6773     layout: "plot-soak-throughput"
6774
6775 # Soak Test (PLRsearch), boxes - 2n-skx
6776 - type: "plot"
6777   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6778   algorithm: "plot_perf_box_name"
6779   output-file-type: ".html"
6780   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
6781   data: "plot-vpp-soak-2n-skx"
6782   include:
6783     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6784     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6785     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6786     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6787     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6788     - "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"
6789   layout:
6790     title: "30 Minutes Soak Test (PLRsearch)"
6791     layout: "plot-soak-throughput"
6792
6793 ###############################################################################
6794
6795 # Reconf tests 2n-skx
6796
6797 - type: "plot"
6798   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6799   algorithm: "plot_nf_reconf_box_name"
6800   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6801   data: "plot-vpp-nfv-reconf-2n-skx"
6802   include:
6803     - "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"
6804     - "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"
6805     - "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"
6806     - "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"
6807     - "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"
6808     - "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"
6809   layout:
6810     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6811     layout: "plot-throughput"
6812
6813 - type: "plot"
6814   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6815   algorithm: "plot_nf_reconf_box_name"
6816   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6817   data: "plot-vpp-nfv-reconf-2n-skx"
6818   include:
6819     - "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"
6820     - "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"
6821     - "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"
6822     - "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"
6823     - "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"
6824     - "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"
6825   layout:
6826     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6827     layout: "plot-throughput"
6828
6829 - type: "plot"
6830   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6831   algorithm: "plot_nf_reconf_box_name"
6832   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6833   data: "plot-vpp-nfv-reconf-2n-skx"
6834   include:
6835     - "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"
6836     - "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"
6837     - "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"
6838     - "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"
6839     - "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"
6840     - "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"
6841   layout:
6842     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6843     layout: "plot-throughput"
6844
6845 ###############################################################################
6846
6847 # Reconf tests 2n-clx
6848
6849 - type: "plot"
6850   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6851   algorithm: "plot_nf_reconf_box_name"
6852   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6853   data: "plot-vpp-nfv-reconf-2n-clx"
6854   include:
6855     - "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"
6856     - "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"
6857     - "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"
6858     - "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"
6859   layout:
6860     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6861     layout: "plot-throughput"
6862
6863 - type: "plot"
6864   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6865   algorithm: "plot_nf_reconf_box_name"
6866   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6867   data: "plot-vpp-nfv-reconf-2n-clx"
6868   include:
6869     - "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"
6870     - "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"
6871     - "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"
6872     - "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"
6873   layout:
6874     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6875     layout: "plot-throughput"
6876
6877 - type: "plot"
6878   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6879   algorithm: "plot_nf_reconf_box_name"
6880   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6881   data: "plot-vpp-nfv-reconf-2n-clx"
6882   include:
6883     - "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"
6884     - "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"
6885     - "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"
6886     - "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"
6887   layout:
6888     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6889     layout: "plot-throughput"
6890
6891 ################################################################################
6892 ## Plots - NF Density - VSC - MRR 64b
6893 #- type: "plot"
6894 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6895 #  algorithm: "plot_nf_heatmap"
6896 #  output-file-type: ".html"
6897 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6898 #  data: "plot-vpp-nfv-2n-skx-mrr"
6899 #  filter: "'NIC_Intel-XXV710' and
6900 #           'NF_DENSITY' and
6901 #           'VHOST' and
6902 #           not 'VXLAN' and
6903 #           'CHAIN' and
6904 #           'NF_VPPIP4' and
6905 #           '64B' and
6906 #           '2T1C' and
6907 #           'MRR'"
6908 #  parameters:
6909 #  - "result"
6910 #  - "name"
6911 #  - "tags"
6912 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6913 #  x-axis: "X = VNFs per Service Chain"
6914 #  y-axis: "Y = Number of Service Chains"
6915 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6916 #  layout:
6917 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6918 #    layout: "plot-service-density"
6919 #
6920 #- type: "plot"
6921 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6922 #  algorithm: "plot_nf_heatmap"
6923 #  output-file-type: ".html"
6924 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6925 #  data: "plot-vpp-nfv-2n-skx-mrr"
6926 #  filter: "'NIC_Intel-XXV710' and
6927 #           'NF_DENSITY' and
6928 #           'VHOST' and
6929 #           not 'VXLAN' and
6930 #           'CHAIN' and
6931 #           'NF_VPPIP4' and
6932 #           '64B' and
6933 #           '4T2C' and
6934 #           'MRR'"
6935 #  parameters:
6936 #  - "result"
6937 #  - "name"
6938 #  - "tags"
6939 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6940 #  x-axis: "X = VNFs per Service Chain"
6941 #  y-axis: "Y = Number of Service Chains"
6942 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6943 #  layout:
6944 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6945 #    layout: "plot-service-density"
6946 #
6947 #- type: "plot"
6948 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6949 #  algorithm: "plot_nf_heatmap"
6950 #  output-file-type: ".html"
6951 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6952 #  data: "plot-vpp-nfv-2n-skx-mrr"
6953 #  filter: "'NIC_Intel-XXV710' and
6954 #           'NF_DENSITY' and
6955 #           'VHOST' and
6956 #           not 'VXLAN' and
6957 #           'CHAIN' and
6958 #           'NF_VPPIP4' and
6959 #           '64B' and
6960 #           '8T4C' and
6961 #           'MRR'"
6962 #  parameters:
6963 #  - "result"
6964 #  - "name"
6965 #  - "tags"
6966 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6967 #  x-axis: "X = VNFs per Service Chain"
6968 #  y-axis: "Y = Number of Service Chains"
6969 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6970 #  layout:
6971 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6972 #    layout: "plot-service-density"
6973 #
6974 ## Plots - NF Density - VSC - MRR IMIX
6975 #- type: "plot"
6976 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6977 #  algorithm: "plot_nf_heatmap"
6978 #  output-file-type: ".html"
6979 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6980 #  data: "plot-vpp-nfv-2n-skx-mrr"
6981 #  filter: "'NIC_Intel-XXV710' and
6982 #           'NF_DENSITY' and
6983 #           'VHOST' and
6984 #           not 'VXLAN' and
6985 #           'CHAIN' and
6986 #           'NF_VPPIP4' and
6987 #           'IMIX' and
6988 #           '2T1C' and
6989 #           'MRR'"
6990 #  parameters:
6991 #  - "result"
6992 #  - "name"
6993 #  - "tags"
6994 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6995 #  x-axis: "X = VNFs per Service Chain"
6996 #  y-axis: "Y = Number of Service Chains"
6997 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6998 #  layout:
6999 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7000 #    layout: "plot-service-density"
7001 #
7002 #- type: "plot"
7003 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7004 #  algorithm: "plot_nf_heatmap"
7005 #  output-file-type: ".html"
7006 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7007 #  data: "plot-vpp-nfv-2n-skx-mrr"
7008 #  filter: "'NIC_Intel-XXV710' and
7009 #           'NF_DENSITY' and
7010 #           'VHOST' and
7011 #           not 'VXLAN' and
7012 #           'CHAIN' and
7013 #           'NF_VPPIP4' and
7014 #           'IMIX' and
7015 #           '4T2C' and
7016 #           'MRR'"
7017 #  parameters:
7018 #  - "result"
7019 #  - "name"
7020 #  - "tags"
7021 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7022 #  x-axis: "X = VNFs per Service Chain"
7023 #  y-axis: "Y = Number of Service Chains"
7024 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7025 #  layout:
7026 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7027 #    layout: "plot-service-density"
7028 #
7029 #- type: "plot"
7030 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7031 #  algorithm: "plot_nf_heatmap"
7032 #  output-file-type: ".html"
7033 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7034 #  data: "plot-vpp-nfv-2n-skx-mrr"
7035 #  filter: "'NIC_Intel-XXV710' and
7036 #           'NF_DENSITY' and
7037 #           'VHOST' and
7038 #           not 'VXLAN' and
7039 #           'CHAIN' and
7040 #           'NF_VPPIP4' and
7041 #           'IMIX' and
7042 #           '8T4C' and
7043 #           'MRR'"
7044 #  parameters:
7045 #  - "result"
7046 #  - "name"
7047 #  - "tags"
7048 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7049 #  x-axis: "X = VNFs per Service Chain"
7050 #  y-axis: "Y = Number of Service Chains"
7051 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7052 #  layout:
7053 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7054 #    layout: "plot-service-density"
7055 #
7056 ## Plots - NF Density - VSC - NDR 64b
7057 #- type: "plot"
7058 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7059 #  algorithm: "plot_nf_heatmap"
7060 #  output-file-type: ".html"
7061 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
7062 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7063 #  filter: "'NIC_Intel-XXV710' and
7064 #           'NF_DENSITY' and
7065 #           'VHOST' and
7066 #           not 'VXLAN' and
7067 #           'CHAIN' and
7068 #           'NF_VPPIP4' and
7069 #           '64B' and
7070 #           '2T1C' and
7071 #           'NDRPDR'"
7072 #  parameters:
7073 #  - "throughput"
7074 #  - "name"
7075 #  - "tags"
7076 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7077 #  x-axis: "X = VNFs per Service Chain"
7078 #  y-axis: "Y = Number of Service Chains"
7079 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7080 #  layout:
7081 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7082 #    layout: "plot-service-density"
7083 #
7084 #- type: "plot"
7085 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7086 #  algorithm: "plot_nf_heatmap"
7087 #  output-file-type: ".html"
7088 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7089 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7090 #  filter: "'NIC_Intel-XXV710' and
7091 #           'NF_DENSITY' and
7092 #           'VHOST' and
7093 #           not 'VXLAN' and
7094 #           'CHAIN' and
7095 #           'NF_VPPIP4' and
7096 #           '64B' and
7097 #           '4T2C' and
7098 #           'NDRPDR'"
7099 #  parameters:
7100 #  - "throughput"
7101 #  - "name"
7102 #  - "tags"
7103 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7104 #  x-axis: "X = VNFs per Service Chain"
7105 #  y-axis: "Y = Number of Service Chains"
7106 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7107 #  layout:
7108 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7109 #    layout: "plot-service-density"
7110 #
7111 #- type: "plot"
7112 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7113 #  algorithm: "plot_nf_heatmap"
7114 #  output-file-type: ".html"
7115 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7116 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7117 #  filter: "'NIC_Intel-XXV710' and
7118 #           'NF_DENSITY' and
7119 #           'VHOST' and
7120 #           not 'VXLAN' and
7121 #           'CHAIN' and
7122 #           'NF_VPPIP4' and
7123 #           '64B' and
7124 #           '8T4C' and
7125 #           'NDRPDR'"
7126 #  parameters:
7127 #  - "throughput"
7128 #  - "name"
7129 #  - "tags"
7130 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7131 #  x-axis: "X = VNFs per Service Chain"
7132 #  y-axis: "Y = Number of Service Chains"
7133 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7134 #  layout:
7135 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7136 #    layout: "plot-service-density"
7137 #
7138 ## Plots - NF Density - VSC - NDR IMIX
7139 #- type: "plot"
7140 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7141 #  algorithm: "plot_nf_heatmap"
7142 #  output-file-type: ".html"
7143 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7144 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7145 #  filter: "'NIC_Intel-XXV710' and
7146 #           'NF_DENSITY' and
7147 #           'VHOST' and
7148 #           not 'VXLAN' and
7149 #           'CHAIN' and
7150 #           'NF_VPPIP4' and
7151 #           'IMIX' and
7152 #           '2T1C' and
7153 #           'NDRPDR'"
7154 #  parameters:
7155 #  - "throughput"
7156 #  - "name"
7157 #  - "tags"
7158 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7159 #  x-axis: "X = VNFs per Service Chain"
7160 #  y-axis: "Y = Number of Service Chains"
7161 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7162 #  layout:
7163 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7164 #    layout: "plot-service-density"
7165 #
7166 #- type: "plot"
7167 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7168 #  algorithm: "plot_nf_heatmap"
7169 #  output-file-type: ".html"
7170 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7171 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7172 #  filter: "'NIC_Intel-XXV710' and
7173 #           'NF_DENSITY' and
7174 #           'VHOST' and
7175 #           not 'VXLAN' and
7176 #           'CHAIN' and
7177 #           'NF_VPPIP4' and
7178 #           'IMIX' and
7179 #           '4T2C' and
7180 #           'NDRPDR'"
7181 #  parameters:
7182 #  - "throughput"
7183 #  - "name"
7184 #  - "tags"
7185 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7186 #  x-axis: "X = VNFs per Service Chain"
7187 #  y-axis: "Y = Number of Service Chains"
7188 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7189 #  layout:
7190 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7191 #    layout: "plot-service-density"
7192 #
7193 #- type: "plot"
7194 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7195 #  algorithm: "plot_nf_heatmap"
7196 #  output-file-type: ".html"
7197 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7198 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7199 #  filter: "'NIC_Intel-XXV710' and
7200 #           'NF_DENSITY' and
7201 #           'VHOST' and
7202 #           not 'VXLAN' and
7203 #           'CHAIN' and
7204 #           'NF_VPPIP4' and
7205 #           'IMIX' and
7206 #           '8T4C' and
7207 #           'NDRPDR'"
7208 #  parameters:
7209 #  - "throughput"
7210 #  - "name"
7211 #  - "tags"
7212 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7213 #  x-axis: "X = VNFs per Service Chain"
7214 #  y-axis: "Y = Number of Service Chains"
7215 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7216 #  layout:
7217 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7218 #    layout: "plot-service-density"
7219 #
7220 ## Plots - NF Density - VSC - PDR 64b
7221 #- type: "plot"
7222 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7223 #  algorithm: "plot_nf_heatmap"
7224 #  output-file-type: ".html"
7225 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
7226 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7227 #  filter: "'NIC_Intel-XXV710' and
7228 #           'NF_DENSITY' and
7229 #           'VHOST' and
7230 #           not 'VXLAN' and
7231 #           'CHAIN' and
7232 #           'NF_VPPIP4' and
7233 #           '64B' and
7234 #           '2T1C' and
7235 #           'NDRPDR'"
7236 #  parameters:
7237 #  - "throughput"
7238 #  - "name"
7239 #  - "tags"
7240 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7241 #  x-axis: "X = VNFs per Service Chain"
7242 #  y-axis: "Y = Number of Service Chains"
7243 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7244 #  layout:
7245 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7246 #    layout: "plot-service-density"
7247 #
7248 #- type: "plot"
7249 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7250 #  algorithm: "plot_nf_heatmap"
7251 #  output-file-type: ".html"
7252 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7253 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7254 #  filter: "'NIC_Intel-XXV710' and
7255 #           'NF_DENSITY' and
7256 #           'VHOST' and
7257 #           not 'VXLAN' and
7258 #           'CHAIN' and
7259 #           'NF_VPPIP4' and
7260 #           '64B' and
7261 #           '4T2C' and
7262 #           'NDRPDR'"
7263 #  parameters:
7264 #  - "throughput"
7265 #  - "name"
7266 #  - "tags"
7267 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7268 #  x-axis: "X = VNFs per Service Chain"
7269 #  y-axis: "Y = Number of Service Chains"
7270 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7271 #  layout:
7272 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7273 #    layout: "plot-service-density"
7274 #
7275 #- type: "plot"
7276 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7277 #  algorithm: "plot_nf_heatmap"
7278 #  output-file-type: ".html"
7279 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7280 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7281 #  filter: "'NIC_Intel-XXV710' and
7282 #           'NF_DENSITY' and
7283 #           'VHOST' and
7284 #           not 'VXLAN' and
7285 #           'CHAIN' and
7286 #           'NF_VPPIP4' and
7287 #           '64B' and
7288 #           '8T4C' and
7289 #           'NDRPDR'"
7290 #  parameters:
7291 #  - "throughput"
7292 #  - "name"
7293 #  - "tags"
7294 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7295 #  x-axis: "X = VNFs per Service Chain"
7296 #  y-axis: "Y = Number of Service Chains"
7297 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7298 #  layout:
7299 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7300 #    layout: "plot-service-density"
7301 #
7302 ## Plots - NF Density - VSC - PDR IMIX
7303 #- type: "plot"
7304 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7305 #  algorithm: "plot_nf_heatmap"
7306 #  output-file-type: ".html"
7307 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7308 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7309 #  filter: "'NIC_Intel-XXV710' and
7310 #           'NF_DENSITY' and
7311 #           'VHOST' and
7312 #           not 'VXLAN' and
7313 #           'CHAIN' and
7314 #           'NF_VPPIP4' and
7315 #           'IMIX' and
7316 #           '2T1C' and
7317 #           'NDRPDR'"
7318 #  parameters:
7319 #  - "throughput"
7320 #  - "name"
7321 #  - "tags"
7322 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7323 #  x-axis: "X = VNFs per Service Chain"
7324 #  y-axis: "Y = Number of Service Chains"
7325 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7326 #  layout:
7327 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7328 #    layout: "plot-service-density"
7329 #
7330 #- type: "plot"
7331 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7332 #  algorithm: "plot_nf_heatmap"
7333 #  output-file-type: ".html"
7334 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7335 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7336 #  filter: "'NIC_Intel-XXV710' and
7337 #           'NF_DENSITY' and
7338 #           'VHOST' and
7339 #           not 'VXLAN' and
7340 #           'CHAIN' and
7341 #           'NF_VPPIP4' and
7342 #           'IMIX' and
7343 #           '4T2C' and
7344 #           'NDRPDR'"
7345 #  parameters:
7346 #  - "throughput"
7347 #  - "name"
7348 #  - "tags"
7349 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7350 #  x-axis: "X = VNFs per Service Chain"
7351 #  y-axis: "Y = Number of Service Chains"
7352 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7353 #  layout:
7354 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7355 #    layout: "plot-service-density"
7356 #
7357 #- type: "plot"
7358 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7359 #  algorithm: "plot_nf_heatmap"
7360 #  output-file-type: ".html"
7361 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7362 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7363 #  filter: "'NIC_Intel-XXV710' and
7364 #           'NF_DENSITY' and
7365 #           'VHOST' and
7366 #           not 'VXLAN' and
7367 #           'CHAIN' and
7368 #           'NF_VPPIP4' and
7369 #           'IMIX' and
7370 #           '8T4C' and
7371 #           'NDRPDR'"
7372 #  parameters:
7373 #  - "throughput"
7374 #  - "name"
7375 #  - "tags"
7376 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7377 #  x-axis: "X = VNFs per Service Chain"
7378 #  y-axis: "Y = Number of Service Chains"
7379 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7380 #  layout:
7381 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7382 #    layout: "plot-service-density"
7383 #
7384 ################################################################################
7385 ## Plots - NF Density - VSC - MRR 64b
7386 #- type: "plot"
7387 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7388 #  algorithm: "plot_nf_heatmap"
7389 #  output-file-type: ".html"
7390 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7391 #  data: "plot-vpp-nfv-2n-skx-mrr"
7392 #  filter: "'NIC_Intel-XXV710' and
7393 #           'NF_DENSITY' and
7394 #           'VHOST' and
7395 #           'VXLAN' and
7396 #           'CHAIN' and
7397 #           '118' and
7398 #           '2T1C' and
7399 #           'MRR'"
7400 #  parameters:
7401 #  - "result"
7402 #  - "name"
7403 #  - "tags"
7404 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7405 #  x-axis: "X = VNFs per Service Chain"
7406 #  y-axis: "Y = Number of Service Chains"
7407 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7408 #  layout:
7409 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7410 #    layout: "plot-service-density"
7411 #
7412 #- type: "plot"
7413 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7414 #  algorithm: "plot_nf_heatmap"
7415 #  output-file-type: ".html"
7416 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7417 #  data: "plot-vpp-nfv-2n-skx-mrr"
7418 #  filter: "'NIC_Intel-XXV710' and
7419 #           'NF_DENSITY' and
7420 #           'VHOST' and
7421 #           'VXLAN' and
7422 #           'CHAIN' and
7423 #           '118' and
7424 #           '4T2C' and
7425 #           'MRR'"
7426 #  parameters:
7427 #  - "result"
7428 #  - "name"
7429 #  - "tags"
7430 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7431 #  x-axis: "X = VNFs per Service Chain"
7432 #  y-axis: "Y = Number of Service Chains"
7433 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7434 #  layout:
7435 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7436 #    layout: "plot-service-density"
7437 #
7438 #- type: "plot"
7439 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7440 #  algorithm: "plot_nf_heatmap"
7441 #  output-file-type: ".html"
7442 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7443 #  data: "plot-vpp-nfv-2n-skx-mrr"
7444 #  filter: "'NIC_Intel-XXV710' and
7445 #           'NF_DENSITY' and
7446 #           'VHOST' and
7447 #           'VXLAN' and
7448 #           'CHAIN' and
7449 #           '118' and
7450 #           '8T4C' and
7451 #           'MRR'"
7452 #  parameters:
7453 #  - "result"
7454 #  - "name"
7455 #  - "tags"
7456 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7457 #  x-axis: "X = VNFs per Service Chain"
7458 #  y-axis: "Y = Number of Service Chains"
7459 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7460 #  layout:
7461 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7462 #    layout: "plot-service-density"
7463 #
7464 ## Plots - NF Density - VSC - MRR IMIX
7465 #- type: "plot"
7466 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7467 #  algorithm: "plot_nf_heatmap"
7468 #  output-file-type: ".html"
7469 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7470 #  data: "plot-vpp-nfv-2n-skx-mrr"
7471 #  filter: "'NIC_Intel-XXV710' and
7472 #           'NF_DENSITY' and
7473 #           'VHOST' and
7474 #           'VXLAN' and
7475 #           'CHAIN' and
7476 #           'IMIX' and
7477 #           '2T1C' and
7478 #           'MRR'"
7479 #  parameters:
7480 #  - "result"
7481 #  - "name"
7482 #  - "tags"
7483 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7484 #  x-axis: "X = VNFs per Service Chain"
7485 #  y-axis: "Y = Number of Service Chains"
7486 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7487 #  layout:
7488 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7489 #    layout: "plot-service-density"
7490 #
7491 #- type: "plot"
7492 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7493 #  algorithm: "plot_nf_heatmap"
7494 #  output-file-type: ".html"
7495 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7496 #  data: "plot-vpp-nfv-2n-skx-mrr"
7497 #  filter: "'NIC_Intel-XXV710' and
7498 #           'NF_DENSITY' and
7499 #           'VHOST' and
7500 #           'VXLAN' and
7501 #           'CHAIN' and
7502 #           'IMIX' and
7503 #           '4T2C' and
7504 #           'MRR'"
7505 #  parameters:
7506 #  - "result"
7507 #  - "name"
7508 #  - "tags"
7509 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7510 #  x-axis: "X = VNFs per Service Chain"
7511 #  y-axis: "Y = Number of Service Chains"
7512 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7513 #  layout:
7514 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7515 #    layout: "plot-service-density"
7516 #
7517 #- type: "plot"
7518 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7519 #  algorithm: "plot_nf_heatmap"
7520 #  output-file-type: ".html"
7521 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7522 #  data: "plot-vpp-nfv-2n-skx-mrr"
7523 #  filter: "'NIC_Intel-XXV710' and
7524 #           'NF_DENSITY' and
7525 #           'VHOST' and
7526 #           'VXLAN' and
7527 #           'CHAIN' and
7528 #           'IMIX' and
7529 #           '8T4C' and
7530 #           'MRR'"
7531 #  parameters:
7532 #  - "result"
7533 #  - "name"
7534 #  - "tags"
7535 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7536 #  x-axis: "X = VNFs per Service Chain"
7537 #  y-axis: "Y = Number of Service Chains"
7538 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7539 #  layout:
7540 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7541 #    layout: "plot-service-density"
7542 #
7543 ## Plots - NF Density - VSC - NDR 64b
7544 #- type: "plot"
7545 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7546 #  algorithm: "plot_nf_heatmap"
7547 #  output-file-type: ".html"
7548 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7549 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7550 #  filter: "'NIC_Intel-XXV710' and
7551 #           'NF_DENSITY' and
7552 #           'VHOST' and
7553 #           'VXLAN' and
7554 #           'CHAIN' and
7555 #           '118' and
7556 #           '2T1C' and
7557 #           'NDRPDR'"
7558 #  parameters:
7559 #  - "throughput"
7560 #  - "name"
7561 #  - "tags"
7562 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7563 #  x-axis: "X = VNFs per Service Chain"
7564 #  y-axis: "Y = Number of Service Chains"
7565 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7566 #  layout:
7567 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7568 #    layout: "plot-service-density"
7569 #
7570 #- type: "plot"
7571 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7572 #  algorithm: "plot_nf_heatmap"
7573 #  output-file-type: ".html"
7574 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7575 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7576 #  filter: "'NIC_Intel-XXV710' and
7577 #           'NF_DENSITY' and
7578 #           'VHOST' and
7579 #           'VXLAN' and
7580 #           'CHAIN' and
7581 #           '118' and
7582 #           '4T2C' and
7583 #           'NDRPDR'"
7584 #  parameters:
7585 #  - "throughput"
7586 #  - "name"
7587 #  - "tags"
7588 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7589 #  x-axis: "X = VNFs per Service Chain"
7590 #  y-axis: "Y = Number of Service Chains"
7591 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7592 #  layout:
7593 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7594 #    layout: "plot-service-density"
7595 #
7596 #- type: "plot"
7597 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7598 #  algorithm: "plot_nf_heatmap"
7599 #  output-file-type: ".html"
7600 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7601 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7602 #  filter: "'NIC_Intel-XXV710' and
7603 #           'NF_DENSITY' and
7604 #           'VHOST' and
7605 #           'VXLAN' and
7606 #           'CHAIN' and
7607 #           '118' and
7608 #           '8T4C' and
7609 #           'NDRPDR'"
7610 #  parameters:
7611 #  - "throughput"
7612 #  - "name"
7613 #  - "tags"
7614 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7615 #  x-axis: "X = VNFs per Service Chain"
7616 #  y-axis: "Y = Number of Service Chains"
7617 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7618 #  layout:
7619 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7620 #    layout: "plot-service-density"
7621 #
7622 ## Plots - NF Density - VSC - NDR IMIX
7623 #- type: "plot"
7624 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7625 #  algorithm: "plot_nf_heatmap"
7626 #  output-file-type: ".html"
7627 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7628 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7629 #  filter: "'NIC_Intel-XXV710' and
7630 #           'NF_DENSITY' and
7631 #           'VHOST' and
7632 #           'VXLAN' and
7633 #           'CHAIN' and
7634 #           'IMIX' and
7635 #           '2T1C' and
7636 #           'NDRPDR'"
7637 #  parameters:
7638 #  - "throughput"
7639 #  - "name"
7640 #  - "tags"
7641 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7642 #  x-axis: "X = VNFs per Service Chain"
7643 #  y-axis: "Y = Number of Service Chains"
7644 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7645 #  layout:
7646 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7647 #    layout: "plot-service-density"
7648 #
7649 #- type: "plot"
7650 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7651 #  algorithm: "plot_nf_heatmap"
7652 #  output-file-type: ".html"
7653 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7654 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7655 #  filter: "'NIC_Intel-XXV710' and
7656 #           'NF_DENSITY' and
7657 #           'VHOST' and
7658 #           'VXLAN' and
7659 #           'CHAIN' and
7660 #           'IMIX' and
7661 #           '4T2C' and
7662 #           'NDRPDR'"
7663 #  parameters:
7664 #  - "throughput"
7665 #  - "name"
7666 #  - "tags"
7667 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7668 #  x-axis: "X = VNFs per Service Chain"
7669 #  y-axis: "Y = Number of Service Chains"
7670 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7671 #  layout:
7672 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7673 #    layout: "plot-service-density"
7674 #
7675 #- type: "plot"
7676 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7677 #  algorithm: "plot_nf_heatmap"
7678 #  output-file-type: ".html"
7679 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7680 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7681 #  filter: "'NIC_Intel-XXV710' and
7682 #           'NF_DENSITY' and
7683 #           'VHOST' and
7684 #           'VXLAN' and
7685 #           'CHAIN' and
7686 #           'IMIX' and
7687 #           '8T4C' and
7688 #           'NDRPDR'"
7689 #  parameters:
7690 #  - "throughput"
7691 #  - "name"
7692 #  - "tags"
7693 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7694 #  x-axis: "X = VNFs per Service Chain"
7695 #  y-axis: "Y = Number of Service Chains"
7696 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7697 #  layout:
7698 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7699 #    layout: "plot-service-density"
7700 #
7701 ## Plots - NF Density - VSC - PDR 64b
7702 #- type: "plot"
7703 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7704 #  algorithm: "plot_nf_heatmap"
7705 #  output-file-type: ".html"
7706 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7707 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7708 #  filter: "'NIC_Intel-XXV710' and
7709 #           'NF_DENSITY' and
7710 #           'VHOST' and
7711 #           'VXLAN' and
7712 #           'CHAIN' and
7713 #           '118' and
7714 #           '2T1C' and
7715 #           'NDRPDR'"
7716 #  parameters:
7717 #  - "throughput"
7718 #  - "name"
7719 #  - "tags"
7720 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7721 #  x-axis: "X = VNFs per Service Chain"
7722 #  y-axis: "Y = Number of Service Chains"
7723 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7724 #  layout:
7725 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7726 #    layout: "plot-service-density"
7727 #
7728 #- type: "plot"
7729 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7730 #  algorithm: "plot_nf_heatmap"
7731 #  output-file-type: ".html"
7732 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7733 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7734 #  filter: "'NIC_Intel-XXV710' and
7735 #           'NF_DENSITY' and
7736 #           'VHOST' and
7737 #           'VXLAN' and
7738 #           'CHAIN' and
7739 #           '118' and
7740 #           '4T2C' and
7741 #           'NDRPDR'"
7742 #  parameters:
7743 #  - "throughput"
7744 #  - "name"
7745 #  - "tags"
7746 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7747 #  x-axis: "X = VNFs per Service Chain"
7748 #  y-axis: "Y = Number of Service Chains"
7749 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7750 #  layout:
7751 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7752 #    layout: "plot-service-density"
7753 #
7754 #- type: "plot"
7755 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7756 #  algorithm: "plot_nf_heatmap"
7757 #  output-file-type: ".html"
7758 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7759 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7760 #  filter: "'NIC_Intel-XXV710' and
7761 #           'NF_DENSITY' and
7762 #           'VHOST' and
7763 #           'VXLAN' and
7764 #           'CHAIN' and
7765 #           '118' and
7766 #           '8T4C' and
7767 #           'NDRPDR'"
7768 #  parameters:
7769 #  - "throughput"
7770 #  - "name"
7771 #  - "tags"
7772 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7773 #  x-axis: "X = VNFs per Service Chain"
7774 #  y-axis: "Y = Number of Service Chains"
7775 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7776 #  layout:
7777 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7778 #    layout: "plot-service-density"
7779 #
7780 ## Plots - NF Density - VSC - PDR IMIX
7781 #- type: "plot"
7782 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7783 #  algorithm: "plot_nf_heatmap"
7784 #  output-file-type: ".html"
7785 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7786 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7787 #  filter: "'NIC_Intel-XXV710' and
7788 #           'NF_DENSITY' and
7789 #           'VHOST' and
7790 #           'VXLAN' and
7791 #           'CHAIN' and
7792 #           'IMIX' and
7793 #           '2T1C' and
7794 #           'NDRPDR'"
7795 #  parameters:
7796 #  - "throughput"
7797 #  - "name"
7798 #  - "tags"
7799 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7800 #  x-axis: "X = VNFs per Service Chain"
7801 #  y-axis: "Y = Number of Service Chains"
7802 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7803 #  layout:
7804 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7805 #    layout: "plot-service-density"
7806 #
7807 #- type: "plot"
7808 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7809 #  algorithm: "plot_nf_heatmap"
7810 #  output-file-type: ".html"
7811 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7812 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7813 #  filter: "'NIC_Intel-XXV710' and
7814 #           'NF_DENSITY' and
7815 #           'VHOST' and
7816 #           'VXLAN' and
7817 #           'CHAIN' and
7818 #           'IMIX' and
7819 #           '4T2C' and
7820 #           'NDRPDR'"
7821 #  parameters:
7822 #  - "throughput"
7823 #  - "name"
7824 #  - "tags"
7825 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7826 #  x-axis: "X = VNFs per Service Chain"
7827 #  y-axis: "Y = Number of Service Chains"
7828 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7829 #  layout:
7830 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7831 #    layout: "plot-service-density"
7832 #
7833 #- type: "plot"
7834 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7835 #  algorithm: "plot_nf_heatmap"
7836 #  output-file-type: ".html"
7837 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7838 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7839 #  filter: "'NIC_Intel-XXV710' and
7840 #           'NF_DENSITY' and
7841 #           'VHOST' and
7842 #           'VXLAN' and
7843 #           'CHAIN' and
7844 #           'IMIX' and
7845 #           '8T4C' and
7846 #           'NDRPDR'"
7847 #  parameters:
7848 #  - "throughput"
7849 #  - "name"
7850 #  - "tags"
7851 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7852 #  x-axis: "X = VNFs per Service Chain"
7853 #  y-axis: "Y = Number of Service Chains"
7854 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7855 #  layout:
7856 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7857 #    layout: "plot-service-density"
7858 #
7859 ################################################################################
7860 ## Plots - NF Density - CSC - MRR 64b
7861 #- type: "plot"
7862 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7863 #  algorithm: "plot_nf_heatmap"
7864 #  output-file-type: ".html"
7865 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7866 #  data: "plot-vpp-nfv-2n-skx-mrr"
7867 #  filter: "'NIC_Intel-XXV710' and
7868 #           'NF_DENSITY' and
7869 #           'DOCKER' and
7870 #           'CHAIN' and
7871 #           'NF_VPPIP4' and
7872 #           '64B' and
7873 #           '2T1C' and
7874 #           'MRR'"
7875 #  parameters:
7876 #  - "result"
7877 #  - "name"
7878 #  - "tags"
7879 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7880 #  x-axis: "X = CNFs per Service Chain"
7881 #  y-axis: "Y = Number of Service Chains"
7882 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7883 #  layout:
7884 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7885 #    layout: "plot-service-density"
7886 #
7887 #- type: "plot"
7888 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7889 #  algorithm: "plot_nf_heatmap"
7890 #  output-file-type: ".html"
7891 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7892 #  data: "plot-vpp-nfv-2n-skx-mrr"
7893 #  filter: "'NIC_Intel-XXV710' and
7894 #           'NF_DENSITY' and
7895 #           'DOCKER' and
7896 #           'CHAIN' and
7897 #           'NF_VPPIP4' and
7898 #           '64B' and
7899 #           '4T2C' and
7900 #           'MRR'"
7901 #  parameters:
7902 #  - "result"
7903 #  - "name"
7904 #  - "tags"
7905 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7906 #  x-axis: "X = CNFs per Service Chain"
7907 #  y-axis: "Y = Number of Service Chains"
7908 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7909 #  layout:
7910 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7911 #    layout: "plot-service-density"
7912 #
7913 #- type: "plot"
7914 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7915 #  algorithm: "plot_nf_heatmap"
7916 #  output-file-type: ".html"
7917 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7918 #  data: "plot-vpp-nfv-2n-skx-mrr"
7919 #  filter: "'NIC_Intel-XXV710' and
7920 #           'NF_DENSITY' and
7921 #           'DOCKER' and
7922 #           'CHAIN' and
7923 #           'NF_VPPIP4' and
7924 #           '64B' and
7925 #           '8T4C' and
7926 #           'MRR'"
7927 #  parameters:
7928 #  - "result"
7929 #  - "name"
7930 #  - "tags"
7931 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7932 #  x-axis: "X = CNFs per Service Chain"
7933 #  y-axis: "Y = Number of Service Chains"
7934 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7935 #  layout:
7936 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7937 #    layout: "plot-service-density"
7938 #
7939 ## Plots - NF Density - CSC - MRR IMIX
7940 #- type: "plot"
7941 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7942 #  algorithm: "plot_nf_heatmap"
7943 #  output-file-type: ".html"
7944 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7945 #  data: "plot-vpp-nfv-2n-skx-mrr"
7946 #  filter: "'NIC_Intel-XXV710' and
7947 #           'NF_DENSITY' and
7948 #           'DOCKER' and
7949 #           'CHAIN' and
7950 #           'NF_VPPIP4' and
7951 #           'IMIX' and
7952 #           '2T1C' and
7953 #           'MRR'"
7954 #  parameters:
7955 #  - "result"
7956 #  - "name"
7957 #  - "tags"
7958 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7959 #  x-axis: "X = CNFs per Service Chain"
7960 #  y-axis: "Y = Number of Service Chains"
7961 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7962 #  layout:
7963 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7964 #    layout: "plot-service-density"
7965 #
7966 #- type: "plot"
7967 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7968 #  algorithm: "plot_nf_heatmap"
7969 #  output-file-type: ".html"
7970 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7971 #  data: "plot-vpp-nfv-2n-skx-mrr"
7972 #  filter: "'NIC_Intel-XXV710' and
7973 #           'NF_DENSITY' and
7974 #           'DOCKER' and
7975 #           'CHAIN' and
7976 #           'NF_VPPIP4' and
7977 #           'IMIX' and
7978 #           '4T2C' and
7979 #           'MRR'"
7980 #  parameters:
7981 #  - "result"
7982 #  - "name"
7983 #  - "tags"
7984 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7985 #  x-axis: "X = CNFs per Service Chain"
7986 #  y-axis: "Y = Number of Service Chains"
7987 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7988 #  layout:
7989 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7990 #    layout: "plot-service-density"
7991 #
7992 #- type: "plot"
7993 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7994 #  algorithm: "plot_nf_heatmap"
7995 #  output-file-type: ".html"
7996 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7997 #  data: "plot-vpp-nfv-2n-skx-mrr"
7998 #  filter: "'NIC_Intel-XXV710' and
7999 #           'NF_DENSITY' and
8000 #           'DOCKER' and
8001 #           'CHAIN' and
8002 #           'NF_VPPIP4' and
8003 #           'IMIX' and
8004 #           '8T4C' and
8005 #           'MRR'"
8006 #  parameters:
8007 #  - "result"
8008 #  - "name"
8009 #  - "tags"
8010 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8011 #  x-axis: "X = CNFs per Service Chain"
8012 #  y-axis: "Y = Number of Service Chains"
8013 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8014 #  layout:
8015 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8016 #    layout: "plot-service-density"
8017 #
8018 ## Plots - NF Density - CSC - NDR 64b
8019 #- type: "plot"
8020 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8021 #  algorithm: "plot_nf_heatmap"
8022 #  output-file-type: ".html"
8023 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
8024 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8025 #  filter: "'NIC_Intel-XXV710' and
8026 #           'NF_DENSITY' and
8027 #           'DOCKER' and
8028 #           'CHAIN' and
8029 #           'NF_VPPIP4' and
8030 #           '64B' and
8031 #           '2T1C' and
8032 #           'NDRPDR'"
8033 #  parameters:
8034 #  - "throughput"
8035 #  - "name"
8036 #  - "tags"
8037 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8038 #  x-axis: "X = CNFs per Service Chain"
8039 #  y-axis: "Y = Number of Service Chains"
8040 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8041 #  layout:
8042 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8043 #    layout: "plot-service-density"
8044 #
8045 #- type: "plot"
8046 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8047 #  algorithm: "plot_nf_heatmap"
8048 #  output-file-type: ".html"
8049 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
8050 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8051 #  filter: "'NIC_Intel-XXV710' and
8052 #           'NF_DENSITY' and
8053 #           'DOCKER' and
8054 #           'CHAIN' and
8055 #           'NF_VPPIP4' and
8056 #           '64B' and
8057 #           '4T2C' and
8058 #           'NDRPDR'"
8059 #  parameters:
8060 #  - "throughput"
8061 #  - "name"
8062 #  - "tags"
8063 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8064 #  x-axis: "X = CNFs per Service Chain"
8065 #  y-axis: "Y = Number of Service Chains"
8066 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8067 #  layout:
8068 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8069 #    layout: "plot-service-density"
8070 #
8071 #- type: "plot"
8072 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8073 #  algorithm: "plot_nf_heatmap"
8074 #  output-file-type: ".html"
8075 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
8076 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8077 #  filter: "'NIC_Intel-XXV710' and
8078 #           'NF_DENSITY' and
8079 #           'DOCKER' and
8080 #           'CHAIN' and
8081 #           'NF_VPPIP4' and
8082 #           '64B' and
8083 #           '8T4C' and
8084 #           'NDRPDR'"
8085 #  parameters:
8086 #  - "throughput"
8087 #  - "name"
8088 #  - "tags"
8089 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8090 #  x-axis: "X = CNFs per Service Chain"
8091 #  y-axis: "Y = Number of Service Chains"
8092 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8093 #  layout:
8094 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8095 #    layout: "plot-service-density"
8096 #
8097 ## Plots - NF Density - CSC - NDR IMIX
8098 #- type: "plot"
8099 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8100 #  algorithm: "plot_nf_heatmap"
8101 #  output-file-type: ".html"
8102 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8103 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8104 #  filter: "'NIC_Intel-XXV710' and
8105 #           'NF_DENSITY' and
8106 #           'DOCKER' and
8107 #           'CHAIN' and
8108 #           'NF_VPPIP4' and
8109 #           'IMIX' and
8110 #           '2T1C' and
8111 #           'NDRPDR'"
8112 #  parameters:
8113 #  - "throughput"
8114 #  - "name"
8115 #  - "tags"
8116 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8117 #  x-axis: "X = CNFs per Service Chain"
8118 #  y-axis: "Y = Number of Service Chains"
8119 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8120 #  layout:
8121 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8122 #    layout: "plot-service-density"
8123 #
8124 #- type: "plot"
8125 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8126 #  algorithm: "plot_nf_heatmap"
8127 #  output-file-type: ".html"
8128 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8129 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8130 #  filter: "'NIC_Intel-XXV710' and
8131 #           'NF_DENSITY' and
8132 #           'DOCKER' and
8133 #           'CHAIN' and
8134 #           'NF_VPPIP4' and
8135 #           'IMIX' and
8136 #           '4T2C' and
8137 #           'NDRPDR'"
8138 #  parameters:
8139 #  - "throughput"
8140 #  - "name"
8141 #  - "tags"
8142 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8143 #  x-axis: "X = CNFs per Service Chain"
8144 #  y-axis: "Y = Number of Service Chains"
8145 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8146 #  layout:
8147 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8148 #    layout: "plot-service-density"
8149 #
8150 #- type: "plot"
8151 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8152 #  algorithm: "plot_nf_heatmap"
8153 #  output-file-type: ".html"
8154 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8155 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8156 #  filter: "'NIC_Intel-XXV710' and
8157 #           'NF_DENSITY' and
8158 #           'DOCKER' and
8159 #           'CHAIN' and
8160 #           'NF_VPPIP4' and
8161 #           'IMIX' and
8162 #           '8T4C' and
8163 #           'NDRPDR'"
8164 #  parameters:
8165 #  - "throughput"
8166 #  - "name"
8167 #  - "tags"
8168 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8169 #  x-axis: "X = CNFs per Service Chain"
8170 #  y-axis: "Y = Number of Service Chains"
8171 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8172 #  layout:
8173 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8174 #    layout: "plot-service-density"
8175 #
8176 ## Plots - NF Density - CSC - PDR 64b
8177 #- type: "plot"
8178 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8179 #  algorithm: "plot_nf_heatmap"
8180 #  output-file-type: ".html"
8181 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8182 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8183 #  filter: "'NIC_Intel-XXV710' and
8184 #           'NF_DENSITY' and
8185 #           'DOCKER' and
8186 #           'CHAIN' and
8187 #           'NF_VPPIP4' and
8188 #           '64B' and
8189 #           '2T1C' and
8190 #           'NDRPDR'"
8191 #  parameters:
8192 #  - "throughput"
8193 #  - "name"
8194 #  - "tags"
8195 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8196 #  x-axis: "X = CNFs per Service Chain"
8197 #  y-axis: "Y = Number of Service Chains"
8198 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8199 #  layout:
8200 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8201 #    layout: "plot-service-density"
8202 #
8203 #- type: "plot"
8204 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8205 #  algorithm: "plot_nf_heatmap"
8206 #  output-file-type: ".html"
8207 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8208 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8209 #  filter: "'NIC_Intel-XXV710' and
8210 #           'NF_DENSITY' and
8211 #           'DOCKER' and
8212 #           'CHAIN' and
8213 #           'NF_VPPIP4' and
8214 #           '64B' and
8215 #           '4T2C' and
8216 #           'NDRPDR'"
8217 #  parameters:
8218 #  - "throughput"
8219 #  - "name"
8220 #  - "tags"
8221 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8222 #  x-axis: "X = CNFs per Service Chain"
8223 #  y-axis: "Y = Number of Service Chains"
8224 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8225 #  layout:
8226 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8227 #    layout: "plot-service-density"
8228 #
8229 #- type: "plot"
8230 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8231 #  algorithm: "plot_nf_heatmap"
8232 #  output-file-type: ".html"
8233 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8234 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8235 #  filter: "'NIC_Intel-XXV710' and
8236 #           'NF_DENSITY' and
8237 #           'DOCKER' and
8238 #           'CHAIN' and
8239 #           'NF_VPPIP4' and
8240 #           '64B' and
8241 #           '8T4C' and
8242 #           'NDRPDR'"
8243 #  parameters:
8244 #  - "throughput"
8245 #  - "name"
8246 #  - "tags"
8247 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8248 #  x-axis: "X = CNFs per Service Chain"
8249 #  y-axis: "Y = Number of Service Chains"
8250 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8251 #  layout:
8252 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8253 #    layout: "plot-service-density"
8254 #
8255 ## Plots - NF Density - CSC - PDR IMIX
8256 #- type: "plot"
8257 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8258 #  algorithm: "plot_nf_heatmap"
8259 #  output-file-type: ".html"
8260 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8261 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8262 #  filter: "'NIC_Intel-XXV710' and
8263 #           'NF_DENSITY' and
8264 #           'DOCKER' and
8265 #           'CHAIN' and
8266 #           'NF_VPPIP4' and
8267 #           'IMIX' and
8268 #           '2T1C' and
8269 #           'NDRPDR'"
8270 #  parameters:
8271 #  - "throughput"
8272 #  - "name"
8273 #  - "tags"
8274 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8275 #  x-axis: "X = CNFs per Service Chain"
8276 #  y-axis: "Y = Number of Service Chains"
8277 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8278 #  layout:
8279 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8280 #    layout: "plot-service-density"
8281 #
8282 #- type: "plot"
8283 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8284 #  algorithm: "plot_nf_heatmap"
8285 #  output-file-type: ".html"
8286 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8287 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8288 #  filter: "'NIC_Intel-XXV710' and
8289 #           'NF_DENSITY' and
8290 #           'DOCKER' and
8291 #           'CHAIN' and
8292 #           'NF_VPPIP4' and
8293 #           'IMIX' and
8294 #           '4T2C' and
8295 #           'NDRPDR'"
8296 #  parameters:
8297 #  - "throughput"
8298 #  - "name"
8299 #  - "tags"
8300 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8301 #  x-axis: "X = CNFs per Service Chain"
8302 #  y-axis: "Y = Number of Service Chains"
8303 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8304 #  layout:
8305 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8306 #    layout: "plot-service-density"
8307 #
8308 #- type: "plot"
8309 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8310 #  algorithm: "plot_nf_heatmap"
8311 #  output-file-type: ".html"
8312 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8313 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8314 #  filter: "'NIC_Intel-XXV710' and
8315 #           'NF_DENSITY' and
8316 #           'DOCKER' and
8317 #           'CHAIN' and
8318 #           'NF_VPPIP4' and
8319 #           'IMIX' and
8320 #           '8T4C' and
8321 #           'NDRPDR'"
8322 #  parameters:
8323 #  - "throughput"
8324 #  - "name"
8325 #  - "tags"
8326 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8327 #  x-axis: "X = CNFs per Service Chain"
8328 #  y-axis: "Y = Number of Service Chains"
8329 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8330 #  layout:
8331 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8332 #    layout: "plot-service-density"
8333 #
8334 ################################################################################
8335 #
8336 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8337 #- type: "plot"
8338 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8339 #  algorithm: "plot_nf_heatmap"
8340 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8341 #  data: "plot-vpp-nfv-3n-skx-mrr"
8342 #  filter: "'NIC_Intel-XXV710' and
8343 #           'NF_DENSITY' and
8344 #           'DOCKER' and
8345 #           'CHAIN' and
8346 #           'NF_VPPIP4' and
8347 #           'IPSEC' and
8348 #           'TNL_4' and
8349 #           'IMIX' and
8350 #           '2T1C' and
8351 #           'MRR'"
8352 #  parameters:
8353 #  - "result"
8354 #  - "name"
8355 #  - "tags"
8356 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8357 #  x-axis: "X = CNFs per Service Chain"
8358 #  y-axis: "Y = Number of Service Chains"
8359 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8360 #  layout:
8361 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8362 #    layout: "plot-service-density"
8363 #
8364 #- type: "plot"
8365 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8366 #  algorithm: "plot_nf_heatmap"
8367 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8368 #  data: "plot-vpp-nfv-3n-skx-mrr"
8369 #  filter: "'NIC_Intel-XXV710' and
8370 #           'NF_DENSITY' and
8371 #           'DOCKER' and
8372 #           'CHAIN' and
8373 #           'NF_VPPIP4' and
8374 #           'IPSEC' and
8375 #           'TNL_4' and
8376 #           'IMIX' and
8377 #           '4T2C' and
8378 #           'MRR'"
8379 #  parameters:
8380 #  - "result"
8381 #  - "name"
8382 #  - "tags"
8383 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8384 #  x-axis: "X = CNFs per Service Chain"
8385 #  y-axis: "Y = Number of Service Chains"
8386 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8387 #  layout:
8388 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8389 #    layout: "plot-service-density"
8390 #
8391 #- type: "plot"
8392 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8393 #  algorithm: "plot_nf_heatmap"
8394 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8395 #  data: "plot-vpp-nfv-3n-skx-mrr"
8396 #  filter: "'NIC_Intel-XXV710' and
8397 #           'NF_DENSITY' and
8398 #           'DOCKER' and
8399 #           'CHAIN' and
8400 #           'NF_VPPIP4' and
8401 #           'IPSEC' and
8402 #           'TNL_4' and
8403 #           'IMIX' and
8404 #           '8T4C' and
8405 #           'MRR'"
8406 #  parameters:
8407 #  - "result"
8408 #  - "name"
8409 #  - "tags"
8410 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8411 #  x-axis: "X = CNFs per Service Chain"
8412 #  y-axis: "Y = Number of Service Chains"
8413 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8414 #  layout:
8415 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8416 #    layout: "plot-service-density"
8417
8418 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8419 - type: "plot"
8420   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8421   algorithm: "plot_nf_heatmap"
8422   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8423   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8424   filter: "'NIC_Intel-XXV710' and
8425            'NF_DENSITY' and
8426            'DOCKER' and
8427            'CHAIN' and
8428            'NF_VPPIP4' and
8429            'IPSEC' and
8430            'TNL_4' and
8431            'IMIX' and
8432            '2T1C' and
8433            'NDRPDR'"
8434   parameters:
8435   - "throughput"
8436   - "name"
8437   - "tags"
8438   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8439   x-axis: "X = CNFs per Service Chain"
8440   y-axis: "Y = Number of Service Chains"
8441   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8442   layout:
8443     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8444     layout: "plot-service-density"
8445
8446 - type: "plot"
8447   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8448   algorithm: "plot_nf_heatmap"
8449   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8450   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8451   filter: "'NIC_Intel-XXV710' and
8452            'NF_DENSITY' and
8453            'DOCKER' and
8454            'CHAIN' and
8455            'NF_VPPIP4' and
8456            'IPSEC' and
8457            'TNL_4' and
8458            'IMIX' and
8459            '4T2C' and
8460            'NDRPDR'"
8461   parameters:
8462   - "throughput"
8463   - "name"
8464   - "tags"
8465   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8466   x-axis: "X = CNFs per Service Chain"
8467   y-axis: "Y = Number of Service Chains"
8468   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8469   layout:
8470     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8471     layout: "plot-service-density"
8472
8473 - type: "plot"
8474   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8475   algorithm: "plot_nf_heatmap"
8476   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8477   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8478   filter: "'NIC_Intel-XXV710' and
8479            'NF_DENSITY' and
8480            'DOCKER' and
8481            'CHAIN' and
8482            'NF_VPPIP4' and
8483            'IPSEC' and
8484            'TNL_4' and
8485            'IMIX' and
8486            '8T4C' and
8487            'NDRPDR'"
8488   parameters:
8489   - "throughput"
8490   - "name"
8491   - "tags"
8492   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8493   x-axis: "X = CNFs per Service Chain"
8494   y-axis: "Y = Number of Service Chains"
8495   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8496   layout:
8497     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8498     layout: "plot-service-density"
8499
8500 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8501 - type: "plot"
8502   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8503   algorithm: "plot_nf_heatmap"
8504   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8505   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8506   filter: "'NIC_Intel-XXV710' and
8507            'NF_DENSITY' and
8508            'DOCKER' and
8509            'CHAIN' and
8510            'NF_VPPIP4' and
8511            'IPSEC' and
8512            'TNL_4' and
8513            'IMIX' and
8514            '2T1C' and
8515            'NDRPDR'"
8516   parameters:
8517   - "throughput"
8518   - "name"
8519   - "tags"
8520   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8521   x-axis: "X = CNFs per Service Chain"
8522   y-axis: "Y = Number of Service Chains"
8523   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8524   layout:
8525     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8526     layout: "plot-service-density"
8527
8528 - type: "plot"
8529   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8530   algorithm: "plot_nf_heatmap"
8531   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8532   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8533   filter: "'NIC_Intel-XXV710' and
8534            'NF_DENSITY' and
8535            'DOCKER' and
8536            'CHAIN' and
8537            'NF_VPPIP4' and
8538            'IPSEC' and
8539            'TNL_4' and
8540            'IMIX' and
8541            '4T2C' and
8542            'NDRPDR'"
8543   parameters:
8544   - "throughput"
8545   - "name"
8546   - "tags"
8547   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8548   x-axis: "X = CNFs per Service Chain"
8549   y-axis: "Y = Number of Service Chains"
8550   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8551   layout:
8552     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8553     layout: "plot-service-density"
8554
8555 - type: "plot"
8556   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8557   algorithm: "plot_nf_heatmap"
8558   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8559   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8560   filter: "'NIC_Intel-XXV710' and
8561            'NF_DENSITY' and
8562            'DOCKER' and
8563            'CHAIN' and
8564            'NF_VPPIP4' and
8565            'IPSEC' and
8566            'TNL_4' and
8567            'IMIX' and
8568            '8T4C' and
8569            'NDRPDR'"
8570   parameters:
8571   - "throughput"
8572   - "name"
8573   - "tags"
8574   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8575   x-axis: "X = CNFs per Service Chain"
8576   y-axis: "Y = Number of Service Chains"
8577   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8578   layout:
8579     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8580     layout: "plot-service-density"
8581
8582 ###############################################################################
8583
8584 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8585 - type: "plot"
8586   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8587   algorithm: "plot_nf_heatmap"
8588   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8589   data: "plot-vpp-nfv-3n-hsw-mrr"
8590   filter: "'NIC_Intel-XL710' and
8591            'NF_DENSITY' and
8592            'DOCKER' and
8593            'CHAIN' and
8594            'NF_VPPIP4' and
8595            'IMIX' and
8596            'TNL_4' and
8597            '1T1C' and
8598            'MRR'"
8599   parameters:
8600   - "result"
8601   - "name"
8602   - "tags"
8603   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8604   x-axis: "X = CNFs per Service Chain"
8605   y-axis: "Y = Number of Service Chains"
8606   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8607   layout:
8608     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8609     layout: "plot-service-density"
8610
8611 - type: "plot"
8612   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8613   algorithm: "plot_nf_heatmap"
8614   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8615   data: "plot-vpp-nfv-3n-hsw-mrr"
8616   filter: "'NIC_Intel-XL710' and
8617            'NF_DENSITY' and
8618            'DOCKER' and
8619            'CHAIN' and
8620            'NF_VPPIP4' and
8621            'IPSEC' and
8622            'TNL_4' and
8623            'IMIX' and
8624            '2T2C' and
8625            'MRR'"
8626   parameters:
8627   - "result"
8628   - "name"
8629   - "tags"
8630   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8631   x-axis: "X = CNFs per Service Chain"
8632   y-axis: "Y = Number of Service Chains"
8633   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8634   layout:
8635     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8636     layout: "plot-service-density"
8637
8638 - type: "plot"
8639   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8640   algorithm: "plot_nf_heatmap"
8641   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8642   data: "plot-vpp-nfv-3n-hsw-mrr"
8643   filter: "'NIC_Intel-XL710' and
8644            'NF_DENSITY' and
8645            'DOCKER' and
8646            'CHAIN' and
8647            'NF_VPPIP4' and
8648            'IPSEC' and
8649            'TNL_4' and
8650            'IMIX' and
8651            '4T4C' and
8652            'MRR'"
8653   parameters:
8654   - "result"
8655   - "name"
8656   - "tags"
8657   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8658   x-axis: "X = CNFs per Service Chain"
8659   y-axis: "Y = Number of Service Chains"
8660   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8661   layout:
8662     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8663     layout: "plot-service-density"
8664
8665 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8666 - type: "plot"
8667   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8668   algorithm: "plot_nf_heatmap"
8669   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8670   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8671   filter: "'NIC_Intel-XL710' and
8672            'NF_DENSITY' and
8673            'DOCKER' and
8674            'CHAIN' and
8675            'NF_VPPIP4' and
8676            'IPSEC' and
8677            'TNL_4' and
8678            'IMIX' and
8679            '1T1C' and
8680            'NDRPDR'"
8681   parameters:
8682   - "throughput"
8683   - "name"
8684   - "tags"
8685   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8686   x-axis: "X = CNFs per Service Chain"
8687   y-axis: "Y = Number of Service Chains"
8688   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8689   layout:
8690     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8691     layout: "plot-service-density"
8692
8693 - type: "plot"
8694   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8695   algorithm: "plot_nf_heatmap"
8696   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8697   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8698   filter: "'NIC_Intel-XL710' and
8699            'NF_DENSITY' and
8700            'DOCKER' and
8701            'CHAIN' and
8702            'NF_VPPIP4' and
8703            'IPSEC' and
8704            'TNL_4' and
8705            'IMIX' and
8706            '2T2C' and
8707            'NDRPDR'"
8708   parameters:
8709   - "throughput"
8710   - "name"
8711   - "tags"
8712   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8713   x-axis: "X = CNFs per Service Chain"
8714   y-axis: "Y = Number of Service Chains"
8715   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8716   layout:
8717     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8718     layout: "plot-service-density"
8719
8720 - type: "plot"
8721   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8722   algorithm: "plot_nf_heatmap"
8723   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8724   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8725   filter: "'NIC_Intel-XL710' and
8726            'NF_DENSITY' and
8727            'DOCKER' and
8728            'CHAIN' and
8729            'NF_VPPIP4' and
8730            'IPSEC' and
8731            'TNL_4' and
8732            'IMIX' and
8733            '4T4C' and
8734            'NDRPDR'"
8735   parameters:
8736   - "throughput"
8737   - "name"
8738   - "tags"
8739   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8740   x-axis: "X = CNFs per Service Chain"
8741   y-axis: "Y = Number of Service Chains"
8742   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8743   layout:
8744     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8745     layout: "plot-service-density"
8746
8747 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8748 - type: "plot"
8749   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8750   algorithm: "plot_nf_heatmap"
8751   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8752   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8753   filter: "'NIC_Intel-XL710' and
8754            'NF_DENSITY' and
8755            'DOCKER' and
8756            'CHAIN' and
8757            'NF_VPPIP4' and
8758            'IPSEC' and
8759            'TNL_4' and
8760            'IMIX' and
8761            '1T1C' and
8762            'NDRPDR'"
8763   parameters:
8764   - "throughput"
8765   - "name"
8766   - "tags"
8767   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8768   x-axis: "X = CNFs per Service Chain"
8769   y-axis: "Y = Number of Service Chains"
8770   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8771   layout:
8772     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8773     layout: "plot-service-density"
8774
8775 - type: "plot"
8776   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8777   algorithm: "plot_nf_heatmap"
8778   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8779   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8780   filter: "'NIC_Intel-XL710' and
8781            'NF_DENSITY' and
8782            'DOCKER' and
8783            'CHAIN' and
8784            'NF_VPPIP4' and
8785            'IPSEC' and
8786            'TNL_4' and
8787            'IMIX' and
8788            '2T2C' and
8789            'NDRPDR'"
8790   parameters:
8791   - "throughput"
8792   - "name"
8793   - "tags"
8794   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8795   x-axis: "X = CNFs per Service Chain"
8796   y-axis: "Y = Number of Service Chains"
8797   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8798   layout:
8799     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8800     layout: "plot-service-density"
8801
8802 - type: "plot"
8803   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8804   algorithm: "plot_nf_heatmap"
8805   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8806   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8807   filter: "'NIC_Intel-XL710' and
8808            'NF_DENSITY' and
8809            'DOCKER' and
8810            'CHAIN' and
8811            'NF_VPPIP4' and
8812            'IPSEC' and
8813            'TNL_4' and
8814            'IMIX' and
8815            '4T4C' and
8816            'NDRPDR'"
8817   parameters:
8818   - "throughput"
8819   - "name"
8820   - "tags"
8821   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8822   x-axis: "X = CNFs per Service Chain"
8823   y-axis: "Y = Number of Service Chains"
8824   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8825   layout:
8826     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8827     layout: "plot-service-density"
8828
8829 ###############################################################################
8830
8831 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8832 #- type: "plot"
8833 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8834 #  algorithm: "plot_nf_heatmap"
8835 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8836 #  data: "plot-vpp-nfv-3n-skx-mrr"
8837 #  filter: "'NIC_Intel-XXV710' and
8838 #           'NF_DENSITY' and
8839 #           'DOCKER' and
8840 #           'CHAIN' and
8841 #           'NF_VPPIP4' and
8842 #           'IPSEC' and
8843 #           'TNL_1000' and
8844 #           'IMIX' and
8845 #           '2T1C' and
8846 #           'MRR'"
8847 #  parameters:
8848 #  - "result"
8849 #  - "name"
8850 #  - "tags"
8851 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8852 #  x-axis: "X = CNFs per Service Chain"
8853 #  y-axis: "Y = Number of Service Chains"
8854 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8855 #  layout:
8856 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8857 #    layout: "plot-service-density"
8858 #
8859 #- type: "plot"
8860 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8861 #  algorithm: "plot_nf_heatmap"
8862 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8863 #  data: "plot-vpp-nfv-3n-skx-mrr"
8864 #  filter: "'NIC_Intel-XXV710' and
8865 #           'NF_DENSITY' and
8866 #           'DOCKER' and
8867 #           'CHAIN' and
8868 #           'NF_VPPIP4' and
8869 #           'IPSEC' and
8870 #           'TNL_1000' and
8871 #           'IMIX' and
8872 #           '4T2C' and
8873 #           'MRR'"
8874 #  parameters:
8875 #  - "result"
8876 #  - "name"
8877 #  - "tags"
8878 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8879 #  x-axis: "X = CNFs per Service Chain"
8880 #  y-axis: "Y = Number of Service Chains"
8881 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8882 #  layout:
8883 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8884 #    layout: "plot-service-density"
8885 #
8886 #- type: "plot"
8887 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8888 #  algorithm: "plot_nf_heatmap"
8889 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8890 #  data: "plot-vpp-nfv-3n-skx-mrr"
8891 #  filter: "'NIC_Intel-XXV710' and
8892 #           'NF_DENSITY' and
8893 #           'DOCKER' and
8894 #           'CHAIN' and
8895 #           'NF_VPPIP4' and
8896 #           'IPSEC' and
8897 #           'TNL_1000' and
8898 #           'IMIX' and
8899 #           '8T4C' and
8900 #           'MRR'"
8901 #  parameters:
8902 #  - "result"
8903 #  - "name"
8904 #  - "tags"
8905 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8906 #  x-axis: "X = CNFs per Service Chain"
8907 #  y-axis: "Y = Number of Service Chains"
8908 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8909 #  layout:
8910 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8911 #    layout: "plot-service-density"
8912
8913 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8914 - type: "plot"
8915   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8916   algorithm: "plot_nf_heatmap"
8917   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8918   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8919   filter: "'NIC_Intel-XXV710' and
8920            'NF_DENSITY' and
8921            'DOCKER' and
8922            'CHAIN' and
8923            'NF_VPPIP4' and
8924            'IPSEC' and
8925            'TNL_1000' and
8926            'IMIX' and
8927            '2T1C' and
8928            'NDRPDR'"
8929   parameters:
8930   - "throughput"
8931   - "name"
8932   - "tags"
8933   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8934   x-axis: "X = CNFs per Service Chain"
8935   y-axis: "Y = Number of Service Chains"
8936   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8937   layout:
8938     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8939     layout: "plot-service-density"
8940
8941 - type: "plot"
8942   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8943   algorithm: "plot_nf_heatmap"
8944   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8945   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8946   filter: "'NIC_Intel-XXV710' and
8947            'NF_DENSITY' and
8948            'DOCKER' and
8949            'CHAIN' and
8950            'NF_VPPIP4' and
8951            'IPSEC' and
8952            'TNL_1000' and
8953            'IMIX' and
8954            '4T2C' and
8955            'NDRPDR'"
8956   parameters:
8957   - "throughput"
8958   - "name"
8959   - "tags"
8960   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8961   x-axis: "X = CNFs per Service Chain"
8962   y-axis: "Y = Number of Service Chains"
8963   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8964   layout:
8965     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8966     layout: "plot-service-density"
8967
8968 - type: "plot"
8969   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8970   algorithm: "plot_nf_heatmap"
8971   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8972   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8973   filter: "'NIC_Intel-XXV710' and
8974            'NF_DENSITY' and
8975            'DOCKER' and
8976            'CHAIN' and
8977            'NF_VPPIP4' and
8978            'IPSEC' and
8979            'TNL_1000' and
8980            'IMIX' and
8981            '8T4C' and
8982            'NDRPDR'"
8983   parameters:
8984   - "throughput"
8985   - "name"
8986   - "tags"
8987   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8988   x-axis: "X = CNFs per Service Chain"
8989   y-axis: "Y = Number of Service Chains"
8990   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8991   layout:
8992     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8993     layout: "plot-service-density"
8994
8995 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8996 - type: "plot"
8997   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8998   algorithm: "plot_nf_heatmap"
8999   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9000   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9001   filter: "'NIC_Intel-XXV710' and
9002            'NF_DENSITY' and
9003            'DOCKER' and
9004            'CHAIN' and
9005            'NF_VPPIP4' and
9006            'IPSEC' and
9007            'TNL_1000' and
9008            'IMIX' and
9009            '2T1C' and
9010            'NDRPDR'"
9011   parameters:
9012   - "throughput"
9013   - "name"
9014   - "tags"
9015   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9016   x-axis: "X = CNFs per Service Chain"
9017   y-axis: "Y = Number of Service Chains"
9018   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9019   layout:
9020     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9021     layout: "plot-service-density"
9022
9023 - type: "plot"
9024   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9025   algorithm: "plot_nf_heatmap"
9026   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9027   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9028   filter: "'NIC_Intel-XXV710' and
9029            'NF_DENSITY' and
9030            'DOCKER' and
9031            'CHAIN' and
9032            'NF_VPPIP4' and
9033            'IPSEC' and
9034            'TNL_1000' and
9035            'IMIX' and
9036            '4T2C' and
9037            'NDRPDR'"
9038   parameters:
9039   - "throughput"
9040   - "name"
9041   - "tags"
9042   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9043   x-axis: "X = CNFs per Service Chain"
9044   y-axis: "Y = Number of Service Chains"
9045   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9046   layout:
9047     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9048     layout: "plot-service-density"
9049
9050 - type: "plot"
9051   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9052   algorithm: "plot_nf_heatmap"
9053   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9054   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9055   filter: "'NIC_Intel-XXV710' and
9056            'NF_DENSITY' and
9057            'DOCKER' and
9058            'CHAIN' and
9059            'NF_VPPIP4' and
9060            'IPSEC' and
9061            'TNL_1000' and
9062            'IMIX' and
9063            '8T4C' and
9064            'NDRPDR'"
9065   parameters:
9066   - "throughput"
9067   - "name"
9068   - "tags"
9069   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9070   x-axis: "X = CNFs per Service Chain"
9071   y-axis: "Y = Number of Service Chains"
9072   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9073   layout:
9074     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9075     layout: "plot-service-density"
9076
9077 ###############################################################################
9078
9079 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9080 - type: "plot"
9081   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9082   algorithm: "plot_nf_heatmap"
9083   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9084   data: "plot-vpp-nfv-3n-hsw-mrr"
9085   filter: "'NIC_Intel-XL710' and
9086            'NF_DENSITY' and
9087            'DOCKER' and
9088            'CHAIN' and
9089            'NF_VPPIP4' and
9090            'IMIX' and
9091            'TNL_1000' and
9092            '1T1C' and
9093            'MRR'"
9094   parameters:
9095   - "result"
9096   - "name"
9097   - "tags"
9098   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9099   x-axis: "X = CNFs per Service Chain"
9100   y-axis: "Y = Number of Service Chains"
9101   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9102   layout:
9103     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9104     layout: "plot-service-density"
9105
9106 - type: "plot"
9107   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9108   algorithm: "plot_nf_heatmap"
9109   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9110   data: "plot-vpp-nfv-3n-hsw-mrr"
9111   filter: "'NIC_Intel-XL710' and
9112            'NF_DENSITY' and
9113            'DOCKER' and
9114            'CHAIN' and
9115            'NF_VPPIP4' and
9116            'IPSEC' and
9117            'TNL_1000' and
9118            'IMIX' and
9119            '2T2C' and
9120            'MRR'"
9121   parameters:
9122   - "result"
9123   - "name"
9124   - "tags"
9125   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9126   x-axis: "X = CNFs per Service Chain"
9127   y-axis: "Y = Number of Service Chains"
9128   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9129   layout:
9130     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9131     layout: "plot-service-density"
9132
9133 - type: "plot"
9134   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9135   algorithm: "plot_nf_heatmap"
9136   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9137   data: "plot-vpp-nfv-3n-hsw-mrr"
9138   filter: "'NIC_Intel-XL710' and
9139            'NF_DENSITY' and
9140            'DOCKER' and
9141            'CHAIN' and
9142            'NF_VPPIP4' and
9143            'IPSEC' and
9144            'TNL_1000' and
9145            'IMIX' and
9146            '4T4C' and
9147            'MRR'"
9148   parameters:
9149   - "result"
9150   - "name"
9151   - "tags"
9152   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9153   x-axis: "X = CNFs per Service Chain"
9154   y-axis: "Y = Number of Service Chains"
9155   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9156   layout:
9157     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9158     layout: "plot-service-density"
9159
9160 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9161 - type: "plot"
9162   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9163   algorithm: "plot_nf_heatmap"
9164   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9165   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9166   filter: "'NIC_Intel-XL710' and
9167            'NF_DENSITY' and
9168            'DOCKER' and
9169            'CHAIN' and
9170            'NF_VPPIP4' and
9171            'IPSEC' and
9172            'TNL_1000' and
9173            'IMIX' and
9174            '1T1C' and
9175            'NDRPDR'"
9176   parameters:
9177   - "throughput"
9178   - "name"
9179   - "tags"
9180   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9181   x-axis: "X = CNFs per Service Chain"
9182   y-axis: "Y = Number of Service Chains"
9183   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9184   layout:
9185     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9186     layout: "plot-service-density"
9187
9188 - type: "plot"
9189   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9190   algorithm: "plot_nf_heatmap"
9191   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9192   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9193   filter: "'NIC_Intel-XL710' and
9194            'NF_DENSITY' and
9195            'DOCKER' and
9196            'CHAIN' and
9197            'NF_VPPIP4' and
9198            'IPSEC' and
9199            'TNL_1000' and
9200            'IMIX' and
9201            '2T2C' and
9202            'NDRPDR'"
9203   parameters:
9204   - "throughput"
9205   - "name"
9206   - "tags"
9207   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9208   x-axis: "X = CNFs per Service Chain"
9209   y-axis: "Y = Number of Service Chains"
9210   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9211   layout:
9212     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9213     layout: "plot-service-density"
9214
9215 - type: "plot"
9216   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9217   algorithm: "plot_nf_heatmap"
9218   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9219   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9220   filter: "'NIC_Intel-XL710' and
9221            'NF_DENSITY' and
9222            'DOCKER' and
9223            'CHAIN' and
9224            'NF_VPPIP4' and
9225            'IPSEC' and
9226            'TNL_1000' and
9227            'IMIX' and
9228            '4T4C' and
9229            'NDRPDR'"
9230   parameters:
9231   - "throughput"
9232   - "name"
9233   - "tags"
9234   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9235   x-axis: "X = CNFs per Service Chain"
9236   y-axis: "Y = Number of Service Chains"
9237   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9238   layout:
9239     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9240     layout: "plot-service-density"
9241
9242 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9243 - type: "plot"
9244   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9245   algorithm: "plot_nf_heatmap"
9246   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9247   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9248   filter: "'NIC_Intel-XL710' and
9249            'NF_DENSITY' and
9250            'DOCKER' and
9251            'CHAIN' and
9252            'NF_VPPIP4' and
9253            'IPSEC' and
9254            'TNL_1000' and
9255            'IMIX' and
9256            '1T1C' and
9257            'NDRPDR'"
9258   parameters:
9259   - "throughput"
9260   - "name"
9261   - "tags"
9262   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9263   x-axis: "X = CNFs per Service Chain"
9264   y-axis: "Y = Number of Service Chains"
9265   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9266   layout:
9267     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9268     layout: "plot-service-density"
9269
9270 - type: "plot"
9271   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9272   algorithm: "plot_nf_heatmap"
9273   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9274   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9275   filter: "'NIC_Intel-XL710' and
9276            'NF_DENSITY' and
9277            'DOCKER' and
9278            'CHAIN' and
9279            'NF_VPPIP4' and
9280            'IPSEC' and
9281            'TNL_1000' and
9282            'IMIX' and
9283            '2T2C' and
9284            'NDRPDR'"
9285   parameters:
9286   - "throughput"
9287   - "name"
9288   - "tags"
9289   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9290   x-axis: "X = CNFs per Service Chain"
9291   y-axis: "Y = Number of Service Chains"
9292   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9293   layout:
9294     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9295     layout: "plot-service-density"
9296
9297 - type: "plot"
9298   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9299   algorithm: "plot_nf_heatmap"
9300   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9301   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9302   filter: "'NIC_Intel-XL710' and
9303            'NF_DENSITY' and
9304            'DOCKER' and
9305            'CHAIN' and
9306            'NF_VPPIP4' and
9307            'IPSEC' and
9308            'TNL_1000' and
9309            'IMIX' and
9310            '4T4C' and
9311            'NDRPDR'"
9312   parameters:
9313   - "throughput"
9314   - "name"
9315   - "tags"
9316   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9317   x-axis: "X = CNFs per Service Chain"
9318   y-axis: "Y = Number of Service Chains"
9319   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9320   layout:
9321     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9322     layout: "plot-service-density"
9323
9324 ###############################################################################
9325
9326 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9327 #- type: "plot"
9328 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9329 #  algorithm: "plot_nf_heatmap"
9330 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9331 #  data: "plot-vpp-nfv-3n-skx-mrr"
9332 #  filter: "'NIC_Intel-XXV710' and
9333 #           'NF_DENSITY' and
9334 #           'DOCKER' and
9335 #           'CHAIN' and
9336 #           'NF_VPPIP4' and
9337 #           'IPSEC' and
9338 #           'TNL_10000' and
9339 #           'IMIX' and
9340 #           '2T1C' and
9341 #           'MRR'"
9342 #  parameters:
9343 #  - "result"
9344 #  - "name"
9345 #  - "tags"
9346 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9347 #  x-axis: "X = CNFs per Service Chain"
9348 #  y-axis: "Y = Number of Service Chains"
9349 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9350 #  layout:
9351 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9352 #    layout: "plot-service-density"
9353 #
9354 #- type: "plot"
9355 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9356 #  algorithm: "plot_nf_heatmap"
9357 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9358 #  data: "plot-vpp-nfv-3n-skx-mrr"
9359 #  filter: "'NIC_Intel-XXV710' and
9360 #           'NF_DENSITY' and
9361 #           'DOCKER' and
9362 #           'CHAIN' and
9363 #           'NF_VPPIP4' and
9364 #           'IPSEC' and
9365 #           'TNL_10000' and
9366 #           'IMIX' and
9367 #           '4T2C' and
9368 #           'MRR'"
9369 #  parameters:
9370 #  - "result"
9371 #  - "name"
9372 #  - "tags"
9373 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9374 #  x-axis: "X = CNFs per Service Chain"
9375 #  y-axis: "Y = Number of Service Chains"
9376 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9377 #  layout:
9378 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9379 #    layout: "plot-service-density"
9380 #
9381 #- type: "plot"
9382 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9383 #  algorithm: "plot_nf_heatmap"
9384 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9385 #  data: "plot-vpp-nfv-3n-skx-mrr"
9386 #  filter: "'NIC_Intel-XXV710' and
9387 #           'NF_DENSITY' and
9388 #           'DOCKER' and
9389 #           'CHAIN' and
9390 #           'NF_VPPIP4' and
9391 #           'IPSEC' and
9392 #           'TNL_10000' and
9393 #           'IMIX' and
9394 #           '8T4C' and
9395 #           'MRR'"
9396 #  parameters:
9397 #  - "result"
9398 #  - "name"
9399 #  - "tags"
9400 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9401 #  x-axis: "X = CNFs per Service Chain"
9402 #  y-axis: "Y = Number of Service Chains"
9403 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9404 #  layout:
9405 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9406 #    layout: "plot-service-density"
9407
9408 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9409 - type: "plot"
9410   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9411   algorithm: "plot_nf_heatmap"
9412   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9413   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9414   filter: "'NIC_Intel-XXV710' and
9415            'NF_DENSITY' and
9416            'DOCKER' and
9417            'CHAIN' and
9418            'NF_VPPIP4' and
9419            'IPSEC' and
9420            'TNL_10000' and
9421            'IMIX' and
9422            '2T1C' and
9423            'NDRPDR'"
9424   parameters:
9425   - "throughput"
9426   - "name"
9427   - "tags"
9428   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9429   x-axis: "X = CNFs per Service Chain"
9430   y-axis: "Y = Number of Service Chains"
9431   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9432   layout:
9433     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9434     layout: "plot-service-density"
9435
9436 - type: "plot"
9437   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9438   algorithm: "plot_nf_heatmap"
9439   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9440   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9441   filter: "'NIC_Intel-XXV710' and
9442            'NF_DENSITY' and
9443            'DOCKER' and
9444            'CHAIN' and
9445            'NF_VPPIP4' and
9446            'IPSEC' and
9447            'TNL_10000' and
9448            'IMIX' and
9449            '4T2C' and
9450            'NDRPDR'"
9451   parameters:
9452   - "throughput"
9453   - "name"
9454   - "tags"
9455   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9456   x-axis: "X = CNFs per Service Chain"
9457   y-axis: "Y = Number of Service Chains"
9458   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9459   layout:
9460     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9461     layout: "plot-service-density"
9462
9463 - type: "plot"
9464   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9465   algorithm: "plot_nf_heatmap"
9466   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9467   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9468   filter: "'NIC_Intel-XXV710' and
9469            'NF_DENSITY' and
9470            'DOCKER' and
9471            'CHAIN' and
9472            'NF_VPPIP4' and
9473            'IPSEC' and
9474            'TNL_10000' and
9475            'IMIX' and
9476            '8T4C' and
9477            'NDRPDR'"
9478   parameters:
9479   - "throughput"
9480   - "name"
9481   - "tags"
9482   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9483   x-axis: "X = CNFs per Service Chain"
9484   y-axis: "Y = Number of Service Chains"
9485   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9486   layout:
9487     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9488     layout: "plot-service-density"
9489
9490 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9491 - type: "plot"
9492   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9493   algorithm: "plot_nf_heatmap"
9494   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9495   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9496   filter: "'NIC_Intel-XXV710' and
9497            'NF_DENSITY' and
9498            'DOCKER' and
9499            'CHAIN' and
9500            'NF_VPPIP4' and
9501            'IPSEC' and
9502            'TNL_10000' and
9503            'IMIX' and
9504            '2T1C' and
9505            'NDRPDR'"
9506   parameters:
9507   - "throughput"
9508   - "name"
9509   - "tags"
9510   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9511   x-axis: "X = CNFs per Service Chain"
9512   y-axis: "Y = Number of Service Chains"
9513   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9514   layout:
9515     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9516     layout: "plot-service-density"
9517
9518 - type: "plot"
9519   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9520   algorithm: "plot_nf_heatmap"
9521   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9522   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9523   filter: "'NIC_Intel-XXV710' and
9524            'NF_DENSITY' and
9525            'DOCKER' and
9526            'CHAIN' and
9527            'NF_VPPIP4' and
9528            'IPSEC' and
9529            'TNL_10000' and
9530            'IMIX' and
9531            '4T2C' and
9532            'NDRPDR'"
9533   parameters:
9534   - "throughput"
9535   - "name"
9536   - "tags"
9537   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9538   x-axis: "X = CNFs per Service Chain"
9539   y-axis: "Y = Number of Service Chains"
9540   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9541   layout:
9542     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9543     layout: "plot-service-density"
9544
9545 - type: "plot"
9546   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9547   algorithm: "plot_nf_heatmap"
9548   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9549   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9550   filter: "'NIC_Intel-XXV710' and
9551            'NF_DENSITY' and
9552            'DOCKER' and
9553            'CHAIN' and
9554            'NF_VPPIP4' and
9555            'IPSEC' and
9556            'TNL_10000' and
9557            'IMIX' and
9558            '8T4C' and
9559            'NDRPDR'"
9560   parameters:
9561   - "throughput"
9562   - "name"
9563   - "tags"
9564   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9565   x-axis: "X = CNFs per Service Chain"
9566   y-axis: "Y = Number of Service Chains"
9567   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9568   layout:
9569     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9570     layout: "plot-service-density"
9571
9572 ###############################################################################
9573
9574 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9575 - type: "plot"
9576   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9577   algorithm: "plot_nf_heatmap"
9578   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9579   data: "plot-vpp-nfv-3n-hsw-mrr"
9580   filter: "'NIC_Intel-XL710' and
9581            'NF_DENSITY' and
9582            'DOCKER' and
9583            'CHAIN' and
9584            'NF_VPPIP4' and
9585            'IMIX' and
9586            'TNL_10000' and
9587            '1T1C' and
9588            'MRR'"
9589   parameters:
9590   - "result"
9591   - "name"
9592   - "tags"
9593   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9594   x-axis: "X = CNFs per Service Chain"
9595   y-axis: "Y = Number of Service Chains"
9596   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9597   layout:
9598     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9599     layout: "plot-service-density"
9600
9601 - type: "plot"
9602   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9603   algorithm: "plot_nf_heatmap"
9604   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9605   data: "plot-vpp-nfv-3n-hsw-mrr"
9606   filter: "'NIC_Intel-XL710' and
9607            'NF_DENSITY' and
9608            'DOCKER' and
9609            'CHAIN' and
9610            'NF_VPPIP4' and
9611            'IPSEC' and
9612            'TNL_10000' and
9613            'IMIX' and
9614            '2T2C' and
9615            'MRR'"
9616   parameters:
9617   - "result"
9618   - "name"
9619   - "tags"
9620   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9621   x-axis: "X = CNFs per Service Chain"
9622   y-axis: "Y = Number of Service Chains"
9623   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9624   layout:
9625     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9626     layout: "plot-service-density"
9627
9628 - type: "plot"
9629   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9630   algorithm: "plot_nf_heatmap"
9631   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9632   data: "plot-vpp-nfv-3n-hsw-mrr"
9633   filter: "'NIC_Intel-XL710' and
9634            'NF_DENSITY' and
9635            'DOCKER' and
9636            'CHAIN' and
9637            'NF_VPPIP4' and
9638            'IPSEC' and
9639            'TNL_10000' and
9640            'IMIX' and
9641            '4T4C' and
9642            'MRR'"
9643   parameters:
9644   - "result"
9645   - "name"
9646   - "tags"
9647   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9648   x-axis: "X = CNFs per Service Chain"
9649   y-axis: "Y = Number of Service Chains"
9650   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9651   layout:
9652     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9653     layout: "plot-service-density"
9654
9655 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9656 - type: "plot"
9657   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9658   algorithm: "plot_nf_heatmap"
9659   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9660   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9661   filter: "'NIC_Intel-XL710' and
9662            'NF_DENSITY' and
9663            'DOCKER' and
9664            'CHAIN' and
9665            'NF_VPPIP4' and
9666            'IPSEC' and
9667            'TNL_10000' and
9668            'IMIX' and
9669            '1T1C' and
9670            'NDRPDR'"
9671   parameters:
9672   - "throughput"
9673   - "name"
9674   - "tags"
9675   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9676   x-axis: "X = CNFs per Service Chain"
9677   y-axis: "Y = Number of Service Chains"
9678   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9679   layout:
9680     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9681     layout: "plot-service-density"
9682
9683 - type: "plot"
9684   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9685   algorithm: "plot_nf_heatmap"
9686   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9687   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9688   filter: "'NIC_Intel-XL710' and
9689            'NF_DENSITY' and
9690            'DOCKER' and
9691            'CHAIN' and
9692            'NF_VPPIP4' and
9693            'IPSEC' and
9694            'TNL_10000' and
9695            'IMIX' and
9696            '2T2C' and
9697            'NDRPDR'"
9698   parameters:
9699   - "throughput"
9700   - "name"
9701   - "tags"
9702   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9703   x-axis: "X = CNFs per Service Chain"
9704   y-axis: "Y = Number of Service Chains"
9705   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9706   layout:
9707     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9708     layout: "plot-service-density"
9709
9710 - type: "plot"
9711   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9712   algorithm: "plot_nf_heatmap"
9713   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9714   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9715   filter: "'NIC_Intel-XL710' and
9716            'NF_DENSITY' and
9717            'DOCKER' and
9718            'CHAIN' and
9719            'NF_VPPIP4' and
9720            'IPSEC' and
9721            'TNL_10000' and
9722            'IMIX' and
9723            '4T4C' and
9724            'NDRPDR'"
9725   parameters:
9726   - "throughput"
9727   - "name"
9728   - "tags"
9729   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9730   x-axis: "X = CNFs per Service Chain"
9731   y-axis: "Y = Number of Service Chains"
9732   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9733   layout:
9734     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9735     layout: "plot-service-density"
9736
9737 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9738 - type: "plot"
9739   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9740   algorithm: "plot_nf_heatmap"
9741   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9742   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9743   filter: "'NIC_Intel-XL710' and
9744            'NF_DENSITY' and
9745            'DOCKER' and
9746            'CHAIN' and
9747            'NF_VPPIP4' and
9748            'IPSEC' and
9749            'TNL_10000' and
9750            'IMIX' and
9751            '1T1C' and
9752            'NDRPDR'"
9753   parameters:
9754   - "throughput"
9755   - "name"
9756   - "tags"
9757   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9758   x-axis: "X = CNFs per Service Chain"
9759   y-axis: "Y = Number of Service Chains"
9760   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9761   layout:
9762     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9763     layout: "plot-service-density"
9764
9765 - type: "plot"
9766   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9767   algorithm: "plot_nf_heatmap"
9768   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9769   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9770   filter: "'NIC_Intel-XL710' and
9771            'NF_DENSITY' and
9772            'DOCKER' and
9773            'CHAIN' and
9774            'NF_VPPIP4' and
9775            'IPSEC' and
9776            'TNL_10000' and
9777            'IMIX' and
9778            '2T2C' and
9779            'NDRPDR'"
9780   parameters:
9781   - "throughput"
9782   - "name"
9783   - "tags"
9784   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9785   x-axis: "X = CNFs per Service Chain"
9786   y-axis: "Y = Number of Service Chains"
9787   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9788   layout:
9789     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9790     layout: "plot-service-density"
9791
9792 - type: "plot"
9793   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9794   algorithm: "plot_nf_heatmap"
9795   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9796   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9797   filter: "'NIC_Intel-XL710' and
9798            'NF_DENSITY' and
9799            'DOCKER' and
9800            'CHAIN' and
9801            'NF_VPPIP4' and
9802            'IPSEC' and
9803            'TNL_10000' and
9804            'IMIX' and
9805            '4T4C' and
9806            'NDRPDR'"
9807   parameters:
9808   - "throughput"
9809   - "name"
9810   - "tags"
9811   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9812   x-axis: "X = CNFs per Service Chain"
9813   y-axis: "Y = Number of Service Chains"
9814   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9815   layout:
9816     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9817     layout: "plot-service-density"
9818
9819 ###############################################################################
9820
9821 # Plots - NF Density - CSP - MRR 64b
9822
9823 #- type: "plot"
9824 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9825 #  algorithm: "plot_nf_heatmap"
9826 #  output-file-type: ".html"
9827 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9828 #  data: "plot-vpp-nfv-2n-skx-mrr"
9829 #  filter: "'NIC_Intel-XXV710' and
9830 #           'NF_DENSITY' and
9831 #           'DOCKER' and
9832 #           'PIPELINE' and
9833 #           'NF_VPPIP4' and
9834 #           '64B' and
9835 #           '2T1C' and
9836 #           'MRR'"
9837 #  parameters:
9838 #  - "result"
9839 #  - "name"
9840 #  - "tags"
9841 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9842 #  x-axis: "X = CNFs per Service Pipeline"
9843 #  y-axis: "Y = Number of Service Pipelines"
9844 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9845 #  layout:
9846 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9847 #    layout: "plot-service-density"
9848 #
9849 #- type: "plot"
9850 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9851 #  algorithm: "plot_nf_heatmap"
9852 #  output-file-type: ".html"
9853 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9854 #  data: "plot-vpp-nfv-2n-skx-mrr"
9855 #  filter: "'NIC_Intel-XXV710' and
9856 #           'NF_DENSITY' and
9857 #           'DOCKER' and
9858 #           'PIPELINE' and
9859 #           'NF_VPPIP4' and
9860 #           '64B' and
9861 #           '4T2C' and
9862 #           'MRR'"
9863 #  parameters:
9864 #  - "result"
9865 #  - "name"
9866 #  - "tags"
9867 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9868 #  x-axis: "X = CNFs per Service Pipeline"
9869 #  y-axis: "Y = Number of Service Pipelines"
9870 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9871 #  layout:
9872 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9873 #    layout: "plot-service-density"
9874 #
9875 #- type: "plot"
9876 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9877 #  algorithm: "plot_nf_heatmap"
9878 #  output-file-type: ".html"
9879 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9880 #  data: "plot-vpp-nfv-2n-skx-mrr"
9881 #  filter: "'NIC_Intel-XXV710' and
9882 #           'NF_DENSITY' and
9883 #           'DOCKER' and
9884 #           'PIPELINE' and
9885 #           'NF_VPPIP4' and
9886 #           '64B' and
9887 #           '8T4C' and
9888 #           'MRR'"
9889 #  parameters:
9890 #  - "result"
9891 #  - "name"
9892 #  - "tags"
9893 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9894 #  x-axis: "X = CNFs per Service Pipeline"
9895 #  y-axis: "Y = Number of Service Pipelines"
9896 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9897 #  layout:
9898 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9899 #    layout: "plot-service-density"
9900 #
9901 ## Plots - NF Density - CSP - MRR IMIX
9902 #- type: "plot"
9903 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9904 #  algorithm: "plot_nf_heatmap"
9905 #  output-file-type: ".html"
9906 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9907 #  data: "plot-vpp-nfv-2n-skx-mrr"
9908 #  filter: "'NIC_Intel-XXV710' and
9909 #           'NF_DENSITY' and
9910 #           'DOCKER' and
9911 #           'PIPELINE' and
9912 #           'NF_VPPIP4' and
9913 #           'IMIX' and
9914 #           '2T1C' and
9915 #           'MRR'"
9916 #  parameters:
9917 #  - "result"
9918 #  - "name"
9919 #  - "tags"
9920 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9921 #  x-axis: "X = CNFs per Service Pipeline"
9922 #  y-axis: "Y = Number of Service Pipelines"
9923 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9924 #  layout:
9925 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9926 #    layout: "plot-service-density"
9927 #
9928 #- type: "plot"
9929 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9930 #  algorithm: "plot_nf_heatmap"
9931 #  output-file-type: ".html"
9932 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9933 #  data: "plot-vpp-nfv-2n-skx-mrr"
9934 #  filter: "'NIC_Intel-XXV710' and
9935 #           'NF_DENSITY' and
9936 #           'DOCKER' and
9937 #           'PIPELINE' and
9938 #           'NF_VPPIP4' and
9939 #           'IMIX' and
9940 #           '4T2C' and
9941 #           'MRR'"
9942 #  parameters:
9943 #  - "result"
9944 #  - "name"
9945 #  - "tags"
9946 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9947 #  x-axis: "X = CNFs per Service Pipeline"
9948 #  y-axis: "Y = Number of Service Pipelines"
9949 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9950 #  layout:
9951 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9952 #    layout: "plot-service-density"
9953 #
9954 #- type: "plot"
9955 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9956 #  algorithm: "plot_nf_heatmap"
9957 #  output-file-type: ".html"
9958 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9959 #  data: "plot-vpp-nfv-2n-skx-mrr"
9960 #  filter: "'NIC_Intel-XXV710' and
9961 #           'NF_DENSITY' and
9962 #           'DOCKER' and
9963 #           'PIPELINE' and
9964 #           'NF_VPPIP4' and
9965 #           'IMIX' and
9966 #           '8T4C' and
9967 #           'MRR'"
9968 #  parameters:
9969 #  - "result"
9970 #  - "name"
9971 #  - "tags"
9972 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9973 #  x-axis: "X = CNFs per Service Pipeline"
9974 #  y-axis: "Y = Number of Service Pipelines"
9975 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9976 #  layout:
9977 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9978 #    layout: "plot-service-density"
9979 #
9980 ## Plots - NF Density - CSP - NDR 64b
9981 #- type: "plot"
9982 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9983 #  algorithm: "plot_nf_heatmap"
9984 #  output-file-type: ".html"
9985 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9986 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9987 #  filter: "'NIC_Intel-XXV710' and
9988 #           'NF_DENSITY' and
9989 #           'DOCKER' and
9990 #           'PIPELINE' and
9991 #           'NF_VPPIP4' and
9992 #           '64B' and
9993 #           '2T1C' and
9994 #           'NDRPDR'"
9995 #  parameters:
9996 #  - "throughput"
9997 #  - "name"
9998 #  - "tags"
9999 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10000 #  x-axis: "X = CNFs per Service Pipeline"
10001 #  y-axis: "Y = Number of Service Pipelines"
10002 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10003 #  layout:
10004 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10005 #    layout: "plot-service-density"
10006 #
10007 #- type: "plot"
10008 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10009 #  algorithm: "plot_nf_heatmap"
10010 #  output-file-type: ".html"
10011 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
10012 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10013 #  filter: "'NIC_Intel-XXV710' and
10014 #           'NF_DENSITY' and
10015 #           'DOCKER' and
10016 #           'PIPELINE' and
10017 #           'NF_VPPIP4' and
10018 #           '64B' and
10019 #           '4T2C' and
10020 #           'NDRPDR'"
10021 #  parameters:
10022 #  - "throughput"
10023 #  - "name"
10024 #  - "tags"
10025 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10026 #  x-axis: "X = CNFs per Service Pipeline"
10027 #  y-axis: "Y = Number of Service Pipelines"
10028 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10029 #  layout:
10030 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10031 #    layout: "plot-service-density"
10032 #
10033 #- type: "plot"
10034 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10035 #  algorithm: "plot_nf_heatmap"
10036 #  output-file-type: ".html"
10037 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
10038 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10039 #  filter: "'NIC_Intel-XXV710' and
10040 #           'NF_DENSITY' and
10041 #           'DOCKER' and
10042 #           'PIPELINE' and
10043 #           'NF_VPPIP4' and
10044 #           '64B' and
10045 #           '8T4C' and
10046 #           'NDRPDR'"
10047 #  parameters:
10048 #  - "throughput"
10049 #  - "name"
10050 #  - "tags"
10051 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10052 #  x-axis: "X = CNFs per Service Pipeline"
10053 #  y-axis: "Y = Number of Service Pipelines"
10054 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10055 #  layout:
10056 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10057 #    layout: "plot-service-density"
10058 #
10059 ## Plots - NF Density - CSP - NDR IMIX
10060 #- type: "plot"
10061 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10062 #  algorithm: "plot_nf_heatmap"
10063 #  output-file-type: ".html"
10064 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10065 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10066 #  filter: "'NIC_Intel-XXV710' and
10067 #           'NF_DENSITY' and
10068 #           'DOCKER' and
10069 #           'PIPELINE' and
10070 #           'NF_VPPIP4' and
10071 #           'IMIX' and
10072 #           '2T1C' and
10073 #           'NDRPDR'"
10074 #  parameters:
10075 #  - "throughput"
10076 #  - "name"
10077 #  - "tags"
10078 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10079 #  x-axis: "X = CNFs per Service Pipeline"
10080 #  y-axis: "Y = Number of Service Pipelines"
10081 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10082 #  layout:
10083 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10084 #    layout: "plot-service-density"
10085 #
10086 #- type: "plot"
10087 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10088 #  algorithm: "plot_nf_heatmap"
10089 #  output-file-type: ".html"
10090 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10091 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10092 #  filter: "'NIC_Intel-XXV710' and
10093 #           'NF_DENSITY' and
10094 #           'DOCKER' and
10095 #           'PIPELINE' and
10096 #           'NF_VPPIP4' and
10097 #           'IMIX' and
10098 #           '4T2C' and
10099 #           'NDRPDR'"
10100 #  parameters:
10101 #  - "throughput"
10102 #  - "name"
10103 #  - "tags"
10104 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10105 #  x-axis: "X = CNFs per Service Pipeline"
10106 #  y-axis: "Y = Number of Service Pipelines"
10107 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10108 #  layout:
10109 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10110 #    layout: "plot-service-density"
10111 #
10112 #- type: "plot"
10113 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10114 #  algorithm: "plot_nf_heatmap"
10115 #  output-file-type: ".html"
10116 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10117 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10118 #  filter: "'NIC_Intel-XXV710' and
10119 #           'NF_DENSITY' and
10120 #           'DOCKER' and
10121 #           'PIPELINE' and
10122 #           'NF_VPPIP4' and
10123 #           'IMIX' and
10124 #           '8T4C' and
10125 #           'NDRPDR'"
10126 #  parameters:
10127 #  - "throughput"
10128 #  - "name"
10129 #  - "tags"
10130 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10131 #  x-axis: "X = CNFs per Service Pipeline"
10132 #  y-axis: "Y = Number of Service Pipelines"
10133 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10134 #  layout:
10135 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10136 #    layout: "plot-service-density"
10137 #
10138 ## Plots - NF Density - CSP - PDR 64b
10139 #- type: "plot"
10140 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10141 #  algorithm: "plot_nf_heatmap"
10142 #  output-file-type: ".html"
10143 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10144 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10145 #  filter: "'NIC_Intel-XXV710' and
10146 #           'NF_DENSITY' and
10147 #           'DOCKER' and
10148 #           'PIPELINE' and
10149 #           'NF_VPPIP4' and
10150 #           '64B' and
10151 #           '2T1C' and
10152 #           'NDRPDR'"
10153 #  parameters:
10154 #  - "throughput"
10155 #  - "name"
10156 #  - "tags"
10157 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10158 #  x-axis: "X = CNFs per Service Pipeline"
10159 #  y-axis: "Y = Number of Service Pipelines"
10160 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10161 #  layout:
10162 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10163 #    layout: "plot-service-density"
10164 #
10165 #- type: "plot"
10166 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10167 #  algorithm: "plot_nf_heatmap"
10168 #  output-file-type: ".html"
10169 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10170 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10171 #  filter: "'NIC_Intel-XXV710' and
10172 #           'NF_DENSITY' and
10173 #           'DOCKER' and
10174 #           'PIPELINE' and
10175 #           'NF_VPPIP4' and
10176 #           '64B' and
10177 #           '4T2C' and
10178 #           'NDRPDR'"
10179 #  parameters:
10180 #  - "throughput"
10181 #  - "name"
10182 #  - "tags"
10183 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10184 #  x-axis: "X = CNFs per Service Pipeline"
10185 #  y-axis: "Y = Number of Service Pipelines"
10186 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10187 #  layout:
10188 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10189 #    layout: "plot-service-density"
10190 #
10191 #- type: "plot"
10192 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10193 #  algorithm: "plot_nf_heatmap"
10194 #  output-file-type: ".html"
10195 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10196 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10197 #  filter: "'NIC_Intel-XXV710' and
10198 #           'NF_DENSITY' and
10199 #           'DOCKER' and
10200 #           'PIPELINE' and
10201 #           'NF_VPPIP4' and
10202 #           '64B' and
10203 #           '8T4C' and
10204 #           'NDRPDR'"
10205 #  parameters:
10206 #  - "throughput"
10207 #  - "name"
10208 #  - "tags"
10209 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10210 #  x-axis: "X = CNFs per Service Pipeline"
10211 #  y-axis: "Y = Number of Service Pipelines"
10212 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10213 #  layout:
10214 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10215 #    layout: "plot-service-density"
10216 #
10217 ## Plots - NF Density - CSP - PDR IMIX
10218 #- type: "plot"
10219 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10220 #  algorithm: "plot_nf_heatmap"
10221 #  output-file-type: ".html"
10222 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10223 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10224 #  filter: "'NIC_Intel-XXV710' and
10225 #           'NF_DENSITY' and
10226 #           'DOCKER' and
10227 #           'PIPELINE' and
10228 #           'NF_VPPIP4' and
10229 #           'IMIX' and
10230 #           '2T1C' and
10231 #           'NDRPDR'"
10232 #  parameters:
10233 #  - "throughput"
10234 #  - "name"
10235 #  - "tags"
10236 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10237 #  x-axis: "X = CNFs per Service Pipeline"
10238 #  y-axis: "Y = Number of Service Pipelines"
10239 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10240 #  layout:
10241 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10242 #    layout: "plot-service-density"
10243 #
10244 #- type: "plot"
10245 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10246 #  algorithm: "plot_nf_heatmap"
10247 #  output-file-type: ".html"
10248 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10249 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10250 #  filter: "'NIC_Intel-XXV710' and
10251 #           'NF_DENSITY' and
10252 #           'DOCKER' and
10253 #           'PIPELINE' and
10254 #           'NF_VPPIP4' and
10255 #           'IMIX' and
10256 #           '4T2C' and
10257 #           'NDRPDR'"
10258 #  parameters:
10259 #  - "throughput"
10260 #  - "name"
10261 #  - "tags"
10262 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10263 #  x-axis: "X = CNFs per Service Pipeline"
10264 #  y-axis: "Y = Number of Service Pipelines"
10265 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10266 #  layout:
10267 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10268 #    layout: "plot-service-density"
10269 #
10270 #- type: "plot"
10271 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10272 #  algorithm: "plot_nf_heatmap"
10273 #  output-file-type: ".html"
10274 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10275 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10276 #  filter: "'NIC_Intel-XXV710' and
10277 #           'NF_DENSITY' and
10278 #           'DOCKER' and
10279 #           'PIPELINE' and
10280 #           'NF_VPPIP4' and
10281 #           'IMIX' and
10282 #           '8T4C' and
10283 #           'NDRPDR'"
10284 #  parameters:
10285 #  - "throughput"
10286 #  - "name"
10287 #  - "tags"
10288 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10289 #  x-axis: "X = CNFs per Service Pipeline"
10290 #  y-axis: "Y = Number of Service Pipelines"
10291 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10292 #  layout:
10293 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10294 #    layout: "plot-service-density"
10295
10296 ###############################################################################
10297 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10298
10299 - type: "plot"
10300   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10301   algorithm: "plot_nf_heatmap"
10302   output-file-type: ".html"
10303   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10304   data: "plot-vpp-nfv-2n-clx-mrr"
10305   filter: "'NIC_Intel-XXV710' and
10306            'NF_DENSITY' and
10307            'VHOST' and
10308            not 'VXLAN' and
10309            'CHAIN' and
10310            'NF_VPPIP4' and
10311            'IMIX' and
10312            '2T1C' and
10313            'MRR'"
10314   parameters:
10315   - "result"
10316   - "name"
10317   - "tags"
10318   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10319   x-axis: "X = VNFs per Service Chain"
10320   y-axis: "Y = Number of Service Chains"
10321   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10322   layout:
10323     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10324     layout: "plot-service-density"
10325
10326 - type: "plot"
10327   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10328   algorithm: "plot_nf_heatmap"
10329   output-file-type: ".html"
10330   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10331   data: "plot-vpp-nfv-2n-clx-mrr"
10332   filter: "'NIC_Intel-XXV710' and
10333            'NF_DENSITY' and
10334            'VHOST' and
10335            not 'VXLAN' and
10336            'CHAIN' and
10337            'NF_VPPIP4' and
10338            'IMIX' and
10339            '4T2C' and
10340            'MRR'"
10341   parameters:
10342   - "result"
10343   - "name"
10344   - "tags"
10345   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10346   x-axis: "X = VNFs per Service Chain"
10347   y-axis: "Y = Number of Service Chains"
10348   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10349   layout:
10350     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10351     layout: "plot-service-density"
10352
10353 - type: "plot"
10354   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10355   algorithm: "plot_nf_heatmap"
10356   output-file-type: ".html"
10357   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10358   data: "plot-vpp-nfv-2n-clx-mrr"
10359   filter: "'NIC_Intel-XXV710' and
10360            'NF_DENSITY' and
10361            'VHOST' and
10362            not 'VXLAN' and
10363            'CHAIN' and
10364            'NF_VPPIP4' and
10365            'IMIX' and
10366            '8T4C' and
10367            'MRR'"
10368   parameters:
10369   - "result"
10370   - "name"
10371   - "tags"
10372   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10373   x-axis: "X = VNFs per Service Chain"
10374   y-axis: "Y = Number of Service Chains"
10375   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10376   layout:
10377     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10378     layout: "plot-service-density"
10379
10380 # Plots - NF Density - VSC - NDR IMIX
10381 - type: "plot"
10382   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10383   algorithm: "plot_nf_heatmap"
10384   output-file-type: ".html"
10385   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10386   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10387   filter: "'NIC_Intel-XXV710' and
10388            'NF_DENSITY' and
10389            'VHOST' and
10390            not 'VXLAN' and
10391            'CHAIN' and
10392            'NF_VPPIP4' and
10393            'IMIX' and
10394            '2T1C' and
10395            'NDRPDR'"
10396   parameters:
10397   - "throughput"
10398   - "name"
10399   - "tags"
10400   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10401   x-axis: "X = VNFs per Service Chain"
10402   y-axis: "Y = Number of Service Chains"
10403   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10404   layout:
10405     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10406     layout: "plot-service-density"
10407
10408 - type: "plot"
10409   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10410   algorithm: "plot_nf_heatmap"
10411   output-file-type: ".html"
10412   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10413   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10414   filter: "'NIC_Intel-XXV710' and
10415            'NF_DENSITY' and
10416            'VHOST' and
10417            not 'VXLAN' and
10418            'CHAIN' and
10419            'NF_VPPIP4' and
10420            'IMIX' and
10421            '4T2C' and
10422            'NDRPDR'"
10423   parameters:
10424   - "throughput"
10425   - "name"
10426   - "tags"
10427   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10428   x-axis: "X = VNFs per Service Chain"
10429   y-axis: "Y = Number of Service Chains"
10430   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10431   layout:
10432     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10433     layout: "plot-service-density"
10434
10435 - type: "plot"
10436   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10437   algorithm: "plot_nf_heatmap"
10438   output-file-type: ".html"
10439   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10440   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10441   filter: "'NIC_Intel-XXV710' and
10442            'NF_DENSITY' and
10443            'VHOST' and
10444            not 'VXLAN' and
10445            'CHAIN' and
10446            'NF_VPPIP4' and
10447            'IMIX' and
10448            '8T4C' and
10449            'NDRPDR'"
10450   parameters:
10451   - "throughput"
10452   - "name"
10453   - "tags"
10454   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10455   x-axis: "X = VNFs per Service Chain"
10456   y-axis: "Y = Number of Service Chains"
10457   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10458   layout:
10459     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10460     layout: "plot-service-density"
10461
10462 # Plots - NF Density - VSC - PDR IMIX
10463 - type: "plot"
10464   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10465   algorithm: "plot_nf_heatmap"
10466   output-file-type: ".html"
10467   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10468   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10469   filter: "'NIC_Intel-XXV710' and
10470            'NF_DENSITY' and
10471            'VHOST' and
10472            not 'VXLAN' and
10473            'CHAIN' and
10474            'NF_VPPIP4' and
10475            'IMIX' and
10476            '2T1C' and
10477            'NDRPDR'"
10478   parameters:
10479   - "throughput"
10480   - "name"
10481   - "tags"
10482   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10483   x-axis: "X = VNFs per Service Chain"
10484   y-axis: "Y = Number of Service Chains"
10485   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10486   layout:
10487     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10488     layout: "plot-service-density"
10489
10490 - type: "plot"
10491   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10492   algorithm: "plot_nf_heatmap"
10493   output-file-type: ".html"
10494   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10495   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10496   filter: "'NIC_Intel-XXV710' and
10497            'NF_DENSITY' and
10498            'VHOST' and
10499            not 'VXLAN' and
10500            'CHAIN' and
10501            'NF_VPPIP4' and
10502            'IMIX' and
10503            '4T2C' and
10504            'NDRPDR'"
10505   parameters:
10506   - "throughput"
10507   - "name"
10508   - "tags"
10509   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10510   x-axis: "X = VNFs per Service Chain"
10511   y-axis: "Y = Number of Service Chains"
10512   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10513   layout:
10514     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10515     layout: "plot-service-density"
10516
10517 - type: "plot"
10518   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10519   algorithm: "plot_nf_heatmap"
10520   output-file-type: ".html"
10521   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10522   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10523   filter: "'NIC_Intel-XXV710' and
10524            'NF_DENSITY' and
10525            'VHOST' and
10526            not 'VXLAN' and
10527            'CHAIN' and
10528            'NF_VPPIP4' and
10529            'IMIX' and
10530            '8T4C' and
10531            'NDRPDR'"
10532   parameters:
10533   - "throughput"
10534   - "name"
10535   - "tags"
10536   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10537   x-axis: "X = VNFs per Service Chain"
10538   y-axis: "Y = Number of Service Chains"
10539   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10540   layout:
10541     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10542     layout: "plot-service-density"
10543
10544 # Plots - NF Density - VSC - MRR IMIX
10545 - type: "plot"
10546   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10547   algorithm: "plot_nf_heatmap"
10548   output-file-type: ".html"
10549   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10550   data: "plot-vpp-nfv-2n-clx-mrr"
10551   filter: "'NIC_Intel-XXV710' and
10552            'NF_DENSITY' and
10553            'VHOST' and
10554            'VXLAN' and
10555            'CHAIN' and
10556            'IMIX' and
10557            '2T1C' and
10558            'MRR'"
10559   parameters:
10560   - "result"
10561   - "name"
10562   - "tags"
10563   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10564   x-axis: "X = VNFs per Service Chain"
10565   y-axis: "Y = Number of Service Chains"
10566   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10567   layout:
10568     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10569     layout: "plot-service-density"
10570
10571 - type: "plot"
10572   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10573   algorithm: "plot_nf_heatmap"
10574   output-file-type: ".html"
10575   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10576   data: "plot-vpp-nfv-2n-clx-mrr"
10577   filter: "'NIC_Intel-XXV710' and
10578            'NF_DENSITY' and
10579            'VHOST' and
10580            'VXLAN' and
10581            'CHAIN' and
10582            'IMIX' and
10583            '4T2C' and
10584            'MRR'"
10585   parameters:
10586   - "result"
10587   - "name"
10588   - "tags"
10589   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10590   x-axis: "X = VNFs per Service Chain"
10591   y-axis: "Y = Number of Service Chains"
10592   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10593   layout:
10594     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10595     layout: "plot-service-density"
10596
10597 - type: "plot"
10598   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10599   algorithm: "plot_nf_heatmap"
10600   output-file-type: ".html"
10601   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10602   data: "plot-vpp-nfv-2n-clx-mrr"
10603   filter: "'NIC_Intel-XXV710' and
10604            'NF_DENSITY' and
10605            'VHOST' and
10606            'VXLAN' and
10607            'CHAIN' and
10608            'IMIX' and
10609            '8T4C' and
10610            'MRR'"
10611   parameters:
10612   - "result"
10613   - "name"
10614   - "tags"
10615   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10616   x-axis: "X = VNFs per Service Chain"
10617   y-axis: "Y = Number of Service Chains"
10618   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10619   layout:
10620     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10621     layout: "plot-service-density"
10622
10623 # Plots - NF Density - VSC - NDR IMIX
10624 - type: "plot"
10625   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10626   algorithm: "plot_nf_heatmap"
10627   output-file-type: ".html"
10628   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10629   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10630   filter: "'NIC_Intel-XXV710' and
10631            'NF_DENSITY' and
10632            'VHOST' and
10633            'VXLAN' and
10634            'CHAIN' and
10635            'IMIX' and
10636            '2T1C' and
10637            'NDRPDR'"
10638   parameters:
10639   - "throughput"
10640   - "name"
10641   - "tags"
10642   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10643   x-axis: "X = VNFs per Service Chain"
10644   y-axis: "Y = Number of Service Chains"
10645   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10646   layout:
10647     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10648     layout: "plot-service-density"
10649
10650 - type: "plot"
10651   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10652   algorithm: "plot_nf_heatmap"
10653   output-file-type: ".html"
10654   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10655   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10656   filter: "'NIC_Intel-XXV710' and
10657            'NF_DENSITY' and
10658            'VHOST' and
10659            'VXLAN' and
10660            'CHAIN' and
10661            'IMIX' and
10662            '4T2C' and
10663            'NDRPDR'"
10664   parameters:
10665   - "throughput"
10666   - "name"
10667   - "tags"
10668   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10669   x-axis: "X = VNFs per Service Chain"
10670   y-axis: "Y = Number of Service Chains"
10671   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10672   layout:
10673     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10674     layout: "plot-service-density"
10675
10676 - type: "plot"
10677   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10678   algorithm: "plot_nf_heatmap"
10679   output-file-type: ".html"
10680   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10681   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10682   filter: "'NIC_Intel-XXV710' and
10683            'NF_DENSITY' and
10684            'VHOST' and
10685            'VXLAN' and
10686            'CHAIN' and
10687            'IMIX' and
10688            '8T4C' and
10689            'NDRPDR'"
10690   parameters:
10691   - "throughput"
10692   - "name"
10693   - "tags"
10694   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10695   x-axis: "X = VNFs per Service Chain"
10696   y-axis: "Y = Number of Service Chains"
10697   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10698   layout:
10699     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10700     layout: "plot-service-density"
10701
10702 # Plots - NF Density - VSC - PDR IMIX
10703 - type: "plot"
10704   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10705   algorithm: "plot_nf_heatmap"
10706   output-file-type: ".html"
10707   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10708   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10709   filter: "'NIC_Intel-XXV710' and
10710            'NF_DENSITY' and
10711            'VHOST' and
10712            'VXLAN' and
10713            'CHAIN' and
10714            'IMIX' and
10715            '2T1C' and
10716            'NDRPDR'"
10717   parameters:
10718   - "throughput"
10719   - "name"
10720   - "tags"
10721   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10722   x-axis: "X = VNFs per Service Chain"
10723   y-axis: "Y = Number of Service Chains"
10724   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10725   layout:
10726     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10727     layout: "plot-service-density"
10728
10729 - type: "plot"
10730   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10731   algorithm: "plot_nf_heatmap"
10732   output-file-type: ".html"
10733   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10734   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10735   filter: "'NIC_Intel-XXV710' and
10736            'NF_DENSITY' and
10737            'VHOST' and
10738            'VXLAN' and
10739            'CHAIN' and
10740            'IMIX' and
10741            '4T2C' and
10742            'NDRPDR'"
10743   parameters:
10744   - "throughput"
10745   - "name"
10746   - "tags"
10747   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10748   x-axis: "X = VNFs per Service Chain"
10749   y-axis: "Y = Number of Service Chains"
10750   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10751   layout:
10752     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10753     layout: "plot-service-density"
10754
10755 - type: "plot"
10756   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10757   algorithm: "plot_nf_heatmap"
10758   output-file-type: ".html"
10759   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10760   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10761   filter: "'NIC_Intel-XXV710' and
10762            'NF_DENSITY' and
10763            'VHOST' and
10764            'VXLAN' and
10765            'CHAIN' and
10766            'IMIX' and
10767            '8T4C' and
10768            'NDRPDR'"
10769   parameters:
10770   - "throughput"
10771   - "name"
10772   - "tags"
10773   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10774   x-axis: "X = VNFs per Service Chain"
10775   y-axis: "Y = Number of Service Chains"
10776   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10777   layout:
10778     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10779     layout: "plot-service-density"
10780
10781 # Plots - NF Density - CSC - MRR IMIX
10782 - type: "plot"
10783   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10784   algorithm: "plot_nf_heatmap"
10785   output-file-type: ".html"
10786   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10787   data: "plot-vpp-nfv-2n-clx-mrr"
10788   filter: "'NIC_Intel-XXV710' and
10789            'NF_DENSITY' and
10790            'DOCKER' and
10791            'CHAIN' and
10792            'NF_VPPIP4' and
10793            'IMIX' and
10794            '2T1C' and
10795            'MRR'"
10796   parameters:
10797   - "result"
10798   - "name"
10799   - "tags"
10800   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10801   x-axis: "X = CNFs per Service Chain"
10802   y-axis: "Y = Number of Service Chains"
10803   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10804   layout:
10805     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10806     layout: "plot-service-density"
10807
10808 - type: "plot"
10809   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10810   algorithm: "plot_nf_heatmap"
10811   output-file-type: ".html"
10812   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10813   data: "plot-vpp-nfv-2n-clx-mrr"
10814   filter: "'NIC_Intel-XXV710' and
10815            'NF_DENSITY' and
10816            'DOCKER' and
10817            'CHAIN' and
10818            'NF_VPPIP4' and
10819            'IMIX' and
10820            '4T2C' and
10821            'MRR'"
10822   parameters:
10823   - "result"
10824   - "name"
10825   - "tags"
10826   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10827   x-axis: "X = CNFs per Service Chain"
10828   y-axis: "Y = Number of Service Chains"
10829   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10830   layout:
10831     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10832     layout: "plot-service-density"
10833
10834 - type: "plot"
10835   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10836   algorithm: "plot_nf_heatmap"
10837   output-file-type: ".html"
10838   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10839   data: "plot-vpp-nfv-2n-clx-mrr"
10840   filter: "'NIC_Intel-XXV710' and
10841            'NF_DENSITY' and
10842            'DOCKER' and
10843            'CHAIN' and
10844            'NF_VPPIP4' and
10845            'IMIX' and
10846            '8T4C' and
10847            'MRR'"
10848   parameters:
10849   - "result"
10850   - "name"
10851   - "tags"
10852   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10853   x-axis: "X = CNFs per Service Chain"
10854   y-axis: "Y = Number of Service Chains"
10855   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10856   layout:
10857     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10858     layout: "plot-service-density"
10859
10860 # Plots - NF Density - CSC - NDR IMIX
10861 - type: "plot"
10862   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10863   algorithm: "plot_nf_heatmap"
10864   output-file-type: ".html"
10865   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10866   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10867   filter: "'NIC_Intel-XXV710' and
10868            'NF_DENSITY' and
10869            'DOCKER' and
10870            'CHAIN' and
10871            'NF_VPPIP4' and
10872            'IMIX' and
10873            '2T1C' and
10874            'NDRPDR'"
10875   parameters:
10876   - "throughput"
10877   - "name"
10878   - "tags"
10879   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10880   x-axis: "X = CNFs per Service Chain"
10881   y-axis: "Y = Number of Service Chains"
10882   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10883   layout:
10884     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10885     layout: "plot-service-density"
10886
10887 - type: "plot"
10888   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10889   algorithm: "plot_nf_heatmap"
10890   output-file-type: ".html"
10891   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10892   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10893   filter: "'NIC_Intel-XXV710' and
10894            'NF_DENSITY' and
10895            'DOCKER' and
10896            'CHAIN' and
10897            'NF_VPPIP4' and
10898            'IMIX' and
10899            '4T2C' and
10900            'NDRPDR'"
10901   parameters:
10902   - "throughput"
10903   - "name"
10904   - "tags"
10905   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10906   x-axis: "X = CNFs per Service Chain"
10907   y-axis: "Y = Number of Service Chains"
10908   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10909   layout:
10910     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10911     layout: "plot-service-density"
10912
10913 - type: "plot"
10914   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10915   algorithm: "plot_nf_heatmap"
10916   output-file-type: ".html"
10917   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10918   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10919   filter: "'NIC_Intel-XXV710' and
10920            'NF_DENSITY' and
10921            'DOCKER' and
10922            'CHAIN' and
10923            'NF_VPPIP4' and
10924            'IMIX' and
10925            '8T4C' and
10926            'NDRPDR'"
10927   parameters:
10928   - "throughput"
10929   - "name"
10930   - "tags"
10931   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10932   x-axis: "X = CNFs per Service Chain"
10933   y-axis: "Y = Number of Service Chains"
10934   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10935   layout:
10936     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10937     layout: "plot-service-density"
10938
10939 # Plots - NF Density - CSC - PDR IMIX
10940 - type: "plot"
10941   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10942   algorithm: "plot_nf_heatmap"
10943   output-file-type: ".html"
10944   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10945   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10946   filter: "'NIC_Intel-XXV710' and
10947            'NF_DENSITY' and
10948            'DOCKER' and
10949            'CHAIN' and
10950            'NF_VPPIP4' and
10951            'IMIX' and
10952            '2T1C' and
10953            'NDRPDR'"
10954   parameters:
10955   - "throughput"
10956   - "name"
10957   - "tags"
10958   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10959   x-axis: "X = CNFs per Service Chain"
10960   y-axis: "Y = Number of Service Chains"
10961   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10962   layout:
10963     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10964     layout: "plot-service-density"
10965
10966 - type: "plot"
10967   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10968   algorithm: "plot_nf_heatmap"
10969   output-file-type: ".html"
10970   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10971   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10972   filter: "'NIC_Intel-XXV710' and
10973            'NF_DENSITY' and
10974            'DOCKER' and
10975            'CHAIN' and
10976            'NF_VPPIP4' and
10977            'IMIX' and
10978            '4T2C' and
10979            'NDRPDR'"
10980   parameters:
10981   - "throughput"
10982   - "name"
10983   - "tags"
10984   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10985   x-axis: "X = CNFs per Service Chain"
10986   y-axis: "Y = Number of Service Chains"
10987   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10988   layout:
10989     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10990     layout: "plot-service-density"
10991
10992 - type: "plot"
10993   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10994   algorithm: "plot_nf_heatmap"
10995   output-file-type: ".html"
10996   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10997   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10998   filter: "'NIC_Intel-XXV710' and
10999            'NF_DENSITY' and
11000            'DOCKER' and
11001            'CHAIN' and
11002            'NF_VPPIP4' and
11003            'IMIX' and
11004            '8T4C' and
11005            'NDRPDR'"
11006   parameters:
11007   - "throughput"
11008   - "name"
11009   - "tags"
11010   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11011   x-axis: "X = CNFs per Service Chain"
11012   y-axis: "Y = Number of Service Chains"
11013   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11014   layout:
11015     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11016     layout: "plot-service-density"
11017
11018 # Plots - NF Density - CSP - MRR IMIX
11019 - type: "plot"
11020   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11021   algorithm: "plot_nf_heatmap"
11022   output-file-type: ".html"
11023   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11024   data: "plot-vpp-nfv-2n-clx-mrr"
11025   filter: "'NIC_Intel-XXV710' and
11026            'NF_DENSITY' and
11027            'DOCKER' and
11028            'PIPELINE' and
11029            'NF_VPPIP4' and
11030            'IMIX' and
11031            '2T1C' and
11032            'MRR'"
11033   parameters:
11034   - "result"
11035   - "name"
11036   - "tags"
11037   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11038   x-axis: "X = CNFs per Service Pipeline"
11039   y-axis: "Y = Number of Service Pipelines"
11040   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11041   layout:
11042     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11043     layout: "plot-service-density"
11044
11045 - type: "plot"
11046   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11047   algorithm: "plot_nf_heatmap"
11048   output-file-type: ".html"
11049   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11050   data: "plot-vpp-nfv-2n-clx-mrr"
11051   filter: "'NIC_Intel-XXV710' and
11052            'NF_DENSITY' and
11053            'DOCKER' and
11054            'PIPELINE' and
11055            'NF_VPPIP4' and
11056            'IMIX' and
11057            '4T2C' and
11058            'MRR'"
11059   parameters:
11060   - "result"
11061   - "name"
11062   - "tags"
11063   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11064   x-axis: "X = CNFs per Service Pipeline"
11065   y-axis: "Y = Number of Service Pipelines"
11066   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11067   layout:
11068     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11069     layout: "plot-service-density"
11070
11071 - type: "plot"
11072   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11073   algorithm: "plot_nf_heatmap"
11074   output-file-type: ".html"
11075   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11076   data: "plot-vpp-nfv-2n-clx-mrr"
11077   filter: "'NIC_Intel-XXV710' and
11078            'NF_DENSITY' and
11079            'DOCKER' and
11080            'PIPELINE' and
11081            'NF_VPPIP4' and
11082            'IMIX' and
11083            '8T4C' and
11084            'MRR'"
11085   parameters:
11086   - "result"
11087   - "name"
11088   - "tags"
11089   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11090   x-axis: "X = CNFs per Service Pipeline"
11091   y-axis: "Y = Number of Service Pipelines"
11092   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11093   layout:
11094     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11095     layout: "plot-service-density"
11096
11097 # Plots - NF Density - CSP - NDR IMIX
11098 - type: "plot"
11099   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11100   algorithm: "plot_nf_heatmap"
11101   output-file-type: ".html"
11102   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11103   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11104   filter: "'NIC_Intel-XXV710' and
11105            'NF_DENSITY' and
11106            'DOCKER' and
11107            'PIPELINE' and
11108            'NF_VPPIP4' and
11109            'IMIX' and
11110            '2T1C' and
11111            'NDRPDR'"
11112   parameters:
11113   - "throughput"
11114   - "name"
11115   - "tags"
11116   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11117   x-axis: "X = CNFs per Service Pipeline"
11118   y-axis: "Y = Number of Service Pipelines"
11119   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11120   layout:
11121     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11122     layout: "plot-service-density"
11123
11124 - type: "plot"
11125   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11126   algorithm: "plot_nf_heatmap"
11127   output-file-type: ".html"
11128   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11129   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11130   filter: "'NIC_Intel-XXV710' and
11131            'NF_DENSITY' and
11132            'DOCKER' and
11133            'PIPELINE' and
11134            'NF_VPPIP4' and
11135            'IMIX' and
11136            '4T2C' and
11137            'NDRPDR'"
11138   parameters:
11139   - "throughput"
11140   - "name"
11141   - "tags"
11142   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11143   x-axis: "X = CNFs per Service Pipeline"
11144   y-axis: "Y = Number of Service Pipelines"
11145   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11146   layout:
11147     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11148     layout: "plot-service-density"
11149
11150 - type: "plot"
11151   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11152   algorithm: "plot_nf_heatmap"
11153   output-file-type: ".html"
11154   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11155   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11156   filter: "'NIC_Intel-XXV710' and
11157            'NF_DENSITY' and
11158            'DOCKER' and
11159            'PIPELINE' and
11160            'NF_VPPIP4' and
11161            'IMIX' and
11162            '8T4C' and
11163            'NDRPDR'"
11164   parameters:
11165   - "throughput"
11166   - "name"
11167   - "tags"
11168   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11169   x-axis: "X = CNFs per Service Pipeline"
11170   y-axis: "Y = Number of Service Pipelines"
11171   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11172   layout:
11173     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11174     layout: "plot-service-density"
11175
11176 # Plots - NF Density - CSP - PDR IMIX
11177 - type: "plot"
11178   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11179   algorithm: "plot_nf_heatmap"
11180   output-file-type: ".html"
11181   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11182   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11183   filter: "'NIC_Intel-XXV710' and
11184            'NF_DENSITY' and
11185            'DOCKER' and
11186            'PIPELINE' and
11187            'NF_VPPIP4' and
11188            'IMIX' and
11189            '2T1C' and
11190            'NDRPDR'"
11191   parameters:
11192   - "throughput"
11193   - "name"
11194   - "tags"
11195   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11196   x-axis: "X = CNFs per Service Pipeline"
11197   y-axis: "Y = Number of Service Pipelines"
11198   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11199   layout:
11200     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11201     layout: "plot-service-density"
11202
11203 - type: "plot"
11204   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11205   algorithm: "plot_nf_heatmap"
11206   output-file-type: ".html"
11207   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11208   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11209   filter: "'NIC_Intel-XXV710' and
11210            'NF_DENSITY' and
11211            'DOCKER' and
11212            'PIPELINE' and
11213            'NF_VPPIP4' and
11214            'IMIX' and
11215            '4T2C' and
11216            'NDRPDR'"
11217   parameters:
11218   - "throughput"
11219   - "name"
11220   - "tags"
11221   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11222   x-axis: "X = CNFs per Service Pipeline"
11223   y-axis: "Y = Number of Service Pipelines"
11224   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11225   layout:
11226     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11227     layout: "plot-service-density"
11228
11229 - type: "plot"
11230   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11231   algorithm: "plot_nf_heatmap"
11232   output-file-type: ".html"
11233   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11234   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11235   filter: "'NIC_Intel-XXV710' and
11236            'NF_DENSITY' and
11237            'DOCKER' and
11238            'PIPELINE' and
11239            'NF_VPPIP4' and
11240            'IMIX' and
11241            '8T4C' and
11242            'NDRPDR'"
11243   parameters:
11244   - "throughput"
11245   - "name"
11246   - "tags"
11247   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11248   x-axis: "X = CNFs per Service Pipeline"
11249   y-axis: "Y = Number of Service Pipelines"
11250   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11251   layout:
11252     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11253     layout: "plot-service-density"
11254
11255 ################################################################################
11256
11257 # Packet Throughput
11258
11259 - type: "plot"
11260   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11261   algorithm: "plot_perf_box_name"
11262   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11263   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11264   include:
11265     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11266     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11267     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11268     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11269   layout:
11270     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11271     layout: "plot-throughput"
11272
11273 - type: "plot"
11274   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11275   algorithm: "plot_perf_box_name"
11276   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11277   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11278   include:
11279     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11280     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11281     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11282     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11283   layout:
11284     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11285     layout: "plot-throughput"
11286
11287 - type: "plot"
11288   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11289   algorithm: "plot_perf_box_name"
11290   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11291   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11292   include:
11293     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11294     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11295     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11296     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11297   layout:
11298     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11299     layout: "plot-throughput"
11300
11301 - type: "plot"
11302   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11303   algorithm: "plot_perf_box_name"
11304   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11305   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11306   include:
11307     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11308     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11309     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11310     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11311   layout:
11312     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11313     layout: "plot-throughput"
11314
11315 - type: "plot"
11316   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11317   algorithm: "plot_perf_box_name"
11318   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11319   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11320   include:
11321     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11322     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11323     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11324     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11325     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11326   layout:
11327     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11328     layout: "plot-throughput"
11329
11330 - type: "plot"
11331   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11332   algorithm: "plot_perf_box_name"
11333   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11334   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11335   include:
11336     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11337     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11338     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11339     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11340     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11341   layout:
11342     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11343     layout: "plot-throughput"
11344
11345 - type: "plot"
11346   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11347   algorithm: "plot_perf_box_name"
11348   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11349   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11350   include:
11351     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11352     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11353     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11354     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11355     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11356   layout:
11357     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11358     layout: "plot-throughput"
11359
11360 - type: "plot"
11361   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11362   algorithm: "plot_perf_box_name"
11363   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11364   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11365   include:
11366     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11367     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11368     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11369     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11370     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11371   layout:
11372     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11373     layout: "plot-throughput"
11374
11375 - type: "plot"
11376   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11377   algorithm: "plot_perf_box_name"
11378   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11379   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11380   include:
11381     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11382     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11383     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11384     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11385     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11386   layout:
11387     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11388     layout: "plot-throughput"
11389
11390 - type: "plot"
11391   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11392   algorithm: "plot_perf_box_name"
11393   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11394   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11395   include:
11396     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11397     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11398     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11399     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11400     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11401   layout:
11402     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11403     layout: "plot-throughput"
11404
11405 - type: "plot"
11406   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11407   algorithm: "plot_perf_box_name"
11408   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11409   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11410   include:
11411     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11412     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11413     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11414     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11415     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11416     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11417   layout:
11418     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11419     layout: "plot-throughput"
11420
11421 - type: "plot"
11422   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11423   algorithm: "plot_perf_box_name"
11424   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11425   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11426   include:
11427     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11428     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11429     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11430     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11431     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11432     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11433   layout:
11434     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11435     layout: "plot-throughput"
11436
11437 - type: "plot"
11438   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11439   algorithm: "plot_perf_box_name"
11440   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11441   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11442   include:
11443     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11444     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11445     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11447     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11448   layout:
11449     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11450     layout: "plot-throughput"
11451
11452 - type: "plot"
11453   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11454   algorithm: "plot_perf_box_name"
11455   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11456   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11457   include:
11458     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11459     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11462     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11463   layout:
11464     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11465     layout: "plot-throughput"
11466
11467 - type: "plot"
11468   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11469   algorithm: "plot_perf_box_name"
11470   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11471   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11472   include:
11473     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11474     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11475     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11476   layout:
11477     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11478     layout: "plot-throughput"
11479
11480 - type: "plot"
11481   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11482   algorithm: "plot_perf_box_name"
11483   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11484   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11485   include:
11486     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11487     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11488     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11489   layout:
11490     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11491     layout: "plot-throughput"
11492
11493 - type: "plot"
11494   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11495   algorithm: "plot_perf_box_name"
11496   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11497   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11498   include:
11499     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11500     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11501     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11503     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11504   layout:
11505     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11506     layout: "plot-throughput"
11507
11508 - type: "plot"
11509   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11510   algorithm: "plot_perf_box_name"
11511   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11512   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11513   include:
11514     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11515     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11516     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11518     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11519   layout:
11520     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11521     layout: "plot-throughput"
11522
11523 - type: "plot"
11524   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11525   algorithm: "plot_perf_box_name"
11526   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11527   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11528   include:
11529     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11530     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11532   layout:
11533     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11534     layout: "plot-throughput"
11535
11536 - type: "plot"
11537   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11538   algorithm: "plot_perf_box_name"
11539   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11540   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11541   include:
11542     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11543     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11545   layout:
11546     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11547     layout: "plot-throughput"
11548
11549 - type: "plot"
11550   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11551   algorithm: "plot_perf_box_name"
11552   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11553   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11554   include:
11555     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11556     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11557     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11558     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11559     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11561   layout:
11562     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11563     layout: "plot-throughput"
11564
11565 - type: "plot"
11566   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11567   algorithm: "plot_perf_box_name"
11568   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11569   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11570   include:
11571     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11572     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11573     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11574     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11577   layout:
11578     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11579     layout: "plot-throughput"
11580
11581 - type: "plot"
11582   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11583   algorithm: "plot_perf_box_name"
11584   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11585   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11586   include:
11587     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11588     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11593   layout:
11594     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11595     layout: "plot-throughput"
11596
11597 - type: "plot"
11598   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11599   algorithm: "plot_perf_box_name"
11600   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11601   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11602   include:
11603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11609   layout:
11610     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11611     layout: "plot-throughput"
11612
11613 - type: "plot"
11614   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11615   algorithm: "plot_perf_box_name"
11616   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11617   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11618   include:
11619     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11620     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11621     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11622   layout:
11623     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11624     layout: "plot-throughput"
11625
11626 - type: "plot"
11627   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11628   algorithm: "plot_perf_box_name"
11629   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11630   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11631   include:
11632     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11633     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11634     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11635   layout:
11636     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11637     layout: "plot-throughput"
11638
11639 - type: "plot"
11640   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11641   algorithm: "plot_perf_box_name"
11642   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11643   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11644   include:
11645     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11646     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11647     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11648 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11649 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11650   layout:
11651     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11652     layout: "plot-throughput"
11653
11654 - type: "plot"
11655   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11656   algorithm: "plot_perf_box_name"
11657   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11658   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11659   include:
11660     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11661     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11662     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11663 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11664 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11665   layout:
11666     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11667     layout: "plot-throughput"
11668
11669 - type: "plot"
11670   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11671   algorithm: "plot_perf_box_name"
11672   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11673   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11674   include:
11675     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11676     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11677     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11678     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11679     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11680   layout:
11681     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11682     layout: "plot-throughput"
11683
11684 - type: "plot"
11685   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11686   algorithm: "plot_perf_box_name"
11687   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11688   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11689   include:
11690     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11691     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11692     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11693     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11694     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11695   layout:
11696     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11697     layout: "plot-throughput"
11698
11699 - type: "plot"
11700   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11701   algorithm: "plot_perf_box_name"
11702   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11703   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11704   include:
11705     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11706     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11707     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11708     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11709     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11710   layout:
11711     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11712     layout: "plot-throughput"
11713
11714 - type: "plot"
11715   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11716   algorithm: "plot_perf_box_name"
11717   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11718   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11719   include:
11720     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11721     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11722     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11723     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11724     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11725   layout:
11726     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11727     layout: "plot-throughput"
11728
11729 - type: "plot"
11730   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11731   algorithm: "plot_perf_box_name"
11732   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11733   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11734   include:
11735     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11736     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11737     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11738     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11739     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11740     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11741   layout:
11742     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11743     layout: "plot-throughput"
11744
11745 - type: "plot"
11746   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11747   algorithm: "plot_perf_box_name"
11748   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11749   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11750   include:
11751     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11752     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11753     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11754     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11755     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11756     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11757   layout:
11758     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11759     layout: "plot-throughput"
11760
11761 - type: "plot"
11762   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11763   algorithm: "plot_perf_box_name"
11764   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11765   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11766   include:
11767     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11768     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11769     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11770     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11771     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11772     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11773   layout:
11774     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11775     layout: "plot-throughput"
11776
11777 - type: "plot"
11778   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11779   algorithm: "plot_perf_box_name"
11780   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11781   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11782   include:
11783     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11784     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11785     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11786     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11787     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11788     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11789   layout:
11790     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11791     layout: "plot-throughput"
11792
11793 - type: "plot"
11794   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11795   algorithm: "plot_perf_box_name"
11796   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11797   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11798   include:
11799     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11800     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11801     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11802     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11803     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11804   layout:
11805     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11806     layout: "plot-throughput"
11807
11808 - type: "plot"
11809   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11810   algorithm: "plot_perf_box_name"
11811   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11812   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11813   include:
11814     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11815     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11816     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11817     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11818     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11819   layout:
11820     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11821     layout: "plot-throughput"
11822
11823 - type: "plot"
11824   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11825   algorithm: "plot_perf_box_name"
11826   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11827   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11828   include:
11829     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11830     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11831     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11832     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11833     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11834     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11835   layout:
11836     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11837     layout: "plot-throughput"
11838
11839 - type: "plot"
11840   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11841   algorithm: "plot_perf_box_name"
11842   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11843   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11844   include:
11845     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11846     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11847     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11848     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11849     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11850     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11851   layout:
11852     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11853     layout: "plot-throughput"
11854
11855 - type: "plot"
11856   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11857   algorithm: "plot_perf_box_name"
11858   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11859   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11860   include:
11861     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11862     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11863     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11864     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11865     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11866   layout:
11867     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11868     layout: "plot-throughput"
11869
11870 - type: "plot"
11871   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11872   algorithm: "plot_perf_box_name"
11873   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11874   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11875   include:
11876     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11877     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11878     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11879     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11880     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11881   layout:
11882     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11883     layout: "plot-throughput"
11884
11885 - type: "plot"
11886   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11887   algorithm: "plot_perf_box_name"
11888   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11889   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11890   include:
11891     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11892     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11893     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11894     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11895     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11896     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11897   layout:
11898     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11899     layout: "plot-throughput"
11900
11901 - type: "plot"
11902   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11903   algorithm: "plot_perf_box_name"
11904   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11905   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11906   include:
11907     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11908     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11909     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11910     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11911     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11912     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11913   layout:
11914     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11915     layout: "plot-throughput"
11916
11917 - type: "plot"
11918   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11919   algorithm: "plot_perf_box_name"
11920   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11921   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11922   include:
11923     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11924     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11925     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11926     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11927     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11928   layout:
11929     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11930     layout: "plot-throughput"
11931
11932 - type: "plot"
11933   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11934   algorithm: "plot_perf_box_name"
11935   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11936   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11937   include:
11938     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11939     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11940     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11941     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11942     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11943   layout:
11944     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11945     layout: "plot-throughput"
11946
11947 - type: "plot"
11948   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11949   algorithm: "plot_perf_box_name"
11950   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11951   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11952   include:
11953     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11954     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11955     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11956     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11957     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11958     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11959   layout:
11960     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11961     layout: "plot-throughput"
11962
11963 - type: "plot"
11964   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11965   algorithm: "plot_perf_box_name"
11966   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11967   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11968   include:
11969     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11970     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11971     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11972     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11973     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11974     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11975   layout:
11976     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11977     layout: "plot-throughput"
11978
11979 - type: "plot"
11980   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11981   algorithm: "plot_perf_box_name"
11982   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11983   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11984   include:
11985     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11986     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11987   layout:
11988     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11989     layout: "plot-throughput"
11990
11991 - type: "plot"
11992   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11993   algorithm: "plot_perf_box_name"
11994   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11995   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11996   include:
11997     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11998     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11999   layout:
12000     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12001     layout: "plot-throughput"
12002
12003 - type: "plot"
12004   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12005   algorithm: "plot_perf_box_name"
12006   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12007   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12008   include:
12009     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12010     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12011     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12012     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12013   layout:
12014     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12015     layout: "plot-throughput"
12016
12017 - type: "plot"
12018   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12019   algorithm: "plot_perf_box_name"
12020   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12021   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12022   include:
12023     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12024     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12025     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12026     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12027   layout:
12028     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12029     layout: "plot-throughput"
12030
12031 - type: "plot"
12032   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12033   algorithm: "plot_perf_box_name"
12034   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12035   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12036   include:
12037     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12038     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12039     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12040     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12041   layout:
12042     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12043     layout: "plot-throughput"
12044
12045 - type: "plot"
12046   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12047   algorithm: "plot_perf_box_name"
12048   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12049   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12050   include:
12051     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12052     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12053     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12054     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12055   layout:
12056     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12057     layout: "plot-throughput"
12058
12059 - type: "plot"
12060   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12061   algorithm: "plot_perf_box_name"
12062   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12063   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12064   include:
12065     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12066     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12067     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12068     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12069   layout:
12070     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12071     layout: "plot-throughput"
12072
12073 - type: "plot"
12074   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12075   algorithm: "plot_perf_box_name"
12076   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12077   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12078   include:
12079     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12080     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12081     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12082     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12083   layout:
12084     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12085     layout: "plot-throughput"
12086
12087 - type: "plot"
12088   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12089   algorithm: "plot_perf_box_name"
12090   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12091   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12092   include:
12093     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12094     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12095     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12096     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12097   layout:
12098     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12099     layout: "plot-throughput"
12100
12101 - type: "plot"
12102   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12103   algorithm: "plot_perf_box_name"
12104   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12105   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12106   include:
12107     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12108     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12109     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12110     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12111   layout:
12112     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12113     layout: "plot-throughput"
12114
12115 - type: "plot"
12116   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12117   algorithm: "plot_perf_box_name"
12118   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12119   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12120   include:
12121     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12122     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12123     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12124     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12125     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12126     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12127   layout:
12128     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12129     layout: "plot-throughput"
12130
12131 - type: "plot"
12132   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12133   algorithm: "plot_perf_box_name"
12134   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12135   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12136   include:
12137     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12138     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12139     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12140     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12141     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12142     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12143   layout:
12144     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12145     layout: "plot-throughput"
12146
12147 - type: "plot"
12148   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12149   algorithm: "plot_perf_box_name"
12150   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12151   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12152   include:
12153     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12154     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12155     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12156     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12157     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12158   layout:
12159     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12160     layout: "plot-throughput"
12161
12162 - type: "plot"
12163   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12164   algorithm: "plot_perf_box_name"
12165   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12166   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12167   include:
12168     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12169     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12170     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12171     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12172     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12173   layout:
12174     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12175     layout: "plot-throughput"
12176
12177 - type: "plot"
12178   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12179   algorithm: "plot_perf_box_name"
12180   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12181   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12182   include:
12183     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12184     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12185     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12186     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12187     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12188   layout:
12189     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12190     layout: "plot-throughput"
12191
12192 - type: "plot"
12193   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12194   algorithm: "plot_perf_box_name"
12195   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12196   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12197   include:
12198     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12199     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12200     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12201     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12202     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12203   layout:
12204     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12205     layout: "plot-throughput"
12206
12207 - type: "plot"
12208   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12209   algorithm: "plot_perf_box_name"
12210   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12211   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12212   include:
12213     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12214     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12215     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12216   layout:
12217     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12218     layout: "plot-throughput"
12219
12220 - type: "plot"
12221   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12222   algorithm: "plot_perf_box_name"
12223   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12224   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12225   include:
12226     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12227     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12228     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12229   layout:
12230     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12231     layout: "plot-throughput"
12232
12233 - type: "plot"
12234   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12235   algorithm: "plot_perf_box_name"
12236   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12237   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12238   include:
12239     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12240     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12241     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12242   layout:
12243     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12244     layout: "plot-throughput"
12245
12246 - type: "plot"
12247   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12248   algorithm: "plot_perf_box_name"
12249   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12250   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12251   include:
12252     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12253     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12254     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12255   layout:
12256     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12257     layout: "plot-throughput"
12258
12259 - type: "plot"
12260   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12261   algorithm: "plot_perf_box_name"
12262   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12263   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12264   include:
12265     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12266     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12267     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12268     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12269     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12270   layout:
12271     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12272     layout: "plot-throughput"
12273
12274 - type: "plot"
12275   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12276   algorithm: "plot_perf_box_name"
12277   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12278   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12279   include:
12280     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12281     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12282     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12283     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12284     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12285   layout:
12286     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12287     layout: "plot-throughput"
12288
12289 - type: "plot"
12290   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12291   algorithm: "plot_perf_box_name"
12292   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12293   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12294   include:
12295     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12296     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12297     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12298     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12299     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12300   layout:
12301     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12302     layout: "plot-throughput"
12303
12304 - type: "plot"
12305   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12306   algorithm: "plot_perf_box_name"
12307   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12308   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12309   include:
12310     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12311     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12312     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12313     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12314     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12315   layout:
12316     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12317     layout: "plot-throughput"
12318
12319 - type: "plot"
12320   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12321   algorithm: "plot_perf_box_name"
12322   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12323   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12324   include:
12325     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12326     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12327     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12328     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12329     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12330   layout:
12331     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12332     layout: "plot-throughput"
12333
12334 - type: "plot"
12335   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12336   algorithm: "plot_perf_box_name"
12337   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12338   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12339   include:
12340     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12341     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12342     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12343     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12344     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12345   layout:
12346     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12347     layout: "plot-throughput"
12348
12349 - type: "plot"
12350   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12351   algorithm: "plot_perf_box_name"
12352   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12353   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12354   include:
12355     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12356     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12357     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12358     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12359     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12360   layout:
12361     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12362     layout: "plot-throughput"
12363
12364 - type: "plot"
12365   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12366   algorithm: "plot_perf_box_name"
12367   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12368   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12369   include:
12370     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12371     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12372     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12373     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12374     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12375   layout:
12376     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12377     layout: "plot-throughput"
12378
12379 - type: "plot"
12380   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12381   algorithm: "plot_perf_box_name"
12382   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12383   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12384   include:
12385     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12386     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12387     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12388     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12389     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12390   layout:
12391     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12392     layout: "plot-throughput"
12393
12394 - type: "plot"
12395   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12396   algorithm: "plot_perf_box_name"
12397   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12398   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12399   include:
12400     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12401     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12402     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12403     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12404     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12405   layout:
12406     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12407     layout: "plot-throughput"
12408
12409 - type: "plot"
12410   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12411   algorithm: "plot_perf_box_name"
12412   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12413   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12414   include:
12415     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12416     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12417     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12418     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12419     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12420     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12421   layout:
12422     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12423     layout: "plot-throughput"
12424
12425 - type: "plot"
12426   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12427   algorithm: "plot_perf_box_name"
12428   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12429   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12430   include:
12431     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12432     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12433     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12434     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12435     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12436     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12437   layout:
12438     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12439     layout: "plot-throughput"
12440
12441 - type: "plot"
12442   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12443   algorithm: "plot_perf_box_name"
12444   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12445   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12446   include:
12447     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12448     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12449     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12450     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12451   layout:
12452     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12453     layout: "plot-throughput"
12454
12455 - type: "plot"
12456   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12457   algorithm: "plot_perf_box_name"
12458   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12459   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12460   include:
12461     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12462     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12463     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12464     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12465   layout:
12466     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12467     layout: "plot-throughput"
12468
12469 - type: "plot"
12470   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12471   algorithm: "plot_perf_box_name"
12472   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12473   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12474   include:
12475     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12476     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12477     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12478     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12479     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12480     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12481   layout:
12482     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12483     layout: "plot-throughput"
12484
12485 - type: "plot"
12486   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12487   algorithm: "plot_perf_box_name"
12488   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12489   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12490   include:
12491     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12492     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12493     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12494     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12495     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12496     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12497   layout:
12498     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12499     layout: "plot-throughput"
12500
12501 - type: "plot"
12502   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12503   algorithm: "plot_perf_box_name"
12504   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12505   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12506   include:
12507     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12508     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12509     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12510     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12511     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12512     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12513   layout:
12514     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12515     layout: "plot-throughput"
12516
12517 - type: "plot"
12518   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12519   algorithm: "plot_perf_box_name"
12520   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12521   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12522   include:
12523     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12524     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12525     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12526     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12527     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12528     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12529   layout:
12530     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12531     layout: "plot-throughput"
12532
12533 - type: "plot"
12534   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12535   algorithm: "plot_perf_box_name"
12536   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12537   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12538   include:
12539     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12540     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12541     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12542     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12543     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12544     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12545   layout:
12546     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12547     layout: "plot-throughput"
12548
12549 - type: "plot"
12550   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12551   algorithm: "plot_perf_box_name"
12552   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12553   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12554   include:
12555     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12556     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12557     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12558     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12559     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12560     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12561   layout:
12562     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12563     layout: "plot-throughput"
12564
12565 - type: "plot"
12566   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12567   algorithm: "plot_perf_box_name"
12568   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12569   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12570   include:
12571     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12572     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12573     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12574     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12575     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12576     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12577   layout:
12578     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12579     layout: "plot-throughput"
12580
12581 - type: "plot"
12582   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12583   algorithm: "plot_perf_box_name"
12584   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12585   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12586   include:
12587     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12588     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12589     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12590     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12591     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12592     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12593   layout:
12594     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12595     layout: "plot-throughput"
12596
12597 - type: "plot"
12598   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12599   algorithm: "plot_perf_box_name"
12600   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12601   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12602   include:
12603     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12604     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12605     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12606     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12607     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12608     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12609   layout:
12610     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12611     layout: "plot-throughput"
12612
12613 - type: "plot"
12614   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12615   algorithm: "plot_perf_box_name"
12616   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12617   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12618   include:
12619     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12620     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12621     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12622     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12623     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12624     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12625   layout:
12626     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12627     layout: "plot-throughput"
12628
12629 - type: "plot"
12630   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12631   algorithm: "plot_perf_box_name"
12632   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12633   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12634   include:
12635     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12636     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12637     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12638     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12639     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12640     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12641   layout:
12642     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12643     layout: "plot-throughput"
12644
12645 - type: "plot"
12646   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12647   algorithm: "plot_perf_box_name"
12648   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12649   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12650   include:
12651     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12652     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12653     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12654     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12655     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12656     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12657   layout:
12658     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12659     layout: "plot-throughput"
12660
12661 - type: "plot"
12662   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12663   algorithm: "plot_perf_box_name"
12664   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12665   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12666   include:
12667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12673   layout:
12674     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12675     layout: "plot-throughput"
12676
12677 - type: "plot"
12678   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12679   algorithm: "plot_perf_box_name"
12680   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12681   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12682   include:
12683     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12688     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12689   layout:
12690     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12691     layout: "plot-throughput"
12692
12693 - type: "plot"
12694   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12695   algorithm: "plot_perf_box_name"
12696   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12697   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12698   include:
12699     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12702     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12704     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12705   layout:
12706     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12707     layout: "plot-throughput"
12708
12709 - type: "plot"
12710   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12711   algorithm: "plot_perf_box_name"
12712   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12713   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12714   include:
12715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12718     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12719     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12720     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12721   layout:
12722     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12723     layout: "plot-throughput"
12724
12725 - type: "plot"
12726   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12727   algorithm: "plot_perf_box_name"
12728   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12729   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12730   include:
12731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12734     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12735   layout:
12736     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12737     layout: "plot-throughput"
12738
12739 - type: "plot"
12740   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12741   algorithm: "plot_perf_box_name"
12742   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12743   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12744   include:
12745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12746     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12748     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12749   layout:
12750     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12751     layout: "plot-throughput"
12752
12753 - type: "plot"
12754   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12755   algorithm: "plot_perf_box_name"
12756   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12757   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12758   include:
12759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12762     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12763   layout:
12764     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12765     layout: "plot-throughput"
12766
12767 - type: "plot"
12768   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12769   algorithm: "plot_perf_box_name"
12770   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12771   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12772   include:
12773     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12774     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12775     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12776     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12777   layout:
12778     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12779     layout: "plot-throughput"
12780
12781 - type: "plot"
12782   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12783   algorithm: "plot_perf_box_name"
12784   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12785   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12786   include:
12787     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12788     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12789     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12790     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12791     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12792     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12793   layout:
12794     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12795     layout: "plot-throughput"
12796
12797 - type: "plot"
12798   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12799   algorithm: "plot_perf_box_name"
12800   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12801   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12802   include:
12803     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12804     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12805     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12806     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12807     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12808     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12809   layout:
12810     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12811     layout: "plot-throughput"
12812
12813 - type: "plot"
12814   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12815   algorithm: "plot_perf_box_name"
12816   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12817   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12818   include:
12819     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12820     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12821     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12822     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12823     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12824   layout:
12825     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12826     layout: "plot-throughput"
12827
12828 - type: "plot"
12829   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12830   algorithm: "plot_perf_box_name"
12831   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12832   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12833   include:
12834     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12835     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12836     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12837     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12838     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12839   layout:
12840     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12841     layout: "plot-throughput"
12842
12843 - type: "plot"
12844   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12845   algorithm: "plot_perf_box_name"
12846   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12847   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12848   include:
12849     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12850     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12851     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12852     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12853     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12854   layout:
12855     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12856     layout: "plot-throughput"
12857
12858 - type: "plot"
12859   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12860   algorithm: "plot_perf_box_name"
12861   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12862   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12863   include:
12864     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12865     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12866     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12867     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12868     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12869   layout:
12870     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12871     layout: "plot-throughput"
12872
12873 - type: "plot"
12874   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12875   algorithm: "plot_perf_box_name"
12876   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12877   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12878   include:
12879     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12880     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12881     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12882     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12883   layout:
12884     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12885     layout: "plot-throughput"
12886
12887 - type: "plot"
12888   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12889   algorithm: "plot_perf_box_name"
12890   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12891   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12892   include:
12893     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12894     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12895     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12896     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12897   layout:
12898     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12899     layout: "plot-throughput"
12900
12901 - type: "plot"
12902   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12903   algorithm: "plot_perf_box_name"
12904   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12905   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12906   include:
12907     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12908     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12909     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12910     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12911     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12912     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12913   layout:
12914     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12915     layout: "plot-throughput"
12916
12917 - type: "plot"
12918   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12919   algorithm: "plot_perf_box_name"
12920   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12921   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12922   include:
12923     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12924     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12925     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12926     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12927     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12928     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12929   layout:
12930     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12931     layout: "plot-throughput"
12932
12933 - type: "plot"
12934   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12935   algorithm: "plot_perf_box_name"
12936   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12937   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12938   include:
12939     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12940     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12941     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12942     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12943     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12944     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12945   layout:
12946     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12947     layout: "plot-throughput"
12948
12949 - type: "plot"
12950   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12951   algorithm: "plot_perf_box_name"
12952   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12953   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12954   include:
12955     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12956     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12957     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12958     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12959     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12960     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12961   layout:
12962     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12963     layout: "plot-throughput"
12964
12965 - type: "plot"
12966   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12967   algorithm: "plot_perf_box_name"
12968   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12969   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12970   include:
12971     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12972     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12973     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12974     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12975     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12976     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12977   layout:
12978     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12979     layout: "plot-throughput"
12980
12981 - type: "plot"
12982   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12983   algorithm: "plot_perf_box_name"
12984   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12985   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12986   include:
12987     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12988     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12989     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12990     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12991     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12992     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12993   layout:
12994     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12995     layout: "plot-throughput"
12996
12997 - type: "plot"
12998   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12999   algorithm: "plot_perf_box_name"
13000   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13001   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13002   include:
13003     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13004     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13005     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13006     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13007     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13008     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13009   layout:
13010     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13011     layout: "plot-throughput"
13012
13013 - type: "plot"
13014   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13015   algorithm: "plot_perf_box_name"
13016   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13017   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13018   include:
13019     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13020     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13021     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13022     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13023     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13024     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13025   layout:
13026     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13027     layout: "plot-throughput"
13028
13029 - type: "plot"
13030   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13031   algorithm: "plot_perf_box_name"
13032   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13033   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13034   include:
13035     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13036     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13037     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13038     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13039   layout:
13040     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13041     layout: "plot-throughput"
13042
13043 - type: "plot"
13044   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13045   algorithm: "plot_perf_box_name"
13046   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13047   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13048   include:
13049     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13050     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13051     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13052     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13053   layout:
13054     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13055     layout: "plot-throughput"
13056
13057 - type: "plot"
13058   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13059   algorithm: "plot_perf_box_name"
13060   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13061   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13062   include:
13063     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13064     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13065     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13066     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13067     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13068     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13069   layout:
13070     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13071     layout: "plot-throughput"
13072
13073 - type: "plot"
13074   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13075   algorithm: "plot_perf_box_name"
13076   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13077   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13078   include:
13079     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13080     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13081     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13082     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13083     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13084     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13085   layout:
13086     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13087     layout: "plot-throughput"
13088
13089 - type: "plot"
13090   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13091   algorithm: "plot_perf_box_name"
13092   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13093   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13094   include:
13095     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13096     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13097     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13098     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13099     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13100     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13101   layout:
13102     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13103     layout: "plot-throughput"
13104
13105 - type: "plot"
13106   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13107   algorithm: "plot_perf_box_name"
13108   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13109   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13110   include:
13111     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13112     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13113     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13114     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13115     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13116     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13117   layout:
13118     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13119     layout: "plot-throughput"
13120
13121 #- type: "plot"
13122 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13123 #  algorithm: "plot_perf_box_name"
13124 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13125 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13126 #  include:
13127 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13128 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13129 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13130 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13131 #  layout:
13132 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13133 #    layout: "plot-throughput"
13134 #
13135 #- type: "plot"
13136 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13137 #  algorithm: "plot_perf_box_name"
13138 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13139 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13140 #  include:
13141 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13142 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13143 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13144 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13145 #  layout:
13146 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13147 #    layout: "plot-throughput"
13148
13149 - type: "plot"
13150   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13151   algorithm: "plot_perf_box_name"
13152   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13153   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13154   include:
13155     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13156     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13157     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13158     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13159     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13160     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13161   layout:
13162     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13163     layout: "plot-throughput"
13164
13165 - type: "plot"
13166   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13167   algorithm: "plot_perf_box_name"
13168   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13169   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13170   include:
13171     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13172     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13173     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13174     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13175     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13176     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13177   layout:
13178     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13179     layout: "plot-throughput"
13180
13181 #- type: "plot"
13182 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13183 #  algorithm: "plot_perf_box_name"
13184 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13185 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13186 #  include:
13187 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13188 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13189 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13190 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13191 #  layout:
13192 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13193 #    layout: "plot-throughput"
13194 #
13195 #- type: "plot"
13196 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13197 #  algorithm: "plot_perf_box_name"
13198 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13199 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13200 #  include:
13201 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13202 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13203 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13204 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13205 #  layout:
13206 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13207 #    layout: "plot-throughput"
13208
13209 - type: "plot"
13210   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13211   algorithm: "plot_perf_box_name"
13212   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13213   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13214   include:
13215     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13216     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13217     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13218     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13219     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13220     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13221   layout:
13222     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13223     layout: "plot-throughput"
13224
13225 - type: "plot"
13226   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13227   algorithm: "plot_perf_box_name"
13228   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13229   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13230   include:
13231     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13232     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13233     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13234     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13235     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13236     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13237   layout:
13238     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13239     layout: "plot-throughput"
13240
13241 #- type: "plot"
13242 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13243 #  algorithm: "plot_perf_box_name"
13244 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13245 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13246 #  include:
13247 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13248 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13249 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13250 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13251 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13252 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13253 #  layout:
13254 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13255 #    layout: "plot-throughput"
13256 #
13257 #- type: "plot"
13258 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13259 #  algorithm: "plot_perf_box_name"
13260 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13261 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13262 #  include:
13263 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13264 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13265 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13266 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13267 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13268 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13269 #  layout:
13270 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13271 #    layout: "plot-throughput"
13272
13273 - type: "plot"
13274   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13275   algorithm: "plot_perf_box_name"
13276   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13277   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13278   include:
13279     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13280     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13281     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13282     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13283     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13284     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13285   layout:
13286     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13287     layout: "plot-throughput"
13288
13289 - type: "plot"
13290   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13291   algorithm: "plot_perf_box_name"
13292   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13293   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13294   include:
13295     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13296     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13297     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13298     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13299     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13300     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13301   layout:
13302     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13303     layout: "plot-throughput"
13304
13305 - type: "plot"
13306   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13307   algorithm: "plot_perf_box_name"
13308   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13309   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13310   include:
13311     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13312     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13313     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13314     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13315     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13316     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13317   layout:
13318     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13319     layout: "plot-throughput"
13320
13321 - type: "plot"
13322   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13323   algorithm: "plot_perf_box_name"
13324   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13325   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13326   include:
13327     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13328     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13329     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13330     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13331     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13332     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13333   layout:
13334     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13335     layout: "plot-throughput"
13336
13337 - type: "plot"
13338   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13339   algorithm: "plot_perf_box_name"
13340   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13341   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13342   include:
13343     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13344     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13345     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13346     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13347     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13348     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13349   layout:
13350     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13351     layout: "plot-throughput"
13352
13353 - type: "plot"
13354   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13355   algorithm: "plot_perf_box_name"
13356   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13357   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13358   include:
13359     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13360     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13361     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13362     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13363     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13364     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13365   layout:
13366     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13367     layout: "plot-throughput"
13368
13369 - type: "plot"
13370   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13371   algorithm: "plot_perf_box_name"
13372   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13373   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13374   include:
13375     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13376     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13377     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13378     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13379     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13380     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13381   layout:
13382     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13383     layout: "plot-throughput"
13384
13385 - type: "plot"
13386   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13387   algorithm: "plot_perf_box_name"
13388   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13389   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13390   include:
13391     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13392     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13393     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13394     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13395     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13396     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13397   layout:
13398     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13399     layout: "plot-throughput"
13400
13401 #- type: "plot"
13402 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13403 #  algorithm: "plot_perf_box_name"
13404 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13405 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13406 #  include:
13407 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13408 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13409 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13410 #  layout:
13411 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13412 #    layout: "plot-throughput"
13413 #
13414 #- type: "plot"
13415 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13416 #  algorithm: "plot_perf_box_name"
13417 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13418 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13419 #  include:
13420 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13421 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13422 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13423 #  layout:
13424 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13425 #    layout: "plot-throughput"
13426
13427 - type: "plot"
13428   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13429   algorithm: "plot_perf_box_name"
13430   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13431   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13432   include:
13433     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13434     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13436     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13437     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13438   layout:
13439     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13440     layout: "plot-throughput"
13441
13442 - type: "plot"
13443   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13444   algorithm: "plot_perf_box_name"
13445   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13446   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13447   include:
13448     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13449     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13451     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13452     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13453   layout:
13454     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13455     layout: "plot-throughput"
13456
13457 - type: "plot"
13458   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13459   algorithm: "plot_perf_box_name"
13460   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13461   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13462   include:
13463     - "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"
13464     - "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"
13465     - "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"
13466     - "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"
13467     - "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"
13468   layout:
13469     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13470     layout: "plot-throughput"
13471
13472 - type: "plot"
13473   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13474   algorithm: "plot_perf_box_name"
13475   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13476   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13477   include:
13478     - "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"
13479     - "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"
13480     - "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"
13481     - "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"
13482     - "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"
13483   layout:
13484     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13485     layout: "plot-throughput"
13486
13487 - type: "plot"
13488   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13489   algorithm: "plot_perf_box_name"
13490   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13491   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13492   include:
13493     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13494     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13495     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13496     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13497     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13498   layout:
13499     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13500     layout: "plot-throughput"
13501
13502 - type: "plot"
13503   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13504   algorithm: "plot_perf_box_name"
13505   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13506   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13507   include:
13508     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13509     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13510     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13511     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13512     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13513   layout:
13514     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13515     layout: "plot-throughput"
13516
13517 - type: "plot"
13518   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13519   algorithm: "plot_perf_box_name"
13520   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13521   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13522   include:
13523     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13524     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13525     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13526     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13527     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13528   layout:
13529     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13530     layout: "plot-throughput"
13531
13532 - type: "plot"
13533   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13534   algorithm: "plot_perf_box_name"
13535   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13536   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13537   include:
13538     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13539     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13540     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13541     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13542     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13543   layout:
13544     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13545     layout: "plot-throughput"
13546
13547 - type: "plot"
13548   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13549   algorithm: "plot_perf_box_name"
13550   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13551   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13552   include:
13553     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13554     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13555     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13556     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13557     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13558   layout:
13559     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13560     layout: "plot-throughput"
13561
13562 - type: "plot"
13563   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13564   algorithm: "plot_perf_box_name"
13565   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13566   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13567   include:
13568     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13569     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13570     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13571     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13572     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13573   layout:
13574     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13575     layout: "plot-throughput"
13576
13577 - type: "plot"
13578   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13579   algorithm: "plot_perf_box_name"
13580   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13581   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13582   include:
13583     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13584     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13585     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13586     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13587     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13588   layout:
13589     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13590     layout: "plot-throughput"
13591
13592 - type: "plot"
13593   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13594   algorithm: "plot_perf_box_name"
13595   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13596   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13597   include:
13598     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13599     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13600     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13601     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13602     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13603   layout:
13604     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13605     layout: "plot-throughput"
13606
13607 - type: "plot"
13608   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13609   algorithm: "plot_perf_box_name"
13610   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13611   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13612   include:
13613     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13614     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13615     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13616     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13617   layout:
13618     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13619     layout: "plot-throughput"
13620
13621 - type: "plot"
13622   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13623   algorithm: "plot_perf_box_name"
13624   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13625   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13626   include:
13627     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13628     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13629     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13630     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13631   layout:
13632     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13633     layout: "plot-throughput"
13634
13635 - type: "plot"
13636   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13637   algorithm: "plot_perf_box_name"
13638   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13639   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13640   include:
13641     - "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"
13642     - "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"
13643     - "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"
13644     - "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"
13645   layout:
13646     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13647     layout: "plot-throughput"
13648
13649 - type: "plot"
13650   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13651   algorithm: "plot_perf_box_name"
13652   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13653   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13654   include:
13655     - "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"
13656     - "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"
13657     - "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"
13658     - "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"
13659   layout:
13660     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13661     layout: "plot-throughput"
13662
13663 - type: "plot"
13664   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13665   algorithm: "plot_perf_box_name"
13666   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13667   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13668   include:
13669     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13670     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13671     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13672     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13673     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13674     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13675   layout:
13676     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13677     layout: "plot-throughput"
13678
13679 - type: "plot"
13680   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13681   algorithm: "plot_perf_box_name"
13682   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13683   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13684   include:
13685     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13686     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13687     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13688     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13689     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13690     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13691   layout:
13692     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13693     layout: "plot-throughput"
13694
13695 - type: "plot"
13696   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13697   algorithm: "plot_perf_box_name"
13698   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13699   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13700   include:
13701     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13702     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13703     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13704     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13705     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13706     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13707   layout:
13708     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13709     layout: "plot-throughput"
13710
13711 - type: "plot"
13712   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13713   algorithm: "plot_perf_box_name"
13714   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13715   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13716   include:
13717     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13718     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13719     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13720     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13721     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13722     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13723   layout:
13724     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13725     layout: "plot-throughput"
13726
13727 - type: "plot"
13728   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13729   algorithm: "plot_perf_box_name"
13730   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13731   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13732   include:
13733     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13734     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13735     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13736     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13737     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13738     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13739   layout:
13740     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13741     layout: "plot-throughput"
13742
13743 - type: "plot"
13744   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13745   algorithm: "plot_perf_box_name"
13746   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13747   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13748   include:
13749     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13750     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13751     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13752     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13753     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13754     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13755   layout:
13756     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13757     layout: "plot-throughput"
13758
13759 - type: "plot"
13760   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13761   algorithm: "plot_perf_box_name"
13762   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13763   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13764   include:
13765     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13766     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13767     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13768     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13769     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13770   layout:
13771     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13772     layout: "plot-throughput"
13773
13774 - type: "plot"
13775   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13776   algorithm: "plot_perf_box_name"
13777   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13778   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13779   include:
13780     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13781     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13782     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13783     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13784     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13785   layout:
13786     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13787     layout: "plot-throughput"
13788
13789 - type: "plot"
13790   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13791   algorithm: "plot_perf_box_name"
13792   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13793   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13794   include:
13795     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13796     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13797   layout:
13798     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13799     layout: "plot-throughput"
13800
13801 - type: "plot"
13802   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13803   algorithm: "plot_perf_box_name"
13804   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13805   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13806   include:
13807     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13808     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13809   layout:
13810     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13811     layout: "plot-throughput"
13812
13813 - type: "plot"
13814   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13815   algorithm: "plot_perf_box_name"
13816   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13817   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13818   include:
13819     - "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"
13820     - "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"
13821   layout:
13822     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13823     layout: "plot-throughput"
13824
13825 - type: "plot"
13826   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13827   algorithm: "plot_perf_box_name"
13828   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13829   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13830   include:
13831     - "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"
13832     - "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"
13833   layout:
13834     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13835     layout: "plot-throughput"
13836
13837 - type: "plot"
13838   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13839   algorithm: "plot_perf_box_name"
13840   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13841   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13842   include:
13843     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13844     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13845   layout:
13846     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13847     layout: "plot-throughput"
13848
13849 - type: "plot"
13850   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13851   algorithm: "plot_perf_box_name"
13852   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13853   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13854   include:
13855     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13856     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13857   layout:
13858     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13859     layout: "plot-throughput"
13860
13861 - type: "plot"
13862   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13863   algorithm: "plot_perf_box_name"
13864   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13865   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13866   include:
13867     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13868     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13869   layout:
13870     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13871     layout: "plot-throughput"
13872
13873 - type: "plot"
13874   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13875   algorithm: "plot_perf_box_name"
13876   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13877   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13878   include:
13879     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13880     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13881   layout:
13882     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13883     layout: "plot-throughput"
13884
13885 - type: "plot"
13886   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13887   algorithm: "plot_perf_box_name"
13888   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13889   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13890   include:
13891     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13892     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13893     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13894     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13895     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13896     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13897   layout:
13898     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13899     layout: "plot-throughput"
13900
13901 - type: "plot"
13902   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13903   algorithm: "plot_perf_box_name"
13904   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13905   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13906   include:
13907     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13908     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13909     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13910     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13911     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13912     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13913   layout:
13914     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13915     layout: "plot-throughput"
13916
13917 - type: "plot"
13918   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13919   algorithm: "plot_perf_box_name"
13920   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13921   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13922   include:
13923     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13924     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13925     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13926     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13927     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13928     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13929   layout:
13930     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13931     layout: "plot-throughput"
13932
13933 - type: "plot"
13934   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13935   algorithm: "plot_perf_box_name"
13936   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13937   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13938   include:
13939     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13940     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13941     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13942     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13943     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13944     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13945   layout:
13946     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13947     layout: "plot-throughput"
13948
13949 #- type: "plot"
13950 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13951 #  algorithm: "plot_perf_box_name"
13952 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13953 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13954 #  include:
13955 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13956 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13957 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13958 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13959 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13960 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13961 #  layout:
13962 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13963 #    layout: "plot-throughput"
13964 #
13965 #- type: "plot"
13966 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13967 #  algorithm: "plot_perf_box_name"
13968 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13969 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13970 #  include:
13971 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13972 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13973 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13974 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13975 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13976 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13977 #  layout:
13978 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13979 #    layout: "plot-throughput"
13980
13981 - type: "plot"
13982   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13983   algorithm: "plot_perf_box_name"
13984   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13985   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13986   include:
13987     - "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"
13988     - "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"
13989     - "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"
13990     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13991     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13992     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13993   layout:
13994     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13995     layout: "plot-throughput"
13996
13997 - type: "plot"
13998   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13999   algorithm: "plot_perf_box_name"
14000   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14001   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14002   include:
14003     - "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"
14004     - "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"
14005     - "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"
14006     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14007     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14008     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14009   layout:
14010     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14011     layout: "plot-throughput"
14012
14013 ################################################################################
14014
14015 # Packet Speedup
14016
14017 - type: "plot"
14018   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14019   algorithm: "plot_tsa_name"
14020   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14021   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14022   include:
14023     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14024     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14025     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14026     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14027   layout:
14028     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14029     layout: "plot-throughput-speedup-analysis"
14030
14031 - type: "plot"
14032   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14033   algorithm: "plot_tsa_name"
14034   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14035   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14036   include:
14037     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14038     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14039     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14040     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14041   layout:
14042     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14043     layout: "plot-throughput-speedup-analysis"
14044
14045 - type: "plot"
14046   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14047   algorithm: "plot_tsa_name"
14048   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14049   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14050   include:
14051     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14052     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14053     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14054     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14055   layout:
14056     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14057     layout: "plot-throughput-speedup-analysis"
14058
14059 - type: "plot"
14060   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14061   algorithm: "plot_tsa_name"
14062   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14063   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14064   include:
14065     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14066     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14067     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14068     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14069   layout:
14070     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14071     layout: "plot-throughput-speedup-analysis"
14072
14073 - type: "plot"
14074   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14075   algorithm: "plot_tsa_name"
14076   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14077   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14078   include:
14079     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14080     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14081     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14082     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14083     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14084   layout:
14085     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14086     layout: "plot-throughput-speedup-analysis"
14087
14088 - type: "plot"
14089   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14090   algorithm: "plot_tsa_name"
14091   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14092   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14093   include:
14094     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14095     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14096     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14097     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14098     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14099   layout:
14100     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14101     layout: "plot-throughput-speedup-analysis"
14102
14103 - type: "plot"
14104   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14105   algorithm: "plot_tsa_name"
14106   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14107   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14108   include:
14109     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14110     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14111     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14112     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14113     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14114   layout:
14115     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14116     layout: "plot-throughput-speedup-analysis"
14117
14118 - type: "plot"
14119   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14120   algorithm: "plot_tsa_name"
14121   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14122   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14123   include:
14124     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14125     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14126     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14127     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14128     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14129   layout:
14130     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14131     layout: "plot-throughput-speedup-analysis"
14132
14133 - type: "plot"
14134   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14135   algorithm: "plot_tsa_name"
14136   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14137   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14138   include:
14139     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14140     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14141     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14142     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14143     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14144     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14145   layout:
14146     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14147     layout: "plot-throughput-speedup-analysis"
14148
14149 - type: "plot"
14150   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14151   algorithm: "plot_tsa_name"
14152   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14153   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14154   include:
14155     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14156     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14157     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14158     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14159     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14160     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14161   layout:
14162     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14163     layout: "plot-throughput-speedup-analysis"
14164
14165 - type: "plot"
14166   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14167   algorithm: "plot_tsa_name"
14168   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14169   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14170   include:
14171     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14176   layout:
14177     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14178     layout: "plot-throughput-speedup-analysis"
14179
14180 - type: "plot"
14181   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14182   algorithm: "plot_tsa_name"
14183   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14184   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14185   include:
14186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14191   layout:
14192     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14193     layout: "plot-throughput-speedup-analysis"
14194
14195 - type: "plot"
14196   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14197   algorithm: "plot_tsa_name"
14198   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14199   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14200   include:
14201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14204   layout:
14205     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14206     layout: "plot-throughput-speedup-analysis"
14207
14208 - type: "plot"
14209   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14210   algorithm: "plot_tsa_name"
14211   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14212   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14213   include:
14214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14217   layout:
14218     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14219     layout: "plot-throughput-speedup-analysis"
14220
14221 - type: "plot"
14222   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14223   algorithm: "plot_tsa_name"
14224   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14225   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14226   include:
14227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14232   layout:
14233     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14234     layout: "plot-throughput-speedup-analysis"
14235
14236 - type: "plot"
14237   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14238   algorithm: "plot_tsa_name"
14239   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14240   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14241   include:
14242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14247   layout:
14248     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14249     layout: "plot-throughput-speedup-analysis"
14250
14251 - type: "plot"
14252   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14253   algorithm: "plot_tsa_name"
14254   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14255   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14256   include:
14257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14260   layout:
14261     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14262     layout: "plot-throughput-speedup-analysis"
14263
14264 - type: "plot"
14265   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14266   algorithm: "plot_tsa_name"
14267   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14268   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14269   include:
14270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14273   layout:
14274     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14275     layout: "plot-throughput-speedup-analysis"
14276
14277 - type: "plot"
14278   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14279   algorithm: "plot_tsa_name"
14280   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14281   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14282   include:
14283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14289   layout:
14290     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14291     layout: "plot-throughput-speedup-analysis"
14292
14293 - type: "plot"
14294   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14295   algorithm: "plot_tsa_name"
14296   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14297   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14298   include:
14299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14305   layout:
14306     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14307     layout: "plot-throughput-speedup-analysis"
14308
14309 - type: "plot"
14310   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14311   algorithm: "plot_tsa_name"
14312   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14313   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14314   include:
14315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14321   layout:
14322     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14323     layout: "plot-throughput-speedup-analysis"
14324
14325 - type: "plot"
14326   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14327   algorithm: "plot_tsa_name"
14328   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14329   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14330   include:
14331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14337   layout:
14338     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14339     layout: "plot-throughput-speedup-analysis"
14340
14341 - type: "plot"
14342   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14343   algorithm: "plot_tsa_name"
14344   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14345   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14346   include:
14347     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14348     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14349     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14350   layout:
14351     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14352     layout: "plot-throughput-speedup-analysis"
14353
14354 - type: "plot"
14355   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14356   algorithm: "plot_tsa_name"
14357   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14358   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14359   include:
14360     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14361     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14362     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14363   layout:
14364     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14365     layout: "plot-throughput-speedup-analysis"
14366
14367 - type: "plot"
14368   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14369   algorithm: "plot_tsa_name"
14370   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14371   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14372   include:
14373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14376 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14377 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14378   layout:
14379     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14380     layout: "plot-throughput-speedup-analysis"
14381
14382 - type: "plot"
14383   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14384   algorithm: "plot_tsa_name"
14385   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14386   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14387   include:
14388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14391 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14392 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14393   layout:
14394     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14395     layout: "plot-throughput-speedup-analysis"
14396
14397 - type: "plot"
14398   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14399   algorithm: "plot_tsa_name"
14400   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14401   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14402   include:
14403     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14404     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14405     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14406     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14407     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14408   layout:
14409     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14410     layout: "plot-throughput-speedup-analysis"
14411
14412 - type: "plot"
14413   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14414   algorithm: "plot_tsa_name"
14415   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14416   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14417   include:
14418     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14419     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14420     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14421     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14422     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14423   layout:
14424     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14425     layout: "plot-throughput-speedup-analysis"
14426
14427 - type: "plot"
14428   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14429   algorithm: "plot_tsa_name"
14430   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14431   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14432   include:
14433     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14434     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14435     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14436     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14437     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14438   layout:
14439     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14440     layout: "plot-throughput-speedup-analysis"
14441
14442 - type: "plot"
14443   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14444   algorithm: "plot_tsa_name"
14445   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14446   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14447   include:
14448     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14449     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14450     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14451     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14452     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14453   layout:
14454     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14455     layout: "plot-throughput-speedup-analysis"
14456
14457 - type: "plot"
14458   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14459   algorithm: "plot_tsa_name"
14460   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14461   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14462   include:
14463     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14464     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14465     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14466     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14467     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14468     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14469   layout:
14470     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14471     layout: "plot-throughput-speedup-analysis"
14472
14473 - type: "plot"
14474   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14475   algorithm: "plot_tsa_name"
14476   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14477   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14478   include:
14479     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14480     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14481     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14482     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14483     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14484     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14485   layout:
14486     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14487     layout: "plot-throughput-speedup-analysis"
14488
14489 - type: "plot"
14490   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14491   algorithm: "plot_tsa_name"
14492   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14493   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14494   include:
14495     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14496     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14497     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14498     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14499     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14500     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14501   layout:
14502     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14503     layout: "plot-throughput-speedup-analysis"
14504
14505 - type: "plot"
14506   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14507   algorithm: "plot_tsa_name"
14508   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14509   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14510   include:
14511     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14512     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14513     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14514     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14515     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14516     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14517   layout:
14518     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14519     layout: "plot-throughput-speedup-analysis"
14520
14521 - type: "plot"
14522   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14523   algorithm: "plot_tsa_name"
14524   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14525   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14526   include:
14527     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14528     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14529   layout:
14530     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14531     layout: "plot-throughput-speedup-analysis"
14532
14533 - type: "plot"
14534   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14535   algorithm: "plot_tsa_name"
14536   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14537   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14538   include:
14539     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14540     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14541   layout:
14542     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14543     layout: "plot-throughput-speedup-analysis"
14544
14545 - type: "plot"
14546   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14547   algorithm: "plot_tsa_name"
14548   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14549   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14550   include:
14551     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14552     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14553     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14554     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14555   layout:
14556     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14557     layout: "plot-throughput-speedup-analysis"
14558
14559 - type: "plot"
14560   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14561   algorithm: "plot_tsa_name"
14562   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14563   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14564   include:
14565     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14566     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14567     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14568     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14569   layout:
14570     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14571     layout: "plot-throughput-speedup-analysis"
14572
14573 - type: "plot"
14574   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14575   algorithm: "plot_tsa_name"
14576   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14577   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14578   include:
14579     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14580     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14581     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14582     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14583   layout:
14584     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14585     layout: "plot-throughput-speedup-analysis"
14586
14587 - type: "plot"
14588   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14589   algorithm: "plot_tsa_name"
14590   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14591   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14592   include:
14593     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14594     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14595     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14596     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14597   layout:
14598     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14599     layout: "plot-throughput-speedup-analysis"
14600
14601 - type: "plot"
14602   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14603   algorithm: "plot_tsa_name"
14604   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14605   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14606   include:
14607     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14608     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14609     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14610     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14611     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14612     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14613   layout:
14614     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14615     layout: "plot-throughput-speedup-analysis"
14616
14617 - type: "plot"
14618   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14619   algorithm: "plot_tsa_name"
14620   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14621   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14622   include:
14623     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14624     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14625     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14626     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14627     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14628     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14629   layout:
14630     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14631     layout: "plot-throughput-speedup-analysis"
14632
14633 - type: "plot"
14634   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14635   algorithm: "plot_tsa_name"
14636   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14637   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14638   include:
14639     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14640     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14641     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14642     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14643     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14644   layout:
14645     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14646     layout: "plot-throughput-speedup-analysis"
14647
14648 - type: "plot"
14649   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14650   algorithm: "plot_tsa_name"
14651   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14652   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14653   include:
14654     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14655     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14656     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14657     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14658     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14659   layout:
14660     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14661     layout: "plot-throughput-speedup-analysis"
14662
14663 - type: "plot"
14664   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14665   algorithm: "plot_tsa_name"
14666   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14667   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14668   include:
14669     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14670     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14671     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14672     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14673     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14674   layout:
14675     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14676     layout: "plot-throughput-speedup-analysis"
14677
14678 - type: "plot"
14679   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14680   algorithm: "plot_tsa_name"
14681   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14682   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14683   include:
14684     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14685     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14686     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14687     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14688     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14689   layout:
14690     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14691     layout: "plot-throughput-speedup-analysis"
14692
14693 - type: "plot"
14694   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14695   algorithm: "plot_tsa_name"
14696   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14697   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14698   include:
14699     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14700     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14701     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14702   layout:
14703     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14704     layout: "plot-throughput-speedup-analysis"
14705
14706 - type: "plot"
14707   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14708   algorithm: "plot_tsa_name"
14709   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14710   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14711   include:
14712     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14713     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14714     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14715   layout:
14716     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14717     layout: "plot-throughput-speedup-analysis"
14718
14719 - type: "plot"
14720   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14721   algorithm: "plot_tsa_name"
14722   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14723   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14724   include:
14725     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14726     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14727     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14728   layout:
14729     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14730     layout: "plot-throughput-speedup-analysis"
14731
14732 - type: "plot"
14733   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14734   algorithm: "plot_tsa_name"
14735   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14736   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14737   include:
14738     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14739     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14740     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14741   layout:
14742     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14743     layout: "plot-throughput-speedup-analysis"
14744
14745 - type: "plot"
14746   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14747   algorithm: "plot_tsa_name"
14748   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14749   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14750   include:
14751     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14752     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14753     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14754     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14755     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14756   layout:
14757     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14758     layout: "plot-throughput-speedup-analysis"
14759
14760 - type: "plot"
14761   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14762   algorithm: "plot_tsa_name"
14763   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14764   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14765   include:
14766     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14767     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14768     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14769     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14770     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14771   layout:
14772     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14773     layout: "plot-throughput-speedup-analysis"
14774
14775 - type: "plot"
14776   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14777   algorithm: "plot_tsa_name"
14778   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14779   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14780   include:
14781     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14782     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14783     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14784     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14785     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14786   layout:
14787     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14788     layout: "plot-throughput-speedup-analysis"
14789
14790 - type: "plot"
14791   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14792   algorithm: "plot_tsa_name"
14793   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14794   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14795   include:
14796     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14797     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14798     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14799     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14800     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14801   layout:
14802     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14803     layout: "plot-throughput-speedup-analysis"
14804
14805 - type: "plot"
14806   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14807   algorithm: "plot_tsa_name"
14808   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14809   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14810   include:
14811     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14812     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14813     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14814     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14815     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14816     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14817   layout:
14818     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14819     layout: "plot-throughput-speedup-analysis"
14820
14821 - type: "plot"
14822   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14823   algorithm: "plot_tsa_name"
14824   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14825   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14826   include:
14827     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14828     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14829     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14830     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14831     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14832     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14833   layout:
14834     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14835     layout: "plot-throughput-speedup-analysis"
14836
14837 - type: "plot"
14838   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14839   algorithm: "plot_tsa_name"
14840   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14841   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14842   include:
14843     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14844     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14845     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14846     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14847   layout:
14848     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14849     layout: "plot-throughput-speedup-analysis"
14850
14851 - type: "plot"
14852   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14853   algorithm: "plot_tsa_name"
14854   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14855   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14856   include:
14857     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14858     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14859     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14860     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14861   layout:
14862     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14863     layout: "plot-throughput-speedup-analysis"
14864
14865 - type: "plot"
14866   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14867   algorithm: "plot_tsa_name"
14868   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14869   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14870   include:
14871     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14872     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14873     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14874     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14875     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14876     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14877   layout:
14878     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14879     layout: "plot-throughput-speedup-analysis"
14880
14881 - type: "plot"
14882   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14883   algorithm: "plot_tsa_name"
14884   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14885   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14886   include:
14887     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14888     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14889     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14890     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14891     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14892     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14893   layout:
14894     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14895     layout: "plot-throughput-speedup-analysis"
14896
14897 - type: "plot"
14898   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14899   algorithm: "plot_tsa_name"
14900   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14901   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14902   include:
14903     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14904     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14905     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14906     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14907     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14908     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14909   layout:
14910     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14911     layout: "plot-throughput-speedup-analysis"
14912
14913 - type: "plot"
14914   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14915   algorithm: "plot_tsa_name"
14916   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14917   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14918   include:
14919     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14920     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14921     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14922     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14923     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14924     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14925   layout:
14926     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14927     layout: "plot-throughput-speedup-analysis"
14928
14929 - type: "plot"
14930   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14931   algorithm: "plot_tsa_name"
14932   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14933   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14934   include:
14935     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14936     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14937     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14938     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14939     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14940     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14941   layout:
14942     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14943     layout: "plot-throughput-speedup-analysis"
14944
14945 - type: "plot"
14946   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14947   algorithm: "plot_tsa_name"
14948   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14949   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14950   include:
14951     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14952     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14953     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14954     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14955     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14956     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14957   layout:
14958     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14959     layout: "plot-throughput-speedup-analysis"
14960
14961 - type: "plot"
14962   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14963   algorithm: "plot_tsa_name"
14964   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14965   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14966   include:
14967     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14968     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14969     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14970     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14971     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14972     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14973   layout:
14974     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14975     layout: "plot-throughput-speedup-analysis"
14976
14977 - type: "plot"
14978   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14979   algorithm: "plot_tsa_name"
14980   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14981   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14982   include:
14983     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14984     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14985     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14988     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14989   layout:
14990     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14991     layout: "plot-throughput-speedup-analysis"
14992
14993 - type: "plot"
14994   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14995   algorithm: "plot_tsa_name"
14996   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14997   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14998   include:
14999     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15000     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15001     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15002     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15004     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15005   layout:
15006     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15007     layout: "plot-throughput-speedup-analysis"
15008
15009 - type: "plot"
15010   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15011   algorithm: "plot_tsa_name"
15012   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15013   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15014   include:
15015     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15016     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15017     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15020     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15021   layout:
15022     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15023     layout: "plot-throughput-speedup-analysis"
15024
15025 - type: "plot"
15026   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15027   algorithm: "plot_tsa_name"
15028   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15029   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15030   include:
15031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15034     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15035   layout:
15036     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15037     layout: "plot-throughput-speedup-analysis"
15038
15039 - type: "plot"
15040   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15041   algorithm: "plot_tsa_name"
15042   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15043   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15044   include:
15045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15048     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15049   layout:
15050     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15051     layout: "plot-throughput-speedup-analysis"
15052
15053 - type: "plot"
15054   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15055   algorithm: "plot_tsa_name"
15056   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15057   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15058   include:
15059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15062     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15063   layout:
15064     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15065     layout: "plot-throughput-speedup-analysis"
15066
15067 - type: "plot"
15068   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15069   algorithm: "plot_tsa_name"
15070   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15071   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15072   include:
15073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15077   layout:
15078     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15079     layout: "plot-throughput-speedup-analysis"
15080
15081 - type: "plot"
15082   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15083   algorithm: "plot_tsa_name"
15084   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15085   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15086   include:
15087     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15088     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15089     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15090     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15091     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15092     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15093   layout:
15094     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15095     layout: "plot-throughput-speedup-analysis"
15096
15097 - type: "plot"
15098   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15099   algorithm: "plot_tsa_name"
15100   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15101   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15102   include:
15103     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15104     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15105     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15106     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15107     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15108     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15109   layout:
15110     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15111     layout: "plot-throughput-speedup-analysis"
15112
15113 - type: "plot"
15114   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15115   algorithm: "plot_tsa_name"
15116   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15117   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15118   include:
15119     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15120     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15121     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15122     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15123     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15124   layout:
15125     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15126     layout: "plot-throughput-speedup-analysis"
15127
15128 - type: "plot"
15129   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15130   algorithm: "plot_tsa_name"
15131   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15132   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15133   include:
15134     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15135     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15136     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15137     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15138     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15139   layout:
15140     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15141     layout: "plot-throughput-speedup-analysis"
15142
15143 - type: "plot"
15144   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15145   algorithm: "plot_tsa_name"
15146   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15147   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15148   include:
15149     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15150     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15151     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15152     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15153     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15154   layout:
15155     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15156     layout: "plot-throughput-speedup-analysis"
15157
15158 - type: "plot"
15159   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15160   algorithm: "plot_tsa_name"
15161   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15162   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15163   include:
15164     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15165     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15166     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15167     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15168     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15169   layout:
15170     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15171     layout: "plot-throughput-speedup-analysis"
15172
15173 - type: "plot"
15174   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15175   algorithm: "plot_tsa_name"
15176   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15177   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15178   include:
15179     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15180     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15181     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15182     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15183   layout:
15184     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15185     layout: "plot-throughput-speedup-analysis"
15186
15187 - type: "plot"
15188   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15189   algorithm: "plot_tsa_name"
15190   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15191   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15192   include:
15193     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15194     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15195     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15196     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15197   layout:
15198     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15199     layout: "plot-throughput-speedup-analysis"
15200
15201 - type: "plot"
15202   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15203   algorithm: "plot_tsa_name"
15204   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15205   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15206   include:
15207     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15208     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15209     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15210     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15211     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15212     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15213   layout:
15214     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15215     layout: "plot-throughput-speedup-analysis"
15216
15217 - type: "plot"
15218   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15219   algorithm: "plot_tsa_name"
15220   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15221   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15222   include:
15223     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15224     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15225     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15226     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15227     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15228     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15229   layout:
15230     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15231     layout: "plot-throughput-speedup-analysis"
15232
15233 - type: "plot"
15234   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15235   algorithm: "plot_tsa_name"
15236   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15237   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15238   include:
15239     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15240     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15241     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15242     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15243     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15244     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15245   layout:
15246     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15247     layout: "plot-throughput-speedup-analysis"
15248
15249 - type: "plot"
15250   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15251   algorithm: "plot_tsa_name"
15252   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15253   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15254   include:
15255     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15256     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15257     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15258     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15259     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15260     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15261   layout:
15262     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15263     layout: "plot-throughput-speedup-analysis"
15264
15265 - type: "plot"
15266   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15267   algorithm: "plot_tsa_name"
15268   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15269   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15270   include:
15271     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15272     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15273     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15274     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15275     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15276     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15277   layout:
15278     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15279     layout: "plot-throughput-speedup-analysis"
15280
15281 - type: "plot"
15282   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15283   algorithm: "plot_tsa_name"
15284   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15285   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15286   include:
15287     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15288     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15289     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15290     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15291     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15292     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15293   layout:
15294     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15295     layout: "plot-throughput-speedup-analysis"
15296
15297 - type: "plot"
15298   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15299   algorithm: "plot_tsa_name"
15300   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15301   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15302   include:
15303     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15304     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15305     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15306     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15307     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15308     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15309   layout:
15310     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15311     layout: "plot-throughput-speedup-analysis"
15312
15313 - type: "plot"
15314   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15315   algorithm: "plot_tsa_name"
15316   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15317   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15318   include:
15319     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15320     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15321     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15322     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15323     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15324     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15325   layout:
15326     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15327     layout: "plot-throughput-speedup-analysis"
15328
15329 - type: "plot"
15330   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15331   algorithm: "plot_tsa_name"
15332   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15333   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15334   include:
15335     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15336     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15337     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15338     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15339     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15340     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15341   layout:
15342     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15343     layout: "plot-throughput-speedup-analysis"
15344
15345 - type: "plot"
15346   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15347   algorithm: "plot_tsa_name"
15348   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15349   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15350   include:
15351     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15352     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15353     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15354     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15355     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15356     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15357   layout:
15358     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15359     layout: "plot-throughput-speedup-analysis"
15360
15361 - type: "plot"
15362   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15363   algorithm: "plot_tsa_name"
15364   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15365   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15366   include:
15367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15368     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15371     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15372   layout:
15373     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15374     layout: "plot-throughput-speedup-analysis"
15375
15376 - type: "plot"
15377   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15378   algorithm: "plot_tsa_name"
15379   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15380   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15381   include:
15382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15383     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15385     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15386     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15387   layout:
15388     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15389     layout: "plot-throughput-speedup-analysis"
15390
15391 - type: "plot"
15392   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15393   algorithm: "plot_tsa_name"
15394   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15395   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15396   include:
15397     - "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"
15398     - "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"
15399     - "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"
15400     - "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"
15401     - "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"
15402   layout:
15403     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15404     layout: "plot-throughput-speedup-analysis"
15405
15406 - type: "plot"
15407   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15408   algorithm: "plot_tsa_name"
15409   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15410   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15411   include:
15412     - "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"
15413     - "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"
15414     - "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"
15415     - "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"
15416     - "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"
15417   layout:
15418     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15419     layout: "plot-throughput-speedup-analysis"
15420
15421 - type: "plot"
15422   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15423   algorithm: "plot_tsa_name"
15424   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15425   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15426   include:
15427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15429     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15430     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15431     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15432   layout:
15433     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15434     layout: "plot-throughput-speedup-analysis"
15435
15436 - type: "plot"
15437   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15438   algorithm: "plot_tsa_name"
15439   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15440   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15441   include:
15442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15446     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15447   layout:
15448     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15449     layout: "plot-throughput-speedup-analysis"
15450
15451 - type: "plot"
15452   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15453   algorithm: "plot_tsa_name"
15454   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15455   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15456   include:
15457     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15458     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15459     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15461     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15462   layout:
15463     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15464     layout: "plot-throughput-speedup-analysis"
15465
15466 - type: "plot"
15467   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15468   algorithm: "plot_tsa_name"
15469   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15470   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15471   include:
15472     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15473     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15474     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15475     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15476     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15477   layout:
15478     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15479     layout: "plot-throughput-speedup-analysis"
15480
15481 - type: "plot"
15482   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15483   algorithm: "plot_tsa_name"
15484   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15485   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15486   include:
15487     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15488     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15489     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15490     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15491     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15492   layout:
15493     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15494     layout: "plot-throughput-speedup-analysis"
15495
15496 - type: "plot"
15497   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15498   algorithm: "plot_tsa_name"
15499   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15500   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15501   include:
15502     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15503     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15504     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15505     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15506     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15507   layout:
15508     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15509     layout: "plot-throughput-speedup-analysis"
15510
15511 - type: "plot"
15512   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15513   algorithm: "plot_tsa_name"
15514   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15515   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15516   include:
15517     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15518     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15519     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15520     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15521     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15522   layout:
15523     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15524     layout: "plot-throughput-speedup-analysis"
15525
15526 - type: "plot"
15527   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15528   algorithm: "plot_tsa_name"
15529   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15530   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15531   include:
15532     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15533     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15534     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15535     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15536     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15537   layout:
15538     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15539     layout: "plot-throughput-speedup-analysis"
15540
15541 - type: "plot"
15542   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15543   algorithm: "plot_tsa_name"
15544   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15545   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15546   include:
15547     - "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"
15548     - "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"
15549     - "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"
15550     - "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"
15551   layout:
15552     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15553     layout: "plot-throughput-speedup-analysis"
15554
15555 - type: "plot"
15556   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15557   algorithm: "plot_tsa_name"
15558   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15559   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15560   include:
15561     - "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"
15562     - "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"
15563     - "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"
15564     - "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"
15565   layout:
15566     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15567     layout: "plot-throughput-speedup-analysis"
15568
15569 - type: "plot"
15570   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15571   algorithm: "plot_tsa_name"
15572   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15573   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15574   include:
15575     - "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"
15576     - "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"
15577     - "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"
15578     - "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"
15579   layout:
15580     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15581     layout: "plot-throughput-speedup-analysis"
15582
15583 - type: "plot"
15584   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15585   algorithm: "plot_tsa_name"
15586   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15587   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15588   include:
15589     - "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"
15590     - "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"
15591     - "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"
15592     - "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"
15593   layout:
15594     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15595     layout: "plot-throughput-speedup-analysis"
15596
15597 - type: "plot"
15598   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15599   algorithm: "plot_tsa_name"
15600   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15601   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15602   include:
15603     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15604     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15605     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15606     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15607     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15608     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15609   layout:
15610     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15611     layout: "plot-throughput-speedup-analysis"
15612
15613 - type: "plot"
15614   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15615   algorithm: "plot_tsa_name"
15616   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15617   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15618   include:
15619     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15620     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15621     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15622     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15623     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15624     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15625   layout:
15626     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15627     layout: "plot-throughput-speedup-analysis"
15628
15629 - type: "plot"
15630   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15631   algorithm: "plot_tsa_name"
15632   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15633   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15634   include:
15635     - "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"
15636     - "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"
15637     - "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"
15638     - "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"
15639     - "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"
15640     - "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"
15641   layout:
15642     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15643     layout: "plot-throughput-speedup-analysis"
15644
15645 - type: "plot"
15646   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15647   algorithm: "plot_tsa_name"
15648   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15649   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15650   include:
15651     - "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"
15652     - "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"
15653     - "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"
15654     - "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"
15655     - "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"
15656     - "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"
15657   layout:
15658     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15659     layout: "plot-throughput-speedup-analysis"
15660
15661 - type: "plot"
15662   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15663   algorithm: "plot_tsa_name"
15664   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15665   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15666   include:
15667     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15668     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15669     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15670     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15671     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15672     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15673   layout:
15674     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15675     layout: "plot-throughput-speedup-analysis"
15676
15677 - type: "plot"
15678   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15679   algorithm: "plot_tsa_name"
15680   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15681   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15682   include:
15683     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15684     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15685     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15686     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15687     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15688     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15689   layout:
15690     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15691     layout: "plot-throughput-speedup-analysis"
15692
15693 - type: "plot"
15694   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15695   algorithm: "plot_tsa_name"
15696   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15697   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15698   include:
15699     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15700     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15701     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15702     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15703     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15704   layout:
15705     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15706     layout: "plot-throughput-speedup-analysis"
15707
15708 - type: "plot"
15709   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15710   algorithm: "plot_tsa_name"
15711   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15712   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15713   include:
15714     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15715     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15716     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15717     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15718     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15719   layout:
15720     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15721     layout: "plot-throughput-speedup-analysis"
15722
15723 - type: "plot"
15724   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15725   algorithm: "plot_tsa_name"
15726   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15727   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15728   include:
15729     - "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"
15730     - "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"
15731   layout:
15732     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15733     layout: "plot-throughput-speedup-analysis"
15734
15735 - type: "plot"
15736   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15737   algorithm: "plot_tsa_name"
15738   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15739   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15740   include:
15741     - "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"
15742     - "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"
15743   layout:
15744     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15745     layout: "plot-throughput-speedup-analysis"
15746
15747 - type: "plot"
15748   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15749   algorithm: "plot_tsa_name"
15750   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15751   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15752   include:
15753     - "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"
15754     - "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"
15755   layout:
15756     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15757     layout: "plot-throughput-speedup-analysis"
15758
15759 - type: "plot"
15760   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15761   algorithm: "plot_tsa_name"
15762   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15763   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15764   include:
15765     - "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"
15766     - "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"
15767   layout:
15768     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15769     layout: "plot-throughput-speedup-analysis"
15770
15771 - type: "plot"
15772   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15773   algorithm: "plot_tsa_name"
15774   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15775   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15776   include:
15777     - "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"
15778     - "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"
15779     - "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"
15780     - "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"
15781     - "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"
15782     - "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"
15783   layout:
15784     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15785     layout: "plot-throughput-speedup-analysis"
15786
15787 - type: "plot"
15788   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15789   algorithm: "plot_tsa_name"
15790   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15791   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15792   include:
15793     - "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"
15794     - "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"
15795     - "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"
15796     - "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"
15797     - "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"
15798     - "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"
15799   layout:
15800     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15801     layout: "plot-throughput-speedup-analysis"
15802
15803 - type: "plot"
15804   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15805   algorithm: "plot_tsa_name"
15806   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15807   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15808   include:
15809     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15810     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15811     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15812     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15813     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15814   layout:
15815     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15816     layout: "plot-throughput-speedup-analysis"
15817
15818 - type: "plot"
15819   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15820   algorithm: "plot_tsa_name"
15821   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15822   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15823   include:
15824     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15825     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15826     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15827     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15828     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15829   layout:
15830     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15831     layout: "plot-throughput-speedup-analysis"
15832
15833 - type: "plot"
15834   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15835   algorithm: "plot_tsa_name"
15836   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15837   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15838   include:
15839     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15840     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15841     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15842     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15844   layout:
15845     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15846     layout: "plot-throughput-speedup-analysis"
15847
15848 - type: "plot"
15849   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15850   algorithm: "plot_tsa_name"
15851   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15852   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15853   include:
15854     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15859   layout:
15860     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15861     layout: "plot-throughput-speedup-analysis"
15862
15863 - type: "plot"
15864   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15865   algorithm: "plot_tsa_name"
15866   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15867   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15868   include:
15869     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15870     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15872     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15873     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15874     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15875   layout:
15876     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15877     layout: "plot-throughput-speedup-analysis"
15878
15879 - type: "plot"
15880   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15881   algorithm: "plot_tsa_name"
15882   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15883   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15884   include:
15885     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15886     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15887     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15888     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15889     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15890     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15891   layout:
15892     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15893     layout: "plot-throughput-speedup-analysis"
15894
15895 - type: "plot"
15896   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15897   algorithm: "plot_tsa_name"
15898   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15899   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15900   include:
15901     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15902     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15903     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15904     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15905   layout:
15906     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15907     layout: "plot-throughput-speedup-analysis"
15908
15909 - type: "plot"
15910   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15911   algorithm: "plot_tsa_name"
15912   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15913   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15914   include:
15915     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15916     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15917     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15918     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15919   layout:
15920     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15921     layout: "plot-throughput-speedup-analysis"
15922
15923 - type: "plot"
15924   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15925   algorithm: "plot_tsa_name"
15926   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15927   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15928   include:
15929     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15930     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15931     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15932     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15933     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15934   layout:
15935     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15936     layout: "plot-throughput-speedup-analysis"
15937
15938 - type: "plot"
15939   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15940   algorithm: "plot_tsa_name"
15941   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15942   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15943   include:
15944     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15945     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15946     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15947     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15948     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15949   layout:
15950     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15951     layout: "plot-throughput-speedup-analysis"
15952
15953 - type: "plot"
15954   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15955   algorithm: "plot_tsa_name"
15956   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15957   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15958   include:
15959     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15960     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15961     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15962     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15963     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15964     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15965   layout:
15966     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15967     layout: "plot-throughput-speedup-analysis"
15968
15969 - type: "plot"
15970   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15971   algorithm: "plot_tsa_name"
15972   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15973   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15974   include:
15975     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15976     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15977     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15978     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15979     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15980     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15981   layout:
15982     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15983     layout: "plot-throughput-speedup-analysis"
15984
15985 - type: "plot"
15986   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15987   algorithm: "plot_tsa_name"
15988   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15989   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15990   include:
15991     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15992     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15993     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15994     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15995   layout:
15996     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15997     layout: "plot-throughput-speedup-analysis"
15998
15999 - type: "plot"
16000   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16001   algorithm: "plot_tsa_name"
16002   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16003   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16004   include:
16005     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16006     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16007     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16008     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16009   layout:
16010     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16011     layout: "plot-throughput-speedup-analysis"
16012
16013 - type: "plot"
16014   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16015   algorithm: "plot_tsa_name"
16016   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16017   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16018   include:
16019     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16020     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16021     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16022     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16023     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16024     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16025   layout:
16026     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16027     layout: "plot-throughput-speedup-analysis"
16028
16029 - type: "plot"
16030   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16031   algorithm: "plot_tsa_name"
16032   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16033   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16034   include:
16035     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16036     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16037     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16038     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16039     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16040     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16041   layout:
16042     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16043     layout: "plot-throughput-speedup-analysis"
16044
16045 - type: "plot"
16046   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16047   algorithm: "plot_tsa_name"
16048   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16049   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16050   include:
16051     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16052     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16053     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16054     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16055     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16056     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16057   layout:
16058     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16059     layout: "plot-throughput-speedup-analysis"
16060
16061 - type: "plot"
16062   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16063   algorithm: "plot_tsa_name"
16064   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16065   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16066   include:
16067     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16068     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16069     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16070     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16071     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16072     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16073   layout:
16074     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16075     layout: "plot-throughput-speedup-analysis"
16076
16077 - type: "plot"
16078   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16079   algorithm: "plot_tsa_name"
16080   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16081   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16082   include:
16083     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16084     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16085     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16086     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16087     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16088     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16089   layout:
16090     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16091     layout: "plot-throughput-speedup-analysis"
16092
16093 - type: "plot"
16094   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16095   algorithm: "plot_tsa_name"
16096   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16097   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16098   include:
16099     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16100     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16101     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16102     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16103     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16104     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16105   layout:
16106     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16107     layout: "plot-throughput-speedup-analysis"
16108
16109 - type: "plot"
16110   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16111   algorithm: "plot_tsa_name"
16112   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16113   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16114   include:
16115     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16116     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16117     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16118     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16119     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16120     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16121   layout:
16122     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16123     layout: "plot-throughput-speedup-analysis"
16124
16125 - type: "plot"
16126   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16127   algorithm: "plot_tsa_name"
16128   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16129   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16130   include:
16131     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16132     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16133     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16134     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16135     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16136     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16137   layout:
16138     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16139     layout: "plot-throughput-speedup-analysis"
16140
16141 - type: "plot"
16142   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16143   algorithm: "plot_tsa_name"
16144   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16145   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16146   include:
16147     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16148     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16149     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16150     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16151     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16152     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16153   layout:
16154     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16155     layout: "plot-throughput-speedup-analysis"
16156
16157 - type: "plot"
16158   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16159   algorithm: "plot_tsa_name"
16160   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16161   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16162   include:
16163     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16164     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16165     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16166     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16167     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16168     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16169   layout:
16170     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16171     layout: "plot-throughput-speedup-analysis"
16172
16173 #- type: "plot"
16174 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16175 #  algorithm: "plot_tsa_name"
16176 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16177 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16178 #  include:
16179 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16180 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16181 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16182 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16183 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16184 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16185 #  layout:
16186 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16187 #    layout: "plot-throughput-speedup-analysis"
16188 #
16189 #- type: "plot"
16190 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16191 #  algorithm: "plot_tsa_name"
16192 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16193 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16194 #  include:
16195 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16196 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16197 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16198 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16199 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16200 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16201 #  layout:
16202 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16203 #    layout: "plot-throughput-speedup-analysis"
16204
16205 - type: "plot"
16206   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16207   algorithm: "plot_tsa_name"
16208   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16209   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16210   include:
16211     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16212     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16213     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16214     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16215     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16216   layout:
16217     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16218     layout: "plot-throughput-speedup-analysis"
16219
16220 - type: "plot"
16221   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16222   algorithm: "plot_tsa_name"
16223   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16224   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16225   include:
16226     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16227     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16228     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16229     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16230     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16231   layout:
16232     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16233     layout: "plot-throughput-speedup-analysis"
16234
16235 - type: "plot"
16236   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16237   algorithm: "plot_tsa_name"
16238   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16239   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16240   include:
16241     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16242     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16243     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16244     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16245     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16246     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16247   layout:
16248     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16249     layout: "plot-throughput-speedup-analysis"
16250
16251 - type: "plot"
16252   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16253   algorithm: "plot_tsa_name"
16254   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16255   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16256   include:
16257     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16258     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16259     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16260     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16261     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16262     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16263   layout:
16264     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16265     layout: "plot-throughput-speedup-analysis"
16266
16267 - type: "plot"
16268   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16269   algorithm: "plot_tsa_name"
16270   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16271   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16272   include:
16273     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16274     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16275     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16276     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16277     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16278   layout:
16279     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16280     layout: "plot-throughput-speedup-analysis"
16281
16282 - type: "plot"
16283   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16284   algorithm: "plot_tsa_name"
16285   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16286   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16287   include:
16288     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16289     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16290     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16291     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16292     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16293   layout:
16294     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16295     layout: "plot-throughput-speedup-analysis"
16296
16297 #- type: "plot"
16298 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16299 #  algorithm: "plot_tsa_name"
16300 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16301 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16302 #  include:
16303 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16304 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16305 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16306 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16307 #  layout:
16308 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16309 #    layout: "plot-throughput-speedup-analysis"
16310 #
16311 #- type: "plot"
16312 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16313 #  algorithm: "plot_tsa_name"
16314 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16315 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16316 #  include:
16317 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16318 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16319 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16320 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16321 #  layout:
16322 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16323 #    layout: "plot-throughput-speedup-analysis"
16324
16325 - type: "plot"
16326   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16327   algorithm: "plot_tsa_name"
16328   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16329   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16330   include:
16331     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16332     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16333     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16334     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16335     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16336     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16337   layout:
16338     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16339     layout: "plot-throughput-speedup-analysis"
16340
16341 - type: "plot"
16342   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16343   algorithm: "plot_tsa_name"
16344   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16345   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16346   include:
16347     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16348     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16349     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16350     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16351     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16352     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16353   layout:
16354     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16355     layout: "plot-throughput-speedup-analysis"
16356
16357 - type: "plot"
16358   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16359   algorithm: "plot_tsa_name"
16360   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16361   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16362   include:
16363     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16364     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16365     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16366     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16367     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16368   layout:
16369     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16370     layout: "plot-throughput-speedup-analysis"
16371
16372 - type: "plot"
16373   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16374   algorithm: "plot_tsa_name"
16375   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16376   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16377   include:
16378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16379     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16380     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16381     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16382     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16383   layout:
16384     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16385     layout: "plot-throughput-speedup-analysis"
16386
16387 - type: "plot"
16388   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16389   algorithm: "plot_tsa_name"
16390   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16391   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16392   include:
16393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16395     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16396     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16397     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16398     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16399   layout:
16400     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16401     layout: "plot-throughput-speedup-analysis"
16402
16403 - type: "plot"
16404   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16405   algorithm: "plot_tsa_name"
16406   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16407   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16408   include:
16409     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16410     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16411     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16412     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16413     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16414     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16415   layout:
16416     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16417     layout: "plot-throughput-speedup-analysis"
16418
16419 - type: "plot"
16420   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16421   algorithm: "plot_tsa_name"
16422   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16423   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16424   include:
16425     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16426     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16427     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16428     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16429   layout:
16430     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16431     layout: "plot-throughput-speedup-analysis"
16432
16433 - type: "plot"
16434   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16435   algorithm: "plot_tsa_name"
16436   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16437   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16438   include:
16439     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16440     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16441     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16442     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16443   layout:
16444     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16445     layout: "plot-throughput-speedup-analysis"
16446
16447 - type: "plot"
16448   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16449   algorithm: "plot_tsa_name"
16450   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16451   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16452   include:
16453     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16454     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16455     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16456     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16457     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16458   layout:
16459     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16460     layout: "plot-throughput-speedup-analysis"
16461
16462 - type: "plot"
16463   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16464   algorithm: "plot_tsa_name"
16465   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16466   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16467   include:
16468     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16469     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16470     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16471     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16472     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16473   layout:
16474     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16475     layout: "plot-throughput-speedup-analysis"
16476
16477 - type: "plot"
16478   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16479   algorithm: "plot_tsa_name"
16480   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16481   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16482   include:
16483     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16484     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16485     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16486     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16487     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16488     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16489   layout:
16490     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16491     layout: "plot-throughput-speedup-analysis"
16492
16493 - type: "plot"
16494   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16495   algorithm: "plot_tsa_name"
16496   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16497   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16498   include:
16499     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16500     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16501     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16502     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16503     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16504     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16505   layout:
16506     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16507     layout: "plot-throughput-speedup-analysis"
16508
16509 #- type: "plot"
16510 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16511 #  algorithm: "plot_tsa_name"
16512 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16513 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16514 #  include:
16515 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16516 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16517 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16518 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16519 #  layout:
16520 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16521 #    layout: "plot-throughput-speedup-analysis"
16522 #
16523 #- type: "plot"
16524 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16525 #  algorithm: "plot_tsa_name"
16526 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16527 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16528 #  include:
16529 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16530 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16531 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16532 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16533 #  layout:
16534 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16535 #    layout: "plot-throughput-speedup-analysis"
16536
16537 - type: "plot"
16538   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16539   algorithm: "plot_tsa_name"
16540   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16541   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16542   include:
16543     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16544     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16545     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16546     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16547     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16548     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16549   layout:
16550     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16551     layout: "plot-throughput-speedup-analysis"
16552
16553 - type: "plot"
16554   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16555   algorithm: "plot_tsa_name"
16556   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16557   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16558   include:
16559     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16560     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16561     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16562     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16563     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16564     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16565   layout:
16566     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16567     layout: "plot-throughput-speedup-analysis"
16568
16569 #- type: "plot"
16570 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16571 #  algorithm: "plot_tsa_name"
16572 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16573 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16574 #  include:
16575 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16576 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16577 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16578 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16579 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16580 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16581 #  layout:
16582 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16583 #    layout: "plot-throughput-speedup-analysis"
16584 #
16585 #- type: "plot"
16586 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16587 #  algorithm: "plot_tsa_name"
16588 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16589 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16590 #  include:
16591 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16592 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16593 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16594 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16595 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16596 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16597 #  layout:
16598 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16599 #    layout: "plot-throughput-speedup-analysis"
16600
16601 #- type: "plot"
16602 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16603 #  algorithm: "plot_tsa_name"
16604 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16605 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16606 #  include:
16607 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16608 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16609 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16610 #  layout:
16611 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16612 #    layout: "plot-throughput-speedup-analysis"
16613 #
16614 #- type: "plot"
16615 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16616 #  algorithm: "plot_tsa_name"
16617 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16618 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16619 #  include:
16620 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16621 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16622 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16623 #  layout:
16624 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16625 #    layout: "plot-throughput-speedup-analysis"
16626
16627 ################################################################################
16628
16629 # Packet Throughput - DPDK
16630
16631 # 2n-skx-xxv710
16632
16633 - type: "plot"
16634   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16635   algorithm: "plot_perf_box_name"
16636   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16637   data: "plot-dpdk-throughput-latency-2n-skx"
16638   include:
16639     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16640     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16641   layout:
16642     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16643     layout: "plot-throughput"
16644
16645 - type: "plot"
16646   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16647   algorithm: "plot_perf_box_name"
16648   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16649   data: "plot-dpdk-throughput-latency-2n-skx"
16650   include:
16651     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16652     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16653   layout:
16654     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16655     layout: "plot-throughput"
16656
16657 - type: "plot"
16658   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16659   algorithm: "plot_perf_box_name"
16660   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16661   data: "plot-dpdk-throughput-latency-2n-skx"
16662   include:
16663     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16664     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16665   layout:
16666     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16667     layout: "plot-throughput"
16668
16669 - type: "plot"
16670   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16671   algorithm: "plot_perf_box_name"
16672   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16673   data: "plot-dpdk-throughput-latency-2n-skx"
16674   include:
16675     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16676     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16677   layout:
16678     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16679     layout: "plot-throughput"
16680
16681 # 2n-skx-x710
16682
16683 - type: "plot"
16684   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16685   algorithm: "plot_perf_box_name"
16686   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16687   data: "plot-dpdk-throughput-latency-2n-skx"
16688   include:
16689     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16690     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16691   layout:
16692     title: "2n-skx-x710-64b-2t1c-base-ndr"
16693     layout: "plot-throughput"
16694
16695 - type: "plot"
16696   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16697   algorithm: "plot_perf_box_name"
16698   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16699   data: "plot-dpdk-throughput-latency-2n-skx"
16700   include:
16701     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16702     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16703   layout:
16704     title: "2n-skx-x710-64b-4t2c-base-ndr"
16705     layout: "plot-throughput"
16706
16707 - type: "plot"
16708   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16709   algorithm: "plot_perf_box_name"
16710   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16711   data: "plot-dpdk-throughput-latency-2n-skx"
16712   include:
16713     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16714     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16715   layout:
16716     title: "2n-skx-x710-64b-2t1c-base-pdr"
16717     layout: "plot-throughput"
16718
16719 - type: "plot"
16720   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16721   algorithm: "plot_perf_box_name"
16722   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16723   data: "plot-dpdk-throughput-latency-2n-skx"
16724   include:
16725     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16726     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16727   layout:
16728     title: "2n-skx-x710-64b-4t2c-base-pdr"
16729     layout: "plot-throughput"
16730
16731 # 3n-skx-xxv710
16732
16733 - type: "plot"
16734   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16735   algorithm: "plot_perf_box_name"
16736   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16737   data: "plot-dpdk-throughput-latency-3n-skx"
16738   include:
16739     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16740     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16741   layout:
16742     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16743     layout: "plot-throughput"
16744
16745 - type: "plot"
16746   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16747   algorithm: "plot_perf_box_name"
16748   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16749   data: "plot-dpdk-throughput-latency-3n-skx"
16750   include:
16751     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16752     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16753   layout:
16754     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16755     layout: "plot-throughput"
16756
16757 - type: "plot"
16758   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16759   algorithm: "plot_perf_box_name"
16760   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16761   data: "plot-dpdk-throughput-latency-3n-skx"
16762   include:
16763     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16764     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16765   layout:
16766     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16767     layout: "plot-throughput"
16768
16769 - type: "plot"
16770   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16771   algorithm: "plot_perf_box_name"
16772   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16773   data: "plot-dpdk-throughput-latency-3n-skx"
16774   include:
16775     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16776     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16777   layout:
16778     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16779     layout: "plot-throughput"
16780
16781 # 3n-skx-x710
16782
16783 - type: "plot"
16784   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16785   algorithm: "plot_perf_box_name"
16786   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16787   data: "plot-dpdk-throughput-latency-3n-skx"
16788   include:
16789     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16790     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16791   layout:
16792     title: "3n-skx-x710-64b-2t1c-base-ndr"
16793     layout: "plot-throughput"
16794
16795 - type: "plot"
16796   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16797   algorithm: "plot_perf_box_name"
16798   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16799   data: "plot-dpdk-throughput-latency-3n-skx"
16800   include:
16801     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16802     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16803   layout:
16804     title: "3n-skx-x710-64b-4t2c-base-ndr"
16805     layout: "plot-throughput"
16806
16807 - type: "plot"
16808   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16809   algorithm: "plot_perf_box_name"
16810   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16811   data: "plot-dpdk-throughput-latency-3n-skx"
16812   include:
16813     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16814     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16815   layout:
16816     title: "3n-skx-x710-64b-2t1c-base-pdr"
16817     layout: "plot-throughput"
16818
16819 - type: "plot"
16820   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16821   algorithm: "plot_perf_box_name"
16822   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16823   data: "plot-dpdk-throughput-latency-3n-skx"
16824   include:
16825     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16826     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16827   layout:
16828     title: "3n-skx-x710-64b-4t2c-base-pdr"
16829     layout: "plot-throughput"
16830
16831 # 3n-hsw-xl710
16832
16833 - type: "plot"
16834   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16835   algorithm: "plot_perf_box_name"
16836   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16837   data: "plot-dpdk-throughput-latency-3n-hsw"
16838   include:
16839     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16840     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16841   layout:
16842     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16843     layout: "plot-throughput"
16844
16845 - type: "plot"
16846   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16847   algorithm: "plot_perf_box_name"
16848   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16849   data: "plot-dpdk-throughput-latency-3n-hsw"
16850   include:
16851     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16852     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16853   layout:
16854     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16855     layout: "plot-throughput"
16856
16857 - type: "plot"
16858   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16859   algorithm: "plot_perf_box_name"
16860   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16861   data: "plot-dpdk-throughput-latency-3n-hsw"
16862   include:
16863     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16864     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16865   layout:
16866     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16867     layout: "plot-throughput"
16868
16869 - type: "plot"
16870   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16871   algorithm: "plot_perf_box_name"
16872   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16873   data: "plot-dpdk-throughput-latency-3n-hsw"
16874   include:
16875     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16876     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16877   layout:
16878     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16879     layout: "plot-throughput"
16880
16881 # 3n-hsw-x710
16882
16883 - type: "plot"
16884   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16885   algorithm: "plot_perf_box_name"
16886   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16887   data: "plot-dpdk-throughput-latency-3n-hsw"
16888   include:
16889     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16890     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16891   layout:
16892     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16893     layout: "plot-throughput"
16894
16895 - type: "plot"
16896   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16897   algorithm: "plot_perf_box_name"
16898   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16899   data: "plot-dpdk-throughput-latency-3n-hsw"
16900   include:
16901     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16902     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16903   layout:
16904     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16905     layout: "plot-throughput"
16906
16907 - type: "plot"
16908   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16909   algorithm: "plot_perf_box_name"
16910   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16911   data: "plot-dpdk-throughput-latency-3n-hsw"
16912   include:
16913     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16914     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16915   layout:
16916     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16917     layout: "plot-throughput"
16918
16919 - type: "plot"
16920   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16921   algorithm: "plot_perf_box_name"
16922   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16923   data: "plot-dpdk-throughput-latency-3n-hsw"
16924   include:
16925     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16926     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16927   layout:
16928     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16929     layout: "plot-throughput"
16930
16931 # 2n-dnv-x553
16932
16933 - type: "plot"
16934   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16935   algorithm: "plot_perf_box_name"
16936   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16937   data: "plot-dpdk-throughput-latency-2n-dnv"
16938   include:
16939     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16940     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16941   layout:
16942     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16943     layout: "plot-throughput"
16944
16945 - type: "plot"
16946   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16947   algorithm: "plot_perf_box_name"
16948   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16949   data: "plot-dpdk-throughput-latency-2n-dnv"
16950   include:
16951     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16952     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16953   layout:
16954     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16955     layout: "plot-throughput"
16956
16957 - type: "plot"
16958   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16959   algorithm: "plot_perf_box_name"
16960   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16961   data: "plot-dpdk-throughput-latency-2n-dnv"
16962   include:
16963     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16964     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16965   layout:
16966     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16967     layout: "plot-throughput"
16968
16969 - type: "plot"
16970   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16971   algorithm: "plot_perf_box_name"
16972   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16973   data: "plot-dpdk-throughput-latency-2n-dnv"
16974   include:
16975     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16976     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16977   layout:
16978     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16979     layout: "plot-throughput"
16980
16981 # 3n-dnv-x553
16982
16983 - type: "plot"
16984   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16985   algorithm: "plot_perf_box_name"
16986   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16987   data: "plot-dpdk-throughput-latency-3n-dnv"
16988   include:
16989     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16990     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16991   layout:
16992     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16993     layout: "plot-throughput"
16994
16995 - type: "plot"
16996   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16997   algorithm: "plot_perf_box_name"
16998   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16999   data: "plot-dpdk-throughput-latency-3n-dnv"
17000   include:
17001     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17002     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17003   layout:
17004     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17005     layout: "plot-throughput"
17006
17007 - type: "plot"
17008   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17009   algorithm: "plot_perf_box_name"
17010   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17011   data: "plot-dpdk-throughput-latency-3n-dnv"
17012   include:
17013     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17014     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17015   layout:
17016     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17017     layout: "plot-throughput"
17018
17019 - type: "plot"
17020   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17021   algorithm: "plot_perf_box_name"
17022   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17023   data: "plot-dpdk-throughput-latency-3n-dnv"
17024   include:
17025     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17026     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17027   layout:
17028     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17029     layout: "plot-throughput"
17030
17031 # 3n-tsh-x520
17032
17033 - type: "plot"
17034   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17035   algorithm: "plot_perf_box_name"
17036   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17037   data: "plot-dpdk-throughput-latency-3n-tsh"
17038   include:
17039     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17040     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17041   layout:
17042     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17043     layout: "plot-throughput"
17044
17045 - type: "plot"
17046   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17047   algorithm: "plot_perf_box_name"
17048   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17049   data: "plot-dpdk-throughput-latency-3n-tsh"
17050   include:
17051     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17052     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17053   layout:
17054     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17055     layout: "plot-throughput"
17056
17057 - type: "plot"
17058   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17059   algorithm: "plot_perf_box_name"
17060   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17061   data: "plot-dpdk-throughput-latency-3n-tsh"
17062   include:
17063     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17064     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17065   layout:
17066     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17067     layout: "plot-throughput"
17068
17069 - type: "plot"
17070   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17071   algorithm: "plot_perf_box_name"
17072   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17073   data: "plot-dpdk-throughput-latency-3n-tsh"
17074   include:
17075     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17076     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17077   layout:
17078     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17079     layout: "plot-throughput"
17080
17081 ################################################################################
17082 ###   2n-clx                                                                 ###
17083 ################################################################################
17084
17085 # Packet Throughput
17086
17087 - type: "plot"
17088   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17089   algorithm: "plot_perf_box_name"
17090   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17091   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17092   include:
17093     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17094     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17095     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17096     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17097   layout:
17098     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17099     layout: "plot-throughput"
17100
17101 - type: "plot"
17102   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17103   algorithm: "plot_perf_box_name"
17104   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17105   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17106   include:
17107     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17108     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17109     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17110     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17111   layout:
17112     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17113     layout: "plot-throughput"
17114
17115 - type: "plot"
17116   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17117   algorithm: "plot_perf_box_name"
17118   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17119   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17120   include:
17121     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17122     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17123     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17124     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17125   layout:
17126     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17127     layout: "plot-throughput"
17128
17129 - type: "plot"
17130   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17131   algorithm: "plot_perf_box_name"
17132   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17133   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17134   include:
17135     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17136     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17137     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17138     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17139   layout:
17140     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17141     layout: "plot-throughput"
17142
17143 - type: "plot"
17144   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17145   algorithm: "plot_perf_box_name"
17146   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17147   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17148   include:
17149     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17150     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17151     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17152     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17153   layout:
17154     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17155     layout: "plot-throughput"
17156
17157 - type: "plot"
17158   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17159   algorithm: "plot_perf_box_name"
17160   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17161   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17162   include:
17163     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17164     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17165     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17166     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17167   layout:
17168     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17169     layout: "plot-throughput"
17170
17171 - type: "plot"
17172   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17173   algorithm: "plot_perf_box_name"
17174   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17175   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17176   include:
17177     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17178     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17179     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17180     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17181     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17182     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17183   layout:
17184     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17185     layout: "plot-throughput"
17186
17187 - type: "plot"
17188   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17189   algorithm: "plot_perf_box_name"
17190   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17191   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17192   include:
17193     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17194     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17195     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17196     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17197     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17198   layout:
17199     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17200     layout: "plot-throughput"
17201
17202 - type: "plot"
17203   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17204   algorithm: "plot_perf_box_name"
17205   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17206   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17207   include:
17208     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17209     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17210     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17212   layout:
17213     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17214     layout: "plot-throughput"
17215
17216 - type: "plot"
17217   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17218   algorithm: "plot_perf_box_name"
17219   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17220   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17221   include:
17222     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17223     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17226   layout:
17227     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17228     layout: "plot-throughput"
17229
17230 - type: "plot"
17231   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17232   algorithm: "plot_perf_box_name"
17233   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17234   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17235   include:
17236     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17237     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17239   layout:
17240     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17241     layout: "plot-throughput"
17242
17243 - type: "plot"
17244   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17245   algorithm: "plot_perf_box_name"
17246   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17247   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17248   include:
17249     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17251     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17252   layout:
17253     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17254     layout: "plot-throughput"
17255
17256 - type: "plot"
17257   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17258   algorithm: "plot_perf_box_name"
17259   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17260   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17261   include:
17262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17267   layout:
17268     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17269     layout: "plot-throughput"
17270
17271 - type: "plot"
17272   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17273   algorithm: "plot_perf_box_name"
17274   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17275   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17276   include:
17277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17282   layout:
17283     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17284     layout: "plot-throughput"
17285
17286 - type: "plot"
17287   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17288   algorithm: "plot_perf_box_name"
17289   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17290   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17291   include:
17292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17295   layout:
17296     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17297     layout: "plot-throughput"
17298
17299 - type: "plot"
17300   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17301   algorithm: "plot_perf_box_name"
17302   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17303   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17304   include:
17305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17308   layout:
17309     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17310     layout: "plot-throughput"
17311
17312 - type: "plot"
17313   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17314   algorithm: "plot_perf_box_name"
17315   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17316   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17317   include:
17318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17324   layout:
17325     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17326     layout: "plot-throughput"
17327
17328 - type: "plot"
17329   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17330   algorithm: "plot_perf_box_name"
17331   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17332   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17333   include:
17334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17340   layout:
17341     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17342     layout: "plot-throughput"
17343
17344 - type: "plot"
17345   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17346   algorithm: "plot_perf_box_name"
17347   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17348   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17349   include:
17350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17356   layout:
17357     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17358     layout: "plot-throughput"
17359
17360 - type: "plot"
17361   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17362   algorithm: "plot_perf_box_name"
17363   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17364   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17365   include:
17366     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17367     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17371     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17372   layout:
17373     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17374     layout: "plot-throughput"
17375
17376 - type: "plot"
17377   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17378   algorithm: "plot_perf_box_name"
17379   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17380   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17381   include:
17382     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17383     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17384   layout:
17385     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17386     layout: "plot-throughput"
17387
17388 - type: "plot"
17389   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17390   algorithm: "plot_perf_box_name"
17391   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17392   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17393   include:
17394     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17395     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17396   layout:
17397     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17398     layout: "plot-throughput"
17399
17400 - type: "plot"
17401   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17402   algorithm: "plot_perf_box_name"
17403   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17404   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17405   include:
17406     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17407     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17408     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17409     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17410     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17411     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17412   layout:
17413     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17414     layout: "plot-throughput"
17415
17416 - type: "plot"
17417   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17418   algorithm: "plot_perf_box_name"
17419   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17420   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17421   include:
17422     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17423     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17424     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17425     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17426     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17427     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17428   layout:
17429     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17430     layout: "plot-throughput"
17431
17432 - type: "plot"
17433   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17434   algorithm: "plot_perf_box_name"
17435   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17436   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17437   include:
17438     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17439     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17440     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17441     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17442     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17443     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17444   layout:
17445     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17446     layout: "plot-throughput"
17447
17448 - type: "plot"
17449   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17450   algorithm: "plot_perf_box_name"
17451   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17452   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17453   include:
17454     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17455     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17456     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17457     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17458     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17459     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17460   layout:
17461     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17462     layout: "plot-throughput"
17463
17464 - type: "plot"
17465   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17466   algorithm: "plot_perf_box_name"
17467   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17468   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17469   include:
17470     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17471     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17472     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17473     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17474     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17475     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17476   layout:
17477     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17478     layout: "plot-throughput"
17479
17480 - type: "plot"
17481   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17482   algorithm: "plot_perf_box_name"
17483   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17484   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17485   include:
17486     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17487     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17488     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17489     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17490     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17491     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17492   layout:
17493     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17494     layout: "plot-throughput"
17495
17496 - type: "plot"
17497   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17498   algorithm: "plot_perf_box_name"
17499   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17500   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17501   include:
17502     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17503     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17504     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17505     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17506     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17507   layout:
17508     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17509     layout: "plot-throughput"
17510
17511 - type: "plot"
17512   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17513   algorithm: "plot_perf_box_name"
17514   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17515   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17516   include:
17517     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17518     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17519     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17520     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17521     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17522   layout:
17523     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17524     layout: "plot-throughput"
17525
17526 - type: "plot"
17527   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17528   algorithm: "plot_perf_box_name"
17529   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17530   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17531   include:
17532     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17533     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17534     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17535     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17536     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17537   layout:
17538     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17539     layout: "plot-throughput"
17540
17541 - type: "plot"
17542   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17543   algorithm: "plot_perf_box_name"
17544   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17545   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17546   include:
17547     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17548     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17549     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17550     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17551     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17552   layout:
17553     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17554     layout: "plot-throughput"
17555
17556 - type: "plot"
17557   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17558   algorithm: "plot_perf_box_name"
17559   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17560   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17561   include:
17562     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17563     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17564     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17565     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17566     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17567   layout:
17568     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17569     layout: "plot-throughput"
17570
17571 - type: "plot"
17572   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17573   algorithm: "plot_perf_box_name"
17574   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17575   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17576   include:
17577     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17578     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17579     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17580     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17581     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17582   layout:
17583     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17584     layout: "plot-throughput"
17585
17586 - type: "plot"
17587   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17588   algorithm: "plot_perf_box_name"
17589   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17590   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17591   include:
17592     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17593     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17594     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17595     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17596     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17597   layout:
17598     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17599     layout: "plot-throughput"
17600
17601 - type: "plot"
17602   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17603   algorithm: "plot_perf_box_name"
17604   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17605   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17606   include:
17607     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17608     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17609     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17610     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17611     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17612   layout:
17613     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17614     layout: "plot-throughput"
17615
17616 - type: "plot"
17617   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17618   algorithm: "plot_perf_box_name"
17619   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17620   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17621   include:
17622     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17623     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17624     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17625     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17626     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17627   layout:
17628     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17629     layout: "plot-throughput"
17630
17631 - type: "plot"
17632   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17633   algorithm: "plot_perf_box_name"
17634   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17635   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17636   include:
17637     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17638     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17639     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17640     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17641     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17642   layout:
17643     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17644     layout: "plot-throughput"
17645
17646 - type: "plot"
17647   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17648   algorithm: "plot_perf_box_name"
17649   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17650   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17651   include:
17652     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17653     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17654     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17655     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17656     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17657     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17658   layout:
17659     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17660     layout: "plot-throughput"
17661
17662 - type: "plot"
17663   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17664   algorithm: "plot_perf_box_name"
17665   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17666   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17667   include:
17668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17674   layout:
17675     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17676     layout: "plot-throughput"
17677
17678 - type: "plot"
17679   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17680   algorithm: "plot_perf_box_name"
17681   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17682   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17683   include:
17684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17688   layout:
17689     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17690     layout: "plot-throughput"
17691
17692 - type: "plot"
17693   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17694   algorithm: "plot_perf_box_name"
17695   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17696   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17697   include:
17698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17699     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17702   layout:
17703     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17704     layout: "plot-throughput"
17705
17706 - type: "plot"
17707   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17708   algorithm: "plot_perf_box_name"
17709   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17710   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17711   include:
17712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17718   layout:
17719     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17720     layout: "plot-throughput"
17721
17722 - type: "plot"
17723   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17724   algorithm: "plot_perf_box_name"
17725   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17726   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17727   include:
17728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17734   layout:
17735     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17736     layout: "plot-throughput"
17737
17738 - type: "plot"
17739   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17740   algorithm: "plot_perf_box_name"
17741   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17742   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17743   include:
17744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17746     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17748   layout:
17749     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17750     layout: "plot-throughput"
17751
17752 - type: "plot"
17753   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17754   algorithm: "plot_perf_box_name"
17755   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17756   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17757   include:
17758     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17762   layout:
17763     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17764     layout: "plot-throughput"
17765
17766 - type: "plot"
17767   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17768   algorithm: "plot_perf_box_name"
17769   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17770   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17771   include:
17772     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17773     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17774     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17775     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17776     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17777     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17778   layout:
17779     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17780     layout: "plot-throughput"
17781
17782 - type: "plot"
17783   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17784   algorithm: "plot_perf_box_name"
17785   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17786   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17787   include:
17788     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17789     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17790     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17791     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17792     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17793     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17794   layout:
17795     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17796     layout: "plot-throughput"
17797
17798 - type: "plot"
17799   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17800   algorithm: "plot_perf_box_name"
17801   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17802   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17803   include:
17804     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17805     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17806     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17807     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17808   layout:
17809     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17810     layout: "plot-throughput"
17811
17812 - type: "plot"
17813   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17814   algorithm: "plot_perf_box_name"
17815   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17816   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17817   include:
17818     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17819     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17820     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17821     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17822   layout:
17823     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17824     layout: "plot-throughput"
17825
17826 - type: "plot"
17827   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17828   algorithm: "plot_perf_box_name"
17829   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17830   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17831   include:
17832     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17833     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17834     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17835     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17836     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17837   layout:
17838     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17839     layout: "plot-throughput"
17840
17841 - type: "plot"
17842   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17843   algorithm: "plot_perf_box_name"
17844   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17845   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17846   include:
17847     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17848     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17849     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17850     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17851     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17852   layout:
17853     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17854     layout: "plot-throughput"
17855
17856 - type: "plot"
17857   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17858   algorithm: "plot_perf_box_name"
17859   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17860   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17861   include:
17862     - "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"
17863     - "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"
17864     - "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"
17865     - "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"
17866     - "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"
17867   layout:
17868     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17869     layout: "plot-throughput"
17870
17871 - type: "plot"
17872   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17873   algorithm: "plot_perf_box_name"
17874   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17875   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17876   include:
17877     - "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"
17878     - "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"
17879     - "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"
17880     - "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"
17881     - "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"
17882   layout:
17883     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17884     layout: "plot-throughput"
17885
17886 - type: "plot"
17887   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17888   algorithm: "plot_perf_box_name"
17889   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17890   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17891   include:
17892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17895     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17896     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17897   layout:
17898     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17899     layout: "plot-throughput"
17900
17901 - type: "plot"
17902   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17903   algorithm: "plot_perf_box_name"
17904   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17905   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17906   include:
17907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17908     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17909     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17910     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17912   layout:
17913     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17914     layout: "plot-throughput"
17915
17916 - type: "plot"
17917   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17918   algorithm: "plot_perf_box_name"
17919   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17920   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17921   include:
17922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17923     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17924     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17925     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17926     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17927   layout:
17928     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17929     layout: "plot-throughput"
17930
17931 - type: "plot"
17932   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17933   algorithm: "plot_perf_box_name"
17934   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17935   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17936   include:
17937     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17938     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17939     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17940     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17941     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17942   layout:
17943     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17944     layout: "plot-throughput"
17945
17946 - type: "plot"
17947   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17948   algorithm: "plot_perf_box_name"
17949   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17950   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17951   include:
17952     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17953     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17954     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17955     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17956   layout:
17957     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17958     layout: "plot-throughput"
17959
17960 - type: "plot"
17961   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17962   algorithm: "plot_perf_box_name"
17963   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17964   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17965   include:
17966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17967     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17968     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17970   layout:
17971     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17972     layout: "plot-throughput"
17973
17974 - type: "plot"
17975   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17976   algorithm: "plot_perf_box_name"
17977   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17978   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17979   include:
17980     - "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"
17981     - "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"
17982     - "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"
17983     - "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"
17984   layout:
17985     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17986     layout: "plot-throughput"
17987
17988 - type: "plot"
17989   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17990   algorithm: "plot_perf_box_name"
17991   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17992   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17993   include:
17994     - "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"
17995     - "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"
17996     - "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"
17997     - "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"
17998   layout:
17999     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18000     layout: "plot-throughput"
18001
18002 - type: "plot"
18003   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18004   algorithm: "plot_perf_box_name"
18005   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18006   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18007   include:
18008     - "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"
18009     - "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"
18010     - "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"
18011     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18012     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18013     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18014   layout:
18015     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18016     layout: "plot-throughput"
18017
18018 - type: "plot"
18019   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18020   algorithm: "plot_perf_box_name"
18021   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18022   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18023   include:
18024     - "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"
18025     - "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"
18026     - "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"
18027     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18028     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18029     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18030   layout:
18031     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18032     layout: "plot-throughput"
18033
18034 ################################################################################
18035
18036 # Packet Speedup
18037
18038 - type: "plot"
18039   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18040   algorithm: "plot_tsa_name"
18041   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18042   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18043   include:
18044     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18045     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18046     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18047     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18048   layout:
18049     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18050     layout: "plot-throughput-speedup-analysis"
18051
18052 - type: "plot"
18053   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18054   algorithm: "plot_tsa_name"
18055   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18056   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18057   include:
18058     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18059     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18060     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18061     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18062   layout:
18063     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18064     layout: "plot-throughput-speedup-analysis"
18065
18066 - type: "plot"
18067   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18068   algorithm: "plot_tsa_name"
18069   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18070   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18071   include:
18072     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18073     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18074     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18075     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18076   layout:
18077     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18078     layout: "plot-throughput-speedup-analysis"
18079
18080 - type: "plot"
18081   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18082   algorithm: "plot_tsa_name"
18083   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18084   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18085   include:
18086     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18087     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18088     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18089     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18090   layout:
18091     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18092     layout: "plot-throughput-speedup-analysis"
18093
18094 - type: "plot"
18095   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18096   algorithm: "plot_tsa_name"
18097   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18098   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18099   include:
18100     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18101     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18102     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18103     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18104   layout:
18105     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18106     layout: "plot-throughput-speedup-analysis"
18107
18108 - type: "plot"
18109   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18110   algorithm: "plot_tsa_name"
18111   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18112   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18113   include:
18114     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18115     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18116     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18117     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18118   layout:
18119     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18120     layout: "plot-throughput-speedup-analysis"
18121
18122 - type: "plot"
18123   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18124   algorithm: "plot_tsa_name"
18125   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18126   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18127   include:
18128     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18129     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18130     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18131     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18132     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18133     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18134   layout:
18135     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18136     layout: "plot-throughput-speedup-analysis"
18137
18138 - type: "plot"
18139   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18140   algorithm: "plot_tsa_name"
18141   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18142   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18143   include:
18144     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18145     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18146     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18147     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18148     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18149     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18150   layout:
18151     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18152     layout: "plot-throughput-speedup-analysis"
18153
18154 - type: "plot"
18155   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18156   algorithm: "plot_tsa_name"
18157   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18158   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18159   include:
18160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18162     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18163     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18164   layout:
18165     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18166     layout: "plot-throughput-speedup-analysis"
18167
18168 - type: "plot"
18169   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18170   algorithm: "plot_tsa_name"
18171   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18172   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18173   include:
18174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18177     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18178   layout:
18179     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18180     layout: "plot-throughput-speedup-analysis"
18181
18182 - type: "plot"
18183   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18184   algorithm: "plot_tsa_name"
18185   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18186   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18187   include:
18188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18191   layout:
18192     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18193     layout: "plot-throughput-speedup-analysis"
18194
18195 - type: "plot"
18196   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18197   algorithm: "plot_tsa_name"
18198   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18199   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18200   include:
18201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18204   layout:
18205     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18206     layout: "plot-throughput-speedup-analysis"
18207
18208 - type: "plot"
18209   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18210   algorithm: "plot_tsa_name"
18211   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18212   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18213   include:
18214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18219   layout:
18220     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18221     layout: "plot-throughput-speedup-analysis"
18222
18223 - type: "plot"
18224   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18225   algorithm: "plot_tsa_name"
18226   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18227   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18228   include:
18229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18234   layout:
18235     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18236     layout: "plot-throughput-speedup-analysis"
18237
18238 - type: "plot"
18239   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18240   algorithm: "plot_tsa_name"
18241   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18242   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18243   include:
18244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18247   layout:
18248     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18249     layout: "plot-throughput-speedup-analysis"
18250
18251 - type: "plot"
18252   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18253   algorithm: "plot_tsa_name"
18254   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18255   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18256   include:
18257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18260   layout:
18261     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18262     layout: "plot-throughput-speedup-analysis"
18263
18264 - type: "plot"
18265   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18266   algorithm: "plot_tsa_name"
18267   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18268   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18269   include:
18270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18276   layout:
18277     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18278     layout: "plot-throughput-speedup-analysis"
18279
18280 - type: "plot"
18281   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18282   algorithm: "plot_tsa_name"
18283   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18284   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18285   include:
18286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18292   layout:
18293     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18294     layout: "plot-throughput-speedup-analysis"
18295
18296 - type: "plot"
18297   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18298   algorithm: "plot_tsa_name"
18299   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18300   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18301   include:
18302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18308   layout:
18309     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18310     layout: "plot-throughput-speedup-analysis"
18311
18312 - type: "plot"
18313   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18314   algorithm: "plot_tsa_name"
18315   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18316   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18317   include:
18318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18324   layout:
18325     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18326     layout: "plot-throughput-speedup-analysis"
18327
18328 - type: "plot"
18329   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18330   algorithm: "plot_tsa_name"
18331   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18332   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18333   include:
18334     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18335     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18336   layout:
18337     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18338     layout: "plot-throughput-speedup-analysis"
18339
18340 - type: "plot"
18341   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18342   algorithm: "plot_tsa_name"
18343   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18344   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18345   include:
18346     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18347     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18348   layout:
18349     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18350     layout: "plot-throughput-speedup-analysis"
18351
18352 - type: "plot"
18353   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18354   algorithm: "plot_tsa_name"
18355   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18356   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18357   include:
18358     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18359     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18360     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18361     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18362     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18363     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18364   layout:
18365     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18366     layout: "plot-throughput-speedup-analysis"
18367
18368 - type: "plot"
18369   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18370   algorithm: "plot_tsa_name"
18371   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18372   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18373   include:
18374     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18375     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18376     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18377     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18378     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18379     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18380   layout:
18381     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18382     layout: "plot-throughput-speedup-analysis"
18383
18384 - type: "plot"
18385   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18386   algorithm: "plot_tsa_name"
18387   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18388   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18389   include:
18390     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18391     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18392     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18393     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18394     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18395     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18396   layout:
18397     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18398     layout: "plot-throughput-speedup-analysis"
18399
18400 - type: "plot"
18401   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18402   algorithm: "plot_tsa_name"
18403   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18404   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18405   include:
18406     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18407     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18408     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18409     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18410     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18411     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18412   layout:
18413     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18414     layout: "plot-throughput-speedup-analysis"
18415
18416 - type: "plot"
18417   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18418   algorithm: "plot_tsa_name"
18419   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18420   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18421   include:
18422     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18423     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18424     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18425     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18426     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18427     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18428   layout:
18429     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18430     layout: "plot-throughput-speedup-analysis"
18431
18432 - type: "plot"
18433   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18434   algorithm: "plot_tsa_name"
18435   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18436   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18437   include:
18438     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18439     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18440     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18441     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18442     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18443     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18444   layout:
18445     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18446     layout: "plot-throughput-speedup-analysis"
18447
18448 - type: "plot"
18449   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18450   algorithm: "plot_tsa_name"
18451   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18452   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18453   include:
18454     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18455     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18456     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18457     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18458     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18459   layout:
18460     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18461     layout: "plot-throughput-speedup-analysis"
18462
18463 - type: "plot"
18464   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18465   algorithm: "plot_tsa_name"
18466   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18467   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18468   include:
18469     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18470     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18471     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18472     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18473     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18474   layout:
18475     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18476     layout: "plot-throughput-speedup-analysis"
18477
18478 - type: "plot"
18479   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18480   algorithm: "plot_tsa_name"
18481   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18482   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18483   include:
18484     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18485     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18486     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18487     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18488     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18489   layout:
18490     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18491     layout: "plot-throughput-speedup-analysis"
18492
18493 - type: "plot"
18494   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18495   algorithm: "plot_tsa_name"
18496   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18497   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18498   include:
18499     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18500     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18501     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18502     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18503     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18504   layout:
18505     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18506     layout: "plot-throughput-speedup-analysis"
18507
18508 - type: "plot"
18509   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18510   algorithm: "plot_tsa_name"
18511   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18512   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18513   include:
18514     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18515     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18516     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18517     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18518     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18519   layout:
18520     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18521     layout: "plot-throughput-speedup-analysis"
18522
18523 - type: "plot"
18524   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18525   algorithm: "plot_tsa_name"
18526   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18527   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18528   include:
18529     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18530     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18531     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18532     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18533     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18534   layout:
18535     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18536     layout: "plot-throughput-speedup-analysis"
18537
18538 - type: "plot"
18539   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18540   algorithm: "plot_tsa_name"
18541   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18542   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18543   include:
18544     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18545     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18546     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18547     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18548     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18549   layout:
18550     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18551     layout: "plot-throughput-speedup-analysis"
18552
18553 - type: "plot"
18554   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18555   algorithm: "plot_tsa_name"
18556   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18557   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18558   include:
18559     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18560     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18561     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18562     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18563     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18564   layout:
18565     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18566     layout: "plot-throughput-speedup-analysis"
18567
18568 - type: "plot"
18569   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18570   algorithm: "plot_tsa_name"
18571   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18572   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18573   include:
18574     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18575     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18576     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18577     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18578     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18579   layout:
18580     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18581     layout: "plot-throughput-speedup-analysis"
18582
18583 - type: "plot"
18584   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18585   algorithm: "plot_tsa_name"
18586   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18587   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18588   include:
18589     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18590     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18591     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18592     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18593     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18594   layout:
18595     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18596     layout: "plot-throughput-speedup-analysis"
18597
18598 - type: "plot"
18599   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18600   algorithm: "plot_tsa_name"
18601   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18602   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18603   include:
18604     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18605     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18606     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18607     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18608     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18609     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18610   layout:
18611     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18612     layout: "plot-throughput-speedup-analysis"
18613
18614 - type: "plot"
18615   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18616   algorithm: "plot_tsa_name"
18617   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18618   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18619   include:
18620     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18621     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18622     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18623     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18624     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18625     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18626   layout:
18627     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18628     layout: "plot-throughput-speedup-analysis"
18629
18630 - type: "plot"
18631   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18632   algorithm: "plot_tsa_name"
18633   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18634   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18635   include:
18636     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18637     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18638     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18639     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18640   layout:
18641     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18642     layout: "plot-throughput-speedup-analysis"
18643
18644 - type: "plot"
18645   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18646   algorithm: "plot_tsa_name"
18647   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18648   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18649   include:
18650     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18651     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18652     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18653     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18654   layout:
18655     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18656     layout: "plot-throughput-speedup-analysis"
18657
18658 - type: "plot"
18659   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18660   algorithm: "plot_tsa_name"
18661   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18662   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18663   include:
18664     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18665     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18666     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18670   layout:
18671     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18672     layout: "plot-throughput-speedup-analysis"
18673
18674 - type: "plot"
18675   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18676   algorithm: "plot_tsa_name"
18677   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18678   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18679   include:
18680     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18681     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18682     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18683     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18686   layout:
18687     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18688     layout: "plot-throughput-speedup-analysis"
18689
18690 - type: "plot"
18691   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18692   algorithm: "plot_tsa_name"
18693   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18694   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18695   include:
18696     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18697     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18699     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18700   layout:
18701     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18702     layout: "plot-throughput-speedup-analysis"
18703
18704 - type: "plot"
18705   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18706   algorithm: "plot_tsa_name"
18707   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18708   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18709   include:
18710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18714   layout:
18715     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18716     layout: "plot-throughput-speedup-analysis"
18717
18718 - type: "plot"
18719   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18720   algorithm: "plot_tsa_name"
18721   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18722   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18723   include:
18724     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18725     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18726     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18727     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18728     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18729     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18730   layout:
18731     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18732     layout: "plot-throughput-speedup-analysis"
18733
18734 - type: "plot"
18735   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18736   algorithm: "plot_tsa_name"
18737   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18738   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18739   include:
18740     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18741     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18742     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18743     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18744     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18745     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18746   layout:
18747     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18748     layout: "plot-throughput-speedup-analysis"
18749
18750 - type: "plot"
18751   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18752   algorithm: "plot_tsa_name"
18753   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18754   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18755   include:
18756     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18757     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18758     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18759     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18760   layout:
18761     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18762     layout: "plot-throughput-speedup-analysis"
18763
18764 - type: "plot"
18765   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18766   algorithm: "plot_tsa_name"
18767   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18768   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18769   include:
18770     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18771     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18772     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18773     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18774   layout:
18775     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18776     layout: "plot-throughput-speedup-analysis"
18777
18778 - type: "plot"
18779   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18780   algorithm: "plot_tsa_name"
18781   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18782   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18783   include:
18784     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18785     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18786     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18787     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18788     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18789   layout:
18790     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18791     layout: "plot-throughput-speedup-analysis"
18792
18793 - type: "plot"
18794   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18795   algorithm: "plot_tsa_name"
18796   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18797   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18798   include:
18799     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18800     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18801     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18802     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18803     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18804   layout:
18805     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18806     layout: "plot-throughput-speedup-analysis"
18807
18808 - type: "plot"
18809   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18810   algorithm: "plot_tsa_name"
18811   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18812   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18813   include:
18814     - "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"
18815     - "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"
18816     - "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"
18817     - "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"
18818     - "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"
18819   layout:
18820     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18821     layout: "plot-throughput-speedup-analysis"
18822
18823 - type: "plot"
18824   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18825   algorithm: "plot_tsa_name"
18826   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18827   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18828   include:
18829     - "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"
18830     - "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"
18831     - "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"
18832     - "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"
18833     - "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"
18834   layout:
18835     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18836     layout: "plot-throughput-speedup-analysis"
18837
18838 - type: "plot"
18839   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18840   algorithm: "plot_tsa_name"
18841   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18842   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18843   include:
18844     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18845     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18846     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18847     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18848     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18849   layout:
18850     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18851     layout: "plot-throughput-speedup-analysis"
18852
18853 - type: "plot"
18854   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18855   algorithm: "plot_tsa_name"
18856   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18857   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18858   include:
18859     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18860     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18861     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18862     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18863     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18864   layout:
18865     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18866     layout: "plot-throughput-speedup-analysis"
18867
18868 - type: "plot"
18869   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18870   algorithm: "plot_tsa_name"
18871   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18872   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18873   include:
18874     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18875     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18878     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18879   layout:
18880     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18881     layout: "plot-throughput-speedup-analysis"
18882
18883 - type: "plot"
18884   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18885   algorithm: "plot_tsa_name"
18886   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18887   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18888   include:
18889     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18894   layout:
18895     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18896     layout: "plot-throughput-speedup-analysis"
18897
18898 - type: "plot"
18899   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18900   algorithm: "plot_tsa_name"
18901   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18902   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18903   include:
18904     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18908   layout:
18909     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18910     layout: "plot-throughput-speedup-analysis"
18911
18912 - type: "plot"
18913   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18914   algorithm: "plot_tsa_name"
18915   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18916   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18917   include:
18918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18922   layout:
18923     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18924     layout: "plot-throughput-speedup-analysis"
18925
18926 - type: "plot"
18927   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18928   algorithm: "plot_tsa_name"
18929   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18930   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18931   include:
18932     - "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"
18933     - "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"
18934     - "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"
18935     - "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"
18936   layout:
18937     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18938     layout: "plot-throughput-speedup-analysis"
18939
18940 - type: "plot"
18941   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18942   algorithm: "plot_tsa_name"
18943   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18944   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18945   include:
18946     - "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"
18947     - "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"
18948     - "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"
18949     - "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"
18950   layout:
18951     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
18952     layout: "plot-throughput-speedup-analysis"
18953
18954 - type: "plot"
18955   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18956   algorithm: "plot_tsa_name"
18957   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18958   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18959   include:
18960     - "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"
18961     - "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"
18962     - "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"
18963     - "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"
18964     - "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"
18965     - "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"
18966   layout:
18967     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18968     layout: "plot-throughput-speedup-analysis"
18969
18970 - type: "plot"
18971   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18972   algorithm: "plot_tsa_name"
18973   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18974   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18975   include:
18976     - "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"
18977     - "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"
18978     - "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"
18979     - "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"
18980     - "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"
18981     - "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"
18982   layout:
18983     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18984     layout: "plot-throughput-speedup-analysis"
18985
18986 ################################################################################
18987
18988 # Packet Throughput - DPDK
18989
18990 # 2n-clx-xxv710
18991
18992 - type: "plot"
18993   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18994   algorithm: "plot_perf_box_name"
18995   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18996   data: "plot-dpdk-throughput-latency-2n-clx"
18997   include:
18998     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18999     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19000   layout:
19001     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19002     layout: "plot-throughput"
19003
19004 - type: "plot"
19005   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19006   algorithm: "plot_perf_box_name"
19007   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19008   data: "plot-dpdk-throughput-latency-2n-clx"
19009   include:
19010     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19011     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19012   layout:
19013     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19014     layout: "plot-throughput"
19015
19016 - type: "plot"
19017   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19018   algorithm: "plot_perf_box_name"
19019   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19020   data: "plot-dpdk-throughput-latency-2n-clx"
19021   include:
19022     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19023     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19024   layout:
19025     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19026     layout: "plot-throughput"
19027
19028 - type: "plot"
19029   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19030   algorithm: "plot_perf_box_name"
19031   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19032   data: "plot-dpdk-throughput-latency-2n-clx"
19033   include:
19034     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19035     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19036   layout:
19037     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19038     layout: "plot-throughput"
19039
19040 # 2n-clx-x710
19041
19042 - type: "plot"
19043   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19044   algorithm: "plot_perf_box_name"
19045   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19046   data: "plot-dpdk-throughput-latency-2n-clx"
19047   include:
19048     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19049     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19050   layout:
19051     title: "2n-clx-x710-64b-2t1c-base-ndr"
19052     layout: "plot-throughput"
19053
19054 - type: "plot"
19055   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19056   algorithm: "plot_perf_box_name"
19057   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19058   data: "plot-dpdk-throughput-latency-2n-clx"
19059   include:
19060     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19061     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19062   layout:
19063     title: "2n-clx-x710-64b-4t2c-base-ndr"
19064     layout: "plot-throughput"
19065
19066 - type: "plot"
19067   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19068   algorithm: "plot_perf_box_name"
19069   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19070   data: "plot-dpdk-throughput-latency-2n-clx"
19071   include:
19072     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19073     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19074   layout:
19075     title: "2n-clx-x710-64b-2t1c-base-pdr"
19076     layout: "plot-throughput"
19077
19078 - type: "plot"
19079   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19080   algorithm: "plot_perf_box_name"
19081   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19082   data: "plot-dpdk-throughput-latency-2n-clx"
19083   include:
19084     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19085     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19086   layout:
19087     title: "2n-clx-x710-64b-4t2c-base-pdr"
19088     layout: "plot-throughput"
19089
19090 ################################################################################
19091
19092 - type: "plot"
19093   title: "Latency by percentile: 2n-skx"
19094   algorithm: "plot_hdrh_lat_by_percentile"
19095   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19096   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19097   target-links: "../../_static/vpp"
19098   data: "plot-vpp-hdrh-lat-2n-skx"
19099   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19100   layout:
19101     layout: "plot-hdrh-latency-by-percentile"
19102
19103 - type: "plot"
19104   title: "Latency by percentile: 3n-skx"
19105   algorithm: "plot_hdrh_lat_by_percentile"
19106   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19107   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19108   target-links: "../../_static/vpp"
19109   data: "plot-vpp-hdrh-lat-3n-skx"
19110   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19111   layout:
19112     layout: "plot-hdrh-latency-by-percentile"
19113
19114 - type: "plot"
19115   title: "Latency by percentile: 2n-clx"
19116   algorithm: "plot_hdrh_lat_by_percentile"
19117   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19118   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19119   target-links: "../../_static/vpp"
19120   data: "plot-vpp-hdrh-lat-2n-clx"
19121   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19122   layout:
19123     layout: "plot-hdrh-latency-by-percentile"
19124
19125 - type: "plot"
19126   title: "Latency by percentile: 3n-hsw"
19127   algorithm: "plot_hdrh_lat_by_percentile"
19128   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19129   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19130   target-links: "../../_static/vpp"
19131   data: "plot-vpp-hdrh-lat-3n-hsw"
19132   filter: "'1T1C' and 'NIC_Intel-XL710'"
19133   layout:
19134     layout: "plot-hdrh-latency-by-percentile"
19135
19136 - type: "plot"
19137   title: "Latency by percentile: 3n-tsh"
19138   algorithm: "plot_hdrh_lat_by_percentile"
19139   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19140   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19141   target-links: "../../_static/vpp"
19142   data: "plot-vpp-hdrh-lat-3n-tsh"
19143   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19144   layout:
19145     layout: "plot-hdrh-latency-by-percentile"
19146
19147 - type: "plot"
19148   title: "Latency by percentile: DPDK 2n-skx"
19149   algorithm: "plot_hdrh_lat_by_percentile"
19150   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19151   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19152   target-links: "../../_static/dpdk"
19153   data: "plot-dpdk-hdrh-lat-2n-skx"
19154   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19155   layout:
19156     layout: "plot-hdrh-latency-by-percentile"
19157
19158 - type: "plot"
19159   title: "Latency by percentile: DPDK 3n-skx"
19160   algorithm: "plot_hdrh_lat_by_percentile"
19161   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19162   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19163   target-links: "../../_static/dpdk"
19164   data: "plot-dpdk-hdrh-lat-3n-skx"
19165   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19166   layout:
19167     layout: "plot-hdrh-latency-by-percentile"
19168
19169 - type: "plot"
19170   title: "Latency by percentile: DPDK 2n-clx"
19171   algorithm: "plot_hdrh_lat_by_percentile"
19172   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19173   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19174   target-links: "../../_static/dpdk"
19175   data: "plot-dpdk-hdrh-lat-2n-clx"
19176   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19177   layout:
19178     layout: "plot-hdrh-latency-by-percentile"
19179
19180 - type: "plot"
19181   title: "Latency by percentile: DPDK 3n-hsw"
19182   algorithm: "plot_hdrh_lat_by_percentile"
19183   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19184   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19185   target-links: "../../_static/dpdk"
19186   data: "plot-dpdk-hdrh-lat-3n-hsw"
19187   filter: "'1T1C' and 'NIC_Intel-XL710'"
19188   layout:
19189     layout: "plot-hdrh-latency-by-percentile"
19190
19191 - type: "plot"
19192   title: "Latency by percentile: DPDK 3n-tsh"
19193   algorithm: "plot_hdrh_lat_by_percentile"
19194   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19195   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19196   target-links: "../../_static/dpdk"
19197   data: "plot-dpdk-hdrh-lat-3n-tsh"
19198   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19199   layout:
19200     layout: "plot-hdrh-latency-by-percentile"