Report 2001: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Replacements:
150
151     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
152       csit-vpp-perf-verify-1908-3n-hsw:
153         - 48  # NDRPDR sel vhost
154         - 49  # NDRPDR sel vhost
155         - 52  # NDRPDR sel vhost
156         - 53  # NDRPDR sel vhost
157         - 54  # NDRPDR sel vhost
158         - 55  # NDRPDR sel vhost
159         - 56  # NDRPDR sel vhost
160         - 57  # NDRPDR sel vhost
161         - 58  # NDRPDR sel vhost
162         - 59  # NDRPDR sel vhost
163
164     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
165       csit-vpp-perf-verify-1908-3n-skx:
166         - 52  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
167         - 53  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
168         - 55  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
169         - 61  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
170         - 62  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
171         - 63  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
172         - 64  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
173         - 65  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
174         - 66  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
175         - 67  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
176
177     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
178       csit-vpp-perf-verify-1908-2n-skx:
179         - 88  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
180         - 89  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
181         - 91  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
182         - 92  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
183         - 93  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
184         - 94  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
185         - 95  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
186         - 96  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
187         - 97  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
188         - 98  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
189
190     ###########################################################################
191     # Plots:
192
193     # 3n-hsw
194
195     plot-vpp-throughput-lat-tsa-3n-hsw:
196       csit-vpp-perf-verify-2001-3n-hsw:
197         - 21  # NDRPDR sel
198         - 22  # NDRPDR sel
199         - 23  # NDRPDR sel
200         - 24  # NDRPDR sel
201         - 25  # NDRPDR sel
202         - 29  # NDRPDR sel
203         - 30  # NDRPDR sel
204         - 31  # NDRPDR sel
205         - 32  # NDRPDR sel
206         - 34  # NDRPDR sel
207
208     plot-vpp-hdrh-lat-3n-hsw:
209       csit-vpp-perf-verify-2001-3n-hsw:
210         - 22  # NDRPDR sel
211
212     plot-vpp-nfv-3n-hsw-ndrpdr:
213       csit-vpp-perf-verify-2001-3n-hsw:
214         - 21  # NDRPDR sel
215         - 22  # NDRPDR sel
216         - 23  # NDRPDR sel
217         - 24  # NDRPDR sel
218         - 25  # NDRPDR sel
219         - 29  # NDRPDR sel
220         - 30  # NDRPDR sel
221         - 31  # NDRPDR sel
222         - 32  # NDRPDR sel
223         - 34  # NDRPDR sel
224
225     plot-vpp-nfv-3n-hsw-mrr:
226       csit-vpp-perf-verify-2001-3n-hsw:
227         - 17  # MRR sel
228
229     plot-dpdk-throughput-latency-3n-hsw:
230       csit-dpdk-perf-verify-2001-3n-hsw:
231         - 4   # NDRPDR sel
232         - 5   # NDRPDR sel
233         - 6   # NDRPDR sel
234         - 7   # NDRPDR sel
235         - 8   # NDRPDR sel
236         - 9   # NDRPDR sel
237         - 10  # NDRPDR sel
238         - 11  # NDRPDR sel
239         - 12  # NDRPDR sel
240         - 13  # NDRPDR sel
241         - 15  # NDRPDR sel
242         - 16  # NDRPDR sel
243         - 17  # NDRPDR sel
244         - 18  # NDRPDR sel
245         - 19  # NDRPDR sel
246         - 20  # NDRPDR sel
247         - 21  # NDRPDR sel
248         - 22  # NDRPDR sel
249         - 23  # NDRPDR sel
250         - 24  # NDRPDR sel
251
252     plot-vpp-hoststack-3n-hsw:
253       csit-vpp-perf-verify-2001-3n-hsw:
254         - 103  # hoststack
255         - 104  # hoststack
256         - 105  # hoststack
257         - 106  # hoststack
258         - 107  # hoststack
259         - 108  # hoststack
260         - 109  # hoststack
261         - 110  # hoststack
262         - 111  # hoststack
263         - 112  # hoststack
264
265     plot-dpdk-hdrh-lat-3n-hsw:
266       csit-dpdk-perf-verify-2001-3n-hsw:
267         - 16  # NDRPDR sel
268
269     # 3n-skx
270
271     plot-vpp-throughput-lat-tsa-3n-skx:
272       # TODO: Add the data
273       csit-vpp-perf-verify-2001-3n-skx:
274         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
275         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
276         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
277         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
278         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
279         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
280         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
281
282     plot-vpp-hdrh-lat-3n-skx:
283       csit-vpp-perf-verify-2001-3n-skx:
284         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
285
286     plot-vpp-nfv-3n-skx-ndrpdr:
287       # TODO: Add data
288       csit-vpp-perf-verify-2001-3n-skx:
289         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
290
291     plot-vpp-nfv-3n-skx-mrr:
292       csit-vpp-perf-verify-2001-3n-skx:
293         - 50  # MRR sel
294
295     plot-dpdk-throughput-latency-3n-skx:
296       csit-dpdk-perf-verify-2001-3n-skx:
297         - 29  # NDRPDR sel xxv710
298         - 33  # NDRPDR sel xxv710
299         - 34  # NDRPDR sel xxv710
300         - 35  # NDRPDR sel xxv710
301         - 36  # NDRPDR sel xxv710
302         - 37  # NDRPDR sel xxv710
303         - 41  # NDRPDR sel xxv710
304         - 42  # NDRPDR sel xxv710
305         - 43  # NDRPDR sel xxv710
306         - 45  # NDRPDR sel xxv710
307         - 30  # NDRPDR sel x710
308         - 31  # NDRPDR sel x710
309         - 32  # NDRPDR sel x710
310         - 38  # NDRPDR sel x710
311         - 39  # NDRPDR sel x710
312         - 40  # NDRPDR sel x710
313         - 44  # NDRPDR sel x710
314         - 46  # NDRPDR sel x710
315         - 47  # NDRPDR sel x710
316         - 48  # NDRPDR sel x710
317
318     plot-dpdk-hdrh-lat-3n-skx:
319       csit-dpdk-perf-verify-2001-3n-skx:
320         - 29  # NDRPDR sel xxv710
321
322     # 2n-skx
323
324     plot-vpp-throughput-lat-tsa-2n-skx:
325       csit-vpp-perf-verify-2001-2n-skx:
326         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
327         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
328         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
329         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
330         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
331         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
332         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
333         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
334         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
335         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
336
337     plot-vpp-hdrh-lat-2n-skx:
338       csit-vpp-perf-verify-2001-2n-skx:
339         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
340
341     plot-vpp-http-server-performance:
342       csit-vpp-perf-verify-2001-2n-clx:
343         - 80  # TCP
344         - 82  # TCP
345         - 83  # TCP
346         - 85  # TCP
347         - 86  # TCP
348         - 87  # TCP
349         - 88  # TCP
350         - 89  # TCP
351         - 90  # TCP
352         - 91  # TCP
353
354     plot-vpp-soak-2n-skx:
355       csit-vpp-perf-verify-2001-2n-skx:
356         - 181  # Soak
357         - 182  # Soak
358
359     plot-vpp-nfv-2n-skx-ndrpdr:
360       # TODO: Replace the data
361       csit-vpp-perf-verify-2001-2n-skx:
362         - 30  # NFV
363         - 31  # NFV
364
365     plot-vpp-nfv-2n-skx-mrr:
366       # TODO: Replace the data
367       # csit-vpp-perf-verify-2001-2n-skx:
368       csit-vpp-perf-verify-1908-2n-skx:
369         - 71  # NFV MRR
370
371     plot-vpp-nfv-reconf-2n-skx:
372       csit-vpp-perf-verify-2001-2n-skx:
373         - 169  # Reconf
374         - 171  # Reconf
375         - 172  # Reconf
376         - 173  # Reconf
377         - 174  # Reconf
378         - 175  # Reconf
379         - 176  # Reconf
380         - 177  # Reconf
381         - 178  # Reconf
382         - 179  # Reconf
383
384     plot-dpdk-throughput-latency-2n-skx:
385       csit-dpdk-perf-verify-2001-2n-skx:
386         - 35  # NDRPDR sel xxv710
387         - 36  # NDRPDR sel xxv710
388         - 37  # NDRPDR sel xxv710
389         - 41  # NDRPDR sel xxv710
390         - 42  # NDRPDR sel xxv710
391         - 43  # NDRPDR sel xxv710
392         - 46  # NDRPDR sel xxv710
393         - 47  # NDRPDR sel xxv710
394         - 52  # NDRPDR sel xxv710
395         - 53  # NDRPDR sel xxv710
396         - 38  # NDRPDR sel x710
397         - 39  # NDRPDR sel x710
398         - 40  # NDRPDR sel x710
399         - 44  # NDRPDR sel x710
400         - 45  # NDRPDR sel x710
401         - 48  # NDRPDR sel x710
402         - 49  # NDRPDR sel x710
403         - 50  # NDRPDR sel x710
404         - 51  # NDRPDR sel x710
405         - 54  # NDRPDR sel x710
406
407     plot-dpdk-hdrh-lat-2n-skx:
408       csit-dpdk-perf-verify-2001-2n-skx:
409         - 35  # NDRPDR sel xxv710
410
411     # 2n-clx
412
413     plot-vpp-throughput-lat-tsa-2n-clx:
414       csit-vpp-perf-verify-2001-2n-clx:
415         - 28  # NDRPDR sel
416         - 29  # NDRPDR sel
417         - 32  # NDRPDR sel
418         - 40  # NDRPDR sel
419         - 43  # NDRPDR sel
420         - 44  # NDRPDR sel
421         - 45  # NDRPDR sel
422         - 47  # NDRPDR sel
423         - 48  # NDRPDR sel
424         - 49  # NDRPDR sel
425
426     plot-vpp-hdrh-lat-2n-clx:
427       csit-vpp-perf-verify-2001-2n-clx:
428         - 28  # NDRPDR sel
429
430     plot-vpp-nfv-2n-clx-ndrpdr:
431       csit-vpp-perf-verify-2001-2n-clx:
432         - 28  # NDRPDR sel
433         - 29  # NDRPDR sel
434         - 32  # NDRPDR sel
435         - 40  # NDRPDR sel
436         - 43  # NDRPDR sel
437         - 44  # NDRPDR sel
438         - 45  # NDRPDR sel
439         - 47  # NDRPDR sel
440         - 48  # NDRPDR sel
441         - 49  # NDRPDR sel
442
443     plot-vpp-nfv-2n-clx-mrr:
444       csit-vpp-perf-verify-2001-2n-clx:
445         - 39  # MRR
446
447     plot-vpp-nfv-reconf-2n-clx:
448       csit-vpp-perf-verify-2001-2n-clx:
449         - 68  # Reconf
450         - 69  # Reconf
451         - 70  # Reconf
452         - 71  # Reconf
453         - 72  # Reconf
454         - 73  # Reconf
455         - 74  # Reconf
456         - 75  # Reconf
457         - 76  # Reconf
458         - 77  # Reconf
459
460     plot-vpp-soak-2n-clx:
461       csit-vpp-perf-verify-2001-2n-clx:
462         - 93  # Soak
463         - 94  # Soak
464
465     plot-dpdk-throughput-latency-2n-clx:
466       csit-dpdk-perf-verify-2001-2n-clx:
467         - 15  # NDRPDR sel
468         - 16  # NDRPDR sel
469         - 17  # NDRPDR sel
470         - 18  # NDRPDR sel
471         - 19  # NDRPDR sel
472         - 20  # NDRPDR sel
473         - 21  # NDRPDR sel
474         - 22  # NDRPDR sel
475         - 23  # NDRPDR sel
476         - 24  # NDRPDR sel
477         - 25  # NDRPDR sel
478         - 26  # NDRPDR sel
479         - 27  # NDRPDR sel
480         - 28  # NDRPDR sel
481         - 29  # NDRPDR sel
482         - 30  # NDRPDR sel
483         - 31  # NDRPDR sel
484         - 32  # NDRPDR sel
485         - 33  # NDRPDR sel
486         - 34  # NDRPDR sel
487
488
489     plot-dpdk-hdrh-lat-2n-clx:
490       csit-dpdk-perf-verify-2001-2n-clx:
491         - 15  # NDRPDR sel
492
493     # 3n-tsh
494
495     plot-vpp-throughput-lat-tsa-3n-tsh:
496       csit-vpp-perf-verify-2001-3n-tsh:
497         - 3   # NDRPDR sel
498         - 4   # NDRPDR sel
499         - 7   # NDRPDR sel
500         - 8   # NDRPDR sel
501         - 10  # NDRPDR sel
502         - 12  # NDRPDR sel
503         - 13  # NDRPDR sel
504         - 14  # NDRPDR sel
505         - 15  # NDRPDR sel
506         - 21  # NDRPDR sel
507
508     plot-vpp-hdrh-lat-3n-tsh:
509       csit-vpp-perf-verify-2001-3n-tsh:
510         - 10  # NDRPDR sel
511
512     plot-dpdk-throughput-latency-3n-tsh:
513       csit-dpdk-perf-verify-2001-3n-tsh:
514         - 3   # NDRPDR sel
515         - 4   # NDRPDR sel
516         - 5   # NDRPDR sel
517         - 9   # NDRPDR sel
518         - 10  # NDRPDR sel
519         - 11  # NDRPDR sel
520         - 12  # NDRPDR sel
521         - 14  # NDRPDR sel
522         - 15  # NDRPDR sel
523         - 18  # NDRPDR sel
524
525     plot-dpdk-hdrh-lat-3n-tsh:
526       csit-dpdk-perf-verify-2001-3n-tsh:
527         - 3   # NDRPDR sel
528
529     # 3n-dnv
530
531     plot-vpp-throughput-lat-tsa-3n-dnv:
532       csit-vpp-perf-verify-2001-3n-dnv:
533         - 5   # NDRPDR sel
534         - 6   # NDRPDR sel
535         - 7   # NDRPDR sel
536         - 8   # NDRPDR sel
537         - 9   # NDRPDR sel
538         - 10  # NDRPDR sel
539         - 12  # NDRPDR sel
540         - 16  # NDRPDR sel
541         - 17  # NDRPDR sel
542         - 18  # NDRPDR sel
543
544     plot-dpdk-throughput-latency-3n-dnv:
545       csit-dpdk-perf-verify-2001-3n-dnv:
546         - 12  # NDRPDR sel
547         - 13  # NDRPDR sel
548         - 14  # NDRPDR sel
549         - 15  # NDRPDR sel
550         - 16  # NDRPDR sel
551         - 17  # NDRPDR sel
552         - 18  # NDRPDR sel
553         - 19  # NDRPDR sel
554         - 20  # NDRPDR sel
555         - 22  # NDRPDR sel
556
557     # 2n-dnv
558
559     plot-vpp-throughput-lat-tsa-2n-dnv:
560       csit-vpp-perf-verify-2001-2n-dnv:
561         - 4   # NDRPDR sel
562         - 5   # NDRPDR sel
563         - 6   # NDRPDR sel
564         - 7   # NDRPDR sel
565         - 8   # NDRPDR sel
566         - 9   # NDRPDR sel
567         - 10  # NDRPDR sel
568         - 11  # NDRPDR sel
569         - 13  # NDRPDR sel
570         - 16  # NDRPDR sel
571
572     plot-dpdk-throughput-latency-2n-dnv:
573       csit-dpdk-perf-verify-2001-2n-dnv:
574         - 9   # NDRPDR sel
575         - 10  # NDRPDR sel
576         - 11  # NDRPDR sel
577         - 12  # NDRPDR sel
578         - 13  # NDRPDR sel
579         - 14  # NDRPDR sel
580         - 15  # NDRPDR sel
581         - 16  # NDRPDR sel
582         - 17  # NDRPDR sel
583         - 18  # NDRPDR sel
584
585     ###########################################################################
586     # Simple tables (only one data set):
587
588     # NIC Comparisons
589
590     vpp-nic-comparison-3n-skx:
591       # TODO: Add the data
592       csit-vpp-perf-verify-2001-3n-skx:
593         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
594         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
595         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
596         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
597         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
598         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
599         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
600
601     vpp-nic-comparison-2n-skx:
602       csit-vpp-perf-verify-2001-2n-skx:
603         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
604         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
605         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
606         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
607         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
608         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
609         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
610         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
611         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
612         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
613
614     vpp-nic-comparison-3n-skx-mrr:
615       csit-vpp-perf-verify-2001-3n-skx:
616         - 50  # MRR sel
617         - 53  # MRR sel addition
618
619     vpp-nic-comparison-2n-skx-mrr:
620       csit-vpp-perf-verify-2001-2n-skx:
621         - 101 # MRR sel
622         - 128 # MRR sel addition
623
624     # Results
625
626     vpp-perf-results-3n-hsw:
627       csit-vpp-perf-verify-2001-3n-hsw:
628         - 18  # NDRPDR full
629         - 20  # NDRPDR full
630         - 28  # NDRPDR full
631         - 35  # NDRPDR full
632         - 42  # NDRPDR full
633         - 46  # NDRPDR full
634         - 47  # NDRPDR full
635         - 48  # NDRPDR full
636         - 49  # NDRPDR full
637         - 50  # NDRPDR full
638         - 51  # NDRPDR full
639         - 52  # NDRPDR full
640         - 53  # NDRPDR full
641         - 54  # NDRPDR full
642         - 55  # NDRPDR full
643         - 56  # NDRPDR full
644         - 57  # NDRPDR full
645         - 58  # NDRPDR full
646         - 59  # NDRPDR full
647         - 61  # NDRPDR full
648         - 62  # NDRPDR full
649         - 63  # NDRPDR full
650         - 64  # NDRPDR full
651         - 65  # NDRPDR full
652         - 67  # NDRPDR full
653         - 70  # NDRPDR full
654         - 72  # NDRPDR full
655         - 73  # NDRPDR full
656         - 76  # NDRPDR full
657         - 77  # NDRPDR full
658         - 78  # NDRPDR full
659         - 79  # NDRPDR full
660         - 81  # NDRPDR full
661         - 82  # NDRPDR full
662         - 84  # NDRPDR full
663         - 85  # NDRPDR full
664
665     vpp-perf-results-3n-skx:
666       # TODO: Add data
667       csit-vpp-perf-verify-2001-3n-skx:
668         - 82  # NDRPDR full - crypto-1
669         - 85  # NDRPDR full - l2-2
670         - 87  # NDRPDR full - ip6-1
671         - 88  # NDRPDR full - ip6-2
672         - 90  # NDRPDR full - memif
673         - 95  # NDRPDR full - l2-1
674         - 96  # NDRPDR full - ip4-2
675         - 97  # NDRPDR full - vhost-1
676         - 102 # NDRPDR full - crypto-2
677         - 104 # NDRPDR full - ip4tunnels-1
678         - 105 # NDRPDR full - ip4tunnels-2
679         - 106 # NDRPDR full - ip4tunnels-3
680         - 107 # NDRPDR full - ip6tunnels-1
681         - 108 # NDRPDR full - ip4-1
682         - 109 # NDRPDR full - crypto-3
683         - 110 # NDRPDR full - crypto-4
684         - 111 # NDRPDR full - ip4-2
685         - 112 # NDRPDR full - ip4-4
686         - 113 # NDRPDR full - ip4-5
687         - 114 # NDRPDR full - ip4-6
688         - 115 # NDRPDR full - ip4-7
689         - 116 # NDRPDR full - ip4-8
690         - 117 # NDRPDR full - ip4-9
691         - 118 # NDRPDR full - srv6-1
692         - 119 # NDRPDR full - srv6-2
693         - 120 # NDRPDR full - l2-3
694         - 122 # NDRPDR full - l2-5
695         - 123 # NDRPDR full - l2-4
696         - 124 # NDRPDR full - l2-7
697         - 125 # NDRPDR full - vhost-2
698         - 126 # NDRPDR full - vhost-3
699         - 128 # NDRPDR full - l2-8
700         - 129 # NDRPDR full - l2-9
701         - 130 # NDRPDR full - l2-10
702         - 131 # NDRPDR full - l2-11
703         - 132 # NDRPDR full - vhost-4
704
705     vpp-perf-results-2n-skx:
706       csit-vpp-perf-verify-2001-2n-skx:
707         - 155  # NDRPDR full - perf-full-2n-skx-ip4_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
708         - 156  # NDRPDR full - perf-full-2n-skx-ip4_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
709         - 157  # NDRPDR full - perf-full-2n-skx-ip4_III - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
710         - 158  # NDRPDR full - perf-full-2n-skx-ip4_V - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
711         - 159  # NDRPDR full - perf-full-2n-skx-ip4_VIII - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
712         - 160  # NDRPDR full - perf-full-2n-skx-ip4_IX - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
713         - 161  # NDRPDR full - perf-full-2n-skx-ip6_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
714         - 162  # NDRPDR full - perf-full-2n-skx-ip6_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
715         - 163  # NDRPDR full - perf-full-2n-skx-l2_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
716         - 164  # NDRPDR full - perf-full-2n-skx-l2_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
717         - 165  # NDRPDR full - perf-full-2n-skx-memif - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
718         - 166  # NDRPDR full - perf-full-2n-skx-vhost I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
719         - 167  # NDRPDR full - perf-full-2n-skx-vhost II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
720         - 168  # NDRPDR full - perf-full-2n-skx-vts - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
721
722     vpp-perf-results-2n-clx:
723       csit-vpp-perf-verify-2001-2n-clx:
724         - 53  # NDRPDR full
725         - 54  # NDRPDR full
726         - 55  # NDRPDR full
727         - 56  # NDRPDR full
728         - 57  # NDRPDR full
729         - 58  # NDRPDR full
730         - 59  # NDRPDR full
731         - 60  # NDRPDR full
732         - 61  # NDRPDR full
733         - 62  # NDRPDR full
734         - 63  # NDRPDR full
735         - 64  # NDRPDR full
736         - 65  # NDRPDR full
737         - 66  # NDRPDR full
738         - 67  # NDRPDR full
739
740     vpp-perf-results-3n-tsh:
741       csit-vpp-perf-verify-2001-3n-tsh:
742         - 10  # NDRPDR sel
743
744     vpp-perf-results-3n-dnv:
745       csit-vpp-perf-verify-2001-3n-dnv:
746         - 19  # NDRPDR full
747         - 20  # NDRPDR full
748         - 21  # NDRPDR full
749         - 22  # NDRPDR full
750         - 23  # NDRPDR full
751         - 24  # NDRPDR full
752         - 25  # NDRPDR full
753         - 26  # NDRPDR full
754         - 37  # NDRPDR full
755         - 38  # NDRPDR full
756         - 39  # NDRPDR full
757
758     vpp-perf-results-2n-dnv:
759       csit-vpp-perf-verify-2001-2n-dnv:
760         - 21  # NDRPDR full
761         - 22  # NDRPDR full
762         - 25  # NDRPDR full
763         - 26  # NDRPDR full
764         - 27  # NDRPDR full
765         - 28  # NDRPDR full
766
767     vpp-mrr-results-3n-hsw:
768       csit-vpp-perf-verify-2001-3n-hsw:
769         - 17  # MRR sel
770
771     vpp-mrr-results-3n-skx:
772       csit-vpp-perf-verify-2001-3n-skx:
773         - 50  # MRR sel
774         - 53  # MRR sel addition
775
776     vpp-mrr-results-2n-skx:
777       csit-vpp-perf-verify-2001-2n-skx:
778         - 101 # MRR sel
779         - 128 # MRR sel addition
780
781     vpp-mrr-results-2n-clx:
782       csit-vpp-perf-verify-2001-2n-clx:
783         - 39  # MRR
784
785     vpp-mrr-results-3n-tsh:
786       csit-vpp-perf-verify-2001-3n-tsh:
787         - 9   # MRR sel
788
789     vpp-mrr-results-3n-dnv:
790       csit-vpp-perf-verify-2001-3n-dnv:
791         - 11  # MRR sel
792
793     vpp-mrr-results-2n-dnv:
794       csit-vpp-perf-verify-2001-2n-dnv:
795         - 12  # MRR sel
796
797     vpp-device-results-ubuntu:
798       csit-vpp-device-2001-ubuntu1804-1n-skx:
799         - 57
800
801     dpdk-perf-results-3n-hsw:
802       csit-dpdk-perf-verify-2001-3n-hsw:
803         - 25  # NDRPDR full
804         - 26  # NDRPDR full
805
806     dpdk-perf-results-3n-skx:
807       csit-dpdk-perf-verify-2001-3n-skx:
808         - 29  # NDRPDR sel xxv710
809         - 30  # NDRPDR sel x710
810
811     dpdk-perf-results-2n-skx:
812       csit-dpdk-perf-verify-2001-2n-skx:
813         - 35  # NDRPDR sel xxv710
814         - 38  # NDRPDR sel x710
815
816     dpdk-perf-results-2n-clx:
817       csit-dpdk-perf-verify-2001-2n-clx:
818         - 15  # NDRPDR sel
819         - 34  # NDRPDR sel
820
821     dpdk-perf-results-2n-dnv:
822       csit-dpdk-perf-verify-2001-2n-dnv:
823         - 16  # NDRPDR sel
824
825     dpdk-perf-results-3n-dnv:
826       csit-dpdk-perf-verify-2001-3n-dnv:
827         - 12  # NDRPDR sel
828
829     dpdk-perf-results-3n-tsh:
830       csit-dpdk-perf-verify-2001-3n-tsh:
831         - 3   # NDRPDR sel
832
833 ###########################################################################
834     # Tables (more than one data set)
835
836     # Performance changes
837
838     vpp-perf-changes-2n-skx-old1908_0:
839       csit-vpp-perf-verify-1908-2n-skx:
840         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
841         - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
842         - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
843         - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
844         - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
845         - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
846         - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
847         - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
848         - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
849         - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
850     vpp-perf-changes-2n-skx-old1908_1:
851       csit-vpp-perf-verify-1908_1-2n-skx:
852         - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
853         - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
854         - 6   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
855         - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
856         - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
857         - 16  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
858         - 21  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
859         - 23  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
860         - 24  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
861         - 25  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
862     vpp-perf-changes-2n-skx-new1908_1:
863       csit-vpp-perf-verify-1908_1-2n-skx:
864         - 39  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
865         - 40  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
866         - 41  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
867         - 43  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
868         - 44  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
869         - 45  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
870         - 46  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
871         - 47  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
872         - 48  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
873         - 49  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
874     vpp-perf-changes-2n-skx-new1908_2:
875       csit-vpp-perf-verify-1908_2-2n-skx:
876         - 1   # NDRPDR sel
877         - 2   # NDRPDR sel
878         - 3   # NDRPDR sel
879         - 4   # NDRPDR sel
880         - 5   # NDRPDR sel
881         - 6   # NDRPDR sel
882         - 7   # NDRPDR sel
883         - 8   # NDRPDR sel
884         - 9   # NDRPDR sel
885         - 10  # NDRPDR sel
886     vpp-perf-changes-2n-skx-new2001_0:
887       csit-vpp-perf-verify-2001-2n-skx:
888         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
889         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
890         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
891         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
892         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
893         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
894         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
895         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
896         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
897         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
898
899     vpp-perf-changes-3n-skx-old1908_0:
900       csit-vpp-perf-verify-1908-3n-skx:
901         - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
902         - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
903         - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
904         - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
905         - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
906         - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
907         - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
908         - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
909         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
910         - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
911     vpp-perf-changes-3n-skx-old1908_1:
912       csit-vpp-perf-verify-1908_1-3n-skx:
913         - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
914         - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
915         - 7   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
916         - 8   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
917         - 9   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
918         - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
919         - 11  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
920         - 12  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
921         - 13  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
922         - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
923     vpp-perf-changes-3n-skx-new1908_1:
924       csit-vpp-perf-verify-1908_1-3n-skx:
925         - 26  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
926         - 27  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
927         - 28  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
928         - 29  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
929         - 30  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
930         - 31  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
931         - 33  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
932         - 34  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
933         - 35  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
934         - 36  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
935     vpp-perf-changes-3n-skx-new1908_2:
936       csit-vpp-perf-verify-1908_2-3n-skx:
937         - 1   # NDRPDR sel
938         - 2   # NDRPDR sel
939     vpp-perf-changes-3n-skx-new2001_0:
940       csit-vpp-perf-verify-2001-3n-skx:
941         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
942         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
943         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
944         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
945         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
946         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
947         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
948
949     vpp-perf-changes-2n-clx-new1908_1:
950       csit-vpp-perf-verify-1908_1-2n-clx:
951         - 5  # NDRPDR sel
952         - 6  # NDRPDR sel
953         - 7  # NDRPDR sel
954         - 8  # NDRPDR sel
955         - 9  # NDRPDR sel
956     vpp-perf-changes-2n-clx-new1908_2:
957       csit-vpp-perf-verify-1908_2-2n-clx:
958         - 4  # NDRPDR sel
959         - 5  # NDRPDR sel
960         - 6  # NDRPDR sel
961         - 7  # NDRPDR sel
962         - 8  # NDRPDR sel
963
964     vpp-performance-changes-3n-hsw-h1:
965       csit-vpp-perf-verify-1904-3n-hsw:
966         - 11  # NDRPDR sel
967         - 12  # NDRPDR sel
968         - 20  # NDRPDR sel
969         - 21  # NDRPDR sel
970         - 23  # NDRPDR sel
971         - 24  # NDRPDR sel
972         - 25  # NDRPDR sel
973         - 26  # NDRPDR sel
974         - 29  # NDRPDR sel
975         - 30  # NDRPDR sel
976     vpp-performance-changes-3n-hsw-ref:
977       csit-vpp-perf-verify-1908-3n-hsw:
978         - 12  # NDRPDR sel
979         - 13  # NDRPDR sel
980         - 14  # NDRPDR sel
981         - 15  # NDRPDR sel
982         - 16  # NDRPDR sel
983         - 17  # NDRPDR sel
984         - 18  # NDRPDR sel
985         - 19  # NDRPDR sel
986         - 20  # NDRPDR sel
987         - 21  # NDRPDR sel
988     vpp-performance-changes-3n-hsw-cmp:
989       csit-vpp-perf-verify-2001-3n-hsw:
990         - 21  # NDRPDR sel
991         - 22  # NDRPDR sel
992         - 23  # NDRPDR sel
993         - 24  # NDRPDR sel
994         - 25  # NDRPDR sel
995         - 29  # NDRPDR sel
996         - 30  # NDRPDR sel
997         - 31  # NDRPDR sel
998         - 32  # NDRPDR sel
999         - 34  # NDRPDR sel
1000
1001     vpp-performance-changes-3n-skx-h1:
1002       csit-vpp-perf-verify-1904-3n-skx:
1003         - 8   # NDRPDR sel
1004         - 9   # NDRPDR sel
1005         - 10  # NDRPDR sel
1006         - 11  # NDRPDR sel
1007         - 12  # NDRPDR sel
1008         - 14  # NDRPDR sel
1009         - 16  # NDRPDR sel
1010         - 21  # NDRPDR sel
1011         - 23  # NDRPDR sel
1012         - 25  # NDRPDR sel
1013     vpp-performance-changes-3n-skx-ref:
1014       csit-vpp-perf-verify-1908-3n-skx:
1015         - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
1016         - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
1017         - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
1018         - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
1019         - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
1020         - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
1021         - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
1022         - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
1023         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
1024         - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
1025     vpp-performance-changes-3n-skx-cmp:
1026       # TODO: Add the data
1027       csit-vpp-perf-verify-2001-3n-skx:
1028         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1029         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1030         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1031         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1032         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1033         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1034         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1035
1036     vpp-performance-changes-2n-skx-h1:
1037       csit-vpp-perf-verify-1904-2n-skx:
1038         - 12  # NDRPDR sel
1039         - 14  # NDRPDR sel
1040         - 16  # NDRPDR sel
1041         - 17  # NDRPDR sel
1042         - 18  # NDRPDR sel
1043         - 21  # NDRPDR sel
1044         - 27  # NDRPDR sel
1045         - 30  # NDRPDR sel
1046         - 31  # NDRPDR sel
1047         - 32  # NDRPDR sel
1048     vpp-performance-changes-2n-skx-ref:
1049       csit-vpp-perf-verify-1908-2n-skx:
1050         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
1051         - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
1052         - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
1053         - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
1054         - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
1055         - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
1056         - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
1057         - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
1058         - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
1059         - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
1060     vpp-performance-changes-2n-skx-cmp:
1061       csit-vpp-perf-verify-2001-2n-skx:
1062         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1063         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1064         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1065         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1066         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1067         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1068         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1069         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1070         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1071         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1072
1073     vpp-performance-changes-nfv-2n-skx-ref:
1074       csit-vpp-perf-verify-1908-2n-skx:
1075         - 22  # NFV
1076         - 31  # NFV
1077         - 32  # NFV
1078     vpp-performance-changes-nfv-2n-skx-cmp:
1079       # TODO: Add the data
1080       csit-vpp-perf-verify-2001-2n-skx:
1081         - 30  # NFV
1082         - 31  # NFV
1083
1084     vpp-performance-changes-2n-dnv-ref:
1085       csit-vpp-perf-verify-1908-2n-dnv:
1086         - 1   # NDRPDR sel
1087         - 2   # NDRPDR sel
1088         - 3   # NDRPDR sel
1089         - 4   # NDRPDR sel
1090         - 5   # NDRPDR sel
1091         - 6   # NDRPDR sel
1092         - 7   # NDRPDR sel
1093         - 8   # NDRPDR sel
1094         - 9   # NDRPDR sel
1095         - 10  # NDRPDR sel
1096     vpp-performance-changes-2n-dnv-cmp:
1097       csit-vpp-perf-verify-2001-2n-dnv:
1098         - 4   # NDRPDR sel
1099         - 5   # NDRPDR sel
1100         - 6   # NDRPDR sel
1101         - 7   # NDRPDR sel
1102         - 8   # NDRPDR sel
1103         - 9   # NDRPDR sel
1104         - 10  # NDRPDR sel
1105         - 11  # NDRPDR sel
1106         - 13  # NDRPDR sel
1107         - 16  # NDRPDR sel
1108
1109     vpp-performance-changes-3n-dnv-ref:
1110       csit-vpp-perf-verify-1908-3n-dnv:
1111         - 6   # NDRPDR sel
1112         - 7   # NDRPDR sel
1113         - 8   # NDRPDR sel
1114         - 9   # NDRPDR sel
1115         - 10  # NDRPDR sel
1116         - 12  # NDRPDR sel
1117         - 13  # NDRPDR sel
1118         - 14  # NDRPDR sel
1119         - 15  # NDRPDR sel
1120         - 16  # NDRPDR sel
1121     vpp-performance-changes-3n-dnv-cmp:
1122       csit-vpp-perf-verify-2001-3n-dnv:
1123         - 5   # NDRPDR sel
1124         - 6   # NDRPDR sel
1125         - 7   # NDRPDR sel
1126         - 8   # NDRPDR sel
1127         - 9   # NDRPDR sel
1128         - 10  # NDRPDR sel
1129         - 12  # NDRPDR sel
1130         - 16  # NDRPDR sel
1131         - 17  # NDRPDR sel
1132         - 18  # NDRPDR sel
1133
1134     vpp-performance-changes-3n-tsh-ref:
1135       csit-vpp-perf-verify-1908-3n-tsh:
1136         - 7   # NDRPDR sel
1137         - 8   # NDRPDR sel
1138         - 9   # NDRPDR sel
1139         - 10  # NDRPDR sel
1140         - 11  # NDRPDR sel
1141         - 12  # NDRPDR sel
1142         - 13  # NDRPDR sel
1143         - 14  # NDRPDR sel
1144         - 15  # NDRPDR sel
1145         - 16  # NDRPDR sel
1146     vpp-performance-changes-3n-tsh-cmp:
1147       csit-vpp-perf-verify-2001-3n-tsh:
1148         - 3   # NDRPDR sel
1149         - 4   # NDRPDR sel
1150         - 7   # NDRPDR sel
1151         - 8   # NDRPDR sel
1152         - 10  # NDRPDR sel
1153         - 12  # NDRPDR sel
1154         - 13  # NDRPDR sel
1155         - 14  # NDRPDR sel
1156         - 15  # NDRPDR sel
1157         - 21  # NDRPDR sel
1158
1159     vpp-soak-vs-ndr-2n-skx-ref:
1160       csit-vpp-perf-verify-2001-2n-skx:
1161         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1162         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1163         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1164         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1165         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1166         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1167         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1168         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1169         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1170         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1171     vpp-soak-vs-ndr-2n-skx-cmp:
1172       csit-vpp-perf-verify-2001-2n-skx:
1173         - 181  # Soak
1174         - 182  # Soak
1175     vpp-soak-vs-ndr-2n-skx:
1176       csit-vpp-perf-verify-2001-2n-skx:
1177         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1178         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1179         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1180         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1181         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1182         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1183         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1184         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1185         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1186         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1187         - 181  # Soak
1188         - 182  # Soak
1189
1190     vpp-soak-vs-ndr-2n-clx-ref:
1191       csit-vpp-perf-verify-2001-2n-clx:
1192         - 28  # NDRPDR sel
1193         - 29  # NDRPDR sel
1194         - 32  # NDRPDR sel
1195         - 40  # NDRPDR sel
1196         - 43  # NDRPDR sel
1197         - 44  # NDRPDR sel
1198         - 45  # NDRPDR sel
1199         - 47  # NDRPDR sel
1200         - 48  # NDRPDR sel
1201         - 49  # NDRPDR sel
1202     vpp-soak-vs-ndr-2n-clx-cmp:
1203       csit-vpp-perf-verify-2001-2n-clx:
1204         - 93  # SOAK
1205         - 94  # Soak
1206     vpp-soak-vs-ndr-2n-clx:
1207       csit-vpp-perf-verify-2001-2n-clx:
1208         - 28  # NDRPDR sel
1209         - 29  # NDRPDR sel
1210         - 32  # NDRPDR sel
1211         - 40  # NDRPDR sel
1212         - 43  # NDRPDR sel
1213         - 44  # NDRPDR sel
1214         - 45  # NDRPDR sel
1215         - 47  # NDRPDR sel
1216         - 48  # NDRPDR sel
1217         - 49  # NDRPDR sel
1218         - 93  # SOAK
1219         - 94  # Soak
1220
1221     vpp-performance-changes-3n-hsw-mrr-h1:
1222       csit-vpp-perf-verify-1904-3n-hsw:
1223         - 9   # MRR sel
1224     vpp-performance-changes-3n-hsw-mrr-ref:
1225       csit-vpp-perf-verify-1908-3n-hsw:
1226         - 39  # MRR sel
1227     vpp-performance-changes-3n-hsw-mrr-cmp:
1228       csit-vpp-perf-verify-2001-3n-hsw:
1229         - 17  # MRR sel
1230
1231     vpp-performance-changes-3n-skx-mrr-h1:
1232       csit-vpp-perf-verify-1904-3n-skx:
1233         - 7   # MRR sel
1234     vpp-performance-changes-3n-skx-mrr-ref:
1235       csit-vpp-perf-verify-1908-3n-skx:
1236         - 36  # MRR sel
1237     vpp-performance-changes-3n-skx-mrr-cmp:
1238       csit-vpp-perf-verify-2001-3n-skx:
1239         - 50  # MRR sel
1240         - 53  # MRR sel addition
1241
1242     vpp-performance-changes-2n-skx-mrr-h1:
1243       csit-vpp-perf-verify-1904-2n-skx:
1244         - 11  # MRR sel
1245     vpp-performance-changes-2n-skx-mrr-ref:
1246       csit-vpp-perf-verify-1908-2n-skx:
1247         - 69  # MRR sel
1248     vpp-performance-changes-2n-skx-mrr-cmp:
1249       csit-vpp-perf-verify-2001-2n-skx:
1250         - 101 # MRR sel
1251         - 128 # MRR sel addition
1252
1253     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1254       csit-vpp-perf-verify-1908-2n-skx:
1255         - 71  # NFV MRR
1256     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1257       # TODO: Replace
1258       # csit-vpp-perf-verify-2001-2n-skx:
1259       csit-vpp-perf-verify-1908-2n-skx:
1260         - 71  # NFV MRR
1261
1262     vpp-performance-changes-2n-dnv-mrr-ref:
1263       csit-vpp-perf-verify-1908-2n-dnv:
1264         - 11  # MRR sel
1265     vpp-performance-changes-2n-dnv-mrr-cmp:
1266       csit-vpp-perf-verify-2001-2n-dnv:
1267         - 12  # MRR sel
1268
1269     vpp-performance-changes-3n-dnv-mrr-ref:
1270       csit-vpp-perf-verify-1908-3n-dnv:
1271         - 17  # MRR sel
1272     vpp-performance-changes-3n-dnv-mrr-cmp:
1273       csit-vpp-perf-verify-2001-3n-dnv:
1274         - 11  # MRR sel
1275
1276     vpp-performance-changes-3n-tsh-mrr-ref:
1277       csit-vpp-perf-verify-1908-3n-tsh:
1278         - 17  # MRR sel
1279     vpp-performance-changes-3n-tsh-mrr-cmp:
1280       csit-vpp-perf-verify-2001-3n-tsh:
1281         - 9   # MRR sel
1282
1283     dpdk-performance-changes-3n-hsw-h1:
1284       csit-dpdk-perf-verify-1904-3n-hsw:
1285         - 2   # NDRPDR sel
1286         - 3   # NDRPDR sel
1287         - 5   # NDRPDR sel
1288         - 6   # NDRPDR sel
1289         - 13  # NDRPDR sel
1290         - 14  # NDRPDR sel
1291         - 15  # NDRPDR sel
1292         - 18  # NDRPDR sel
1293         - 19  # NDRPDR sel
1294         - 20  # NDRPDR sel
1295     dpdk-performance-changes-3n-hsw-ref:
1296       csit-dpdk-perf-verify-1908-3n-hsw:
1297         - 2   # NDRPDR sel
1298         - 3   # NDRPDR sel
1299         - 4   # NDRPDR sel
1300         - 5   # NDRPDR sel
1301         - 6   # NDRPDR sel
1302         - 7   # NDRPDR sel
1303         - 8   # NDRPDR sel
1304         - 9   # NDRPDR sel
1305         - 10  # NDRPDR sel
1306         - 11  # NDRPDR sel
1307     dpdk-performance-changes-3n-hsw-cmp:
1308       csit-dpdk-perf-verify-2001-3n-hsw:
1309 #        - 4   # NDRPDR sel
1310 #        - 5   # NDRPDR sel
1311 #        - 6   # NDRPDR sel
1312 #        - 7   # NDRPDR sel
1313 #        - 8   # NDRPDR sel
1314 #        - 9   # NDRPDR sel
1315 #        - 10  # NDRPDR sel
1316 #        - 11  # NDRPDR sel
1317 #        - 12  # NDRPDR sel
1318 #        - 13  # NDRPDR sel
1319         - 15  # NDRPDR sel
1320         - 16  # NDRPDR sel
1321         - 17  # NDRPDR sel
1322         - 18  # NDRPDR sel
1323         - 19  # NDRPDR sel
1324         - 20  # NDRPDR sel
1325         - 21  # NDRPDR sel
1326         - 22  # NDRPDR sel
1327         - 23  # NDRPDR sel
1328         - 24  # NDRPDR sel
1329
1330     dpdk-performance-changes-3n-skx-h1:
1331       csit-dpdk-perf-verify-1904-3n-skx:
1332         - 2   # NDRPDR sel
1333         - 3   # NDRPDR sel
1334         - 4   # NDRPDR sel
1335         - 5   # NDRPDR sel
1336         - 6   # NDRPDR sel
1337         - 7   # NDRPDR sel
1338         - 11  # NDRPDR sel
1339         - 12  # NDRPDR sel
1340         - 13  # NDRPDR sel
1341         - 14  # NDRPDR sel
1342     dpdk-performance-changes-3n-skx-ref:
1343       csit-dpdk-perf-verify-1908-3n-skx:
1344         - 3   # NDRPDR sel
1345         - 4   # NDRPDR sel
1346         - 5   # NDRPDR sel
1347         - 6   # NDRPDR sel
1348         - 7   # NDRPDR sel
1349         - 8   # NDRPDR sel
1350         - 9   # NDRPDR sel
1351         - 10  # NDRPDR sel
1352         - 11  # NDRPDR sel
1353         - 12  # NDRPDR sel
1354     dpdk-performance-changes-3n-skx-cmp:
1355       csit-dpdk-perf-verify-2001-3n-skx:
1356         - 29  # NDRPDR sel xxv710
1357         - 33  # NDRPDR sel xxv710
1358         - 34  # NDRPDR sel xxv710
1359         - 35  # NDRPDR sel xxv710
1360         - 36  # NDRPDR sel xxv710
1361         - 37  # NDRPDR sel xxv710
1362         - 41  # NDRPDR sel xxv710
1363         - 42  # NDRPDR sel xxv710
1364         - 43  # NDRPDR sel xxv710
1365         - 45  # NDRPDR sel xxv710
1366         - 30  # NDRPDR sel x710
1367         - 31  # NDRPDR sel x710
1368         - 32  # NDRPDR sel x710
1369         - 38  # NDRPDR sel x710
1370         - 39  # NDRPDR sel x710
1371         - 40  # NDRPDR sel x710
1372         - 44  # NDRPDR sel x710
1373         - 46  # NDRPDR sel x710
1374         - 47  # NDRPDR sel x710
1375         - 48  # NDRPDR sel x710
1376
1377     dpdk-performance-changes-2n-skx-h1:
1378       csit-dpdk-perf-verify-1904-2n-skx:
1379         - 2   # NDRPDR sel
1380         - 3   # NDRPDR sel
1381         - 4   # NDRPDR sel
1382         - 5   # NDRPDR sel
1383         - 7   # NDRPDR sel
1384         - 8   # NDRPDR sel
1385         - 9   # NDRPDR sel
1386         - 10  # NDRPDR sel
1387         - 11  # NDRPDR sel
1388         - 12  # NDRPDR sel
1389     dpdk-performance-changes-2n-skx-ref:
1390       csit-dpdk-perf-verify-1908-2n-skx:
1391         - 2   # NDRPDR sel
1392         - 3   # NDRPDR sel
1393         - 4   # NDRPDR sel
1394         - 5   # NDRPDR sel
1395         - 7   # NDRPDR sel
1396         - 8   # NDRPDR sel
1397         - 9   # NDRPDR sel
1398         - 10  # NDRPDR sel
1399         - 11  # NDRPDR sel
1400         - 12  # NDRPDR sel
1401     dpdk-performance-changes-2n-skx-cmp:
1402       csit-dpdk-perf-verify-2001-2n-skx:
1403         - 35  # NDRPDR sel xxv710
1404         - 36  # NDRPDR sel xxv710
1405         - 37  # NDRPDR sel xxv710
1406         - 41  # NDRPDR sel xxv710
1407         - 42  # NDRPDR sel xxv710
1408         - 43  # NDRPDR sel xxv710
1409         - 46  # NDRPDR sel xxv710
1410         - 47  # NDRPDR sel xxv710
1411         - 52  # NDRPDR sel xxv710
1412         - 53  # NDRPDR sel xxv710
1413         - 38  # NDRPDR sel x710
1414         - 39  # NDRPDR sel x710
1415         - 40  # NDRPDR sel x710
1416         - 44  # NDRPDR sel x710
1417         - 45  # NDRPDR sel x710
1418         - 48  # NDRPDR sel x710
1419         - 49  # NDRPDR sel x710
1420         - 50  # NDRPDR sel x710
1421         - 51  # NDRPDR sel x710
1422         - 54  # NDRPDR sel x710
1423
1424     # Compare testbeds
1425
1426     vpp-compare-testbeds-ref:
1427       csit-vpp-perf-verify-2001-3n-hsw:
1428         - 21  # NDRPDR sel
1429         - 22  # NDRPDR sel
1430         - 23  # NDRPDR sel
1431         - 24  # NDRPDR sel
1432         - 25  # NDRPDR sel
1433         - 29  # NDRPDR sel
1434         - 30  # NDRPDR sel
1435         - 31  # NDRPDR sel
1436         - 32  # NDRPDR sel
1437         - 34  # NDRPDR sel
1438     vpp-compare-testbeds-cmp:
1439       # TODO: Add the data
1440       csit-vpp-perf-verify-2001-3n-skx:
1441         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1442         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1443         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1444         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1445         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1446         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1447         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1448
1449     vpp-compare-testbeds-skx-clx-ref:
1450       csit-vpp-perf-verify-2001-2n-skx:
1451         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1452         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1453         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1454         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1455         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1456         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1457         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1458         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1459         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1460         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1461     vpp-compare-testbeds-skx-clx-cmp:
1462       csit-vpp-perf-verify-2001-2n-clx:
1463         - 28  # NDRPDR sel
1464         - 29  # NDRPDR sel
1465         - 32  # NDRPDR sel
1466         - 40  # NDRPDR sel
1467         - 43  # NDRPDR sel
1468         - 44  # NDRPDR sel
1469         - 45  # NDRPDR sel
1470         - 47  # NDRPDR sel
1471         - 48  # NDRPDR sel
1472         - 49  # NDRPDR sel
1473
1474     vpp-compare-testbeds-hsw-clx-ref:
1475       csit-vpp-perf-verify-2001-3n-hsw:
1476         - 21  # NDRPDR sel
1477         - 22  # NDRPDR sel
1478         - 23  # NDRPDR sel
1479         - 24  # NDRPDR sel
1480         - 25  # NDRPDR sel
1481         - 29  # NDRPDR sel
1482         - 30  # NDRPDR sel
1483         - 31  # NDRPDR sel
1484         - 32  # NDRPDR sel
1485         - 34  # NDRPDR sel
1486     vpp-compare-testbeds-hsw-clx-cmp:
1487       csit-vpp-perf-verify-2001-2n-clx:
1488         - 28  # NDRPDR sel
1489         - 29  # NDRPDR sel
1490         - 32  # NDRPDR sel
1491         - 40  # NDRPDR sel
1492         - 43  # NDRPDR sel
1493         - 44  # NDRPDR sel
1494         - 45  # NDRPDR sel
1495         - 47  # NDRPDR sel
1496         - 48  # NDRPDR sel
1497         - 49  # NDRPDR sel
1498
1499     vpp-compare-testbeds-mrr-ref:
1500       csit-vpp-perf-verify-2001-3n-hsw:
1501         - 17  # MRR sel
1502     vpp-compare-testbeds-mrr-cmp:
1503       csit-vpp-perf-verify-2001-3n-skx:
1504         - 50  # MRR sel
1505         - 53  # MRR sel addition
1506
1507     vpp-compare-testbeds-mrr-skx-clx-ref:
1508       csit-vpp-perf-verify-2001-2n-skx:
1509         - 101 # MRR sel
1510         - 128 # MRR sel addition
1511     vpp-compare-testbeds-mrr-skx-clx-cmp:
1512       csit-vpp-perf-verify-2001-2n-clx:
1513         - 39  # MRR
1514
1515     vpp-compare-testbeds-mrr-hsw-clx-ref:
1516       csit-vpp-perf-verify-2001-3n-hsw:
1517         - 17  # MRR sel
1518     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1519       csit-vpp-perf-verify-2001-2n-clx:
1520         - 39  # MRR
1521
1522     dpdk-compare-testbeds-ref:
1523       csit-dpdk-perf-verify-2001-3n-hsw:
1524         - 4   # NDRPDR sel
1525         - 5   # NDRPDR sel
1526         - 6   # NDRPDR sel
1527         - 7   # NDRPDR sel
1528         - 8   # NDRPDR sel
1529         - 9   # NDRPDR sel
1530         - 10  # NDRPDR sel
1531         - 11  # NDRPDR sel
1532         - 12  # NDRPDR sel
1533         - 13  # NDRPDR sel
1534         - 15  # NDRPDR sel
1535         - 16  # NDRPDR sel
1536         - 17  # NDRPDR sel
1537         - 18  # NDRPDR sel
1538         - 19  # NDRPDR sel
1539         - 20  # NDRPDR sel
1540         - 21  # NDRPDR sel
1541         - 22  # NDRPDR sel
1542         - 23  # NDRPDR sel
1543         - 24  # NDRPDR sel
1544     dpdk-compare-testbeds-cmp:
1545       csit-dpdk-perf-verify-2001-3n-skx:
1546         - 29  # NDRPDR sel xxv710
1547         - 33  # NDRPDR sel xxv710
1548         - 34  # NDRPDR sel xxv710
1549         - 35  # NDRPDR sel xxv710
1550         - 36  # NDRPDR sel xxv710
1551         - 37  # NDRPDR sel xxv710
1552         - 41  # NDRPDR sel xxv710
1553         - 42  # NDRPDR sel xxv710
1554         - 43  # NDRPDR sel xxv710
1555         - 45  # NDRPDR sel xxv710
1556         - 30  # NDRPDR sel x710
1557         - 31  # NDRPDR sel x710
1558         - 32  # NDRPDR sel x710
1559         - 38  # NDRPDR sel x710
1560         - 39  # NDRPDR sel x710
1561         - 40  # NDRPDR sel x710
1562         - 44  # NDRPDR sel x710
1563         - 46  # NDRPDR sel x710
1564         - 47  # NDRPDR sel x710
1565         - 48  # NDRPDR sel x710
1566
1567     dpdk-compare-testbeds-skx-clx-ref:
1568       csit-dpdk-perf-verify-2001-2n-skx:
1569         - 35  # NDRPDR sel xxv710
1570         - 36  # NDRPDR sel xxv710
1571         - 37  # NDRPDR sel xxv710
1572         - 41  # NDRPDR sel xxv710
1573         - 42  # NDRPDR sel xxv710
1574         - 43  # NDRPDR sel xxv710
1575         - 46  # NDRPDR sel xxv710
1576         - 47  # NDRPDR sel xxv710
1577         - 52  # NDRPDR sel xxv710
1578         - 53  # NDRPDR sel xxv710
1579         - 38  # NDRPDR sel x710
1580         - 39  # NDRPDR sel x710
1581         - 40  # NDRPDR sel x710
1582         - 44  # NDRPDR sel x710
1583         - 45  # NDRPDR sel x710
1584         - 48  # NDRPDR sel x710
1585         - 49  # NDRPDR sel x710
1586         - 50  # NDRPDR sel x710
1587         - 51  # NDRPDR sel x710
1588         - 54  # NDRPDR sel x710
1589     dpdk-compare-testbeds-skx-clx-cmp:
1590       csit-dpdk-perf-verify-2001-2n-clx:
1591         - 15  # NDRPDR sel
1592         - 16  # NDRPDR sel
1593         - 17  # NDRPDR sel
1594         - 18  # NDRPDR sel
1595         - 19  # NDRPDR sel
1596         - 20  # NDRPDR sel
1597         - 21  # NDRPDR sel
1598         - 22  # NDRPDR sel
1599         - 23  # NDRPDR sel
1600         - 24  # NDRPDR sel
1601         - 25  # NDRPDR sel
1602         - 26  # NDRPDR sel
1603         - 27  # NDRPDR sel
1604         - 28  # NDRPDR sel
1605         - 29  # NDRPDR sel
1606         - 30  # NDRPDR sel
1607         - 31  # NDRPDR sel
1608         - 32  # NDRPDR sel
1609         - 33  # NDRPDR sel
1610         - 34  # NDRPDR sel
1611
1612     # Compare topologies
1613
1614     vpp-compare-topologies-ref:
1615       # TODO: Add the data
1616       csit-vpp-perf-verify-2001-3n-skx:
1617         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1618         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1619         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1620         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1621         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1622         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1623         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1624     vpp-compare-topologies-cmp:
1625       csit-vpp-perf-verify-2001-2n-skx:
1626         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1627         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1628         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1629         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1630         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1631         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1632         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1633         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1634         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1635         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1636
1637     vpp-compare-topologies-mrr-ref:
1638       csit-vpp-perf-verify-2001-3n-skx:
1639         - 50  # MRR sel
1640         - 53  # MRR sel addition
1641     vpp-compare-topologies-mrr-cmp:
1642       csit-vpp-perf-verify-2001-2n-skx:
1643         - 101 # MRR sel
1644         - 128 # MRR sel addition
1645
1646     dpdk-compare-topologies-ref:
1647       csit-dpdk-perf-verify-2001-3n-skx:
1648         - 29  # NDRPDR sel xxv710
1649         - 33  # NDRPDR sel xxv710
1650         - 34  # NDRPDR sel xxv710
1651         - 35  # NDRPDR sel xxv710
1652         - 36  # NDRPDR sel xxv710
1653         - 37  # NDRPDR sel xxv710
1654         - 41  # NDRPDR sel xxv710
1655         - 42  # NDRPDR sel xxv710
1656         - 43  # NDRPDR sel xxv710
1657         - 45  # NDRPDR sel xxv710
1658         - 30  # NDRPDR sel x710
1659         - 31  # NDRPDR sel x710
1660         - 32  # NDRPDR sel x710
1661         - 38  # NDRPDR sel x710
1662         - 39  # NDRPDR sel x710
1663         - 40  # NDRPDR sel x710
1664         - 44  # NDRPDR sel x710
1665         - 46  # NDRPDR sel x710
1666         - 47  # NDRPDR sel x710
1667         - 48  # NDRPDR sel x710
1668     dpdk-compare-topologies-cmp:
1669       csit-dpdk-perf-verify-2001-2n-skx:
1670         - 35  # NDRPDR sel xxv710
1671         - 36  # NDRPDR sel xxv710
1672         - 37  # NDRPDR sel xxv710
1673         - 41  # NDRPDR sel xxv710
1674         - 42  # NDRPDR sel xxv710
1675         - 43  # NDRPDR sel xxv710
1676         - 46  # NDRPDR sel xxv710
1677         - 47  # NDRPDR sel xxv710
1678         - 52  # NDRPDR sel xxv710
1679         - 53  # NDRPDR sel xxv710
1680         - 38  # NDRPDR sel x710
1681         - 39  # NDRPDR sel x710
1682         - 40  # NDRPDR sel x710
1683         - 44  # NDRPDR sel x710
1684         - 45  # NDRPDR sel x710
1685         - 48  # NDRPDR sel x710
1686         - 49  # NDRPDR sel x710
1687         - 50  # NDRPDR sel x710
1688         - 51  # NDRPDR sel x710
1689         - 54  # NDRPDR sel x710
1690
1691   plot-layouts:
1692
1693     plot-soak-throughput:
1694       titlefont:
1695         size: 18
1696       xaxis:
1697         title: "<b>Test Cases [Index]</b>"
1698         titlefont:
1699           size: 16
1700         autorange: True
1701         fixedrange: False
1702         gridcolor: "rgb(230, 230, 230)"
1703         linecolor: "rgb(220, 220, 220)"
1704         linewidth: 1
1705         showgrid: True
1706         showline: True
1707         showticklabels: True
1708         tickcolor: "rgb(220, 220, 220)"
1709         tickmode: "linear"
1710         tickfont:
1711           size: 16
1712         zeroline: False
1713       yaxis:
1714         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1715         titlefont:
1716           size: 16
1717         gridcolor: "rgb(230, 230, 230)"
1718         hoverformat: ".4r"
1719         tickformat: ".3r"
1720         linecolor: "rgb(220, 220, 220)"
1721         linewidth: 1
1722         showgrid: True
1723         showline: True
1724         showticklabels: True
1725         tickcolor: "rgb(220, 220, 220)"
1726         tickfont:
1727           size: 16
1728         zeroline: False
1729         range: [0,50]
1730       autosize: False
1731       margin:
1732         t: 50
1733         b: 0
1734         l: 80
1735         r: 20
1736       showlegend: True
1737       legend:
1738         orientation: "h"
1739         font:
1740           size: 16
1741       width: 700
1742       height: 900
1743       paper_bgcolor: "#fff"
1744       plot_bgcolor: "#fff"
1745       hoverlabel:
1746         namelength: -1
1747
1748     plot-service-density:
1749       titlefont:
1750         size: 18
1751       xaxis:
1752         side: "top"
1753         autorange: True
1754         fixedrange: False
1755         showgrid: False
1756         showline: False
1757         showticklabels: False
1758         ticks: ""
1759         ticklen: 0
1760         tickwidth: 0
1761         zeroline: False
1762       yaxis:
1763         autorange: "reversed"
1764         showgrid: False
1765         showline: False
1766         showticklabels: False
1767         ticks: ""
1768         ticklen: 0
1769         tickwidth: 0
1770         zeroline: False
1771       showlegend: False
1772       paper_bgcolor: "#fff"
1773       plot_bgcolor: "#fff"
1774       width: 700
1775       height: 700
1776       hoverlabel:
1777         namelength: -1
1778
1779     plot-cps:
1780       titlefont:
1781         size: 18
1782       xaxis:
1783         title: "<b>Test Cases [Index]</b>"
1784         titlefont:
1785           size: 16
1786         autorange: True
1787         fixedrange: False
1788         gridcolor: "rgb(230, 230, 230)"
1789         linecolor: "rgb(220, 220, 220)"
1790         linewidth: 1
1791         showgrid: True
1792         showline: True
1793         showticklabels: True
1794         tickcolor: "rgb(220, 220, 220)"
1795         tickmode: "linear"
1796         tickfont:
1797           size: 16
1798         zeroline: False
1799       yaxis:
1800         title: "<b>Connections Per Second [cps]</b>"
1801         titlefont:
1802           size: 16
1803         gridcolor: "rgb(230, 230, 230)"
1804         hoverformat: ".4s"
1805         linecolor: "rgb(220, 220, 220)"
1806         linewidth: 1
1807         rangemode: "tozero"
1808         showgrid: True
1809         showline: True
1810         showticklabels: True
1811         tickcolor: "rgb(220, 220, 220)"
1812         tickformat: ".3s"
1813         tickfont:
1814           size: 16
1815         zeroline: False
1816       boxmode: "group"
1817       boxgroupgap: 0.5
1818       autosize: False
1819       margin:
1820         t: 50
1821         b: 20
1822         l: 80
1823         r: 20
1824       showlegend: True
1825       legend:
1826         orientation: "h"
1827         font:
1828           size: 16
1829       width: 700
1830       height: 800
1831       paper_bgcolor: "#fff"
1832       plot_bgcolor: "#fff"
1833       hoverlabel:
1834         namelength: -1
1835
1836     plot-rps:
1837       titlefont:
1838         size: 18
1839       xaxis:
1840         title: "<b>Test Cases [Index]</b>"
1841         titlefont:
1842           size: 16
1843         autorange: True
1844         fixedrange: False
1845         gridcolor: "rgb(230, 230, 230)"
1846         linecolor: "rgb(220, 220, 220)"
1847         linewidth: 1
1848         showgrid: True
1849         showline: True
1850         showticklabels: True
1851         tickcolor: "rgb(220, 220, 220)"
1852         tickmode: "linear"
1853         tickfont:
1854           size: 16
1855         zeroline: False
1856       yaxis:
1857         title: "<b>Requests Per Second [rps]</b>"
1858         titlefont:
1859           size: 16
1860         gridcolor: "rgb(230, 230, 230)"
1861         hoverformat: ".4s"
1862         linecolor: "rgb(220, 220, 220)"
1863         linewidth: 1
1864         rangemode: "tozero"
1865         showgrid: True
1866         showline: True
1867         showticklabels: True
1868         tickcolor: "rgb(230, 230, 230)"
1869         tickformat: ".3s"
1870         tickfont:
1871           size: 16
1872         zeroline: False
1873       boxmode: "group"
1874       boxgroupgap: 0.5
1875       autosize: False
1876       margin:
1877         t: 50
1878         b: 20
1879         l: 80
1880         r: 20
1881       showlegend: True
1882       legend:
1883         orientation: "h"
1884         font:
1885           size: 16
1886       width: 700
1887       height: 800
1888       paper_bgcolor: "#fff"
1889       plot_bgcolor: "#fff"
1890       hoverlabel:
1891         namelength: -1
1892
1893     plot-hoststack:
1894       titlefont:
1895         size: 16
1896       xaxis:
1897         title: "<b>Test Cases [Index]</b>"
1898         titlefont:
1899           size: 14
1900         autorange: True
1901         fixedrange: False
1902         gridcolor: "rgb(230, 230, 230)"
1903         linecolor: "rgb(220, 220, 220)"
1904         linewidth: 1
1905         showgrid: True
1906         showline: True
1907         showticklabels: True
1908         tickcolor: "rgb(220, 220, 220)"
1909         tickmode: "linear"
1910         tickfont:
1911           size: 14
1912         zeroline: False
1913       yaxis:
1914         title: "<b>Bandwidth [Gbps]</b>"
1915         titlefont:
1916           size: 14
1917         gridcolor: "rgb(230, 230, 230)"
1918         hoverformat: ".4s"
1919         linecolor: "rgb(220, 220, 220)"
1920         linewidth: 1
1921         rangemode: "tozero"
1922         showgrid: True
1923         showline: True
1924         showticklabels: True
1925         tickcolor: "rgb(230, 230, 230)"
1926         tickformat: ".3s"
1927         tickfont:
1928           size: 14
1929         zeroline: False
1930       boxmode: "group"
1931       boxgroupgap: 0.5
1932       autosize: False
1933       margin:
1934         t: 50
1935         b: 20
1936         l: 80
1937         r: 20
1938       showlegend: True
1939       legend:
1940         orientation: "h"
1941         font:
1942           size: 14
1943       width: 700
1944       height: 800
1945       paper_bgcolor: "#fff"
1946       plot_bgcolor: "#fff"
1947       hoverlabel:
1948         namelength: -1
1949
1950     plot-throughput:
1951       titlefont:
1952         size: 18
1953       xaxis:
1954         title: "<b>Test Cases [Index]</b>"
1955         titlefont:
1956           size: 16
1957         autorange: True
1958         fixedrange: False
1959         gridcolor: "rgb(230, 230, 230)"
1960         linecolor: "rgb(220, 220, 220)"
1961         linewidth: 1
1962         showgrid: True
1963         showline: True
1964         showticklabels: True
1965         tickcolor: "rgb(220, 220, 220)"
1966         tickmode: "linear"
1967         tickfont:
1968           size: 16
1969         zeroline: False
1970       yaxis:
1971         title: "<b>Packet Throughput [Mpps]</b>"
1972         titlefont:
1973           size: 16
1974         gridcolor: "rgb(230, 230, 230)"
1975         hoverformat: ".4r"
1976         tickformat: ".3r"
1977         linecolor: "rgb(220, 220, 220)"
1978         linewidth: 1
1979         showgrid: True
1980         showline: True
1981         showticklabels: True
1982         tickcolor: "rgb(220, 220, 220)"
1983         tickfont:
1984           size: 16
1985         zeroline: False
1986         range: [0,50]
1987       autosize: False
1988       margin:
1989         t: 50
1990         b: 0
1991         l: 80
1992         r: 20
1993       showlegend: True
1994       legend:
1995         orientation: "h"
1996         font:
1997           size: 16
1998       width: 700
1999       height: 900
2000       paper_bgcolor: "#fff"
2001       plot_bgcolor: "#fff"
2002       hoverlabel:
2003         namelength: -1
2004
2005     plot-throughput-speedup-analysis:
2006       titlefont:
2007         size: 18
2008       xaxis:
2009         title: "<b>Number of Cores [Qty]</b>"
2010         titlefont:
2011           size: 16
2012         autorange: True
2013         fixedrange: False
2014         gridcolor: "rgb(230, 230, 230)"
2015         linecolor: "rgb(220, 220, 220)"
2016         linewidth: 1
2017         showgrid: True
2018         showline: True
2019         showticklabels: True
2020         tickcolor: "rgb(238, 238, 238)"
2021         tickmode: "linear"
2022         tickfont:
2023           size: 16
2024         zeroline: False
2025       yaxis:
2026         title: "<b>Packet Throughput [Mpps]</b>"
2027         titlefont:
2028           size: 16
2029         type: "linear"
2030         gridcolor: "rgb(230, 230, 230)"
2031         hoverformat: ".4s"
2032         linecolor: "rgb(220, 220, 220)"
2033         linewidth: 1
2034         showgrid: True
2035         showline: True
2036         showticklabels: True
2037         tickcolor: "rgb(220, 220, 220)"
2038         tickformat: ".4s"
2039         tickfont:
2040           size: 16
2041         zeroline: True
2042         rangemode: "tozero"
2043         range: [0,100]
2044       legend:
2045         orientation: "h"
2046         font:
2047           size: 16
2048         xanchor: "left"
2049         yanchor: "top"
2050         x: 0
2051         y: -0.2
2052         bgcolor: "rgba(255, 255, 255, 0)"
2053         bordercolor: "rgba(255, 255, 255, 0)"
2054         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2055       autosize: False
2056       margin:
2057           't': 50
2058           'b': 150
2059           'l': 85
2060           'r': 10
2061       showlegend: True
2062       width: 700
2063       height: 700
2064       paper_bgcolor: "#fff"
2065       plot_bgcolor: "#fff"
2066       hoverlabel:
2067         namelength: -1
2068       annotations: [
2069         {
2070           text: "_ _          __          ...",
2071           align: "left",
2072           showarrow: False,
2073           xref: "paper",
2074           yref: "paper",
2075           xanchor: "left",
2076           yanchor: "top",
2077           x: 0,
2078           y: -0.13,
2079           font: {
2080             family: "Consolas, Courier New",
2081             size: 15
2082           },
2083         },
2084         {
2085           text: "    Perfect     Measured     Limit",
2086           align: "left",
2087           showarrow: False,
2088           xref: "paper",
2089           yref: "paper",
2090           xanchor: "left",
2091           yanchor: "top",
2092           x: 0,
2093           y: -0.15,
2094           font: {
2095             family: "Consolas, Courier New",
2096             size: 15
2097           },
2098         },
2099       ]
2100
2101     plot-latency:
2102       titlefont:
2103         size: 18
2104       xaxis:
2105         title: "<b>Direction</b>"
2106         titlefont:
2107           size: 16
2108         autorange: True
2109         fixedrange: False
2110         gridcolor: "rgb(230, 230, 230)"
2111         linecolor: "rgb(220, 220, 220)"
2112         linewidth: 1
2113         showgrid: True
2114         showline: True
2115         showticklabels: False
2116         tickcolor: "rgb(220, 220, 220)"
2117         tickmode: "linear"
2118         tickfont:
2119           size: 16
2120         zeroline: False
2121       yaxis:
2122         title: "<b>Packet Latency [uSec]</b>"
2123         titlefont:
2124           size: 16
2125         type: "linear"
2126         gridcolor: "rgb(230, 230, 230)"
2127         hoverformat: ".4s"
2128         linecolor: "rgb(220, 220, 220)"
2129         linewidth: 1
2130         showgrid: True
2131         showline: True
2132         showticklabels: True
2133         tickcolor: "rgb(220, 220, 220)"
2134         tickformat: ".4s"
2135         tickfont:
2136           size: 16
2137         zeroline: True
2138         rangemode: "tozero"
2139       legend:
2140         orientation: "h"
2141         font:
2142           size: 16
2143         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2144       autosize: False
2145       margin:
2146           't': 50
2147           'b': 150
2148           'l': 80
2149           'r': 10
2150       showlegend: True
2151       width: 700
2152       height: 700
2153       paper_bgcolor: "#fff"
2154       plot_bgcolor: "#fff"
2155       hoverlabel:
2156         namelength: -1
2157
2158     plot-hdrh-latency:
2159       title:
2160         text: ""
2161         xanchor: "center"
2162         x: 0.5
2163         font:
2164           size: 16
2165       width: 700
2166       plot_bgcolor: "white"
2167       annotations:
2168         - font:
2169             size: 14
2170           showarrow: False
2171           text: "<b>Packet Latency [uSec]</b>"
2172           x: 1
2173           xanchor: "right"
2174           xref: "paper"
2175           y: -0.045
2176           yanchor: "top"
2177           yref: "paper"
2178         - font:
2179             size: 14
2180           showarrow: False
2181           text: "<b>Probability [%]</b>"
2182           textangle: 270
2183           x: -0.06
2184           xanchor: "center"
2185           xref: "paper"
2186           y: 0.5
2187           yanchor: "middle"
2188           yref: "paper"
2189         - font:
2190             size: 14
2191           showarrow: False
2192           text: "<b>Direction: E-W</b>"
2193           x: 0.24
2194           xanchor: "center"
2195           xref: "paper"
2196           y: 1.05
2197           yanchor: "bottom"
2198           yref: "paper"
2199         - font:
2200             size: 14
2201           showarrow: False
2202           text: "<b>Direction: W-E</b>"
2203           x: 0.74
2204           xanchor: "center"
2205           xref: "paper"
2206           y: 1.05
2207           yanchor: "bottom"
2208           yref: "paper"
2209
2210     plot-hdrh-latency-percentile:
2211       title:
2212         text: ""
2213         xanchor: "center"
2214         x: 0.5
2215         font:
2216           size: 18
2217       xaxis:
2218         type: "log"
2219         title: "<b>Percentile [%]</b>"
2220         titlefont:
2221           size: 16
2222         autorange: True
2223         fixedrange: False
2224         gridcolor: "rgb(230, 230, 230)"
2225         linecolor: "rgb(220, 220, 220)"
2226         linewidth: 1
2227         showgrid: True
2228         showline: True
2229         showticklabels: True
2230         tickcolor: "rgb(220, 220, 220)"
2231         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2232         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2233         tickfont:
2234           size: 16
2235       yaxis:
2236         title: "<b>Packet Latency [uSec]</b>"
2237         titlefont:
2238           size: 16
2239         gridcolor: "rgb(230, 230, 230)"
2240         linecolor: "rgb(220, 220, 220)"
2241         linewidth: 1
2242         showgrid: True
2243         showline: True
2244         showticklabels: True
2245         tickcolor: "rgb(220, 220, 220)"
2246         tickfont:
2247           size: 16
2248       autosize: False
2249       showlegend: True
2250       legend:
2251         traceorder: "normal"
2252         orientation: "h"
2253         font:
2254           size: 16
2255         xanchor: "left"
2256         yanchor: "top"
2257         x: 0
2258         y: -0.15
2259         bgcolor: "rgba(255, 255, 255, 0)"
2260         bordercolor: "rgba(255, 255, 255, 0)"
2261       width: 700
2262       height: 700
2263       paper_bgcolor: "white"
2264       plot_bgcolor: "white"
2265
2266     plot-hdrh-latency-by-percentile:
2267       title:
2268         text: "<b>Latency by Percentile Distribution</b>"
2269         xanchor: "center"
2270         x: 0.5
2271         font:
2272           size: 18
2273       showlegend: True
2274       legend:
2275         traceorder: "normal"
2276         orientation: "h"
2277         font:
2278           size: 16
2279         xanchor: "left"
2280         yanchor: "top"
2281         x: 0
2282         y: -0.2
2283         bgcolor: "rgba(255, 255, 255, 0)"
2284         bordercolor: "rgba(255, 255, 255, 0)"
2285       xaxis:
2286         type: "linear"
2287         title: "<b>Percentile [%]</b>"
2288         titlefont:
2289           size: 14
2290         autorange: False
2291         fixedrange: False
2292         range: [0, 100]
2293         gridcolor: "rgb(230, 230, 230)"
2294         linecolor: "rgb(220, 220, 220)"
2295         linewidth: 1
2296         showgrid: True
2297         showline: True
2298         showticklabels: True
2299         tickcolor: "rgb(220, 220, 220)"
2300         tickvals: [0, 25, 50, 75, 100]
2301         ticktext: [0, 25, 50, 75, 100]
2302         tickfont:
2303           size: 14
2304       yaxis:
2305         title: "<b>One-Way Latency per Direction [uSec]</b>"
2306         titlefont:
2307           size: 14
2308         gridcolor: "rgb(230, 230, 230)"
2309         linecolor: "rgb(220, 220, 220)"
2310         linewidth: 1
2311         showgrid: True
2312         showline: True
2313         showticklabels: True
2314         tickcolor: "rgb(220, 220, 220)"
2315         tickfont:
2316           size: 14
2317       width: 700
2318       height: 700
2319       paper_bgcolor: "white"
2320       plot_bgcolor: "white"
2321
2322 - type: "static"
2323   src-path: "{DIR[RST]}"
2324   dst-path: "{DIR[WORKING,SRC]}"
2325
2326 - type: "input"
2327   general:
2328     file-name: "output_info.xml.gz"
2329     file-format: ".gz"
2330     arch-file-format:
2331       - ".gz"
2332       - ".zip"
2333     download-path: "{job}/{build}/archives/{filename}"
2334     extract: "output.xml"
2335
2336     zip-file-name: "robot-plugin.zip"
2337     zip-file-format: ".zip"
2338     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2339     zip-extract: "robot-plugin/output.xml"
2340
2341   builds:
2342
2343     csit-vpp-perf-verify-1904-3n-hsw:
2344       - 9   # MRR sel
2345       - 11  # NDRPDR sel
2346       - 12  # NDRPDR sel
2347       - 20  # NDRPDR sel
2348       - 21  # NDRPDR sel
2349       - 23  # NDRPDR sel
2350       - 24  # NDRPDR sel
2351       - 25  # NDRPDR sel
2352       - 26  # NDRPDR sel
2353       - 29  # NDRPDR sel
2354       - 30  # NDRPDR sel
2355     csit-vpp-perf-verify-1908-3n-hsw:
2356       - 12  # NDRPDR sel
2357       - 13  # NDRPDR sel
2358       - 14  # NDRPDR sel
2359       - 15  # NDRPDR sel
2360       - 16  # NDRPDR sel
2361       - 17  # NDRPDR sel
2362       - 18  # NDRPDR sel
2363       - 19  # NDRPDR sel
2364       - 20  # NDRPDR sel
2365       - 21  # NDRPDR sel
2366       - 48  # NDRPDR sel vhost
2367       - 49  # NDRPDR sel vhost
2368       - 52  # NDRPDR sel vhost
2369       - 53  # NDRPDR sel vhost
2370       - 54  # NDRPDR sel vhost
2371       - 55  # NDRPDR sel vhost
2372       - 56  # NDRPDR sel vhost
2373       - 57  # NDRPDR sel vhost
2374       - 58  # NDRPDR sel vhost
2375       - 59  # NDRPDR sel vhost
2376       - 39  # MRR sel
2377     csit-vpp-perf-verify-2001-3n-hsw:
2378       - 21  # NDRPDR sel
2379       - 22  # NDRPDR sel
2380       - 23  # NDRPDR sel
2381       - 24  # NDRPDR sel
2382       - 25  # NDRPDR sel
2383       - 29  # NDRPDR sel
2384       - 30  # NDRPDR sel
2385       - 31  # NDRPDR sel
2386       - 32  # NDRPDR sel
2387       - 34  # NDRPDR sel
2388       - 17  # MRR sel
2389       - 18  # NDRPDR full
2390       - 20  # NDRPDR full
2391       - 28  # NDRPDR full
2392       - 35  # NDRPDR full
2393       - 42  # NDRPDR full
2394       - 46  # NDRPDR full
2395       - 47  # NDRPDR full
2396       - 48  # NDRPDR full
2397       - 49  # NDRPDR full
2398       - 50  # NDRPDR full
2399       - 51  # NDRPDR full
2400       - 52  # NDRPDR full
2401       - 53  # NDRPDR full
2402       - 54  # NDRPDR full
2403       - 55  # NDRPDR full
2404       - 56  # NDRPDR full
2405       - 57  # NDRPDR full
2406       - 58  # NDRPDR full
2407       - 59  # NDRPDR full
2408       - 61  # NDRPDR full
2409       - 62  # NDRPDR full
2410       - 63  # NDRPDR full
2411       - 64  # NDRPDR full
2412       - 65  # NDRPDR full
2413       - 67  # NDRPDR full
2414       - 70  # NDRPDR full
2415       - 72  # NDRPDR full
2416       - 73  # NDRPDR full
2417       - 76  # NDRPDR full
2418       - 77  # NDRPDR full
2419       - 78  # NDRPDR full
2420       - 79  # NDRPDR full
2421       - 81  # NDRPDR full
2422       - 82  # NDRPDR full
2423       - 84  # NDRPDR full
2424       - 85  # NDRPDR full
2425       - 103  # hoststack
2426       - 104  # hoststack
2427       - 105  # hoststack
2428       - 106  # hoststack
2429       - 107  # hoststack
2430       - 108  # hoststack
2431       - 109  # hoststack
2432       - 110  # hoststack
2433       - 111  # hoststack
2434       - 112  # hoststack
2435
2436     csit-vpp-perf-verify-1904-3n-skx:
2437       - 7   # MRR sel
2438       - 8   # NDRPDR sel
2439       - 9   # NDRPDR sel
2440       - 10  # NDRPDR sel
2441       - 11  # NDRPDR sel
2442       - 12  # NDRPDR sel
2443       - 14  # NDRPDR sel
2444       - 16  # NDRPDR sel
2445       - 21  # NDRPDR sel
2446       - 23  # NDRPDR sel
2447       - 25  # NDRPDR sel
2448     csit-vpp-perf-verify-1908-3n-skx:
2449       - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
2450       - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
2451       - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
2452       - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
2453       - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
2454       - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
2455       - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
2456       - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
2457       - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
2458       - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
2459       - 52  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2460       - 53  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2461       - 55  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2462       - 61  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2463       - 62  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2464       - 63  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2465       - 64  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2466       - 65  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2467       - 66  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2468       - 67  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2469       - 36  # MRR sel - old1908 - vpp build: 19.08-release
2470     csit-vpp-perf-verify-1908_1-3n-skx:
2471       - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2472       - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2473       - 7   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2474       - 8   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2475       - 9   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2476       - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2477       - 11  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2478       - 12  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2479       - 13  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2480       - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2481       - 26  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2482       - 27  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2483       - 28  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2484       - 29  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2485       - 30  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2486       - 31  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2487       - 33  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2488       - 34  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2489       - 35  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2490       - 36  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2491     csit-vpp-perf-verify-1908_2-3n-skx:
2492       - 1   # NDRPDR sel
2493       - 2   # NDRPDR sel
2494     csit-vpp-perf-verify-2001-3n-skx:
2495       - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2496       - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2497       - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2498       - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2499       - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2500       - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2501       - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2502       - 82  # NDRPDR full - crypto-1
2503       - 85  # NDRPDR full - l2-2
2504       - 87  # NDRPDR full - ip6-1
2505       - 88  # NDRPDR full - ip6-2
2506       - 90  # NDRPDR full - memif
2507       - 95  # NDRPDR full - l2-1
2508       - 96  # NDRPDR full - ip4-2
2509       - 97  # NDRPDR full - vhost-1
2510       - 102 # NDRPDR full - crypto-2
2511       - 104 # NDRPDR full - ip4tunnels-1
2512       - 105 # NDRPDR full - ip4tunnels-2
2513       - 106 # NDRPDR full - ip4tunnels-3
2514       - 107 # NDRPDR full - ip6tunnels-1
2515       - 108 # NDRPDR full - ip4-1
2516       - 109 # NDRPDR full - crypto-3
2517       - 110 # NDRPDR full - crypto-4
2518       - 111 # NDRPDR full - ip4-2
2519       - 112 # NDRPDR full - ip4-4
2520       - 113 # NDRPDR full - ip4-5
2521       - 114 # NDRPDR full - ip4-6
2522       - 115 # NDRPDR full - ip4-7
2523       - 116 # NDRPDR full - ip4-8
2524       - 117 # NDRPDR full - ip4-9
2525       - 118 # NDRPDR full - srv6-1
2526       - 119 # NDRPDR full - srv6-2
2527       - 120 # NDRPDR full - l2-3
2528       - 122 # NDRPDR full - l2-5
2529       - 123 # NDRPDR full - l2-4
2530       - 124 # NDRPDR full - l2-7
2531       - 125 # NDRPDR full - vhost-2
2532       - 126 # NDRPDR full - vhost-3
2533       - 128 # NDRPDR full - l2-8
2534       - 129 # NDRPDR full - l2-9
2535       - 130 # NDRPDR full - l2-10
2536       - 131 # NDRPDR full - l2-11
2537       - 132 # NDRPDR full - vhost-4
2538       - 50  # MRR sel
2539       - 53  # MRR sel addition
2540
2541     csit-vpp-perf-verify-1904-2n-skx:
2542       - 11  # MRR sel
2543       - 12  # NDRPDR sel
2544       - 14  # NDRPDR sel
2545       - 16  # NDRPDR sel
2546       - 17  # NDRPDR sel
2547       - 18  # NDRPDR sel
2548       - 21  # NDRPDR sel
2549       - 27  # NDRPDR sel
2550       - 30  # NDRPDR sel
2551       - 31  # NDRPDR sel
2552       - 32  # NDRPDR sel
2553     csit-vpp-perf-verify-1908-2n-skx:
2554       - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
2555       - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
2556       - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
2557       - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
2558       - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
2559       - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
2560       - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
2561       - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
2562       - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
2563       - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
2564       - 88  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2565       - 89  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2566       - 91  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2567       - 92  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2568       - 93  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2569       - 94  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2570       - 95  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2571       - 96  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2572       - 97  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2573       - 98  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2574       - 69  # MRR sel - old1908 - vpp build: 19.08-release
2575     csit-vpp-perf-verify-1908_1-2n-skx:
2576       - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2577       - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2578       - 6   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2579       - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2580       - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2581       - 16  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2582       - 21  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2583       - 23  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2584       - 24  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2585       - 25  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2586       - 39  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2587       - 40  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2588       - 41  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2589       - 43  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2590       - 44  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2591       - 45  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2592       - 46  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2593       - 47  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2594       - 48  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2595       - 49  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2596     csit-vpp-perf-verify-1908_2-2n-skx:
2597       - 1   # NDRPDR sel
2598       - 2   # NDRPDR sel
2599       - 3   # NDRPDR sel
2600       - 4   # NDRPDR sel
2601       - 5   # NDRPDR sel
2602       - 6   # NDRPDR sel
2603       - 7   # NDRPDR sel
2604       - 8   # NDRPDR sel
2605       - 9   # NDRPDR sel
2606       - 10  # NDRPDR sel
2607     csit-vpp-perf-verify-2001-2n-skx:
2608       - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2609       - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2610       - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2611       - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2612       - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2613       - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2614       - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2615       - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2616       - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2617       - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2618       - 155  # NDRPDR full - perf-full-2n-skx-ip4_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2619       - 156  # NDRPDR full - perf-full-2n-skx-ip4_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2620       - 157  # NDRPDR full - perf-full-2n-skx-ip4_III - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2621       - 158  # NDRPDR full - perf-full-2n-skx-ip4_V - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2622       - 159  # NDRPDR full - perf-full-2n-skx-ip4_VIII - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2623       - 160  # NDRPDR full - perf-full-2n-skx-ip4_IX - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2624       - 161  # NDRPDR full - perf-full-2n-skx-ip6_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2625       - 162  # NDRPDR full - perf-full-2n-skx-ip6_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2626       - 163  # NDRPDR full - perf-full-2n-skx-l2_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2627       - 164  # NDRPDR full - perf-full-2n-skx-l2_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2628       - 165  # NDRPDR full - perf-full-2n-skx-memif - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2629       - 166  # NDRPDR full - perf-full-2n-skx-vhost I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2630       - 167  # NDRPDR full - perf-full-2n-skx-vhost II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2631       - 168  # NDRPDR full - perf-full-2n-skx-vts - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2632       - 101  # MRR sel - old
2633       - 128  # MRR sel addition - old
2634       - 169  # Reconf
2635       - 171  # Reconf
2636       - 172  # Reconf
2637       - 173  # Reconf
2638       - 174  # Reconf
2639       - 175  # Reconf
2640       - 176  # Reconf
2641       - 177  # Reconf
2642       - 178  # Reconf
2643       - 179  # Reconf
2644       - 181  # Soak
2645       - 182  # Soak
2646
2647     csit-vpp-perf-verify-1908_1-2n-clx:
2648       - 5  # NDRPDR sel
2649       - 6  # NDRPDR sel
2650       - 7  # NDRPDR sel
2651       - 8  # NDRPDR sel
2652       - 9  # NDRPDR sel
2653     csit-vpp-perf-verify-1908_2-2n-clx:
2654       - 4  # NDRPDR sel
2655       - 5  # NDRPDR sel
2656       - 6  # NDRPDR sel
2657       - 7  # NDRPDR sel
2658       - 8  # NDRPDR sel
2659     csit-vpp-perf-verify-2001-2n-clx:
2660       - 28  # NDRPDR sel
2661       - 29  # NDRPDR sel
2662       - 32  # NDRPDR sel
2663       - 40  # NDRPDR sel
2664       - 43  # NDRPDR sel
2665       - 44  # NDRPDR sel
2666       - 45  # NDRPDR sel
2667       - 47  # NDRPDR sel
2668       - 48  # NDRPDR sel
2669       - 49  # NDRPDR sel
2670       - 39  # MRR
2671       - 53  # NDRPDR full
2672       - 54  # NDRPDR full
2673       - 55  # NDRPDR full
2674       - 56  # NDRPDR full
2675       - 57  # NDRPDR full
2676       - 58  # NDRPDR full
2677       - 59  # NDRPDR full
2678       - 60  # NDRPDR full
2679       - 61  # NDRPDR full
2680       - 62  # NDRPDR full
2681       - 63  # NDRPDR full
2682       - 64  # NDRPDR full
2683       - 65  # NDRPDR full
2684       - 66  # NDRPDR full
2685       - 67  # NDRPDR full
2686       - 68  # Reconf
2687       - 69  # Reconf
2688       - 70  # Reconf
2689       - 71  # Reconf
2690       - 72  # Reconf
2691       - 73  # Reconf
2692       - 74  # Reconf
2693       - 75  # Reconf
2694       - 76  # Reconf
2695       - 77  # Reconf
2696       - 80  # TCP
2697       - 82  # TCP
2698       - 83  # TCP
2699       - 85  # TCP
2700       - 86  # TCP
2701       - 87  # TCP
2702       - 88  # TCP
2703       - 89  # TCP
2704       - 90  # TCP
2705       - 91  # TCP
2706       - 93  # Soak
2707       - 94  # Soak
2708
2709     csit-vpp-perf-verify-1908-3n-tsh:
2710       - 7   # NDRPDR sel
2711       - 8   # NDRPDR sel
2712       - 9   # NDRPDR sel
2713       - 10  # NDRPDR sel
2714       - 11  # NDRPDR sel
2715       - 12  # NDRPDR sel
2716       - 13  # NDRPDR sel
2717       - 14  # NDRPDR sel
2718       - 15  # NDRPDR sel
2719       - 16  # NDRPDR sel
2720       - 17  # MRR sel
2721     csit-vpp-perf-verify-2001-3n-tsh:
2722       - 3   # NDRPDR sel
2723       - 4   # NDRPDR sel
2724       - 7   # NDRPDR sel
2725       - 8   # NDRPDR sel
2726       - 10  # NDRPDR sel
2727       - 12  # NDRPDR sel
2728       - 13  # NDRPDR sel
2729       - 14  # NDRPDR sel
2730       - 15  # NDRPDR sel
2731       - 21  # NDRPDR sel
2732       - 9   # MRR sel
2733
2734     csit-vpp-perf-verify-1908-3n-dnv:
2735       - 6   # NDRPDR sel
2736       - 7   # NDRPDR sel
2737       - 8   # NDRPDR sel
2738       - 9   # NDRPDR sel
2739       - 10  # NDRPDR sel
2740       - 12  # NDRPDR sel
2741       - 13  # NDRPDR sel
2742       - 14  # NDRPDR sel
2743       - 15  # NDRPDR sel
2744       - 16  # NDRPDR sel
2745       - 17  # MRR sel
2746     csit-vpp-perf-verify-2001-3n-dnv:
2747       - 5   # NDRPDR sel
2748       - 6   # NDRPDR sel
2749       - 7   # NDRPDR sel
2750       - 8   # NDRPDR sel
2751       - 9   # NDRPDR sel
2752       - 10  # NDRPDR sel
2753       - 12  # NDRPDR sel
2754       - 16  # NDRPDR sel
2755       - 17  # NDRPDR sel
2756       - 18  # NDRPDR sel
2757       - 11  # MRR sel
2758       - 19  # NDRPDR full
2759       - 20  # NDRPDR full
2760       - 21  # NDRPDR full
2761       - 22  # NDRPDR full
2762       - 23  # NDRPDR full
2763       - 24  # NDRPDR full
2764       - 25  # NDRPDR full
2765       - 26  # NDRPDR full
2766       - 37  # NDRPDR full
2767       - 38  # NDRPDR full
2768       - 39  # NDRPDR full
2769
2770     csit-vpp-perf-verify-1908-2n-dnv:
2771       - 1   # NDRPDR sel
2772       - 2   # NDRPDR sel
2773       - 3   # NDRPDR sel
2774       - 4   # NDRPDR sel
2775       - 5   # NDRPDR sel
2776       - 6   # NDRPDR sel
2777       - 7   # NDRPDR sel
2778       - 8   # NDRPDR sel
2779       - 9   # NDRPDR sel
2780       - 10  # NDRPDR sel
2781       - 11  # MRR sel
2782     csit-vpp-perf-verify-2001-2n-dnv:
2783       - 4   # NDRPDR sel
2784       - 5   # NDRPDR sel
2785       - 6   # NDRPDR sel
2786       - 7   # NDRPDR sel
2787       - 8   # NDRPDR sel
2788       - 9   # NDRPDR sel
2789       - 10  # NDRPDR sel
2790       - 11  # NDRPDR sel
2791       - 13  # NDRPDR sel
2792       - 16  # NDRPDR sel
2793       - 12  # MRR sel
2794       - 21  # NDRPDR full
2795       - 22  # NDRPDR full
2796       - 25  # NDRPDR full
2797       - 26  # NDRPDR full
2798       - 27  # NDRPDR full
2799       - 28  # NDRPDR full
2800
2801     csit-dpdk-perf-verify-1904-3n-hsw:
2802       - 2   # NDRPDR sel
2803       - 3   # NDRPDR sel
2804       - 5   # NDRPDR sel
2805       - 6   # NDRPDR sel
2806       - 13  # NDRPDR sel
2807       - 14  # NDRPDR sel
2808       - 15  # NDRPDR sel
2809       - 18  # NDRPDR sel
2810       - 19  # NDRPDR sel
2811       - 20  # NDRPDR sel
2812     csit-dpdk-perf-verify-1908-3n-hsw:
2813       - 2   # NDRPDR sel
2814       - 3   # NDRPDR sel
2815       - 4   # NDRPDR sel
2816       - 5   # NDRPDR sel
2817       - 6   # NDRPDR sel
2818       - 7   # NDRPDR sel
2819       - 8   # NDRPDR sel
2820       - 9   # NDRPDR sel
2821       - 10  # NDRPDR sel
2822       - 11  # NDRPDR sel
2823     csit-dpdk-perf-verify-2001-3n-hsw:
2824       - 4   # NDRPDR sel
2825       - 5   # NDRPDR sel
2826       - 6   # NDRPDR sel
2827       - 7   # NDRPDR sel
2828       - 8   # NDRPDR sel
2829       - 9   # NDRPDR sel
2830       - 10  # NDRPDR sel
2831       - 11  # NDRPDR sel
2832       - 12  # NDRPDR sel
2833       - 13  # NDRPDR sel
2834       - 15  # NDRPDR sel
2835       - 16  # NDRPDR sel
2836       - 17  # NDRPDR sel
2837       - 18  # NDRPDR sel
2838       - 19  # NDRPDR sel
2839       - 20  # NDRPDR sel
2840       - 21  # NDRPDR sel
2841       - 22  # NDRPDR sel
2842       - 23  # NDRPDR sel
2843       - 24  # NDRPDR sel
2844       - 25  # NDRPDR full
2845       - 26  # NDRPDR full
2846
2847     csit-dpdk-perf-verify-1904-3n-skx:
2848       - 2   # NDRPDR sel
2849       - 3   # NDRPDR sel
2850       - 4   # NDRPDR sel
2851       - 5   # NDRPDR sel
2852       - 6   # NDRPDR sel
2853       - 7   # NDRPDR sel
2854       - 11  # NDRPDR sel
2855       - 12  # NDRPDR sel
2856       - 13  # NDRPDR sel
2857       - 14  # NDRPDR sel
2858     csit-dpdk-perf-verify-1908-3n-skx:
2859       - 3   # NDRPDR sel
2860       - 4   # NDRPDR sel
2861       - 5   # NDRPDR sel
2862       - 6   # NDRPDR sel
2863       - 7   # NDRPDR sel
2864       - 8   # NDRPDR sel
2865       - 9   # NDRPDR sel
2866       - 10  # NDRPDR sel
2867       - 11  # NDRPDR sel
2868       - 12  # NDRPDR sel
2869     csit-dpdk-perf-verify-2001-3n-skx:
2870       - 29  # NDRPDR sel xxv710
2871       - 33  # NDRPDR sel xxv710
2872       - 34  # NDRPDR sel xxv710
2873       - 35  # NDRPDR sel xxv710
2874       - 36  # NDRPDR sel xxv710
2875       - 37  # NDRPDR sel xxv710
2876       - 41  # NDRPDR sel xxv710
2877       - 42  # NDRPDR sel xxv710
2878       - 43  # NDRPDR sel xxv710
2879       - 45  # NDRPDR sel xxv710
2880       - 30  # NDRPDR sel x710
2881       - 31  # NDRPDR sel x710
2882       - 32  # NDRPDR sel x710
2883       - 38  # NDRPDR sel x710
2884       - 39  # NDRPDR sel x710
2885       - 40  # NDRPDR sel x710
2886       - 44  # NDRPDR sel x710
2887       - 46  # NDRPDR sel x710
2888       - 47  # NDRPDR sel x710
2889       - 48  # NDRPDR sel x710
2890
2891     csit-dpdk-perf-verify-1904-2n-skx:
2892       - 2   # NDRPDR sel
2893       - 3   # NDRPDR sel
2894       - 4   # NDRPDR sel
2895       - 5   # NDRPDR sel
2896       - 7   # NDRPDR sel
2897       - 8   # NDRPDR sel
2898       - 9   # NDRPDR sel
2899       - 10  # NDRPDR sel
2900       - 11  # NDRPDR sel
2901       - 12  # NDRPDR sel
2902     csit-dpdk-perf-verify-1908-2n-skx:
2903       - 2   # NDRPDR sel
2904       - 3   # NDRPDR sel
2905       - 4   # NDRPDR sel
2906       - 5   # NDRPDR sel
2907       - 7   # NDRPDR sel
2908       - 8   # NDRPDR sel
2909       - 9   # NDRPDR sel
2910       - 10  # NDRPDR sel
2911       - 11  # NDRPDR sel
2912       - 12  # NDRPDR sel
2913     csit-dpdk-perf-verify-2001-2n-skx:
2914       - 35  # NDRPDR sel xxv710
2915       - 36  # NDRPDR sel xxv710
2916       - 37  # NDRPDR sel xxv710
2917       - 41  # NDRPDR sel xxv710
2918       - 42  # NDRPDR sel xxv710
2919       - 43  # NDRPDR sel xxv710
2920       - 46  # NDRPDR sel xxv710
2921       - 47  # NDRPDR sel xxv710
2922       - 52  # NDRPDR sel xxv710
2923       - 53  # NDRPDR sel xxv710
2924       - 38  # NDRPDR sel x710
2925       - 39  # NDRPDR sel x710
2926       - 40  # NDRPDR sel x710
2927       - 44  # NDRPDR sel x710
2928       - 45  # NDRPDR sel x710
2929       - 48  # NDRPDR sel x710
2930       - 49  # NDRPDR sel x710
2931       - 50  # NDRPDR sel x710
2932       - 51  # NDRPDR sel x710
2933       - 54  # NDRPDR sel x710
2934
2935     csit-dpdk-perf-verify-2001-2n-clx:
2936       - 15  # NDRPDR sel
2937       - 16  # NDRPDR sel
2938       - 17  # NDRPDR sel
2939       - 18  # NDRPDR sel
2940       - 19  # NDRPDR sel
2941       - 20  # NDRPDR sel
2942       - 21  # NDRPDR sel
2943       - 22  # NDRPDR sel
2944       - 23  # NDRPDR sel
2945       - 24  # NDRPDR sel
2946       - 25  # NDRPDR sel
2947       - 26  # NDRPDR sel
2948       - 27  # NDRPDR sel
2949       - 28  # NDRPDR sel
2950       - 29  # NDRPDR sel
2951       - 30  # NDRPDR sel
2952       - 31  # NDRPDR sel
2953       - 32  # NDRPDR sel
2954       - 33  # NDRPDR sel
2955       - 34  # NDRPDR sel
2956
2957     csit-dpdk-perf-verify-2001-2n-dnv:
2958       - 9   # NDRPDR sel
2959       - 10  # NDRPDR sel
2960       - 11  # NDRPDR sel
2961       - 12  # NDRPDR sel
2962       - 13  # NDRPDR sel
2963       - 14  # NDRPDR sel
2964       - 15  # NDRPDR sel
2965       - 16  # NDRPDR sel
2966       - 17  # NDRPDR sel
2967       - 18  # NDRPDR sel
2968
2969     csit-dpdk-perf-verify-2001-3n-dnv:
2970       - 12  # NDRPDR sel
2971       - 13  # NDRPDR sel
2972       - 14  # NDRPDR sel
2973       - 15  # NDRPDR sel
2974       - 16  # NDRPDR sel
2975       - 17  # NDRPDR sel
2976       - 18  # NDRPDR sel
2977       - 19  # NDRPDR sel
2978       - 20  # NDRPDR sel
2979       - 22  # NDRPDR sel
2980
2981     csit-dpdk-perf-verify-2001-3n-tsh:
2982       - 3   # NDRPDR sel
2983       - 4   # NDRPDR sel
2984       - 5   # NDRPDR sel
2985       - 9   # NDRPDR sel
2986       - 10  # NDRPDR sel
2987       - 11  # NDRPDR sel
2988       - 12  # NDRPDR sel
2989       - 14  # NDRPDR sel
2990       - 15  # NDRPDR sel
2991       - 18  # NDRPDR sel
2992
2993     csit-vpp-device-2001-ubuntu1804-1n-skx:
2994       - 57
2995
2996 - type: "output"
2997   output: "report"
2998   format:
2999     html:
3000     - full
3001 #    pdf:
3002 #    - minimal
3003
3004 ################################################################################
3005 ###                               T A B L E S                                ###
3006 ################################################################################
3007
3008 # VPP Soak vs NDR - 2n-skx
3009 - type: "table"
3010   title: "VPP Soak vs NDR 2n-skx"
3011   algorithm: "table_soak_vs_ndr"
3012   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
3013   reference:
3014     title: "NDR"
3015     data: "vpp-soak-vs-ndr-2n-skx-ref"
3016   compare:
3017     title: "Soak"
3018     data: "vpp-soak-vs-ndr-2n-skx-cmp"
3019   data: "vpp-soak-vs-ndr-2n-skx"
3020   include-tests: "NDR"
3021   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3022   parameters:
3023     - "throughput"
3024     - "name"
3025     - "parent"
3026
3027 # VPP Soak vs NDR - 2n-clx
3028 - type: "table"
3029   title: "VPP Soak vs NDR 2n-clx"
3030   algorithm: "table_soak_vs_ndr"
3031   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
3032   reference:
3033     title: "NDR"
3034     data: "vpp-soak-vs-ndr-2n-clx-ref"
3035   compare:
3036     title: "Soak"
3037     data: "vpp-soak-vs-ndr-2n-clx-cmp"
3038   data: "vpp-soak-vs-ndr-2n-clx"
3039   include-tests: "NDR"
3040   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3041   parameters:
3042     - "throughput"
3043     - "name"
3044     - "parent"
3045
3046 ################################################################################
3047
3048 # VPP Compare NICs 3n-skx 2t1c ndr
3049 - type: "table"
3050   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3051   algorithm: "table_comparison"
3052   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3053   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3054   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3055   columns:
3056     - title: "x710"
3057       data-set: "vpp-nic-comparison-3n-skx"
3058       tag: "NIC_Intel-X710"
3059     - title: "xxv710"
3060       data-set: "vpp-nic-comparison-3n-skx"
3061       tag: "NIC_Intel-XXV710"
3062   comparisons:
3063     - title: "Diff"
3064       reference: 1
3065       compare: 2
3066   legend:
3067     - "Legend to Table:"
3068     - "x710, xxv710 - NICs tested."
3069     - "Diff - difference between x710 and xxv710 NIC."
3070
3071 # VPP Compare NICs 3n-skx 4t2c ndr
3072 - type: "table"
3073   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3074   algorithm: "table_comparison"
3075   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3076   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3077   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3078   columns:
3079     - title: "x710"
3080       data-set: "vpp-nic-comparison-3n-skx"
3081       tag: "NIC_Intel-X710"
3082     - title: "xxv710"
3083       data-set: "vpp-nic-comparison-3n-skx"
3084       tag: "NIC_Intel-XXV710"
3085   comparisons:
3086     - title: "Diff"
3087       reference: 1
3088       compare: 2
3089   legend:
3090     - "Legend to Table:"
3091     - "x710, xxv710 - NICs tested."
3092     - "Diff - difference between x710 and xxv710 NIC."
3093
3094 # VPP Compare NICs 3n-skx 2t1c pdr
3095 - type: "table"
3096   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3097   algorithm: "table_comparison"
3098   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3099   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3100   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3101   columns:
3102     - title: "x710"
3103       data-set: "vpp-nic-comparison-3n-skx"
3104       tag: "NIC_Intel-X710"
3105     - title: "xxv710"
3106       data-set: "vpp-nic-comparison-3n-skx"
3107       tag: "NIC_Intel-XXV710"
3108   comparisons:
3109     - title: "Diff"
3110       reference: 1
3111       compare: 2
3112   legend:
3113     - "Legend to Table:"
3114     - "x710, xxv710 - NICs tested."
3115     - "Diff - difference between x710 and xxv710 NIC."
3116
3117 # VPP Compare NICs 3n-skx 4t2c pdr
3118 - type: "table"
3119   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3120   algorithm: "table_comparison"
3121   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3122   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3123   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3124   columns:
3125     - title: "x710"
3126       data-set: "vpp-nic-comparison-3n-skx"
3127       tag: "NIC_Intel-X710"
3128     - title: "xxv710"
3129       data-set: "vpp-nic-comparison-3n-skx"
3130       tag: "NIC_Intel-XXV710"
3131   comparisons:
3132     - title: "Diff"
3133       reference: 1
3134       compare: 2
3135   legend:
3136     - "Legend to Table:"
3137     - "x710, xxv710 - NICs tested."
3138     - "Diff - difference between x710 and xxv710 NIC."
3139
3140 # VPP Compare NICs 3n-skx 2t1c mrr
3141 - type: "table"
3142   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3143   algorithm: "table_comparison"
3144   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3145   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3146   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3147   columns:
3148     - title: "x710"
3149       data-set: "vpp-nic-comparison-3n-skx-mrr"
3150       tag: "NIC_Intel-X710"
3151     - title: "xxv710"
3152       data-set: "vpp-nic-comparison-3n-skx-mrr"
3153       tag: "NIC_Intel-XXV710"
3154   comparisons:
3155     - title: "Diff"
3156       reference: 1
3157       compare: 2
3158   legend:
3159     - "Legend to Table:"
3160     - "x710, xxv710 - NICs tested."
3161     - "Diff - difference between x710 and xxv710 NIC."
3162
3163 # VPP Compare NICs 3n-skx 4t2c mrr
3164 - type: "table"
3165   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3166   algorithm: "table_comparison"
3167   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3168   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3169   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3170   columns:
3171     - title: "x710"
3172       data-set: "vpp-nic-comparison-3n-skx-mrr"
3173       tag: "NIC_Intel-X710"
3174     - title: "xxv710"
3175       data-set: "vpp-nic-comparison-3n-skx-mrr"
3176       tag: "NIC_Intel-XXV710"
3177   comparisons:
3178     - title: "Diff"
3179       reference: 1
3180       compare: 2
3181   legend:
3182     - "Legend to Table:"
3183     - "x710, xxv710 - NICs tested."
3184     - "Diff - difference between x710 and xxv710 NIC."
3185
3186 # VPP Compare NICs 3n-skx 8t4c mrr
3187 - type: "table"
3188   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3189   algorithm: "table_comparison"
3190   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3191   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3192   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3193   columns:
3194     - title: "x710"
3195       data-set: "vpp-nic-comparison-3n-skx-mrr"
3196       tag: "NIC_Intel-X710"
3197     - title: "xxv710"
3198       data-set: "vpp-nic-comparison-3n-skx-mrr"
3199       tag: "NIC_Intel-XXV710"
3200   comparisons:
3201     - title: "Diff"
3202       reference: 1
3203       compare: 2
3204   legend:
3205     - "Legend to Table:"
3206     - "x710, xxv710 - NICs tested."
3207     - "Diff - difference between x710 and xxv710 NIC."
3208
3209 # VPP Compare NICs 2n-skx 2t1c ndr
3210 - type: "table"
3211   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3212   algorithm: "table_comparison"
3213   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3214   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3215   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3216   columns:
3217     - title: "x710"
3218       data-set: "vpp-nic-comparison-2n-skx"
3219       tag: "NIC_Intel-X710"
3220     - title: "xxv710"
3221       data-set: "vpp-nic-comparison-2n-skx"
3222       tag: "NIC_Intel-XXV710"
3223   comparisons:
3224     - title: "Diff"
3225       reference: 1
3226       compare: 2
3227   legend:
3228     - "Legend to Table:"
3229     - "x710, xxv710 - NICs tested."
3230     - "Diff - difference between x710 and xxv710 NIC."
3231
3232 # VPP Compare NICs 2n-skx 4t2c ndr
3233 - type: "table"
3234   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3235   algorithm: "table_comparison"
3236   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3237   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3238   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3239   columns:
3240     - title: "x710"
3241       data-set: "vpp-nic-comparison-2n-skx"
3242       tag: "NIC_Intel-X710"
3243     - title: "xxv710"
3244       data-set: "vpp-nic-comparison-2n-skx"
3245       tag: "NIC_Intel-XXV710"
3246   comparisons:
3247     - title: "Diff"
3248       reference: 1
3249       compare: 2
3250   legend:
3251     - "Legend to Table:"
3252     - "x710, xxv710 - NICs tested."
3253     - "Diff - difference between x710 and xxv710 NIC."
3254
3255 # VPP Compare NICs 2n-skx 2t1c pdr
3256 - type: "table"
3257   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3258   algorithm: "table_comparison"
3259   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3260   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3261   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3262   columns:
3263     - title: "x710"
3264       data-set: "vpp-nic-comparison-2n-skx"
3265       tag: "NIC_Intel-X710"
3266     - title: "xxv710"
3267       data-set: "vpp-nic-comparison-2n-skx"
3268       tag: "NIC_Intel-XXV710"
3269   comparisons:
3270     - title: "Diff"
3271       reference: 1
3272       compare: 2
3273   legend:
3274     - "Legend to Table:"
3275     - "x710, xxv710 - NICs tested."
3276     - "Diff - difference between x710 and xxv710 NIC."
3277
3278 # VPP Compare NICs 2n-skx 4t2c pdr
3279 - type: "table"
3280   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3281   algorithm: "table_comparison"
3282   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3283   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3284   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3285   columns:
3286     - title: "x710"
3287       data-set: "vpp-nic-comparison-2n-skx"
3288       tag: "NIC_Intel-X710"
3289     - title: "xxv710"
3290       data-set: "vpp-nic-comparison-2n-skx"
3291       tag: "NIC_Intel-XXV710"
3292   comparisons:
3293     - title: "Diff"
3294       reference: 1
3295       compare: 2
3296   legend:
3297     - "Legend to Table:"
3298     - "x710, xxv710 - NICs tested."
3299     - "Diff - difference between x710 and xxv710 NIC."
3300
3301 # VPP Compare NICs 2n-skx 2t1c mrr
3302 - type: "table"
3303   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3304   algorithm: "table_comparison"
3305   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3306   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3307   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3308   columns:
3309     - title: "x710"
3310       data-set: "vpp-nic-comparison-2n-skx-mrr"
3311       tag: "NIC_Intel-X710"
3312     - title: "xxv710"
3313       data-set: "vpp-nic-comparison-2n-skx-mrr"
3314       tag: "NIC_Intel-XXV710"
3315   comparisons:
3316     - title: "Diff"
3317       reference: 1
3318       compare: 2
3319   legend:
3320     - "Legend to Table:"
3321     - "x710, xxv710 - NICs tested."
3322     - "Diff - difference between x710 and xxv710 NIC."
3323
3324 # VPP Compare NICs 2n-skx 4t2c mrr
3325 - type: "table"
3326   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3327   algorithm: "table_comparison"
3328   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3329   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3330   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3331   columns:
3332     - title: "x710"
3333       data-set: "vpp-nic-comparison-2n-skx-mrr"
3334       tag: "NIC_Intel-X710"
3335     - title: "xxv710"
3336       data-set: "vpp-nic-comparison-2n-skx-mrr"
3337       tag: "NIC_Intel-XXV710"
3338   comparisons:
3339     - title: "Diff"
3340       reference: 1
3341       compare: 2
3342   legend:
3343     - "Legend to Table:"
3344     - "x710, xxv710 - NICs tested."
3345     - "Diff - difference between x710 and xxv710 NIC."
3346
3347 # VPP Compare NICs 2n-skx 8t4c mrr
3348 - type: "table"
3349   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3350   algorithm: "table_comparison"
3351   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3352   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3353   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3354   columns:
3355     - title: "x710"
3356       data-set: "vpp-nic-comparison-2n-skx-mrr"
3357       tag: "NIC_Intel-X710"
3358     - title: "xxv710"
3359       data-set: "vpp-nic-comparison-2n-skx-mrr"
3360       tag: "NIC_Intel-XXV710"
3361   comparisons:
3362     - title: "Diff"
3363       reference: 1
3364       compare: 2
3365   legend:
3366     - "Legend to Table:"
3367     - "x710, xxv710 - NICs tested."
3368     - "Diff - difference between x710 and xxv710 NIC."
3369
3370 ################################################################################
3371 # VPP
3372
3373 # VPP Performance changes 2n-skx-xxv710 2t1c ndr
3374 - type: "table"
3375   title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
3376   algorithm: "table_comparison"
3377   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
3378   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3379   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3380   columns:
3381     - title: "1908.1"
3382       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3383     - title: "1908.2"
3384       data-set: "vpp-perf-changes-2n-skx-new1908_2"
3385   comparisons:
3386     - title: "Diff"
3387       reference: 1
3388       compare: 2
3389   legend:
3390     - "Legend to Table:"
3391     - "1908.1, 1908.2 - VPP versions tested."
3392     - "Diff - difference between the previous and the current VPP version."
3393
3394 # VPP Performance changes 2n-skx-xxv710 2t1c pdr
3395 - type: "table"
3396   title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
3397   algorithm: "table_comparison"
3398   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
3399   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3400   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3401   columns:
3402     - title: "1908.1"
3403       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3404     - title: "1908.2"
3405       data-set: "vpp-perf-changes-2n-skx-new1908_2"
3406   comparisons:
3407     - title: "Diff"
3408       reference: 1
3409       compare: 2
3410   legend:
3411     - "Legend to Table:"
3412     - "1908.1, 1908.2 - VPP versions tested."
3413     - "Diff - difference between the previous and the current VPP version."
3414
3415 # VPP Performance changes 3n-skx-xxv710 2t1c ndr
3416 - type: "table"
3417   title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3418   algorithm: "table_comparison"
3419   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3420   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3421   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3422   columns:
3423     - title: "1908.1"
3424       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3425     - title: "1908.2"
3426       data-set: "vpp-perf-changes-3n-skx-new1908_2"
3427   comparisons:
3428     - title: "Diff"
3429       reference: 1
3430       compare: 2
3431   legend:
3432     - "Legend to Table:"
3433     - "1908.1, 1908.2 - VPP versions tested."
3434     - "Diff - difference between the previous and the current VPP version."
3435
3436 # VPP Performance changes 3n-skx-xxv710 2t1c pdr
3437 - type: "table"
3438   title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3439   algorithm: "table_comparison"
3440   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3441   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3442   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3443   columns:
3444     - title: "1908.1"
3445       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3446     - title: "1908.2"
3447       data-set: "vpp-perf-changes-3n-skx-new1908_2"
3448   comparisons:
3449     - title: "Diff"
3450       reference: 1
3451       compare: 2
3452   legend:
3453     - "Legend to Table:"
3454     - "1908.1, 1908.2 - VPP versions tested."
3455     - "Diff - difference between the previous and the current VPP version."
3456
3457 # VPP Performance changes 2n-clx-xxv710 2t1c ndr
3458 - type: "table"
3459   title: "VPP Performance changes 2n-clx-xxv710 2t1c ndr"
3460   algorithm: "table_comparison"
3461   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-ndr"
3462   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3463   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3464   columns:
3465     - title: "1908.1"
3466       data-set: "vpp-perf-changes-2n-clx-new1908_1"
3467     - title: "1908.2"
3468       data-set: "vpp-perf-changes-2n-clx-new1908_2"
3469   comparisons:
3470     - title: "Diff"
3471       reference: 1
3472       compare: 2
3473   legend:
3474     - "Legend to Table:"
3475     - "1908.1, 1908.2 - VPP versions tested."
3476     - "Diff - difference between the previous and the current VPP version."
3477
3478 # VPP Performance changes 2n-clx-xxv710 2t1c pdr
3479 - type: "table"
3480   title: "VPP Performance changes 2n-clx-xxv710 2t1c pdr"
3481   algorithm: "table_comparison"
3482   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-pdr"
3483   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3484   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3485   columns:
3486     - title: "1908.1"
3487       data-set: "vpp-perf-changes-2n-clx-new1908_1"
3488     - title: "1908.2"
3489       data-set: "vpp-perf-changes-2n-clx-new1908_2"
3490   comparisons:
3491     - title: "Diff"
3492       reference: 1
3493       compare: 2
3494   legend:
3495     - "Legend to Table:"
3496     - "1908.1, 1908.2 - VPP versions tested."
3497     - "Diff - difference between the previous and the current VPP version."
3498
3499 # VPP Performance Changes 3n-hsw 1t1c pdr
3500 - type: "table"
3501   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3502   algorithm: "table_comparison"
3503   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3504   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3505   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3506   columns:
3507     - title: "1904"
3508       data-set: "vpp-performance-changes-3n-hsw-h1"
3509     - title: "1908"
3510       data-set: "vpp-performance-changes-3n-hsw-ref"
3511     - title: "2001"
3512       data-set: "vpp-performance-changes-3n-hsw-cmp"
3513   comparisons:
3514     - title: "Diff"
3515       reference: 2
3516       compare: 3
3517   legend:
3518     - "Legend to Table"
3519     - "1904, 1908, 2001 - VPP versions tested."
3520     - "Diff - difference between 1908 and 2001 VPP version."
3521
3522 # VPP Performance Changes 3n-hsw 2t2c pdr
3523 - type: "table"
3524   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3525   algorithm: "table_comparison"
3526   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3527   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3528   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3529   columns:
3530     - title: "1904"
3531       data-set: "vpp-performance-changes-3n-hsw-h1"
3532     - title: "1908"
3533       data-set: "vpp-performance-changes-3n-hsw-ref"
3534     - title: "2001"
3535       data-set: "vpp-performance-changes-3n-hsw-cmp"
3536   comparisons:
3537     - title: "Diff"
3538       reference: 2
3539       compare: 3
3540   legend:
3541     - "Legend to Table"
3542     - "1904, 1908, 2001 - VPP versions tested."
3543     - "Diff - difference between 1908 and 2001 VPP version."
3544
3545 # VPP Performance Changes 3n-hsw 1t1c ndr
3546 - type: "table"
3547   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3548   algorithm: "table_comparison"
3549   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3550   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3551   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3552   columns:
3553     - title: "1904"
3554       data-set: "vpp-performance-changes-3n-hsw-h1"
3555     - title: "1908"
3556       data-set: "vpp-performance-changes-3n-hsw-ref"
3557     - title: "2001"
3558       data-set: "vpp-performance-changes-3n-hsw-cmp"
3559   comparisons:
3560     - title: "Diff"
3561       reference: 2
3562       compare: 3
3563   legend:
3564     - "Legend to Table"
3565     - "1904, 1908, 2001 - VPP versions tested."
3566     - "Diff - difference between 1908 and 2001 VPP version."
3567
3568 # VPP Performance Changes 3n-hsw 2t2c ndr
3569 - type: "table"
3570   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3571   algorithm: "table_comparison"
3572   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3573   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3574   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3575   columns:
3576     - title: "1904"
3577       data-set: "vpp-performance-changes-3n-hsw-h1"
3578     - title: "1908"
3579       data-set: "vpp-performance-changes-3n-hsw-ref"
3580     - title: "2001"
3581       data-set: "vpp-performance-changes-3n-hsw-cmp"
3582   comparisons:
3583     - title: "Diff"
3584       reference: 2
3585       compare: 3
3586   legend:
3587     - "Legend to Table"
3588     - "1904, 1908, 2001 - VPP versions tested."
3589     - "Diff - difference between 1908 and 2001 VPP version."
3590
3591 # VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3592 - type: "table"
3593   title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3594   algorithm: "table_comparison"
3595   output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3596   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3597   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3598   rca:
3599     - title: "RCA1"
3600       data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3601     - title: "RCA2"
3602       data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3603   columns:
3604     - title: "1908.0-1"
3605       data-set: "vpp-perf-changes-3n-skx-old1908_0"
3606       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3607     - title: "1908.1-1"
3608       data-set: "vpp-perf-changes-3n-skx-old1908_1"
3609     - title: "1908.1-2"
3610       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3611     - title: "2001.0-2"
3612       data-set: "vpp-perf-changes-3n-skx-new2001_0"
3613   comparisons:
3614     - title: "Diff1"
3615       reference: 2
3616       reference-alt: 1
3617       compare: 3
3618     - title: "Diff2"
3619       reference: 3
3620       compare: 4
3621   legend:
3622     - 'Legend to Table:'
3623     - '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).'
3624     - '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).'
3625     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3626     - 'RCA1 - root cause analysis reference for Diff1.'
3627     - 'RCA2 - root cause analysis reference for Diff2.'
3628
3629 # VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3630 - type: "table"
3631   title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3632   algorithm: "table_comparison"
3633   output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3634   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3635   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3636   rca:
3637     - title: "RCA1"
3638       data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3639     - title: "RCA2"
3640       data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3641   columns:
3642     - title: "1908.0-1"
3643       data-set: "vpp-perf-changes-3n-skx-old1908_0"
3644       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3645     - title: "1908.1-1"
3646       data-set: "vpp-perf-changes-3n-skx-old1908_1"
3647     - title: "1908.1-2"
3648       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3649     - title: "2001.0-2"
3650       data-set: "vpp-perf-changes-3n-skx-new2001_0"
3651   comparisons:
3652     - title: "Diff1"
3653       reference: 2
3654       reference-alt: 1
3655       compare: 3
3656     - title: "Diff2"
3657       reference: 3
3658       compare: 4
3659   legend:
3660     - 'Legend to Table:'
3661     - '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).'
3662     - '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).'
3663     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3664     - 'RCA1 - root cause analysis reference for Diff1.'
3665     - 'RCA2 - root cause analysis reference for Diff2.'
3666
3667 # VPP Performance Changes 3n-skx 2t1c pdr
3668 - type: "table"
3669   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3670   algorithm: "table_comparison"
3671   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3672   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3673   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3674   columns:
3675     - title: "1904"
3676       data-set: "vpp-performance-changes-3n-skx-h1"
3677       tag: "NIC_Intel-X710"
3678     - title: "1908"
3679       data-set: "vpp-performance-changes-3n-skx-ref"
3680       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3681       tag: "NIC_Intel-XXV710"
3682     - title: "2001"
3683       data-set: "vpp-performance-changes-3n-skx-cmp"
3684       tag: "NIC_Intel-XXV710"
3685   comparisons:
3686     - title: "Diff"
3687       reference: 2
3688       compare: 3
3689   legend:
3690     - "Legend to Table"
3691     - "1904, 1908, 2001 - VPP versions tested."
3692     - "Diff - difference between 1908 and 2001 VPP version."
3693
3694 # VPP Performance Changes 3n-skx 4t2c pdr
3695 - type: "table"
3696   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3697   algorithm: "table_comparison"
3698   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3699   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3700   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3701   columns:
3702     - title: "1904"
3703       data-set: "vpp-performance-changes-3n-skx-h1"
3704       tag: "NIC_Intel-X710"
3705     - title: "1908"
3706       data-set: "vpp-performance-changes-3n-skx-ref"
3707       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3708       tag: "NIC_Intel-XXV710"
3709     - title: "2001"
3710       data-set: "vpp-performance-changes-3n-skx-cmp"
3711       tag: "NIC_Intel-XXV710"
3712   comparisons:
3713     - title: "Diff"
3714       reference: 2
3715       compare: 3
3716   legend:
3717     - "Legend to Table"
3718     - "1904, 1908, 2001 - VPP versions tested."
3719     - "Diff - difference between 1908 and 2001 VPP version."
3720
3721 # VPP Performance Changes 3n-skx 2t1c ndr
3722 - type: "table"
3723   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3724   algorithm: "table_comparison"
3725   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3726   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3727   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3728   columns:
3729     - title: "1904"
3730       data-set: "vpp-performance-changes-3n-skx-h1"
3731       tag: "NIC_Intel-X710"
3732     - title: "1908"
3733       data-set: "vpp-performance-changes-3n-skx-ref"
3734       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3735       tag: "NIC_Intel-XXV710"
3736     - title: "2001"
3737       data-set: "vpp-performance-changes-3n-skx-cmp"
3738       tag: "NIC_Intel-XXV710"
3739   comparisons:
3740     - title: "Diff"
3741       reference: 2
3742       compare: 3
3743   legend:
3744     - "Legend to Table"
3745     - "1904, 1908, 2001 - VPP versions tested."
3746     - "Diff - difference between 1908 and 2001 VPP version."
3747
3748 # VPP Performance Changes 3n-skx 4t2c ndr
3749 - type: "table"
3750   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3751   algorithm: "table_comparison"
3752   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3753   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3754   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3755   columns:
3756     - title: "1904"
3757       data-set: "vpp-performance-changes-3n-skx-h1"
3758       tag: "NIC_Intel-X710"
3759     - title: "1908"
3760       data-set: "vpp-performance-changes-3n-skx-ref"
3761       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3762       tag: "NIC_Intel-XXV710"
3763     - title: "2001"
3764       data-set: "vpp-performance-changes-3n-skx-cmp"
3765       tag: "NIC_Intel-XXV710"
3766   comparisons:
3767     - title: "Diff"
3768       reference: 2
3769       compare: 3
3770   legend:
3771     - "Legend to Table"
3772     - "1904, 1908, 2001 - VPP versions tested."
3773     - "Diff - difference between 1908 and 2001 VPP version."
3774
3775 # VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3776 - type: "table"
3777   title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3778   algorithm: "table_comparison"
3779   output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3780   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3781   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3782   rca:
3783     - title: "RCA1"
3784       data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3785     - title: "RCA2"
3786       data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3787   columns:
3788     - title: "1908.0-1"
3789       data-set: "vpp-perf-changes-2n-skx-old1908_0"
3790       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3791     - title: "1908.1-1"
3792       data-set: "vpp-perf-changes-2n-skx-old1908_1"
3793     - title: "1908.1-2"
3794       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3795     - title: "2001.0-2"
3796       data-set: "vpp-perf-changes-2n-skx-new2001_0"
3797   comparisons:
3798     - title: "Diff1"
3799       reference: 2
3800       reference-alt: 1
3801       compare: 3
3802     - title: "Diff2"
3803       reference: 3
3804       compare: 4
3805   legend:
3806     - 'Legend to Table:'
3807     - '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).'
3808     - '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).'
3809     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3810     - 'RCA1 - root cause analysis reference for Diff1.'
3811     - 'RCA2 - root cause analysis reference for Diff2.'
3812
3813 # VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3814 - type: "table"
3815   title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3816   algorithm: "table_comparison"
3817   output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3818   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3819   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3820   rca:
3821     - title: "RCA1"
3822       data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3823     - title: "RCA2"
3824       data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3825   columns:
3826     - title: "1908.0-1"
3827       data-set: "vpp-perf-changes-2n-skx-old1908_0"
3828       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3829     - title: "1908.1-1"
3830       data-set: "vpp-perf-changes-2n-skx-old1908_1"
3831     - title: "1908.1-2"
3832       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3833     - title: "2001.0-2"
3834       data-set: "vpp-perf-changes-2n-skx-new2001_0"
3835   comparisons:
3836     - title: "Diff1"
3837       reference: 2
3838       reference-alt: 1
3839       compare: 3
3840     - title: "Diff2"
3841       reference: 3
3842       compare: 4
3843   legend:
3844     - 'Legend to Table:'
3845     - '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).'
3846     - '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).'
3847     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3848     - 'RCA1 - root cause analysis reference for Diff1.'
3849     - 'RCA2 - root cause analysis reference for Diff2.'
3850
3851 # VPP Performance Changes 2n-skx 2t1c pdr
3852 - type: "table"
3853   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3854   algorithm: "table_comparison"
3855   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3856   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3857   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3858   columns:
3859     - title: "1904"
3860       data-set: "vpp-performance-changes-2n-skx-h1"
3861       tag: "NIC_Intel-X710"
3862     - title: "1908"
3863       data-set: "vpp-performance-changes-2n-skx-ref"
3864       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3865       tag: "NIC_Intel-XXV710"
3866     - title: "2001"
3867       data-set: "vpp-performance-changes-2n-skx-cmp"
3868       tag: "NIC_Intel-XXV710"
3869   comparisons:
3870     - title: "Diff"
3871       reference: 2
3872       compare: 3
3873   legend:
3874     - "Legend to Table"
3875     - "1904, 1908, 2001 - VPP versions tested."
3876     - "Diff - difference between 1908 and 2001 VPP version."
3877
3878 # VPP Performance Changes 2n-skx 4t2c pdr
3879 - type: "table"
3880   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3881   algorithm: "table_comparison"
3882   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3883   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3884   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3885   columns:
3886     - title: "1904"
3887       data-set: "vpp-performance-changes-2n-skx-h1"
3888       tag: "NIC_Intel-X710"
3889     - title: "1908"
3890       data-set: "vpp-performance-changes-2n-skx-ref"
3891       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3892       tag: "NIC_Intel-XXV710"
3893     - title: "2001"
3894       data-set: "vpp-performance-changes-2n-skx-cmp"
3895       tag: "NIC_Intel-XXV710"
3896   comparisons:
3897     - title: "Diff"
3898       reference: 2
3899       compare: 3
3900   legend:
3901     - "Legend to Table"
3902     - "1904, 1908, 2001 - VPP versions tested."
3903     - "Diff - difference between 1908 and 2001 VPP version."
3904
3905 # VPP Performance Changes 2n-skx 2t1c ndr
3906 - type: "table"
3907   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3908   algorithm: "table_comparison"
3909   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3910   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3911   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3912   columns:
3913     - title: "1904"
3914       data-set: "vpp-performance-changes-2n-skx-h1"
3915       tag: "NIC_Intel-X710"
3916     - title: "1908"
3917       data-set: "vpp-performance-changes-2n-skx-ref"
3918       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3919       tag: "NIC_Intel-XXV710"
3920     - title: "2001"
3921       data-set: "vpp-performance-changes-2n-skx-cmp"
3922       tag: "NIC_Intel-XXV710"
3923   comparisons:
3924     - title: "Diff"
3925       reference: 2
3926       compare: 3
3927   legend:
3928     - "Legend to Table"
3929     - "1904, 1908, 2001 - VPP versions tested."
3930     - "Diff - difference between 1908 and 2001 VPP version."
3931
3932 # VPP Performance Changes 2n-skx 4t2c ndr
3933 - type: "table"
3934   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3935   algorithm: "table_comparison"
3936   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3937   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3938   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3939   columns:
3940     - title: "1904"
3941       data-set: "vpp-performance-changes-2n-skx-h1"
3942       tag: "NIC_Intel-X710"
3943     - title: "1908"
3944       data-set: "vpp-performance-changes-2n-skx-ref"
3945       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3946       tag: "NIC_Intel-XXV710"
3947     - title: "2001"
3948       data-set: "vpp-performance-changes-2n-skx-cmp"
3949       tag: "NIC_Intel-XXV710"
3950   comparisons:
3951     - title: "Diff"
3952       reference: 2
3953       compare: 3
3954   legend:
3955     - "Legend to Table"
3956     - "1904, 1908, 2001 - VPP versions tested."
3957     - "Diff - difference between 1908 and 2001 VPP version."
3958
3959 # VPP Performance Changes 2n-dnv 1t1c pdr
3960 - type: "table"
3961   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3962   algorithm: "table_comparison"
3963   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3964   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3965   filter: "'1T1C'"
3966   columns:
3967     - title: "1908"
3968       data-set: "vpp-performance-changes-2n-dnv-ref"
3969     - title: "2001"
3970       data-set: "vpp-performance-changes-2n-dnv-cmp"
3971   comparisons:
3972     - title: "Diff"
3973       reference: 1
3974       compare: 2
3975   legend:
3976     - "Legend to Table"
3977     - "1908, 2001 - VPP versions tested."
3978     - "Diff - difference between 1908 and 2001 VPP version."
3979
3980 # VPP Performance Changes 2n-dnv 2t2c pdr
3981 - type: "table"
3982   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3983   algorithm: "table_comparison"
3984   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3985   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3986   filter: "'2T2C'"
3987   columns:
3988     - title: "1908"
3989       data-set: "vpp-performance-changes-2n-dnv-ref"
3990     - title: "2001"
3991       data-set: "vpp-performance-changes-2n-dnv-cmp"
3992   comparisons:
3993     - title: "Diff"
3994       reference: 1
3995       compare: 2
3996   legend:
3997     - "Legend to Table"
3998     - "1908, 2001 - VPP versions tested."
3999     - "Diff - difference between 1908 and 2001 VPP version."
4000
4001 # VPP Performance Changes 2n-dnv 1t1c ndr
4002 - type: "table"
4003   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4004   algorithm: "table_comparison"
4005   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4006   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4007   filter: "'1T1C'"
4008   columns:
4009     - title: "1908"
4010       data-set: "vpp-performance-changes-2n-dnv-ref"
4011     - title: "2001"
4012       data-set: "vpp-performance-changes-2n-dnv-cmp"
4013   comparisons:
4014     - title: "Diff"
4015       reference: 1
4016       compare: 2
4017   legend:
4018     - "Legend to Table"
4019     - "1908, 2001 - VPP versions tested."
4020     - "Diff - difference between 1908 and 2001 VPP version."
4021
4022 # VPP Performance Changes 2n-dnv 2t2c ndr
4023 - type: "table"
4024   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4025   algorithm: "table_comparison"
4026   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4027   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4028   filter: "'2T2C'"
4029   columns:
4030     - title: "1908"
4031       data-set: "vpp-performance-changes-2n-dnv-ref"
4032     - title: "2001"
4033       data-set: "vpp-performance-changes-2n-dnv-cmp"
4034   comparisons:
4035     - title: "Diff"
4036       reference: 1
4037       compare: 2
4038   legend:
4039     - "Legend to Table"
4040     - "1908, 2001 - VPP versions tested."
4041     - "Diff - difference between 1908 and 2001 VPP version."
4042
4043 # VPP Performance Changes 3n-dnv 1t1c pdr
4044 - type: "table"
4045   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4046   algorithm: "table_comparison"
4047   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4048   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4049   filter: "'1T1C'"
4050   columns:
4051     - title: "1908"
4052       data-set: "vpp-performance-changes-3n-dnv-ref"
4053     - title: "2001"
4054       data-set: "vpp-performance-changes-3n-dnv-cmp"
4055   comparisons:
4056     - title: "Diff"
4057       reference: 1
4058       compare: 2
4059   legend:
4060     - "Legend to Table"
4061     - "1908, 2001 - VPP versions tested."
4062     - "Diff - difference between 1908 and 2001 VPP version."
4063
4064 # VPP Performance Changes 3n-dnv 2t2c pdr
4065 - type: "table"
4066   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4067   algorithm: "table_comparison"
4068   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4069   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4070   filter: "'2T2C'"
4071   columns:
4072     - title: "1908"
4073       data-set: "vpp-performance-changes-3n-dnv-ref"
4074     - title: "2001"
4075       data-set: "vpp-performance-changes-3n-dnv-cmp"
4076   comparisons:
4077     - title: "Diff"
4078       reference: 1
4079       compare: 2
4080   legend:
4081     - "Legend to Table"
4082     - "1908, 2001 - VPP versions tested."
4083     - "Diff - difference between 1908 and 2001 VPP version."
4084
4085 # VPP Performance Changes 3n-dnv 1t1c ndr
4086 - type: "table"
4087   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4088   algorithm: "table_comparison"
4089   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4090   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4091   filter: "'1T1C'"
4092   columns:
4093     - title: "1908"
4094       data-set: "vpp-performance-changes-3n-dnv-ref"
4095     - title: "2001"
4096       data-set: "vpp-performance-changes-3n-dnv-cmp"
4097   comparisons:
4098     - title: "Diff"
4099       reference: 1
4100       compare: 2
4101   legend:
4102     - "Legend to Table"
4103     - "1908, 2001 - VPP versions tested."
4104     - "Diff - difference between 1908 and 2001 VPP version."
4105
4106 # VPP Performance Changes 3n-dnv 2t2c ndr
4107 - type: "table"
4108   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4109   algorithm: "table_comparison"
4110   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4111   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4112   filter: "'2T2C'"
4113   columns:
4114     - title: "1908"
4115       data-set: "vpp-performance-changes-3n-dnv-ref"
4116     - title: "2001"
4117       data-set: "vpp-performance-changes-3n-dnv-cmp"
4118   comparisons:
4119     - title: "Diff"
4120       reference: 1
4121       compare: 2
4122   legend:
4123     - "Legend to Table"
4124     - "1908, 2001 - VPP versions tested."
4125     - "Diff - difference between 1908 and 2001 VPP version."
4126
4127 # VPP Performance Changes 3n-tsh 1t1c pdr
4128 - type: "table"
4129   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4130   algorithm: "table_comparison"
4131   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4132   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4133   filter: "'1T1C'"
4134   columns:
4135     - title: "1908"
4136       data-set: "vpp-performance-changes-3n-tsh-ref"
4137     - title: "2001"
4138       data-set: "vpp-performance-changes-3n-tsh-cmp"
4139   comparisons:
4140     - title: "Diff"
4141       reference: 1
4142       compare: 2
4143   legend:
4144     - "Legend to Table"
4145     - "1908, 2001 - VPP versions tested."
4146     - "Diff - difference between 1908 and 2001 VPP version."
4147
4148 # VPP Performance Changes 3n-tsh 2t2c pdr
4149 - type: "table"
4150   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4151   algorithm: "table_comparison"
4152   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4153   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4154   filter: "'2T2C'"
4155   columns:
4156     - title: "1908"
4157       data-set: "vpp-performance-changes-3n-tsh-ref"
4158     - title: "2001"
4159       data-set: "vpp-performance-changes-3n-tsh-cmp"
4160   comparisons:
4161     - title: "Diff"
4162       reference: 1
4163       compare: 2
4164   legend:
4165     - "Legend to Table"
4166     - "1908, 2001 - VPP versions tested."
4167     - "Diff - difference between 1908 and 2001 VPP version."
4168
4169 # VPP Performance Changes 3n-tsh 1t1c ndr
4170 - type: "table"
4171   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4172   algorithm: "table_comparison"
4173   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4174   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4175   filter: "'1T1C'"
4176   columns:
4177     - title: "1908"
4178       data-set: "vpp-performance-changes-3n-tsh-ref"
4179     - title: "2001"
4180       data-set: "vpp-performance-changes-3n-tsh-cmp"
4181   comparisons:
4182     - title: "Diff"
4183       reference: 1
4184       compare: 2
4185   legend:
4186     - "Legend to Table"
4187     - "1908, 2001 - VPP versions tested."
4188     - "Diff - difference between 1908 and 2001 VPP version."
4189
4190 # VPP Performance Changes 3n-tsh 2t2c ndr
4191 - type: "table"
4192   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4193   algorithm: "table_comparison"
4194   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4195   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4196   filter: "'2T2C'"
4197   columns:
4198     - title: "1908"
4199       data-set: "vpp-performance-changes-3n-tsh-ref"
4200     - title: "2001"
4201       data-set: "vpp-performance-changes-3n-tsh-cmp"
4202   comparisons:
4203     - title: "Diff"
4204       reference: 1
4205       compare: 2
4206   legend:
4207     - "Legend to Table"
4208     - "1908, 2001 - VPP versions tested."
4209     - "Diff - difference between 1908 and 2001 VPP version."
4210
4211 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4212 - type: "table"
4213   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4214   algorithm: "table_comparison"
4215   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4216   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4217   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4218   columns:
4219     - title: "3n-hsw xl710"
4220       data-set: "vpp-compare-testbeds-ref"
4221       tag: "NIC_Intel-XL710"
4222     - title: "3n-skx xxv710"
4223       data-set: "vpp-compare-testbeds-cmp"
4224       tag: "NIC_Intel-XXV710"
4225   comparisons:
4226     - title: "Diff"
4227       reference: 1
4228       compare: 2
4229   legend:
4230     - "Legend to Table"
4231     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4232     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4233
4234 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4235 - type: "table"
4236   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4237   algorithm: "table_comparison"
4238   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4239   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4240   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4241   columns:
4242     - title: "3n-hsw xl710"
4243       data-set: "vpp-compare-testbeds-ref"
4244       tag: "NIC_Intel-XL710"
4245     - title: "3n-skx xxv710"
4246       data-set: "vpp-compare-testbeds-cmp"
4247       tag: "NIC_Intel-XXV710"
4248   comparisons:
4249     - title: "Diff"
4250       reference: 1
4251       compare: 2
4252   legend:
4253     - "Legend to Table"
4254     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4255     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4256
4257 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4258 - type: "table"
4259   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4260   algorithm: "table_comparison"
4261   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4262   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4263   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4264   columns:
4265     - title: "3n-hsw xl710"
4266       data-set: "vpp-compare-testbeds-ref"
4267       tag: "NIC_Intel-XL710"
4268     - title: "3n-skx xxv710"
4269       data-set: "vpp-compare-testbeds-cmp"
4270       tag: "NIC_Intel-XXV710"
4271   comparisons:
4272     - title: "Diff"
4273       reference: 1
4274       compare: 2
4275   legend:
4276     - "Legend to Table"
4277     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4278     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4279
4280 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4281 - type: "table"
4282   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4283   algorithm: "table_comparison"
4284   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4285   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4286   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4287   columns:
4288     - title: "3n-hsw xl710"
4289       data-set: "vpp-compare-testbeds-ref"
4290       tag: "NIC_Intel-XL710"
4291     - title: "3n-skx xxv710"
4292       data-set: "vpp-compare-testbeds-cmp"
4293       tag: "NIC_Intel-XXV710"
4294   comparisons:
4295     - title: "Diff"
4296       reference: 1
4297       compare: 2
4298   legend:
4299     - "Legend to Table"
4300     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4301     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4302
4303 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4304 - type: "table"
4305   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4306   algorithm: "table_comparison"
4307   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4308   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4309   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4310   columns:
4311     - title: "2n-skx"
4312       data-set: "vpp-compare-testbeds-skx-clx-ref"
4313     - title: "2n-clx"
4314       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4315   comparisons:
4316     - title: "Diff"
4317       reference: 1
4318       compare: 2
4319   legend:
4320     - "Legend to Table"
4321     - "2n-skx, 2n-clx - testbeds and NICs tested."
4322     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4323
4324 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4325 - type: "table"
4326   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4327   algorithm: "table_comparison"
4328   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4329   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4330   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4331   columns:
4332     - title: "2n-skx"
4333       data-set: "vpp-compare-testbeds-skx-clx-ref"
4334     - title: "2n-clx"
4335       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4336   comparisons:
4337     - title: "Diff"
4338       reference: 1
4339       compare: 2
4340   legend:
4341     - "Legend to Table"
4342     - "2n-skx, 2n-clx - testbeds and NICs tested."
4343     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4344
4345 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4346 - type: "table"
4347   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4348   algorithm: "table_comparison"
4349   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4350   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4351   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4352   columns:
4353     - title: "2n-skx"
4354       data-set: "vpp-compare-testbeds-skx-clx-ref"
4355     - title: "2n-clx"
4356       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4357   comparisons:
4358     - title: "Diff"
4359       reference: 1
4360       compare: 2
4361   legend:
4362     - "Legend to Table"
4363     - "2n-skx, 2n-clx - testbeds and NICs tested."
4364     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4365
4366 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4367 - type: "table"
4368   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4369   algorithm: "table_comparison"
4370   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4371   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4372   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4373   columns:
4374     - title: "2n-skx"
4375       data-set: "vpp-compare-testbeds-skx-clx-ref"
4376     - title: "2n-clx"
4377       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4378   comparisons:
4379     - title: "Diff"
4380       reference: 1
4381       compare: 2
4382   legend:
4383     - "Legend to Table"
4384     - "2n-skx, 2n-clx - testbeds and NICs tested."
4385     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4386
4387 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4388 - type: "table"
4389   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4390   algorithm: "table_comparison"
4391   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4392   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4393   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4394   columns:
4395     - title: "3n-hsw xl710"
4396       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4397       tag: "NIC_Intel-XL710"
4398     - title: "2n-clx xxv710"
4399       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4400       tag: "NIC_Intel-XXV710"
4401   comparisons:
4402     - title: "Diff"
4403       reference: 1
4404       compare: 2
4405   legend:
4406     - "Legend to Table"
4407     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4408     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4409
4410 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4411 - type: "table"
4412   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4413   algorithm: "table_comparison"
4414   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4415   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4416   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4417   columns:
4418     - title: "3n-hsw xl710"
4419       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4420       tag: "NIC_Intel-XL710"
4421     - title: "2n-clx xxv710"
4422       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4423       tag: "NIC_Intel-XXV710"
4424   comparisons:
4425     - title: "Diff"
4426       reference: 1
4427       compare: 2
4428   legend:
4429     - "Legend to Table"
4430     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4431     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4432
4433 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4434 - type: "table"
4435   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4436   algorithm: "table_comparison"
4437   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4438   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4439   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4440   columns:
4441     - title: "3n-hsw xl710"
4442       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4443       tag: "NIC_Intel-XL710"
4444     - title: "2n-clx xxv710"
4445       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4446       tag: "NIC_Intel-XXV710"
4447   comparisons:
4448     - title: "Diff"
4449       reference: 1
4450       compare: 2
4451   legend:
4452     - "Legend to Table"
4453     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4454     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4455
4456 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4457 - type: "table"
4458   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4459   algorithm: "table_comparison"
4460   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4461   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4462   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4463   columns:
4464     - title: "3n-hsw xl710"
4465       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4466       tag: "NIC_Intel-XL710"
4467     - title: "2n-clx xxv710"
4468       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4469       tag: "NIC_Intel-XXV710"
4470   comparisons:
4471     - title: "Diff"
4472       reference: 1
4473       compare: 2
4474   legend:
4475     - "Legend to Table"
4476     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4477     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4478
4479 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4480 - type: "table"
4481   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4482   algorithm: "table_comparison"
4483   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4484   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4485   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4486   columns:
4487     - title: "3n-skx"
4488       data-set: "vpp-compare-topologies-ref"
4489     - title: "2n-skx"
4490       data-set: "vpp-compare-topologies-cmp"
4491   comparisons:
4492     - title: "Diff"
4493       reference: 1
4494       compare: 2
4495   legend:
4496     - "Legend to Table"
4497     - "3n-skx, 2n-skx - topologies tested."
4498     - "Diff - difference between 3n-skx and 2n-skx topologies."
4499
4500 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4501 - type: "table"
4502   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4503   algorithm: "table_comparison"
4504   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4505   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4506   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4507   columns:
4508     - title: "3n-skx"
4509       data-set: "vpp-compare-topologies-ref"
4510     - title: "2n-skx"
4511       data-set: "vpp-compare-topologies-cmp"
4512   comparisons:
4513     - title: "Diff"
4514       reference: 1
4515       compare: 2
4516   legend:
4517     - "Legend to Table"
4518     - "3n-skx, 2n-skx - topologies tested."
4519     - "Diff - difference between 3n-skx and 2n-skx topologies."
4520
4521 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4522 - type: "table"
4523   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4524   algorithm: "table_comparison"
4525   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4526   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4527   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4528   columns:
4529     - title: "3n-skx"
4530       data-set: "vpp-compare-topologies-ref"
4531     - title: "2n-skx"
4532       data-set: "vpp-compare-topologies-cmp"
4533   comparisons:
4534     - title: "Diff"
4535       reference: 1
4536       compare: 2
4537   legend:
4538     - "Legend to Table"
4539     - "3n-skx, 2n-skx - topologies tested."
4540     - "Diff - difference between 3n-skx and 2n-skx topologies."
4541
4542 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4543 - type: "table"
4544   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4545   algorithm: "table_comparison"
4546   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4547   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4548   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4549   columns:
4550     - title: "3n-skx"
4551       data-set: "vpp-compare-topologies-ref"
4552     - title: "2n-skx"
4553       data-set: "vpp-compare-topologies-cmp"
4554   comparisons:
4555     - title: "Diff"
4556       reference: 1
4557       compare: 2
4558   legend:
4559     - "Legend to Table"
4560     - "3n-skx, 2n-skx - topologies tested."
4561     - "Diff - difference between 3n-skx and 2n-skx topologies."
4562
4563 # VPP Performance Changes 3n-hsw 1t1c mrr
4564 - type: "table"
4565   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4566   algorithm: "table_comparison"
4567   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4568   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4569   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4570   columns:
4571     - title: "1904"
4572       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4573     - title: "1908"
4574       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4575     - title: "2001"
4576       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4577   comparisons:
4578     - title: "Diff"
4579       reference: 2
4580       compare: 3
4581   legend:
4582     - "Legend to Table"
4583     - "1904, 1908, 2001 - VPP versions tested."
4584     - "Diff - difference between 1908 and 2001 VPP version."
4585
4586 # VPP Performance Changes 3n-hsw 2t2c mrr
4587 - type: "table"
4588   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4589   algorithm: "table_comparison"
4590   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4591   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4592   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4593   columns:
4594     - title: "1904"
4595       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4596     - title: "1908"
4597       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4598     - title: "2001"
4599       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4600   comparisons:
4601     - title: "Diff"
4602       reference: 2
4603       compare: 3
4604   legend:
4605     - "Legend to Table"
4606     - "1904, 1908, 2001 - VPP versions tested."
4607     - "Diff - difference between 1908 and 2001 VPP version."
4608
4609 # VPP Performance Changes 3n-hsw 4t4c mrr
4610 - type: "table"
4611   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4612   algorithm: "table_comparison"
4613   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4614   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4615   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4616   columns:
4617     - title: "1904"
4618       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4619     - title: "1908"
4620       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4621     - title: "2001"
4622       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4623   comparisons:
4624     - title: "Diff"
4625       reference: 2
4626       compare: 3
4627   legend:
4628     - "Legend to Table"
4629     - "1904, 1908, 2001 - VPP versions tested."
4630     - "Diff - difference between 1908 and 2001 VPP version."
4631
4632 # VPP Performance Changes 3n-skx 2t1c mrr
4633 - type: "table"
4634   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4635   algorithm: "table_comparison"
4636   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4637   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4638   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4639   columns:
4640     - title: "1904"
4641       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4642     - title: "1908"
4643       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4644     - title: "2001"
4645       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4646   comparisons:
4647     - title: "Diff"
4648       reference: 2
4649       compare: 3
4650   legend:
4651     - "Legend to Table"
4652     - "1904, 1908, 2001 - VPP versions tested."
4653     - "Diff - difference between 1908 and 2001 VPP version."
4654
4655 # VPP Performance Changes 3n-skx 4t2c mrr
4656 - type: "table"
4657   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4658   algorithm: "table_comparison"
4659   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4660   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4661   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4662   columns:
4663     - title: "1904"
4664       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4665     - title: "1908"
4666       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4667     - title: "2001"
4668       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4669   comparisons:
4670     - title: "Diff"
4671       reference: 2
4672       compare: 3
4673   legend:
4674     - "Legend to Table"
4675     - "1904, 1908, 2001 - VPP versions tested."
4676     - "Diff - difference between 1908 and 2001 VPP version."
4677
4678 # VPP Performance Changes 3n-skx 8t4c mrr
4679 - type: "table"
4680   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4681   algorithm: "table_comparison"
4682   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4683   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4684   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4685   columns:
4686     - title: "1904"
4687       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4688     - title: "1908"
4689       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4690     - title: "2001"
4691       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4692   comparisons:
4693     - title: "Diff"
4694       reference: 2
4695       compare: 3
4696   legend:
4697     - "Legend to Table"
4698     - "1904, 1908, 2001 - VPP versions tested."
4699     - "Diff - difference between 1908 and 2001 VPP version."
4700
4701 # VPP Performance Changes 2n-skx 2t1c mrr
4702 - type: "table"
4703   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4704   algorithm: "table_comparison"
4705   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4706   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4707   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4708   columns:
4709     - title: "1904"
4710       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4711     - title: "1908"
4712       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4713     - title: "2001"
4714       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4715   comparisons:
4716     - title: "Diff"
4717       reference: 2
4718       compare: 3
4719   legend:
4720     - "Legend to Table"
4721     - "1904, 1908, 2001 - VPP versions tested."
4722     - "Diff - difference between 1908 and 2001 VPP version."
4723
4724 # VPP Performance Changes 2n-skx 4t2c mrr
4725 - type: "table"
4726   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4727   algorithm: "table_comparison"
4728   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4729   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4730   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4731   columns:
4732     - title: "1904"
4733       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4734     - title: "1908"
4735       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4736     - title: "2001"
4737       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4738   comparisons:
4739     - title: "Diff"
4740       reference: 2
4741       compare: 3
4742   legend:
4743     - "Legend to Table"
4744     - "1904, 1908, 2001 - VPP versions tested."
4745     - "Diff - difference between 1908 and 2001 VPP version."
4746
4747 # VPP Performance Changes 2n-skx 8t4c mrr
4748 - type: "table"
4749   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4750   algorithm: "table_comparison"
4751   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4752   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4753   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4754   columns:
4755     - title: "1904"
4756       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4757     - title: "1908"
4758       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4759     - title: "2001"
4760       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4761   comparisons:
4762     - title: "Diff"
4763       reference: 2
4764       compare: 3
4765   legend:
4766     - "Legend to Table"
4767     - "1904, 1908, 2001 - VPP versions tested."
4768     - "Diff - difference between 1908 and 2001 VPP version."
4769
4770 # VPP Performance Changes 2n-dnv 1t1c mrr
4771 - type: "table"
4772   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4773   algorithm: "table_comparison"
4774   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4775   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4776   filter: "'1T1C'"
4777   columns:
4778     - title: "1908"
4779       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4780     - title: "2001"
4781       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4782   comparisons:
4783     - title: "Diff"
4784       reference: 1
4785       compare: 2
4786   legend:
4787     - "Legend to Table"
4788     - "1908, 2001 - VPP versions tested."
4789     - "Diff - difference between 1908 and 2001 VPP version."
4790
4791 # VPP Performance Changes 2n-dnv 2t2c mrr
4792 - type: "table"
4793   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4794   algorithm: "table_comparison"
4795   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4796   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4797   filter: "'2T2C'"
4798   columns:
4799     - title: "1908"
4800       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4801     - title: "2001"
4802       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4803   comparisons:
4804     - title: "Diff"
4805       reference: 1
4806       compare: 2
4807   legend:
4808     - "Legend to Table"
4809     - "1908, 2001 - VPP versions tested."
4810     - "Diff - difference between 1908 and 2001 VPP version."
4811
4812 # VPP Performance Changes 2n-dnv 4t4c mrr
4813 - type: "table"
4814   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4815   algorithm: "table_comparison"
4816   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4817   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4818   filter: "'4T4C'"
4819   columns:
4820     - title: "1908"
4821       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4822     - title: "2001"
4823       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4824   comparisons:
4825     - title: "Diff"
4826       reference: 1
4827       compare: 2
4828   legend:
4829     - "Legend to Table"
4830     - "1908, 2001 - VPP versions tested."
4831     - "Diff - difference between 1908 and 2001 VPP version."
4832
4833 # VPP Performance Changes 3n-dnv 1t1c mrr
4834 - type: "table"
4835   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4836   algorithm: "table_comparison"
4837   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4838   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4839   filter: "'1T1C'"
4840   columns:
4841     - title: "1908"
4842       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4843     - title: "2001"
4844       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4845   comparisons:
4846     - title: "Diff"
4847       reference: 1
4848       compare: 2
4849   legend:
4850     - "Legend to Table"
4851     - "1908, 2001 - VPP versions tested."
4852     - "Diff - difference between 1908 and 2001 VPP version."
4853
4854 # VPP Performance Changes 3n-dnv 2t2c mrr
4855 - type: "table"
4856   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4857   algorithm: "table_comparison"
4858   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4859   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4860   filter: "'2T2C'"
4861   columns:
4862     - title: "1908"
4863       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4864     - title: "2001"
4865       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4866   comparisons:
4867     - title: "Diff"
4868       reference: 1
4869       compare: 2
4870   legend:
4871     - "Legend to Table"
4872     - "1908, 2001 - VPP versions tested."
4873     - "Diff - difference between 1908 and 2001 VPP version."
4874
4875 # VPP Performance Changes 3n-dnv 4t4c mrr
4876 - type: "table"
4877   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4878   algorithm: "table_comparison"
4879   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4880   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4881   filter: "'4T4C'"
4882   columns:
4883     - title: "1908"
4884       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4885     - title: "2001"
4886       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4887   comparisons:
4888     - title: "Diff"
4889       reference: 1
4890       compare: 2
4891   legend:
4892     - "Legend to Table"
4893     - "1908, 2001 - VPP versions tested."
4894     - "Diff - difference between 1908 and 2001 VPP version."
4895
4896 # VPP Performance Changes 3n-tsh 1t1c mrr
4897 - type: "table"
4898   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4899   algorithm: "table_comparison"
4900   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4901   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4902   filter: "'1T1C'"
4903   columns:
4904     - title: "1908"
4905       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4906     - title: "2001"
4907       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4908   comparisons:
4909     - title: "Diff"
4910       reference: 1
4911       compare: 2
4912   legend:
4913     - "Legend to Table"
4914     - "1908, 2001 - VPP versions tested."
4915     - "Diff - difference between 1908 and 2001 VPP version."
4916
4917 # VPP Performance Changes 3n-tsh 2t2c mrr
4918 - type: "table"
4919   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4920   algorithm: "table_comparison"
4921   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4922   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4923   filter: "'2T2C'"
4924   columns:
4925     - title: "1908"
4926       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4927     - title: "2001"
4928       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4929   comparisons:
4930     - title: "Diff"
4931       reference: 1
4932       compare: 2
4933   legend:
4934     - "Legend to Table"
4935     - "1908, 2001 - VPP versions tested."
4936     - "Diff - difference between 1908 and 2001 VPP version."
4937
4938 # VPP Performance Changes 3n-tsh 4t4c mrr
4939 - type: "table"
4940   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
4941   algorithm: "table_comparison"
4942   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4943   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4944   filter: "'4T4C'"
4945   columns:
4946     - title: "1908"
4947       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4948     - title: "2001"
4949       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4950   comparisons:
4951     - title: "Diff"
4952       reference: 1
4953       compare: 2
4954   legend:
4955     - "Legend to Table"
4956     - "1908, 2001 - VPP versions tested."
4957     - "Diff - difference between 1908 and 2001 VPP version."
4958
4959 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4960 - type: "table"
4961   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4962   algorithm: "table_comparison"
4963   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4964   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4965   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4966   columns:
4967     - title: "3n-hsw xl710"
4968       data-set: "vpp-compare-testbeds-mrr-ref"
4969       tag: "NIC_Intel-XL710"
4970     - title: "3n-skx xxv710"
4971       data-set: "vpp-compare-testbeds-mrr-cmp"
4972       tag: "NIC_Intel-XXV710"
4973   comparisons:
4974     - title: "Diff"
4975       reference: 1
4976       compare: 2
4977   legend:
4978     - "Legend to Table"
4979     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4980     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4981
4982 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4983 - type: "table"
4984   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4985   algorithm: "table_comparison"
4986   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4987   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4988   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4989   columns:
4990     - title: "3n-hsw xl710"
4991       data-set: "vpp-compare-testbeds-mrr-ref"
4992       tag: "NIC_Intel-XL710"
4993     - title: "3n-skx xxv710"
4994       data-set: "vpp-compare-testbeds-mrr-cmp"
4995       tag: "NIC_Intel-XXV710"
4996   comparisons:
4997     - title: "Diff"
4998       reference: 1
4999       compare: 2
5000   legend:
5001     - "Legend to Table"
5002     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5003     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5004
5005 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5006 - type: "table"
5007   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5008   algorithm: "table_comparison"
5009   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5010   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5011   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5012   columns:
5013     - title: "3n-hsw xl710"
5014       data-set: "vpp-compare-testbeds-mrr-ref"
5015       tag: "NIC_Intel-XL710"
5016     - title: "3n-skx xxv710"
5017       data-set: "vpp-compare-testbeds-mrr-cmp"
5018       tag: "NIC_Intel-XXV710"
5019   comparisons:
5020     - title: "Diff"
5021       reference: 1
5022       compare: 2
5023   legend:
5024     - "Legend to Table"
5025     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5026     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5027
5028 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5029 - type: "table"
5030   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5031   algorithm: "table_comparison"
5032   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5033   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5034   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5035   columns:
5036     - title: "2n-skx"
5037       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5038     - title: "2n-clx"
5039       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5040   comparisons:
5041     - title: "Diff"
5042       reference: 1
5043       compare: 2
5044   legend:
5045     - "Legend to Table"
5046     - "2n-skx, 2n-clx - testbeds and NICs tested."
5047     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5048
5049 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5050 - type: "table"
5051   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5052   algorithm: "table_comparison"
5053   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5054   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5055   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5056   columns:
5057     - title: "2n-skx"
5058       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5059     - title: "2n-clx"
5060       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5061   comparisons:
5062     - title: "Diff"
5063       reference: 1
5064       compare: 2
5065   legend:
5066     - "Legend to Table"
5067     - "2n-skx, 2n-clx - testbeds and NICs tested."
5068     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5069
5070 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5071 - type: "table"
5072   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5073   algorithm: "table_comparison"
5074   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5075   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5076   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5077   columns:
5078     - title: "2n-skx"
5079       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5080     - title: "2n-clx"
5081       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5082   comparisons:
5083     - title: "Diff"
5084       reference: 1
5085       compare: 2
5086   legend:
5087     - "Legend to Table"
5088     - "2n-skx, 2n-clx - testbeds and NICs tested."
5089     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5090
5091 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5092 - type: "table"
5093   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5094   algorithm: "table_comparison"
5095   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5096   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5097   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5098   columns:
5099     - title: "3n-skx"
5100       data-set: "vpp-compare-topologies-mrr-ref"
5101     - title: "2n-skx"
5102       data-set: "vpp-compare-topologies-mrr-cmp"
5103   comparisons:
5104     - title: "Diff"
5105       reference: 1
5106       compare: 2
5107   legend:
5108     - "Legend to Table"
5109     - "3n-skx, 2n-skx - topologies tested."
5110     - "Diff - difference between 3n-skx and 2n-skx topologies."
5111
5112 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5113 - type: "table"
5114   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5115   algorithm: "table_comparison"
5116   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5117   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5118   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5119   columns:
5120     - title: "3n-skx"
5121       data-set: "vpp-compare-topologies-mrr-ref"
5122     - title: "2n-skx"
5123       data-set: "vpp-compare-topologies-mrr-cmp"
5124   comparisons:
5125     - title: "Diff"
5126       reference: 1
5127       compare: 2
5128   legend:
5129     - "Legend to Table"
5130     - "3n-skx, 2n-skx - topologies tested."
5131     - "Diff - difference between 3n-skx and 2n-skx topologies."
5132
5133 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5134 - type: "table"
5135   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5136   algorithm: "table_comparison"
5137   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5138   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5139   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5140   columns:
5141     - title: "3n-skx"
5142       data-set: "vpp-compare-topologies-mrr-ref"
5143     - title: "2n-skx"
5144       data-set: "vpp-compare-topologies-mrr-cmp"
5145   comparisons:
5146     - title: "Diff"
5147       reference: 1
5148       compare: 2
5149   legend:
5150     - "Legend to Table"
5151     - "3n-skx, 2n-skx - topologies tested."
5152     - "Diff - difference between 3n-skx and 2n-skx topologies."
5153
5154 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5155 - type: "table"
5156   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5157   algorithm: "table_comparison"
5158   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5159   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5160   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5161   columns:
5162     - title: "3n-hsw xl710"
5163       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5164       tag: "NIC_Intel-XL710"
5165     - title: "2n-clx xxv710"
5166       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5167       tag: "NIC_Intel-XXV710"
5168   comparisons:
5169     - title: "Diff"
5170       reference: 1
5171       compare: 2
5172   legend:
5173     - "Legend to Table"
5174     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5175     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5176
5177 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5178 - type: "table"
5179   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5180   algorithm: "table_comparison"
5181   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5182   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5183   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5184   columns:
5185     - title: "3n-hsw xl710"
5186       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5187       tag: "NIC_Intel-XL710"
5188     - title: "2n-clx xxv710"
5189       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5190       tag: "NIC_Intel-XXV710"
5191   comparisons:
5192     - title: "Diff"
5193       reference: 1
5194       compare: 2
5195   legend:
5196     - "Legend to Table"
5197     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5198     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5199
5200 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5201 - type: "table"
5202   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5203   algorithm: "table_comparison"
5204   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5205   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5206   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5207   columns:
5208     - title: "3n-hsw xl710"
5209       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5210       tag: "NIC_Intel-XL710"
5211     - title: "2n-clx xxv710"
5212       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5213       tag: "NIC_Intel-XXV710"
5214   comparisons:
5215     - title: "Diff"
5216       reference: 1
5217       compare: 2
5218   legend:
5219     - "Legend to Table"
5220     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5221     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5222
5223 # Detailed Test Results - VPP Performance Results 3n-hsw
5224 - type: "table"
5225   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5226   algorithm: "table_merged_details"
5227   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5228   columns:
5229     - title: " |prein| Test Name |preout| "
5230       data: "data name"
5231     - 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| "
5232       data: "data msg"
5233   data: "vpp-perf-results-3n-hsw"
5234   filter: "all"
5235   parameters:
5236   - "name"
5237   - "parent"
5238   - "msg"
5239
5240 # Detailed Test Results - VPP Performance Results 3n-skx
5241 - type: "table"
5242   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5243   algorithm: "table_merged_details"
5244   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5245   columns:
5246     - title: " |prein| Test Name |preout| "
5247       data: "data name"
5248     - 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| "
5249       data: "data msg"
5250   data: "vpp-perf-results-3n-skx"
5251   filter: "all"
5252   remove-ndr: True  # Temporary solution: remove NDR results from test message
5253   parameters:
5254   - "name"
5255   - "parent"
5256   - "msg"
5257
5258 # Detailed Test Results - VPP Performance Results 2n-skx
5259 - type: "table"
5260   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5261   algorithm: "table_merged_details"
5262   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5263   columns:
5264     - title: " |prein| Test Name |preout| "
5265       data: "data name"
5266     - 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| "
5267       data: "data msg"
5268   data: "vpp-perf-results-2n-skx"
5269   filter: "all"
5270   remove-ndr: True  # Temporary solution: remove NDR results from test message
5271   parameters:
5272   - "name"
5273   - "parent"
5274   - "msg"
5275
5276 # Detailed Test Results - VPP Performance Results 2n-clx
5277 - type: "table"
5278   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5279   algorithm: "table_merged_details"
5280   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5281   columns:
5282     - title: " |prein| Test Name |preout| "
5283       data: "data name"
5284     - 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| "
5285       data: "data msg"
5286   data: "vpp-perf-results-2n-clx"
5287   filter: "all"
5288   parameters:
5289   - "name"
5290   - "parent"
5291   - "msg"
5292
5293 # Detailed Test Results - VPP Performance Results 3n-tsh
5294 - type: "table"
5295   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5296   algorithm: "table_merged_details"
5297   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5298   columns:
5299     - title: " |prein| Test Name |preout| "
5300       data: "data name"
5301     - 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| "
5302       data: "data msg"
5303   data: "vpp-perf-results-3n-tsh"
5304   filter: "all"
5305   parameters:
5306   - "name"
5307   - "parent"
5308   - "msg"
5309
5310 # Detailed Test Results - VPP Performance Results 3n-dnv
5311 - type: "table"
5312   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5313   algorithm: "table_merged_details"
5314   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5315   columns:
5316     - title: " |prein| Test Name |preout| "
5317       data: "data name"
5318     - 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| "
5319       data: "data msg"
5320   data: "vpp-perf-results-3n-dnv"
5321   filter: "all"
5322   parameters:
5323   - "name"
5324   - "parent"
5325   - "msg"
5326
5327 # Detailed Test Results - VPP Performance Results 2n-dnv
5328 - type: "table"
5329   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5330   algorithm: "table_merged_details"
5331   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5332   columns:
5333     - title: " |prein| Test Name |preout| "
5334       data: "data name"
5335     - 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| "
5336       data: "data msg"
5337   data: "vpp-perf-results-2n-dnv"
5338   filter: "all"
5339   parameters:
5340   - "name"
5341   - "parent"
5342   - "msg"
5343
5344 # Test configuration - VPP Performance Test Configs 3n-hsw
5345 - type: "table"
5346   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5347   algorithm: "table_merged_details"
5348   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5349   columns:
5350     - title: " |prein| Test Name |preout| "
5351       data: "data name"
5352     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5353       data: "data conf-history"
5354   data: "vpp-perf-results-3n-hsw"
5355   filter: "all"
5356   parameters:
5357   - "parent"
5358   - "name"
5359   - "conf-history"
5360
5361 # Test configuration - VPP Performance Test Configs 3n-skx
5362 - type: "table"
5363   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5364   algorithm: "table_merged_details"
5365   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5366   columns:
5367     - title: " |prein| Test Name |preout| "
5368       data: "data name"
5369     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5370       data: "data conf-history"
5371   data: "vpp-perf-results-3n-skx"
5372   filter: "all"
5373   parameters:
5374   - "parent"
5375   - "name"
5376   - "conf-history"
5377
5378 # Test configuration - VPP Performance Test Configs 2n-skx
5379 - type: "table"
5380   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5381   algorithm: "table_merged_details"
5382   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5383   columns:
5384     - title: " |prein| Test Name |preout| "
5385       data: "data name"
5386     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5387       data: "data conf-history"
5388   data: "vpp-perf-results-2n-skx"
5389   filter: "all"
5390   parameters:
5391   - "parent"
5392   - "name"
5393   - "conf-history"
5394
5395 # Test configuration - VPP Performance Test Configs 2n-clx
5396 - type: "table"
5397   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5398   algorithm: "table_merged_details"
5399   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5400   columns:
5401     - title: " |prein| Test Name |preout| "
5402       data: "data name"
5403     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5404       data: "data conf-history"
5405   data: "vpp-perf-results-2n-clx"
5406   filter: "all"
5407   parameters:
5408   - "parent"
5409   - "name"
5410   - "conf-history"
5411
5412 # Test configuration - VPP Performance Test Configs 3n-tsh
5413 - type: "table"
5414   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5415   algorithm: "table_merged_details"
5416   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5417   columns:
5418     - title: " |prein| Test Name |preout| "
5419       data: "data name"
5420     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5421       data: "data conf-history"
5422   data: "vpp-perf-results-3n-tsh"
5423   filter: "all"
5424   parameters:
5425   - "parent"
5426   - "name"
5427   - "conf-history"
5428
5429 # Test configuration - VPP Performance Test Configs 3n-dnv
5430 - type: "table"
5431   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5432   algorithm: "table_merged_details"
5433   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5434   columns:
5435     - title: " |prein| Test Name |preout| "
5436       data: "data name"
5437     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5438       data: "data conf-history"
5439   data: "vpp-perf-results-3n-dnv"
5440   filter: "all"
5441   parameters:
5442   - "parent"
5443   - "name"
5444   - "conf-history"
5445
5446 # Test configuration - VPP Performance Test Configs 2n-dnv
5447 - type: "table"
5448   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5449   algorithm: "table_merged_details"
5450   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5451   columns:
5452     - title: " |prein| Test Name |preout| "
5453       data: "data name"
5454     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5455       data: "data conf-history"
5456   data: "vpp-perf-results-2n-dnv"
5457   filter: "all"
5458   parameters:
5459   - "parent"
5460   - "name"
5461   - "conf-history"
5462
5463 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5464 - type: "table"
5465   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5466   algorithm: "table_oper_data_html"
5467   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5468   data: "vpp-perf-results-3n-hsw"
5469   filter: "all"
5470
5471 # Test Operational Data - VPP Performance Operational Data 3n-skx
5472 - type: "table"
5473   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5474   algorithm: "table_oper_data_html"
5475   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5476   data: "vpp-perf-results-3n-skx"
5477   filter: "all"
5478
5479 # Test Operational Data - VPP Performance Operational Data 2n-skx
5480 - type: "table"
5481   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5482   algorithm: "table_oper_data_html"
5483   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5484   data: "vpp-perf-results-2n-skx"
5485   filter: "all"
5486
5487 # Test Operational Data - VPP Performance Operational Data 2n-clx
5488 - type: "table"
5489   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5490   algorithm: "table_oper_data_html"
5491   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5492   data: "vpp-perf-results-2n-clx"
5493   filter: "all"
5494
5495 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5496 - type: "table"
5497   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5498   algorithm: "table_oper_data_html"
5499   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5500   data: "vpp-perf-results-3n-tsh"
5501   filter: "all"
5502
5503 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5504 - type: "table"
5505   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5506   algorithm: "table_oper_data_html"
5507   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5508   data: "vpp-perf-results-3n-dnv"
5509   filter: "all"
5510
5511 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5512 - type: "table"
5513   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5514   algorithm: "table_oper_data_html"
5515   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5516   data: "vpp-perf-results-2n-dnv"
5517   filter: "all"
5518
5519 # Detailed Test Results - VPP MRR Results 3n-hsw
5520 - type: "table"
5521   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5522   algorithm: "table_merged_details"
5523   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5524   columns:
5525     - title: " |prein| Test Name |preout| "
5526       data: "data name"
5527     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5528       data: "data msg"
5529   data: "vpp-mrr-results-3n-hsw"
5530   filter: "all"
5531   parameters:
5532   - "name"
5533   - "parent"
5534   - "msg"
5535
5536 # Detailed Test Results - VPP MRR Results 3n-skx
5537 - type: "table"
5538   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5539   algorithm: "table_merged_details"
5540   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5541   columns:
5542     - title: " |prein| Test Name |preout| "
5543       data: "data name"
5544     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5545       data: "data msg"
5546   data: "vpp-mrr-results-3n-skx"
5547   filter: "all"
5548   parameters:
5549   - "name"
5550   - "parent"
5551   - "msg"
5552
5553 # Detailed Test Results - VPP MRR Results 2n-skx
5554 - type: "table"
5555   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5556   algorithm: "table_merged_details"
5557   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5558   columns:
5559     - title: " |prein| Test Name |preout| "
5560       data: "data name"
5561     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5562       data: "data msg"
5563   data: "vpp-mrr-results-2n-skx"
5564   filter: "all"
5565   parameters:
5566   - "name"
5567   - "parent"
5568   - "msg"
5569
5570 # Detailed Test Results - VPP MRR Results 2n-clx
5571 - type: "table"
5572   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5573   algorithm: "table_merged_details"
5574   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5575   columns:
5576     - title: " |prein| Test Name |preout| "
5577       data: "data name"
5578     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5579       data: "data msg"
5580   data: "vpp-mrr-results-2n-clx"
5581   filter: "all"
5582   parameters:
5583   - "name"
5584   - "parent"
5585   - "msg"
5586
5587 # Detailed Test Results - VPP MRR Results 3n-tsh
5588 - type: "table"
5589   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5590   algorithm: "table_merged_details"
5591   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5592   columns:
5593     - title: " |prein| Test Name |preout| "
5594       data: "data name"
5595     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5596       data: "data msg"
5597   data: "vpp-mrr-results-3n-tsh"
5598   filter: "all"
5599   parameters:
5600   - "name"
5601   - "parent"
5602   - "msg"
5603
5604 # Detailed Test Results - VPP MRR Results 3n-dnv
5605 - type: "table"
5606   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5607   algorithm: "table_merged_details"
5608   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5609   columns:
5610     - title: " |prein| Test Name |preout| "
5611       data: "data name"
5612     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5613       data: "data msg"
5614   data: "vpp-mrr-results-3n-dnv"
5615   filter: "all"
5616   parameters:
5617   - "name"
5618   - "parent"
5619   - "msg"
5620
5621 # Detailed Test Results - VPP MRR Results 2n-dnv
5622 - type: "table"
5623   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5624   algorithm: "table_merged_details"
5625   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5626   columns:
5627     - title: " |prein| Test Name |preout| "
5628       data: "data name"
5629     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5630       data: "data msg"
5631   data: "vpp-mrr-results-2n-dnv"
5632   filter: "all"
5633   parameters:
5634   - "name"
5635   - "parent"
5636   - "msg"
5637
5638 # Test configuration - VPP MRR Test Configs 3n-hsw
5639 - type: "table"
5640   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5641   algorithm: "table_merged_details"
5642   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5643   columns:
5644     - title: " |prein| Test Name |preout| "
5645       data: "data name"
5646     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5647       data: "data conf-history"
5648   data: "vpp-mrr-results-3n-hsw"
5649   filter: "all"
5650   parameters:
5651   - "parent"
5652   - "name"
5653   - "conf-history"
5654
5655 # Test configuration - VPP MRR Test Configs 3n-skx
5656 - type: "table"
5657   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5658   algorithm: "table_merged_details"
5659   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5660   columns:
5661     - title: " |prein| Test Name |preout| "
5662       data: "data name"
5663     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5664       data: "data conf-history"
5665   data: "vpp-mrr-results-3n-skx"
5666   filter: "all"
5667   parameters:
5668   - "parent"
5669   - "name"
5670   - "conf-history"
5671
5672 # Test configuration - VPP MRR Test Configs 2n-skx
5673 - type: "table"
5674   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5675   algorithm: "table_merged_details"
5676   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5677   columns:
5678     - title: " |prein| Test Name |preout| "
5679       data: "data name"
5680     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5681       data: "data conf-history"
5682   data: "vpp-mrr-results-2n-skx"
5683   filter: "all"
5684   parameters:
5685   - "parent"
5686   - "name"
5687   - "conf-history"
5688
5689 # Test configuration - VPP MRR Test Configs 2n-clx
5690 - type: "table"
5691   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5692   algorithm: "table_merged_details"
5693   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5694   columns:
5695     - title: " |prein| Test Name |preout| "
5696       data: "data name"
5697     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5698       data: "data conf-history"
5699   data: "vpp-mrr-results-2n-clx"
5700   filter: "all"
5701   parameters:
5702   - "parent"
5703   - "name"
5704   - "conf-history"
5705
5706 # Test configuration - VPP MRR Test Configs 3n-tsh
5707 - type: "table"
5708   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5709   algorithm: "table_merged_details"
5710   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5711   columns:
5712     - title: " |prein| Test Name |preout| "
5713       data: "data name"
5714     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5715       data: "data conf-history"
5716   data: "vpp-mrr-results-3n-tsh"
5717   filter: "all"
5718   parameters:
5719   - "parent"
5720   - "name"
5721   - "conf-history"
5722
5723 # Test configuration - VPP MRR Test Configs 3n-dnv
5724 - type: "table"
5725   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5726   algorithm: "table_merged_details"
5727   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5728   columns:
5729     - title: " |prein| Test Name |preout| "
5730       data: "data name"
5731     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5732       data: "data conf-history"
5733   data: "vpp-mrr-results-3n-dnv"
5734   filter: "all"
5735   parameters:
5736   - "parent"
5737   - "name"
5738   - "conf-history"
5739
5740 # Test configuration - VPP MRR Test Configs 2n-dnv
5741 - type: "table"
5742   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5743   algorithm: "table_merged_details"
5744   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5745   columns:
5746     - title: " |prein| Test Name |preout| "
5747       data: "data name"
5748     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5749       data: "data conf-history"
5750   data: "vpp-mrr-results-2n-dnv"
5751   filter: "all"
5752   parameters:
5753   - "parent"
5754   - "name"
5755   - "conf-history"
5756
5757 # Detailed Test Results - VPP Device Results - Ubuntu
5758 - type: "table"
5759   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5760   algorithm: "table_merged_details"
5761   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5762   columns:
5763     - title: " |prein| Test Name |preout| "
5764       data: "data name"
5765     - title: " |prein| Status |preout| "
5766       data: "data status"
5767   data: "vpp-device-results-ubuntu"
5768   filter: "all"
5769   parameters:
5770   - "name"
5771   - "parent"
5772   - "doc"
5773   - "status"
5774
5775 # Test configuration - VPP Device Test Configs - Ubuntu
5776 - type: "table"
5777   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5778   algorithm: "table_merged_details"
5779   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5780   columns:
5781     - title: " |prein| Test Name |preout| "
5782       data: "data name"
5783     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5784       data: "data conf-history"
5785   data: "vpp-device-results-ubuntu"
5786   filter: "all"
5787   parameters:
5788   - "parent"
5789   - "name"
5790   - "conf-history"
5791
5792 ################################################################################
5793
5794 # DPDK Performance Changes 3n-hsw 1t1c pdr
5795 - type: "table"
5796   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5797   algorithm: "table_comparison"
5798   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5799   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5800   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5801   columns:
5802     - title: "1904"
5803       data-set: "dpdk-performance-changes-3n-hsw-h1"
5804     - title: "1908"
5805       data-set: "dpdk-performance-changes-3n-hsw-ref"
5806     - title: "2001"
5807       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5808   comparisons:
5809     - title: "Diff"
5810       reference: 2
5811       compare: 3
5812   legend:
5813     - "Legend to Table"
5814     - "1904, 1908, 2001 - DPDK versions tested."
5815     - "Diff - difference between 1908 and 2001 DPDK version."
5816
5817 # DPDK Performance Changes 3n-hsw 2t2c pdr
5818 - type: "table"
5819   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5820   algorithm: "table_comparison"
5821   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5822   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5823   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5824   columns:
5825     - title: "1904"
5826       data-set: "dpdk-performance-changes-3n-hsw-h1"
5827     - title: "1908"
5828       data-set: "dpdk-performance-changes-3n-hsw-ref"
5829     - title: "2001"
5830       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5831   comparisons:
5832     - title: "Diff"
5833       reference: 2
5834       compare: 3
5835   legend:
5836     - "Legend to Table"
5837     - "1904, 1908, 2001 - DPDK versions tested."
5838     - "Diff - difference between 1908 and 2001 DPDK version."
5839
5840 # DPDK Performance Changes 3n-hsw 1t1c pdr
5841 - type: "table"
5842   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5843   algorithm: "table_comparison"
5844   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5845   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5846   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5847   columns:
5848     - title: "1904"
5849       data-set: "dpdk-performance-changes-3n-hsw-h1"
5850     - title: "1908"
5851       data-set: "dpdk-performance-changes-3n-hsw-ref"
5852     - title: "2001"
5853       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5854   comparisons:
5855     - title: "Diff"
5856       reference: 2
5857       compare: 3
5858   legend:
5859     - "Legend to Table"
5860     - "1904, 1908, 2001 - DPDK versions tested."
5861     - "Diff - difference between 1908 and 2001 DPDK version."
5862
5863 # DPDK Performance Changes 3n-hsw 2t2c ndr
5864 - type: "table"
5865   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5866   algorithm: "table_comparison"
5867   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5868   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5869   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5870   columns:
5871     - title: "1904"
5872       data-set: "dpdk-performance-changes-3n-hsw-h1"
5873     - title: "1908"
5874       data-set: "dpdk-performance-changes-3n-hsw-ref"
5875     - title: "2001"
5876       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5877   comparisons:
5878     - title: "Diff"
5879       reference: 2
5880       compare: 3
5881   legend:
5882     - "Legend to Table"
5883     - "1904, 1908, 2001 - DPDK versions tested."
5884     - "Diff - difference between 1908 and 2001 DPDK version."
5885
5886 # DPDK Performance Changes 3n-skx 2t1c pdr
5887 - type: "table"
5888   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5889   algorithm: "table_comparison"
5890   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5891   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5892   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5893   columns:
5894     - title: "1904"
5895       data-set: "dpdk-performance-changes-3n-skx-h1"
5896     - title: "1908"
5897       data-set: "dpdk-performance-changes-3n-skx-ref"
5898     - title: "2001"
5899       data-set: "dpdk-performance-changes-3n-skx-cmp"
5900   comparisons:
5901     - title: "Diff"
5902       reference: 2
5903       compare: 3
5904   legend:
5905     - "Legend to Table"
5906     - "1904, 1908, 2001 - DPDK versions tested."
5907     - "Diff - difference between 1908 and 2001 DPDK version."
5908
5909 # DPDK Performance Changes 3n-skx 4t2c pdr
5910 - type: "table"
5911   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5912   algorithm: "table_comparison"
5913   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5914   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5915   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5916   columns:
5917     - title: "1904"
5918       data-set: "dpdk-performance-changes-3n-skx-h1"
5919     - title: "1908"
5920       data-set: "dpdk-performance-changes-3n-skx-ref"
5921     - title: "2001"
5922       data-set: "dpdk-performance-changes-3n-skx-cmp"
5923   comparisons:
5924     - title: "Diff"
5925       reference: 2
5926       compare: 3
5927   legend:
5928     - "Legend to Table"
5929     - "1904, 1908, 2001 - DPDK versions tested."
5930     - "Diff - difference between 1908 and 2001 DPDK version."
5931
5932 # DPDK Performance Changes 3n-skx 2t1c ndr
5933 - type: "table"
5934   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5935   algorithm: "table_comparison"
5936   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5937   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5938   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5939   columns:
5940     - title: "1904"
5941       data-set: "dpdk-performance-changes-3n-skx-h1"
5942     - title: "1908"
5943       data-set: "dpdk-performance-changes-3n-skx-ref"
5944     - title: "2001"
5945       data-set: "dpdk-performance-changes-3n-skx-cmp"
5946   comparisons:
5947     - title: "Diff"
5948       reference: 2
5949       compare: 3
5950   legend:
5951     - "Legend to Table"
5952     - "1904, 1908, 2001 - DPDK versions tested."
5953     - "Diff - difference between 1908 and 2001 DPDK version."
5954
5955 # DPDK Performance Changes 3n-skx 4t2c ndr
5956 - type: "table"
5957   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5958   algorithm: "table_comparison"
5959   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5960   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5961   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5962   columns:
5963     - title: "1904"
5964       data-set: "dpdk-performance-changes-3n-skx-h1"
5965     - title: "1908"
5966       data-set: "dpdk-performance-changes-3n-skx-ref"
5967     - title: "2001"
5968       data-set: "dpdk-performance-changes-3n-skx-cmp"
5969   comparisons:
5970     - title: "Diff"
5971       reference: 2
5972       compare: 3
5973   legend:
5974     - "Legend to Table"
5975     - "1904, 1908, 2001 - DPDK versions tested."
5976     - "Diff - difference between 1908 and 2001 DPDK version."
5977
5978 # DPDK Performance Changes 2n-skx 2t1c pdr
5979 - type: "table"
5980   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5981   algorithm: "table_comparison"
5982   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5983   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5984   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5985   columns:
5986     - title: "1904"
5987       data-set: "dpdk-performance-changes-2n-skx-h1"
5988     - title: "1908"
5989       data-set: "dpdk-performance-changes-2n-skx-ref"
5990     - title: "2001"
5991       data-set: "dpdk-performance-changes-2n-skx-cmp"
5992   comparisons:
5993     - title: "Diff"
5994       reference: 2
5995       compare: 3
5996   legend:
5997     - "Legend to Table"
5998     - "1904, 1908, 2001 - DPDK versions tested."
5999     - "Diff - difference between 1908 and 2001 DPDK version."
6000
6001 # DPDK Performance Changes 2n-skx 4t2c pdr
6002 - type: "table"
6003   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6004   algorithm: "table_comparison"
6005   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6006   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6007   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6008   columns:
6009     - title: "1904"
6010       data-set: "dpdk-performance-changes-2n-skx-h1"
6011     - title: "1908"
6012       data-set: "dpdk-performance-changes-2n-skx-ref"
6013     - title: "2001"
6014       data-set: "dpdk-performance-changes-2n-skx-cmp"
6015   comparisons:
6016     - title: "Diff"
6017       reference: 2
6018       compare: 3
6019   legend:
6020     - "Legend to Table"
6021     - "1904, 1908, 2001 - DPDK versions tested."
6022     - "Diff - difference between 1908 and 2001 DPDK version."
6023
6024 # DPDK Performance Changes 2n-skx 2t1c ndr
6025 - type: "table"
6026   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6027   algorithm: "table_comparison"
6028   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6029   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6030   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6031   columns:
6032     - title: "1904"
6033       data-set: "dpdk-performance-changes-2n-skx-h1"
6034     - title: "1908"
6035       data-set: "dpdk-performance-changes-2n-skx-ref"
6036     - title: "2001"
6037       data-set: "dpdk-performance-changes-2n-skx-cmp"
6038   comparisons:
6039     - title: "Diff"
6040       reference: 2
6041       compare: 3
6042   legend:
6043     - "Legend to Table"
6044     - "1904, 1908, 2001 - DPDK versions tested."
6045     - "Diff - difference between 1908 and 2001 DPDK version."
6046
6047 # DPDK Performance Changes 2n-skx 4t2c ndr
6048 - type: "table"
6049   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6050   algorithm: "table_comparison"
6051   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6052   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6053   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6054   columns:
6055     - title: "1904"
6056       data-set: "dpdk-performance-changes-2n-skx-h1"
6057     - title: "1908"
6058       data-set: "dpdk-performance-changes-2n-skx-ref"
6059     - title: "2001"
6060       data-set: "dpdk-performance-changes-2n-skx-cmp"
6061   comparisons:
6062     - title: "Diff"
6063       reference: 2
6064       compare: 3
6065   legend:
6066     - "Legend to Table"
6067     - "1904, 1908, 2001 - DPDK versions tested."
6068     - "Diff - difference between 1908 and 2001 DPDK version."
6069
6070 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6071 - type: "table"
6072   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6073   algorithm: "table_comparison"
6074   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6075   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6076   filter: "'NIC_Intel-X710'"
6077   columns:
6078     - title: "3n-hsw x710"
6079       data-set: "dpdk-compare-testbeds-ref"
6080     - title: "3n-skx x710"
6081       data-set: "dpdk-compare-testbeds-cmp"
6082   comparisons:
6083     - title: "Diff"
6084       reference: 1
6085       compare: 2
6086   legend:
6087     - "Legend to Table"
6088     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6089     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6090
6091 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6092 - type: "table"
6093   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6094   algorithm: "table_comparison"
6095   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6096   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6097   filter: "'NIC_Intel-X710'"
6098   columns:
6099     - title: "3n-hsw x710"
6100       data-set: "dpdk-compare-testbeds-ref"
6101     - title: "3n-skx x710"
6102       data-set: "dpdk-compare-testbeds-cmp"
6103   comparisons:
6104     - title: "Diff"
6105       reference: 1
6106       compare: 2
6107   legend:
6108     - "Legend to Table"
6109     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6110     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6111
6112 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6113 - type: "table"
6114   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6115   algorithm: "table_comparison"
6116   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6117   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6118   filter: "'NIC_Intel-XXV710'"
6119   columns:
6120     - title: "2n-skx"
6121       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6122     - title: "2n-clx"
6123       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6124   comparisons:
6125     - title: "Diff"
6126       reference: 1
6127       compare: 2
6128   legend:
6129     - "Legend to Table"
6130     - "2n-skx, 2n-clx - testbeds and NICs tested."
6131     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6132
6133 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6134 - type: "table"
6135   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6136   algorithm: "table_comparison"
6137   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6138   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6139   filter: "'NIC_Intel-XXV710'"
6140   columns:
6141     - title: "2n-skx"
6142       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6143     - title: "2n-clx"
6144       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6145   comparisons:
6146     - title: "Diff"
6147       reference: 1
6148       compare: 2
6149   legend:
6150     - "Legend to Table"
6151     - "2n-skx, 2n-clx - testbeds and NICs tested."
6152     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6153
6154 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6155 - type: "table"
6156   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6157   algorithm: "table_comparison"
6158   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6159   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6160   filter: "'NIC_Intel-XXV710'"
6161   columns:
6162     - title: "3n-skx"
6163       data-set: "dpdk-compare-topologies-ref"
6164     - title: "2n-skx"
6165       data-set: "dpdk-compare-topologies-cmp"
6166   comparisons:
6167     - title: "Diff"
6168       reference: 1
6169       compare: 2
6170   legend:
6171     - "Legend to Table"
6172     - "3n-skx, 2n-skx - topologies tested."
6173     - "Diff - difference between 3n-skx and 2n-skx topologies."
6174
6175 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6176 - type: "table"
6177   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6178   algorithm: "table_comparison"
6179   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6180   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6181   filter: "'NIC_Intel-XXV710'"
6182   columns:
6183     - title: "3n-skx"
6184       data-set: "dpdk-compare-topologies-ref"
6185     - title: "2n-skx"
6186       data-set: "dpdk-compare-topologies-cmp"
6187   comparisons:
6188     - title: "Diff"
6189       reference: 1
6190       compare: 2
6191   legend:
6192     - "Legend to Table"
6193     - "3n-skx, 2n-skx - topologies tested."
6194     - "Diff - difference between 3n-skx and 2n-skx topologies."
6195
6196 # Detailed Test Results - DPDK Performance Results 3n-hsw
6197 - type: "table"
6198   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6199   algorithm: "table_merged_details"
6200   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6201   columns:
6202     - title: " |prein| Test Name |preout| "
6203       data: "data name"
6204     - 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| "
6205       data: "data msg"
6206   data: "dpdk-perf-results-3n-hsw"
6207   filter: "all"
6208   parameters:
6209   - "name"
6210   - "parent"
6211   - "msg"
6212
6213 # Detailed Test Results - DPDK Performance Results 3n-skx
6214 - type: "table"
6215   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6216   algorithm: "table_merged_details"
6217   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6218   columns:
6219     - title: " |prein| Test Name |preout| "
6220       data: "data name"
6221     - 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| "
6222       data: "data msg"
6223   data: "dpdk-perf-results-3n-skx"
6224   filter: "all"
6225   remove-ndr: True  # Temporary solution: remove NDR results from test message
6226   parameters:
6227   - "name"
6228   - "parent"
6229   - "msg"
6230
6231 # Detailed Test Results - DPDK Performance Results 2n-skx
6232 - type: "table"
6233   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6234   algorithm: "table_merged_details"
6235   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6236   columns:
6237     - title: " |prein| Test Name |preout| "
6238       data: "data name"
6239     - 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| "
6240       data: "data msg"
6241   data: "dpdk-perf-results-2n-skx"
6242   filter: "all"
6243   remove-ndr: True  # Temporary solution: remove NDR results from test message
6244   parameters:
6245   - "name"
6246   - "parent"
6247   - "msg"
6248
6249 # Detailed Test Results - DPDK Performance Results 2n-clx
6250 - type: "table"
6251   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6252   algorithm: "table_merged_details"
6253   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6254   columns:
6255     - title: " |prein| Test Name |preout| "
6256       data: "data name"
6257     - 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| "
6258       data: "data msg"
6259   data: "dpdk-perf-results-2n-clx"
6260   filter: "all"
6261   parameters:
6262   - "name"
6263   - "parent"
6264   - "msg"
6265
6266 # Detailed Test Results - DPDK Performance Results 2n-dnv
6267 - type: "table"
6268   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6269   algorithm: "table_merged_details"
6270   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6271   columns:
6272     - title: " |prein| Test Name |preout| "
6273       data: "data name"
6274     - 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| "
6275       data: "data msg"
6276   data: "dpdk-perf-results-2n-dnv"
6277   filter: "all"
6278   parameters:
6279   - "name"
6280   - "parent"
6281   - "msg"
6282
6283 # Detailed Test Results - DPDK Performance Results 3n-dnv
6284 - type: "table"
6285   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6286   algorithm: "table_merged_details"
6287   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6288   columns:
6289     - title: " |prein| Test Name |preout| "
6290       data: "data name"
6291     - 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| "
6292       data: "data msg"
6293   data: "dpdk-perf-results-3n-dnv"
6294   filter: "all"
6295   parameters:
6296   - "name"
6297   - "parent"
6298   - "msg"
6299
6300 # Detailed Test Results - DPDK Performance Results 3n-tsh
6301 - type: "table"
6302   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6303   algorithm: "table_merged_details"
6304   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6305   columns:
6306     - title: " |prein| Test Name |preout| "
6307       data: "data name"
6308     - 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| "
6309       data: "data msg"
6310   data: "dpdk-perf-results-3n-tsh"
6311   filter: "all"
6312   parameters:
6313   - "name"
6314   - "parent"
6315   - "msg"
6316
6317 ################################################################################
6318 ###                                F I L E S                                 ###
6319 ################################################################################
6320
6321 # VPP Performance Results
6322 - type: "file"
6323   title: "VPP Performance Results"
6324   algorithm: "file_details_split"
6325   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6326   dir-tables:
6327     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6328     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6329     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6330     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6331     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6332     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6333     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6334   data:
6335     - "vpp-perf-results-2n-skx"
6336     - "vpp-perf-results-3n-skx"
6337     - "vpp-perf-results-2n-clx"
6338     - "vpp-perf-results-3n-hsw"
6339     - "vpp-perf-results-3n-tsh"
6340     - "vpp-perf-results-2n-dnv"
6341     - "vpp-perf-results-3n-dnv"
6342   filter: "all"
6343   data-start-level: 4
6344   order-chapters:
6345     level-1:
6346       - "l2"
6347       - "ip4"
6348       - "ip6"
6349       - "srv6"
6350       - "ip4_tunnels"
6351       - "ip6_tunnels"
6352       - "vm_vhost"
6353       - "container_memif"
6354       - "crypto"
6355       - "vts"
6356       - "lb"
6357       - "nfv_density"
6358       - "hoststack"
6359     level-2:
6360       - "2n-skx"
6361       - "3n-skx"
6362       - "2n-clx"
6363       - "3n-hsw"
6364       - "3n-tsh"
6365       - "2n-dnv"
6366       - "3n-dnv"
6367     level-3:
6368       - "xl710"
6369       - "x520"
6370       - "xxv710"
6371       - "x710"
6372       - "x553"
6373       - "cx556a"
6374       - "vic1227"
6375       - "vic1385"
6376
6377 # VPP Performance Configuration
6378 - type: "file"
6379   title: "VPP Performance Configuration"
6380   algorithm: "file_details_split"
6381   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6382   dir-tables:
6383     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6384     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6385     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6386     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6387     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6388     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6389     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6390   data:
6391     - "vpp-perf-results-2n-skx"
6392     - "vpp-perf-results-3n-skx"
6393     - "vpp-perf-results-2n-clx"
6394     - "vpp-perf-results-3n-hsw"
6395     - "vpp-perf-results-3n-tsh"
6396     - "vpp-perf-results-2n-dnv"
6397     - "vpp-perf-results-3n-dnv"
6398   filter: "all"
6399   data-start-level: 4
6400   order-chapters:
6401     level-1:
6402       - "l2"
6403       - "ip4"
6404       - "ip6"
6405       - "srv6"
6406       - "ip4_tunnels"
6407       - "ip6_tunnels"
6408       - "vm_vhost"
6409       - "container_memif"
6410       - "crypto"
6411       - "vts"
6412       - "lb"
6413       - "nfv_density"
6414       - "hoststack"
6415     level-2:
6416       - "2n-skx"
6417       - "3n-skx"
6418       - "2n-clx"
6419       - "3n-hsw"
6420       - "3n-tsh"
6421       - "2n-dnv"
6422       - "3n-dnv"
6423     level-3:
6424       - "xl710"
6425       - "x520"
6426       - "xxv710"
6427       - "x710"
6428       - "x553"
6429       - "cx556a"
6430       - "vic1227"
6431       - "vic1385"
6432
6433 # VPP Performance Operational
6434 - type: "file"
6435   title: "VPP Performance Operational"
6436   algorithm: "file_details_split_html"
6437   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6438   dir-tables:
6439     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6440     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6441     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6442     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6443     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6444     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6445     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6446   data:
6447     - "vpp-perf-results-2n-skx"
6448     - "vpp-perf-results-3n-skx"
6449     - "vpp-perf-results-2n-clx"
6450     - "vpp-perf-results-3n-hsw"
6451     - "vpp-perf-results-3n-tsh"
6452     - "vpp-perf-results-2n-dnv"
6453     - "vpp-perf-results-3n-dnv"
6454   filter: "all"
6455   data-start-level: 4
6456   order-chapters:
6457     level-1:
6458       - "l2"
6459       - "ip4"
6460       - "ip6"
6461       - "srv6"
6462       - "ip4_tunnels"
6463       - "ip6_tunnels"
6464       - "vm_vhost"
6465       - "container_memif"
6466       - "crypto"
6467       - "vts"
6468       - "lb"
6469       - "nfv_density"
6470       - "hoststack"
6471     level-2:
6472       - "2n-skx"
6473       - "3n-skx"
6474       - "2n-clx"
6475       - "3n-hsw"
6476       - "3n-tsh"
6477       - "2n-dnv"
6478       - "3n-dnv"
6479     level-3:
6480       - "xl710"
6481       - "x520"
6482       - "xxv710"
6483       - "x710"
6484       - "x553"
6485       - "cx556a"
6486       - "vic1227"
6487       - "vic1385"
6488
6489 # VPP MRR Results
6490 - type: "file"
6491   title: "VPP MRR Results"
6492   algorithm: "file_details_split"
6493   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6494   dir-tables:
6495     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6496     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6497     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6498     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6499     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6500     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6501     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6502   data:
6503     - "vpp-mrr-results-2n-skx"
6504     - "vpp-mrr-results-3n-skx"
6505     - "vpp-mrr-results-2n-clx"
6506     - "vpp-mrr-results-3n-hsw"
6507     - "vpp-mrr-results-3n-tsh"
6508     - "vpp-mrr-results-2n-dnv"
6509     - "vpp-mrr-results-3n-dnv"
6510   filter: "all"
6511   data-start-level: 4
6512   order-chapters:
6513     level-1:
6514       - "l2"
6515       - "ip4"
6516       - "ip6"
6517       - "srv6"
6518       - "ip4_tunnels"
6519       - "ip6_tunnels"
6520       - "vm_vhost"
6521       - "container_memif"
6522       - "crypto"
6523       - "vts"
6524       - "lb"
6525       - "nfv_density"
6526       - "hoststack"
6527     level-2:
6528       - "2n-skx"
6529       - "3n-skx"
6530       - "2n-clx"
6531       - "3n-hsw"
6532       - "3n-tsh"
6533       - "2n-dnv"
6534       - "3n-dnv"
6535     level-3:
6536       - "xl710"
6537       - "x520"
6538       - "xxv710"
6539       - "x710"
6540       - "x553"
6541       - "cx556a"
6542       - "vic1227"
6543       - "vic1385"
6544
6545 # VPP MRR Configuration
6546 - type: "file"
6547   title: "VPP MRR Configuration"
6548   algorithm: "file_details_split"
6549   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6550   dir-tables:
6551     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6552     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6553     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6554     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6555     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6556     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6557     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6558   data:
6559     - "vpp-mrr-results-2n-skx"
6560     - "vpp-mrr-results-3n-skx"
6561     - "vpp-mrr-results-2n-clx"
6562     - "vpp-mrr-results-3n-hsw"
6563     - "vpp-mrr-results-3n-tsh"
6564     - "vpp-mrr-results-2n-dnv"
6565     - "vpp-mrr-results-3n-dnv"
6566   filter: "all"
6567   data-start-level: 4
6568   order-chapters:
6569     level-1:
6570       - "l2"
6571       - "ip4"
6572       - "ip6"
6573       - "srv6"
6574       - "ip4_tunnels"
6575       - "ip6_tunnels"
6576       - "vm_vhost"
6577       - "container_memif"
6578       - "crypto"
6579       - "vts"
6580       - "lb"
6581       - "nfv_density"
6582       - "hoststack"
6583     level-2:
6584       - "2n-skx"
6585       - "3n-skx"
6586       - "2n-clx"
6587       - "3n-hsw"
6588       - "3n-tsh"
6589       - "2n-dnv"
6590       - "3n-dnv"
6591     level-3:
6592       - "xl710"
6593       - "x520"
6594       - "xxv710"
6595       - "x710"
6596       - "x553"
6597       - "cx556a"
6598       - "vic1227"
6599       - "vic1385"
6600
6601 # VPP Device Results - Ubuntu
6602 - type: "file"
6603   title: "VPP Device Results - Ubuntu"
6604   algorithm: "file_test_results"
6605   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6606   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6607   data: "vpp-device-results-ubuntu"
6608   filter: "all"
6609   data-start-level: 4
6610
6611 # VPP Device Configuration - Ubuntu
6612 - type: "file"
6613   title: "VPP Device Configuration - Ubuntu"
6614   algorithm: "file_test_results"
6615   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6616   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6617   data: "vpp-device-results-ubuntu"
6618   filter: "all"
6619   data-start-level: 4
6620
6621 # DPDK Performance Results 3n-hsw
6622 - type: "file"
6623   title: "DPDK Performance Results 3n-hsw"
6624   algorithm: "file_test_results"
6625   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6626   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6627   data: "dpdk-perf-results-3n-hsw"
6628   filter: "all"
6629   data-start-level: 4
6630
6631 # DPDK Performance Results 3n-skx
6632 - type: "file"
6633   title: "DPDK Performance Results 3n-skx"
6634   algorithm: "file_test_results"
6635   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6636   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6637   data: "dpdk-perf-results-3n-skx"
6638   filter: "all"
6639   data-start-level: 4
6640
6641 # DPDK Performance Results 2n-skx
6642 - type: "file"
6643   title: "DPDK Performance Results 2n-skx"
6644   algorithm: "file_test_results"
6645   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6646   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6647   data: "dpdk-perf-results-2n-skx"
6648   filter: "all"
6649   data-start-level: 4
6650
6651 # DPDK Performance Results 2n-clx
6652 - type: "file"
6653   title: "DPDK Performance Results 2n-clx"
6654   algorithm: "file_test_results"
6655   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6656   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6657   data: "dpdk-perf-results-2n-clx"
6658   filter: "all"
6659   data-start-level: 4
6660
6661 # DPDK Performance Results 2n-dnv
6662 - type: "file"
6663   title: "DPDK Performance Results 2n-dnv"
6664   algorithm: "file_test_results"
6665   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6666   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6667   data: "dpdk-perf-results-2n-dnv"
6668   filter: "all"
6669   data-start-level: 4
6670
6671 # DPDK Performance Results 3n-dnv
6672 - type: "file"
6673   title: "DPDK Performance Results 3n-dnv"
6674   algorithm: "file_test_results"
6675   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6676   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6677   data: "dpdk-perf-results-3n-dnv"
6678   filter: "all"
6679   data-start-level: 4
6680
6681 # DPDK Performance Results 3n-tsh
6682 - type: "file"
6683   title: "DPDK Performance Results 3n-tsh"
6684   algorithm: "file_test_results"
6685   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6686   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6687   data: "dpdk-perf-results-3n-tsh"
6688   filter: "all"
6689   data-start-level: 4
6690
6691 ################################################################################
6692 ###                                P L O T S                                 ###
6693 ################################################################################
6694
6695 # Hoststack tests 3n-hsw
6696
6697 - type: "plot"
6698   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6699   algorithm: "plot_perf_box_name"
6700   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6701   data: "plot-vpp-hoststack-3n-hsw"
6702   include:
6703     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6704     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6705   layout:
6706     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6707     layout: "plot-hoststack"
6708
6709 - type: "plot"
6710   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6711   algorithm: "plot_perf_box_name"
6712   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6713   data: "plot-vpp-hoststack-3n-hsw"
6714   include:
6715     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6716     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6717   layout:
6718     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6719     layout: "plot-hoststack"
6720
6721 - type: "plot"
6722   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6723   algorithm: "plot_perf_box_name"
6724   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
6725   data: "plot-vpp-hoststack-3n-hsw"
6726   include:
6727     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6728     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6729     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6730     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6731   layout:
6732     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6733     layout: "plot-hoststack"
6734
6735 # Plots VPP HTTP Server Performance
6736 - type: "plot"
6737   title: "VPP HTTP Server Performance"
6738   algorithm: "plot_http_server_perf_box"
6739   output-file-type: ".html"
6740   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6741   data:
6742     "plot-vpp-http-server-performance"
6743   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6744   parameters:
6745   - "result"
6746   - "name"
6747   traces:
6748     hoverinfo: "y+name"
6749     boxpoints: "outliers"
6750     whiskerwidth: 0
6751   layout:
6752     title: "VPP HTTP Server Performance"
6753     layout:
6754       "plot-cps"
6755
6756 - type: "plot"
6757   title: "VPP HTTP Server Performance"
6758   algorithm: "plot_http_server_perf_box"
6759   output-file-type: ".html"
6760   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6761   data:
6762     "plot-vpp-http-server-performance"
6763   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6764   parameters:
6765   - "result"
6766   - "name"
6767   traces:
6768     hoverinfo: "y+name"
6769     boxpoints: "outliers"
6770     whiskerwidth: 0
6771   layout:
6772     title: "VPP HTTP Server Performance"
6773     layout:
6774       "plot-rps"
6775
6776 ################################################################################
6777
6778 # Soak Test (PLRsearch), boxes - 2n-clx
6779 - type: "plot"
6780   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6781   algorithm: "plot_perf_box_name"
6782   output-file-type: ".html"
6783   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6784   data: "plot-vpp-soak-2n-clx"
6785   include:
6786     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6787     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6788     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6789     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6792   layout:
6793     title: "30 Minutes Soak Test (PLRsearch)"
6794     layout: "plot-soak-throughput"
6795
6796 # Soak Test (PLRsearch), boxes - 2n-clx
6797 - type: "plot"
6798   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6799   algorithm: "plot_perf_box_name"
6800   output-file-type: ".html"
6801   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6802   data: "plot-vpp-soak-2n-clx"
6803   include:
6804     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6805     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6806     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6807     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6808     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6809     - "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"
6810   layout:
6811     title: "30 Minutes Soak Test (PLRsearch)"
6812     layout: "plot-soak-throughput"
6813
6814 # Soak Test (PLRsearch), boxes - 2n-skx
6815 - type: "plot"
6816   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6817   algorithm: "plot_perf_box_name"
6818   output-file-type: ".html"
6819   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
6820   data: "plot-vpp-soak-2n-skx"
6821   include:
6822     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6823     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6824     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6825     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6828   layout:
6829     title: "30 Minutes Soak Test (PLRsearch)"
6830     layout: "plot-soak-throughput"
6831
6832 # Soak Test (PLRsearch), boxes - 2n-skx
6833 - type: "plot"
6834   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6835   algorithm: "plot_perf_box_name"
6836   output-file-type: ".html"
6837   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
6838   data: "plot-vpp-soak-2n-skx"
6839   include:
6840     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6841     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6842     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6843     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6844     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6845     - "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"
6846   layout:
6847     title: "30 Minutes Soak Test (PLRsearch)"
6848     layout: "plot-soak-throughput"
6849
6850 ###############################################################################
6851
6852 # Reconf tests 2n-skx
6853
6854 - type: "plot"
6855   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6856   algorithm: "plot_nf_reconf_box_name"
6857   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6858   data: "plot-vpp-nfv-reconf-2n-skx"
6859   include:
6860     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
6861     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
6862     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
6863     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
6864     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
6865     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
6866   layout:
6867     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6868     layout: "plot-throughput"
6869
6870 - type: "plot"
6871   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6872   algorithm: "plot_nf_reconf_box_name"
6873   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6874   data: "plot-vpp-nfv-reconf-2n-skx"
6875   include:
6876     - "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"
6877     - "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"
6878     - "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"
6879     - "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"
6880     - "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"
6881     - "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"
6882   layout:
6883     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6884     layout: "plot-throughput"
6885
6886 - type: "plot"
6887   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6888   algorithm: "plot_nf_reconf_box_name"
6889   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6890   data: "plot-vpp-nfv-reconf-2n-skx"
6891   include:
6892     - "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"
6893     - "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"
6894     - "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"
6895     - "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"
6896     - "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"
6897     - "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"
6898   layout:
6899     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6900     layout: "plot-throughput"
6901
6902 ###############################################################################
6903
6904 # Reconf tests 2n-clx
6905
6906 - type: "plot"
6907   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6908   algorithm: "plot_nf_reconf_box_name"
6909   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6910   data: "plot-vpp-nfv-reconf-2n-clx"
6911   include:
6912     - "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"
6913     - "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"
6914     - "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"
6915     - "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"
6916   layout:
6917     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6918     layout: "plot-throughput"
6919
6920 - type: "plot"
6921   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6922   algorithm: "plot_nf_reconf_box_name"
6923   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6924   data: "plot-vpp-nfv-reconf-2n-clx"
6925   include:
6926     - "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"
6927     - "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"
6928     - "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"
6929     - "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"
6930   layout:
6931     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6932     layout: "plot-throughput"
6933
6934 - type: "plot"
6935   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6936   algorithm: "plot_nf_reconf_box_name"
6937   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6938   data: "plot-vpp-nfv-reconf-2n-clx"
6939   include:
6940     - "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"
6941     - "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"
6942     - "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"
6943     - "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"
6944   layout:
6945     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6946     layout: "plot-throughput"
6947
6948 ################################################################################
6949 ## Plots - NF Density - VSC - MRR 64b
6950 #- type: "plot"
6951 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6952 #  algorithm: "plot_nf_heatmap"
6953 #  output-file-type: ".html"
6954 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6955 #  data: "plot-vpp-nfv-2n-skx-mrr"
6956 #  filter: "'NIC_Intel-XXV710' and
6957 #           'NF_DENSITY' and
6958 #           'VHOST' and
6959 #           not 'VXLAN' and
6960 #           'CHAIN' and
6961 #           'NF_VPPIP4' and
6962 #           '64B' and
6963 #           '2T1C' and
6964 #           'MRR'"
6965 #  parameters:
6966 #  - "result"
6967 #  - "name"
6968 #  - "tags"
6969 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6970 #  x-axis: "X = VNFs per Service Chain"
6971 #  y-axis: "Y = Number of Service Chains"
6972 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6973 #  layout:
6974 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6975 #    layout: "plot-service-density"
6976 #
6977 #- type: "plot"
6978 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6979 #  algorithm: "plot_nf_heatmap"
6980 #  output-file-type: ".html"
6981 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6982 #  data: "plot-vpp-nfv-2n-skx-mrr"
6983 #  filter: "'NIC_Intel-XXV710' and
6984 #           'NF_DENSITY' and
6985 #           'VHOST' and
6986 #           not 'VXLAN' and
6987 #           'CHAIN' and
6988 #           'NF_VPPIP4' and
6989 #           '64B' and
6990 #           '4T2C' and
6991 #           'MRR'"
6992 #  parameters:
6993 #  - "result"
6994 #  - "name"
6995 #  - "tags"
6996 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6997 #  x-axis: "X = VNFs per Service Chain"
6998 #  y-axis: "Y = Number of Service Chains"
6999 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7000 #  layout:
7001 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7002 #    layout: "plot-service-density"
7003 #
7004 #- type: "plot"
7005 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7006 #  algorithm: "plot_nf_heatmap"
7007 #  output-file-type: ".html"
7008 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
7009 #  data: "plot-vpp-nfv-2n-skx-mrr"
7010 #  filter: "'NIC_Intel-XXV710' and
7011 #           'NF_DENSITY' and
7012 #           'VHOST' and
7013 #           not 'VXLAN' and
7014 #           'CHAIN' and
7015 #           'NF_VPPIP4' and
7016 #           '64B' and
7017 #           '8T4C' and
7018 #           'MRR'"
7019 #  parameters:
7020 #  - "result"
7021 #  - "name"
7022 #  - "tags"
7023 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7024 #  x-axis: "X = VNFs per Service Chain"
7025 #  y-axis: "Y = Number of Service Chains"
7026 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7027 #  layout:
7028 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7029 #    layout: "plot-service-density"
7030 #
7031 ## Plots - NF Density - VSC - MRR IMIX
7032 #- type: "plot"
7033 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7034 #  algorithm: "plot_nf_heatmap"
7035 #  output-file-type: ".html"
7036 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7037 #  data: "plot-vpp-nfv-2n-skx-mrr"
7038 #  filter: "'NIC_Intel-XXV710' and
7039 #           'NF_DENSITY' and
7040 #           'VHOST' and
7041 #           not 'VXLAN' and
7042 #           'CHAIN' and
7043 #           'NF_VPPIP4' and
7044 #           'IMIX' and
7045 #           '2T1C' and
7046 #           'MRR'"
7047 #  parameters:
7048 #  - "result"
7049 #  - "name"
7050 #  - "tags"
7051 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7052 #  x-axis: "X = VNFs per Service Chain"
7053 #  y-axis: "Y = Number of Service Chains"
7054 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7055 #  layout:
7056 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7057 #    layout: "plot-service-density"
7058 #
7059 #- type: "plot"
7060 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7061 #  algorithm: "plot_nf_heatmap"
7062 #  output-file-type: ".html"
7063 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7064 #  data: "plot-vpp-nfv-2n-skx-mrr"
7065 #  filter: "'NIC_Intel-XXV710' and
7066 #           'NF_DENSITY' and
7067 #           'VHOST' and
7068 #           not 'VXLAN' and
7069 #           'CHAIN' and
7070 #           'NF_VPPIP4' and
7071 #           'IMIX' and
7072 #           '4T2C' and
7073 #           'MRR'"
7074 #  parameters:
7075 #  - "result"
7076 #  - "name"
7077 #  - "tags"
7078 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7079 #  x-axis: "X = VNFs per Service Chain"
7080 #  y-axis: "Y = Number of Service Chains"
7081 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7082 #  layout:
7083 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7084 #    layout: "plot-service-density"
7085 #
7086 #- type: "plot"
7087 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7088 #  algorithm: "plot_nf_heatmap"
7089 #  output-file-type: ".html"
7090 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7091 #  data: "plot-vpp-nfv-2n-skx-mrr"
7092 #  filter: "'NIC_Intel-XXV710' and
7093 #           'NF_DENSITY' and
7094 #           'VHOST' and
7095 #           not 'VXLAN' and
7096 #           'CHAIN' and
7097 #           'NF_VPPIP4' and
7098 #           'IMIX' and
7099 #           '8T4C' and
7100 #           'MRR'"
7101 #  parameters:
7102 #  - "result"
7103 #  - "name"
7104 #  - "tags"
7105 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7106 #  x-axis: "X = VNFs per Service Chain"
7107 #  y-axis: "Y = Number of Service Chains"
7108 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7109 #  layout:
7110 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7111 #    layout: "plot-service-density"
7112 #
7113 ## Plots - NF Density - VSC - NDR 64b
7114 #- type: "plot"
7115 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7116 #  algorithm: "plot_nf_heatmap"
7117 #  output-file-type: ".html"
7118 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
7119 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7120 #  filter: "'NIC_Intel-XXV710' and
7121 #           'NF_DENSITY' and
7122 #           'VHOST' and
7123 #           not 'VXLAN' and
7124 #           'CHAIN' and
7125 #           'NF_VPPIP4' and
7126 #           '64B' and
7127 #           '2T1C' and
7128 #           'NDRPDR'"
7129 #  parameters:
7130 #  - "throughput"
7131 #  - "name"
7132 #  - "tags"
7133 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7134 #  x-axis: "X = VNFs per Service Chain"
7135 #  y-axis: "Y = Number of Service Chains"
7136 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7137 #  layout:
7138 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7139 #    layout: "plot-service-density"
7140 #
7141 #- type: "plot"
7142 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7143 #  algorithm: "plot_nf_heatmap"
7144 #  output-file-type: ".html"
7145 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7146 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7147 #  filter: "'NIC_Intel-XXV710' and
7148 #           'NF_DENSITY' and
7149 #           'VHOST' and
7150 #           not 'VXLAN' and
7151 #           'CHAIN' and
7152 #           'NF_VPPIP4' and
7153 #           '64B' and
7154 #           '4T2C' and
7155 #           'NDRPDR'"
7156 #  parameters:
7157 #  - "throughput"
7158 #  - "name"
7159 #  - "tags"
7160 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7161 #  x-axis: "X = VNFs per Service Chain"
7162 #  y-axis: "Y = Number of Service Chains"
7163 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7164 #  layout:
7165 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7166 #    layout: "plot-service-density"
7167 #
7168 #- type: "plot"
7169 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7170 #  algorithm: "plot_nf_heatmap"
7171 #  output-file-type: ".html"
7172 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7173 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7174 #  filter: "'NIC_Intel-XXV710' and
7175 #           'NF_DENSITY' and
7176 #           'VHOST' and
7177 #           not 'VXLAN' and
7178 #           'CHAIN' and
7179 #           'NF_VPPIP4' and
7180 #           '64B' and
7181 #           '8T4C' and
7182 #           'NDRPDR'"
7183 #  parameters:
7184 #  - "throughput"
7185 #  - "name"
7186 #  - "tags"
7187 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7188 #  x-axis: "X = VNFs per Service Chain"
7189 #  y-axis: "Y = Number of Service Chains"
7190 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7191 #  layout:
7192 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7193 #    layout: "plot-service-density"
7194 #
7195 ## Plots - NF Density - VSC - NDR IMIX
7196 #- type: "plot"
7197 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7198 #  algorithm: "plot_nf_heatmap"
7199 #  output-file-type: ".html"
7200 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7201 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7202 #  filter: "'NIC_Intel-XXV710' and
7203 #           'NF_DENSITY' and
7204 #           'VHOST' and
7205 #           not 'VXLAN' and
7206 #           'CHAIN' and
7207 #           'NF_VPPIP4' and
7208 #           'IMIX' and
7209 #           '2T1C' and
7210 #           'NDRPDR'"
7211 #  parameters:
7212 #  - "throughput"
7213 #  - "name"
7214 #  - "tags"
7215 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7216 #  x-axis: "X = VNFs per Service Chain"
7217 #  y-axis: "Y = Number of Service Chains"
7218 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7219 #  layout:
7220 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7221 #    layout: "plot-service-density"
7222 #
7223 #- type: "plot"
7224 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7225 #  algorithm: "plot_nf_heatmap"
7226 #  output-file-type: ".html"
7227 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7228 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7229 #  filter: "'NIC_Intel-XXV710' and
7230 #           'NF_DENSITY' and
7231 #           'VHOST' and
7232 #           not 'VXLAN' and
7233 #           'CHAIN' and
7234 #           'NF_VPPIP4' and
7235 #           'IMIX' and
7236 #           '4T2C' and
7237 #           'NDRPDR'"
7238 #  parameters:
7239 #  - "throughput"
7240 #  - "name"
7241 #  - "tags"
7242 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7243 #  x-axis: "X = VNFs per Service Chain"
7244 #  y-axis: "Y = Number of Service Chains"
7245 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7246 #  layout:
7247 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7248 #    layout: "plot-service-density"
7249 #
7250 #- type: "plot"
7251 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7252 #  algorithm: "plot_nf_heatmap"
7253 #  output-file-type: ".html"
7254 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7255 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7256 #  filter: "'NIC_Intel-XXV710' and
7257 #           'NF_DENSITY' and
7258 #           'VHOST' and
7259 #           not 'VXLAN' and
7260 #           'CHAIN' and
7261 #           'NF_VPPIP4' and
7262 #           'IMIX' and
7263 #           '8T4C' and
7264 #           'NDRPDR'"
7265 #  parameters:
7266 #  - "throughput"
7267 #  - "name"
7268 #  - "tags"
7269 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7270 #  x-axis: "X = VNFs per Service Chain"
7271 #  y-axis: "Y = Number of Service Chains"
7272 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7273 #  layout:
7274 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7275 #    layout: "plot-service-density"
7276 #
7277 ## Plots - NF Density - VSC - PDR 64b
7278 #- type: "plot"
7279 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7280 #  algorithm: "plot_nf_heatmap"
7281 #  output-file-type: ".html"
7282 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
7283 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7284 #  filter: "'NIC_Intel-XXV710' and
7285 #           'NF_DENSITY' and
7286 #           'VHOST' and
7287 #           not 'VXLAN' and
7288 #           'CHAIN' and
7289 #           'NF_VPPIP4' and
7290 #           '64B' and
7291 #           '2T1C' and
7292 #           'NDRPDR'"
7293 #  parameters:
7294 #  - "throughput"
7295 #  - "name"
7296 #  - "tags"
7297 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7298 #  x-axis: "X = VNFs per Service Chain"
7299 #  y-axis: "Y = Number of Service Chains"
7300 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7301 #  layout:
7302 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7303 #    layout: "plot-service-density"
7304 #
7305 #- type: "plot"
7306 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7307 #  algorithm: "plot_nf_heatmap"
7308 #  output-file-type: ".html"
7309 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7310 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7311 #  filter: "'NIC_Intel-XXV710' and
7312 #           'NF_DENSITY' and
7313 #           'VHOST' and
7314 #           not 'VXLAN' and
7315 #           'CHAIN' and
7316 #           'NF_VPPIP4' and
7317 #           '64B' and
7318 #           '4T2C' and
7319 #           'NDRPDR'"
7320 #  parameters:
7321 #  - "throughput"
7322 #  - "name"
7323 #  - "tags"
7324 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7325 #  x-axis: "X = VNFs per Service Chain"
7326 #  y-axis: "Y = Number of Service Chains"
7327 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7328 #  layout:
7329 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7330 #    layout: "plot-service-density"
7331 #
7332 #- type: "plot"
7333 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7334 #  algorithm: "plot_nf_heatmap"
7335 #  output-file-type: ".html"
7336 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7337 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7338 #  filter: "'NIC_Intel-XXV710' and
7339 #           'NF_DENSITY' and
7340 #           'VHOST' and
7341 #           not 'VXLAN' and
7342 #           'CHAIN' and
7343 #           'NF_VPPIP4' and
7344 #           '64B' and
7345 #           '8T4C' and
7346 #           'NDRPDR'"
7347 #  parameters:
7348 #  - "throughput"
7349 #  - "name"
7350 #  - "tags"
7351 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7352 #  x-axis: "X = VNFs per Service Chain"
7353 #  y-axis: "Y = Number of Service Chains"
7354 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7355 #  layout:
7356 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7357 #    layout: "plot-service-density"
7358 #
7359 ## Plots - NF Density - VSC - PDR IMIX
7360 #- type: "plot"
7361 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7362 #  algorithm: "plot_nf_heatmap"
7363 #  output-file-type: ".html"
7364 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7365 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7366 #  filter: "'NIC_Intel-XXV710' and
7367 #           'NF_DENSITY' and
7368 #           'VHOST' and
7369 #           not 'VXLAN' and
7370 #           'CHAIN' and
7371 #           'NF_VPPIP4' and
7372 #           'IMIX' and
7373 #           '2T1C' and
7374 #           'NDRPDR'"
7375 #  parameters:
7376 #  - "throughput"
7377 #  - "name"
7378 #  - "tags"
7379 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7380 #  x-axis: "X = VNFs per Service Chain"
7381 #  y-axis: "Y = Number of Service Chains"
7382 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7383 #  layout:
7384 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7385 #    layout: "plot-service-density"
7386 #
7387 #- type: "plot"
7388 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7389 #  algorithm: "plot_nf_heatmap"
7390 #  output-file-type: ".html"
7391 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7392 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7393 #  filter: "'NIC_Intel-XXV710' and
7394 #           'NF_DENSITY' and
7395 #           'VHOST' and
7396 #           not 'VXLAN' and
7397 #           'CHAIN' and
7398 #           'NF_VPPIP4' and
7399 #           'IMIX' and
7400 #           '4T2C' and
7401 #           'NDRPDR'"
7402 #  parameters:
7403 #  - "throughput"
7404 #  - "name"
7405 #  - "tags"
7406 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7407 #  x-axis: "X = VNFs per Service Chain"
7408 #  y-axis: "Y = Number of Service Chains"
7409 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7410 #  layout:
7411 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7412 #    layout: "plot-service-density"
7413 #
7414 #- type: "plot"
7415 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7416 #  algorithm: "plot_nf_heatmap"
7417 #  output-file-type: ".html"
7418 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7419 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7420 #  filter: "'NIC_Intel-XXV710' and
7421 #           'NF_DENSITY' and
7422 #           'VHOST' and
7423 #           not 'VXLAN' and
7424 #           'CHAIN' and
7425 #           'NF_VPPIP4' and
7426 #           'IMIX' and
7427 #           '8T4C' and
7428 #           'NDRPDR'"
7429 #  parameters:
7430 #  - "throughput"
7431 #  - "name"
7432 #  - "tags"
7433 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7434 #  x-axis: "X = VNFs per Service Chain"
7435 #  y-axis: "Y = Number of Service Chains"
7436 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7437 #  layout:
7438 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7439 #    layout: "plot-service-density"
7440 #
7441 ################################################################################
7442 ## Plots - NF Density - VSC - MRR 64b
7443 #- type: "plot"
7444 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7445 #  algorithm: "plot_nf_heatmap"
7446 #  output-file-type: ".html"
7447 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7448 #  data: "plot-vpp-nfv-2n-skx-mrr"
7449 #  filter: "'NIC_Intel-XXV710' and
7450 #           'NF_DENSITY' and
7451 #           'VHOST' and
7452 #           'VXLAN' and
7453 #           'CHAIN' and
7454 #           '118' and
7455 #           '2T1C' and
7456 #           'MRR'"
7457 #  parameters:
7458 #  - "result"
7459 #  - "name"
7460 #  - "tags"
7461 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7462 #  x-axis: "X = VNFs per Service Chain"
7463 #  y-axis: "Y = Number of Service Chains"
7464 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7465 #  layout:
7466 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7467 #    layout: "plot-service-density"
7468 #
7469 #- type: "plot"
7470 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7471 #  algorithm: "plot_nf_heatmap"
7472 #  output-file-type: ".html"
7473 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7474 #  data: "plot-vpp-nfv-2n-skx-mrr"
7475 #  filter: "'NIC_Intel-XXV710' and
7476 #           'NF_DENSITY' and
7477 #           'VHOST' and
7478 #           'VXLAN' and
7479 #           'CHAIN' and
7480 #           '118' and
7481 #           '4T2C' and
7482 #           'MRR'"
7483 #  parameters:
7484 #  - "result"
7485 #  - "name"
7486 #  - "tags"
7487 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7488 #  x-axis: "X = VNFs per Service Chain"
7489 #  y-axis: "Y = Number of Service Chains"
7490 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7491 #  layout:
7492 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7493 #    layout: "plot-service-density"
7494 #
7495 #- type: "plot"
7496 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7497 #  algorithm: "plot_nf_heatmap"
7498 #  output-file-type: ".html"
7499 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7500 #  data: "plot-vpp-nfv-2n-skx-mrr"
7501 #  filter: "'NIC_Intel-XXV710' and
7502 #           'NF_DENSITY' and
7503 #           'VHOST' and
7504 #           'VXLAN' and
7505 #           'CHAIN' and
7506 #           '118' and
7507 #           '8T4C' and
7508 #           'MRR'"
7509 #  parameters:
7510 #  - "result"
7511 #  - "name"
7512 #  - "tags"
7513 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7514 #  x-axis: "X = VNFs per Service Chain"
7515 #  y-axis: "Y = Number of Service Chains"
7516 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7517 #  layout:
7518 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7519 #    layout: "plot-service-density"
7520 #
7521 ## Plots - NF Density - VSC - MRR IMIX
7522 #- type: "plot"
7523 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7524 #  algorithm: "plot_nf_heatmap"
7525 #  output-file-type: ".html"
7526 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7527 #  data: "plot-vpp-nfv-2n-skx-mrr"
7528 #  filter: "'NIC_Intel-XXV710' and
7529 #           'NF_DENSITY' and
7530 #           'VHOST' and
7531 #           'VXLAN' and
7532 #           'CHAIN' and
7533 #           'IMIX' and
7534 #           '2T1C' and
7535 #           'MRR'"
7536 #  parameters:
7537 #  - "result"
7538 #  - "name"
7539 #  - "tags"
7540 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7541 #  x-axis: "X = VNFs per Service Chain"
7542 #  y-axis: "Y = Number of Service Chains"
7543 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7544 #  layout:
7545 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7546 #    layout: "plot-service-density"
7547 #
7548 #- type: "plot"
7549 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7550 #  algorithm: "plot_nf_heatmap"
7551 #  output-file-type: ".html"
7552 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7553 #  data: "plot-vpp-nfv-2n-skx-mrr"
7554 #  filter: "'NIC_Intel-XXV710' and
7555 #           'NF_DENSITY' and
7556 #           'VHOST' and
7557 #           'VXLAN' and
7558 #           'CHAIN' and
7559 #           'IMIX' and
7560 #           '4T2C' and
7561 #           'MRR'"
7562 #  parameters:
7563 #  - "result"
7564 #  - "name"
7565 #  - "tags"
7566 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7567 #  x-axis: "X = VNFs per Service Chain"
7568 #  y-axis: "Y = Number of Service Chains"
7569 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7570 #  layout:
7571 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7572 #    layout: "plot-service-density"
7573 #
7574 #- type: "plot"
7575 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7576 #  algorithm: "plot_nf_heatmap"
7577 #  output-file-type: ".html"
7578 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7579 #  data: "plot-vpp-nfv-2n-skx-mrr"
7580 #  filter: "'NIC_Intel-XXV710' and
7581 #           'NF_DENSITY' and
7582 #           'VHOST' and
7583 #           'VXLAN' and
7584 #           'CHAIN' and
7585 #           'IMIX' and
7586 #           '8T4C' and
7587 #           'MRR'"
7588 #  parameters:
7589 #  - "result"
7590 #  - "name"
7591 #  - "tags"
7592 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7593 #  x-axis: "X = VNFs per Service Chain"
7594 #  y-axis: "Y = Number of Service Chains"
7595 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7596 #  layout:
7597 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7598 #    layout: "plot-service-density"
7599 #
7600 ## Plots - NF Density - VSC - NDR 64b
7601 #- type: "plot"
7602 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7603 #  algorithm: "plot_nf_heatmap"
7604 #  output-file-type: ".html"
7605 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7606 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7607 #  filter: "'NIC_Intel-XXV710' and
7608 #           'NF_DENSITY' and
7609 #           'VHOST' and
7610 #           'VXLAN' and
7611 #           'CHAIN' and
7612 #           '118' and
7613 #           '2T1C' and
7614 #           'NDRPDR'"
7615 #  parameters:
7616 #  - "throughput"
7617 #  - "name"
7618 #  - "tags"
7619 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7620 #  x-axis: "X = VNFs per Service Chain"
7621 #  y-axis: "Y = Number of Service Chains"
7622 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7623 #  layout:
7624 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7625 #    layout: "plot-service-density"
7626 #
7627 #- type: "plot"
7628 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7629 #  algorithm: "plot_nf_heatmap"
7630 #  output-file-type: ".html"
7631 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7632 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7633 #  filter: "'NIC_Intel-XXV710' and
7634 #           'NF_DENSITY' and
7635 #           'VHOST' and
7636 #           'VXLAN' and
7637 #           'CHAIN' and
7638 #           '118' and
7639 #           '4T2C' and
7640 #           'NDRPDR'"
7641 #  parameters:
7642 #  - "throughput"
7643 #  - "name"
7644 #  - "tags"
7645 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7646 #  x-axis: "X = VNFs per Service Chain"
7647 #  y-axis: "Y = Number of Service Chains"
7648 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7649 #  layout:
7650 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7651 #    layout: "plot-service-density"
7652 #
7653 #- type: "plot"
7654 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7655 #  algorithm: "plot_nf_heatmap"
7656 #  output-file-type: ".html"
7657 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7658 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7659 #  filter: "'NIC_Intel-XXV710' and
7660 #           'NF_DENSITY' and
7661 #           'VHOST' and
7662 #           'VXLAN' and
7663 #           'CHAIN' and
7664 #           '118' and
7665 #           '8T4C' and
7666 #           'NDRPDR'"
7667 #  parameters:
7668 #  - "throughput"
7669 #  - "name"
7670 #  - "tags"
7671 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7672 #  x-axis: "X = VNFs per Service Chain"
7673 #  y-axis: "Y = Number of Service Chains"
7674 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7675 #  layout:
7676 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7677 #    layout: "plot-service-density"
7678 #
7679 ## Plots - NF Density - VSC - NDR IMIX
7680 #- type: "plot"
7681 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7682 #  algorithm: "plot_nf_heatmap"
7683 #  output-file-type: ".html"
7684 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7685 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7686 #  filter: "'NIC_Intel-XXV710' and
7687 #           'NF_DENSITY' and
7688 #           'VHOST' and
7689 #           'VXLAN' and
7690 #           'CHAIN' and
7691 #           'IMIX' and
7692 #           '2T1C' and
7693 #           'NDRPDR'"
7694 #  parameters:
7695 #  - "throughput"
7696 #  - "name"
7697 #  - "tags"
7698 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7699 #  x-axis: "X = VNFs per Service Chain"
7700 #  y-axis: "Y = Number of Service Chains"
7701 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7702 #  layout:
7703 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7704 #    layout: "plot-service-density"
7705 #
7706 #- type: "plot"
7707 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7708 #  algorithm: "plot_nf_heatmap"
7709 #  output-file-type: ".html"
7710 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7711 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7712 #  filter: "'NIC_Intel-XXV710' and
7713 #           'NF_DENSITY' and
7714 #           'VHOST' and
7715 #           'VXLAN' and
7716 #           'CHAIN' and
7717 #           'IMIX' and
7718 #           '4T2C' and
7719 #           'NDRPDR'"
7720 #  parameters:
7721 #  - "throughput"
7722 #  - "name"
7723 #  - "tags"
7724 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7725 #  x-axis: "X = VNFs per Service Chain"
7726 #  y-axis: "Y = Number of Service Chains"
7727 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7728 #  layout:
7729 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7730 #    layout: "plot-service-density"
7731 #
7732 #- type: "plot"
7733 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7734 #  algorithm: "plot_nf_heatmap"
7735 #  output-file-type: ".html"
7736 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7737 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7738 #  filter: "'NIC_Intel-XXV710' and
7739 #           'NF_DENSITY' and
7740 #           'VHOST' and
7741 #           'VXLAN' and
7742 #           'CHAIN' and
7743 #           'IMIX' and
7744 #           '8T4C' and
7745 #           'NDRPDR'"
7746 #  parameters:
7747 #  - "throughput"
7748 #  - "name"
7749 #  - "tags"
7750 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7751 #  x-axis: "X = VNFs per Service Chain"
7752 #  y-axis: "Y = Number of Service Chains"
7753 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7754 #  layout:
7755 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7756 #    layout: "plot-service-density"
7757 #
7758 ## Plots - NF Density - VSC - PDR 64b
7759 #- type: "plot"
7760 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7761 #  algorithm: "plot_nf_heatmap"
7762 #  output-file-type: ".html"
7763 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7764 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7765 #  filter: "'NIC_Intel-XXV710' and
7766 #           'NF_DENSITY' and
7767 #           'VHOST' and
7768 #           'VXLAN' and
7769 #           'CHAIN' and
7770 #           '118' and
7771 #           '2T1C' and
7772 #           'NDRPDR'"
7773 #  parameters:
7774 #  - "throughput"
7775 #  - "name"
7776 #  - "tags"
7777 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7778 #  x-axis: "X = VNFs per Service Chain"
7779 #  y-axis: "Y = Number of Service Chains"
7780 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7781 #  layout:
7782 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7783 #    layout: "plot-service-density"
7784 #
7785 #- type: "plot"
7786 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7787 #  algorithm: "plot_nf_heatmap"
7788 #  output-file-type: ".html"
7789 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7790 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7791 #  filter: "'NIC_Intel-XXV710' and
7792 #           'NF_DENSITY' and
7793 #           'VHOST' and
7794 #           'VXLAN' and
7795 #           'CHAIN' and
7796 #           '118' and
7797 #           '4T2C' and
7798 #           'NDRPDR'"
7799 #  parameters:
7800 #  - "throughput"
7801 #  - "name"
7802 #  - "tags"
7803 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7804 #  x-axis: "X = VNFs per Service Chain"
7805 #  y-axis: "Y = Number of Service Chains"
7806 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7807 #  layout:
7808 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7809 #    layout: "plot-service-density"
7810 #
7811 #- type: "plot"
7812 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7813 #  algorithm: "plot_nf_heatmap"
7814 #  output-file-type: ".html"
7815 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7816 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7817 #  filter: "'NIC_Intel-XXV710' and
7818 #           'NF_DENSITY' and
7819 #           'VHOST' and
7820 #           'VXLAN' and
7821 #           'CHAIN' and
7822 #           '118' and
7823 #           '8T4C' and
7824 #           'NDRPDR'"
7825 #  parameters:
7826 #  - "throughput"
7827 #  - "name"
7828 #  - "tags"
7829 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7830 #  x-axis: "X = VNFs per Service Chain"
7831 #  y-axis: "Y = Number of Service Chains"
7832 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7833 #  layout:
7834 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7835 #    layout: "plot-service-density"
7836 #
7837 ## Plots - NF Density - VSC - PDR IMIX
7838 #- type: "plot"
7839 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7840 #  algorithm: "plot_nf_heatmap"
7841 #  output-file-type: ".html"
7842 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7843 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7844 #  filter: "'NIC_Intel-XXV710' and
7845 #           'NF_DENSITY' and
7846 #           'VHOST' and
7847 #           'VXLAN' and
7848 #           'CHAIN' and
7849 #           'IMIX' and
7850 #           '2T1C' and
7851 #           'NDRPDR'"
7852 #  parameters:
7853 #  - "throughput"
7854 #  - "name"
7855 #  - "tags"
7856 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7857 #  x-axis: "X = VNFs per Service Chain"
7858 #  y-axis: "Y = Number of Service Chains"
7859 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7860 #  layout:
7861 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7862 #    layout: "plot-service-density"
7863 #
7864 #- type: "plot"
7865 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7866 #  algorithm: "plot_nf_heatmap"
7867 #  output-file-type: ".html"
7868 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7869 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7870 #  filter: "'NIC_Intel-XXV710' and
7871 #           'NF_DENSITY' and
7872 #           'VHOST' and
7873 #           'VXLAN' and
7874 #           'CHAIN' and
7875 #           'IMIX' and
7876 #           '4T2C' and
7877 #           'NDRPDR'"
7878 #  parameters:
7879 #  - "throughput"
7880 #  - "name"
7881 #  - "tags"
7882 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7883 #  x-axis: "X = VNFs per Service Chain"
7884 #  y-axis: "Y = Number of Service Chains"
7885 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7886 #  layout:
7887 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7888 #    layout: "plot-service-density"
7889 #
7890 #- type: "plot"
7891 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7892 #  algorithm: "plot_nf_heatmap"
7893 #  output-file-type: ".html"
7894 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7895 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7896 #  filter: "'NIC_Intel-XXV710' and
7897 #           'NF_DENSITY' and
7898 #           'VHOST' and
7899 #           'VXLAN' and
7900 #           'CHAIN' and
7901 #           'IMIX' and
7902 #           '8T4C' and
7903 #           'NDRPDR'"
7904 #  parameters:
7905 #  - "throughput"
7906 #  - "name"
7907 #  - "tags"
7908 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7909 #  x-axis: "X = VNFs per Service Chain"
7910 #  y-axis: "Y = Number of Service Chains"
7911 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7912 #  layout:
7913 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7914 #    layout: "plot-service-density"
7915 #
7916 ################################################################################
7917 ## Plots - NF Density - CSC - MRR 64b
7918 #- type: "plot"
7919 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7920 #  algorithm: "plot_nf_heatmap"
7921 #  output-file-type: ".html"
7922 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7923 #  data: "plot-vpp-nfv-2n-skx-mrr"
7924 #  filter: "'NIC_Intel-XXV710' and
7925 #           'NF_DENSITY' and
7926 #           'DOCKER' and
7927 #           'CHAIN' and
7928 #           'NF_VPPIP4' and
7929 #           '64B' and
7930 #           '2T1C' and
7931 #           'MRR'"
7932 #  parameters:
7933 #  - "result"
7934 #  - "name"
7935 #  - "tags"
7936 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7937 #  x-axis: "X = CNFs per Service Chain"
7938 #  y-axis: "Y = Number of Service Chains"
7939 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7940 #  layout:
7941 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7942 #    layout: "plot-service-density"
7943 #
7944 #- type: "plot"
7945 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7946 #  algorithm: "plot_nf_heatmap"
7947 #  output-file-type: ".html"
7948 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7949 #  data: "plot-vpp-nfv-2n-skx-mrr"
7950 #  filter: "'NIC_Intel-XXV710' and
7951 #           'NF_DENSITY' and
7952 #           'DOCKER' and
7953 #           'CHAIN' and
7954 #           'NF_VPPIP4' and
7955 #           '64B' and
7956 #           '4T2C' and
7957 #           'MRR'"
7958 #  parameters:
7959 #  - "result"
7960 #  - "name"
7961 #  - "tags"
7962 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7963 #  x-axis: "X = CNFs per Service Chain"
7964 #  y-axis: "Y = Number of Service Chains"
7965 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7966 #  layout:
7967 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7968 #    layout: "plot-service-density"
7969 #
7970 #- type: "plot"
7971 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7972 #  algorithm: "plot_nf_heatmap"
7973 #  output-file-type: ".html"
7974 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7975 #  data: "plot-vpp-nfv-2n-skx-mrr"
7976 #  filter: "'NIC_Intel-XXV710' and
7977 #           'NF_DENSITY' and
7978 #           'DOCKER' and
7979 #           'CHAIN' and
7980 #           'NF_VPPIP4' and
7981 #           '64B' and
7982 #           '8T4C' and
7983 #           'MRR'"
7984 #  parameters:
7985 #  - "result"
7986 #  - "name"
7987 #  - "tags"
7988 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7989 #  x-axis: "X = CNFs per Service Chain"
7990 #  y-axis: "Y = Number of Service Chains"
7991 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7992 #  layout:
7993 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7994 #    layout: "plot-service-density"
7995 #
7996 ## Plots - NF Density - CSC - MRR IMIX
7997 #- type: "plot"
7998 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7999 #  algorithm: "plot_nf_heatmap"
8000 #  output-file-type: ".html"
8001 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8002 #  data: "plot-vpp-nfv-2n-skx-mrr"
8003 #  filter: "'NIC_Intel-XXV710' and
8004 #           'NF_DENSITY' and
8005 #           'DOCKER' and
8006 #           'CHAIN' and
8007 #           'NF_VPPIP4' and
8008 #           'IMIX' and
8009 #           '2T1C' and
8010 #           'MRR'"
8011 #  parameters:
8012 #  - "result"
8013 #  - "name"
8014 #  - "tags"
8015 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8016 #  x-axis: "X = CNFs per Service Chain"
8017 #  y-axis: "Y = Number of Service Chains"
8018 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8019 #  layout:
8020 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8021 #    layout: "plot-service-density"
8022 #
8023 #- type: "plot"
8024 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8025 #  algorithm: "plot_nf_heatmap"
8026 #  output-file-type: ".html"
8027 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8028 #  data: "plot-vpp-nfv-2n-skx-mrr"
8029 #  filter: "'NIC_Intel-XXV710' and
8030 #           'NF_DENSITY' and
8031 #           'DOCKER' and
8032 #           'CHAIN' and
8033 #           'NF_VPPIP4' and
8034 #           'IMIX' and
8035 #           '4T2C' and
8036 #           'MRR'"
8037 #  parameters:
8038 #  - "result"
8039 #  - "name"
8040 #  - "tags"
8041 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8042 #  x-axis: "X = CNFs per Service Chain"
8043 #  y-axis: "Y = Number of Service Chains"
8044 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8045 #  layout:
8046 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8047 #    layout: "plot-service-density"
8048 #
8049 #- type: "plot"
8050 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8051 #  algorithm: "plot_nf_heatmap"
8052 #  output-file-type: ".html"
8053 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8054 #  data: "plot-vpp-nfv-2n-skx-mrr"
8055 #  filter: "'NIC_Intel-XXV710' and
8056 #           'NF_DENSITY' and
8057 #           'DOCKER' and
8058 #           'CHAIN' and
8059 #           'NF_VPPIP4' and
8060 #           'IMIX' and
8061 #           '8T4C' and
8062 #           'MRR'"
8063 #  parameters:
8064 #  - "result"
8065 #  - "name"
8066 #  - "tags"
8067 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8068 #  x-axis: "X = CNFs per Service Chain"
8069 #  y-axis: "Y = Number of Service Chains"
8070 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8071 #  layout:
8072 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8073 #    layout: "plot-service-density"
8074 #
8075 ## Plots - NF Density - CSC - NDR 64b
8076 #- type: "plot"
8077 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8078 #  algorithm: "plot_nf_heatmap"
8079 #  output-file-type: ".html"
8080 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
8081 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8082 #  filter: "'NIC_Intel-XXV710' and
8083 #           'NF_DENSITY' and
8084 #           'DOCKER' and
8085 #           'CHAIN' and
8086 #           'NF_VPPIP4' and
8087 #           '64B' and
8088 #           '2T1C' and
8089 #           'NDRPDR'"
8090 #  parameters:
8091 #  - "throughput"
8092 #  - "name"
8093 #  - "tags"
8094 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8095 #  x-axis: "X = CNFs per Service Chain"
8096 #  y-axis: "Y = Number of Service Chains"
8097 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8098 #  layout:
8099 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8100 #    layout: "plot-service-density"
8101 #
8102 #- type: "plot"
8103 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8104 #  algorithm: "plot_nf_heatmap"
8105 #  output-file-type: ".html"
8106 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
8107 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8108 #  filter: "'NIC_Intel-XXV710' and
8109 #           'NF_DENSITY' and
8110 #           'DOCKER' and
8111 #           'CHAIN' and
8112 #           'NF_VPPIP4' and
8113 #           '64B' and
8114 #           '4T2C' and
8115 #           'NDRPDR'"
8116 #  parameters:
8117 #  - "throughput"
8118 #  - "name"
8119 #  - "tags"
8120 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8121 #  x-axis: "X = CNFs per Service Chain"
8122 #  y-axis: "Y = Number of Service Chains"
8123 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8124 #  layout:
8125 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8126 #    layout: "plot-service-density"
8127 #
8128 #- type: "plot"
8129 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8130 #  algorithm: "plot_nf_heatmap"
8131 #  output-file-type: ".html"
8132 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
8133 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8134 #  filter: "'NIC_Intel-XXV710' and
8135 #           'NF_DENSITY' and
8136 #           'DOCKER' and
8137 #           'CHAIN' and
8138 #           'NF_VPPIP4' and
8139 #           '64B' and
8140 #           '8T4C' and
8141 #           'NDRPDR'"
8142 #  parameters:
8143 #  - "throughput"
8144 #  - "name"
8145 #  - "tags"
8146 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8147 #  x-axis: "X = CNFs per Service Chain"
8148 #  y-axis: "Y = Number of Service Chains"
8149 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8150 #  layout:
8151 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8152 #    layout: "plot-service-density"
8153 #
8154 ## Plots - NF Density - CSC - NDR IMIX
8155 #- type: "plot"
8156 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8157 #  algorithm: "plot_nf_heatmap"
8158 #  output-file-type: ".html"
8159 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8160 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8161 #  filter: "'NIC_Intel-XXV710' and
8162 #           'NF_DENSITY' and
8163 #           'DOCKER' and
8164 #           'CHAIN' and
8165 #           'NF_VPPIP4' and
8166 #           'IMIX' and
8167 #           '2T1C' and
8168 #           'NDRPDR'"
8169 #  parameters:
8170 #  - "throughput"
8171 #  - "name"
8172 #  - "tags"
8173 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8174 #  x-axis: "X = CNFs per Service Chain"
8175 #  y-axis: "Y = Number of Service Chains"
8176 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8177 #  layout:
8178 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8179 #    layout: "plot-service-density"
8180 #
8181 #- type: "plot"
8182 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8183 #  algorithm: "plot_nf_heatmap"
8184 #  output-file-type: ".html"
8185 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8186 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8187 #  filter: "'NIC_Intel-XXV710' and
8188 #           'NF_DENSITY' and
8189 #           'DOCKER' and
8190 #           'CHAIN' and
8191 #           'NF_VPPIP4' and
8192 #           'IMIX' and
8193 #           '4T2C' and
8194 #           'NDRPDR'"
8195 #  parameters:
8196 #  - "throughput"
8197 #  - "name"
8198 #  - "tags"
8199 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8200 #  x-axis: "X = CNFs per Service Chain"
8201 #  y-axis: "Y = Number of Service Chains"
8202 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8203 #  layout:
8204 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8205 #    layout: "plot-service-density"
8206 #
8207 #- type: "plot"
8208 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8209 #  algorithm: "plot_nf_heatmap"
8210 #  output-file-type: ".html"
8211 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8212 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8213 #  filter: "'NIC_Intel-XXV710' and
8214 #           'NF_DENSITY' and
8215 #           'DOCKER' and
8216 #           'CHAIN' and
8217 #           'NF_VPPIP4' and
8218 #           'IMIX' and
8219 #           '8T4C' and
8220 #           'NDRPDR'"
8221 #  parameters:
8222 #  - "throughput"
8223 #  - "name"
8224 #  - "tags"
8225 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8226 #  x-axis: "X = CNFs per Service Chain"
8227 #  y-axis: "Y = Number of Service Chains"
8228 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8229 #  layout:
8230 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8231 #    layout: "plot-service-density"
8232 #
8233 ## Plots - NF Density - CSC - PDR 64b
8234 #- type: "plot"
8235 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8236 #  algorithm: "plot_nf_heatmap"
8237 #  output-file-type: ".html"
8238 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8239 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8240 #  filter: "'NIC_Intel-XXV710' and
8241 #           'NF_DENSITY' and
8242 #           'DOCKER' and
8243 #           'CHAIN' and
8244 #           'NF_VPPIP4' and
8245 #           '64B' and
8246 #           '2T1C' and
8247 #           'NDRPDR'"
8248 #  parameters:
8249 #  - "throughput"
8250 #  - "name"
8251 #  - "tags"
8252 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8253 #  x-axis: "X = CNFs per Service Chain"
8254 #  y-axis: "Y = Number of Service Chains"
8255 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8256 #  layout:
8257 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8258 #    layout: "plot-service-density"
8259 #
8260 #- type: "plot"
8261 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8262 #  algorithm: "plot_nf_heatmap"
8263 #  output-file-type: ".html"
8264 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8265 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8266 #  filter: "'NIC_Intel-XXV710' and
8267 #           'NF_DENSITY' and
8268 #           'DOCKER' and
8269 #           'CHAIN' and
8270 #           'NF_VPPIP4' and
8271 #           '64B' and
8272 #           '4T2C' and
8273 #           'NDRPDR'"
8274 #  parameters:
8275 #  - "throughput"
8276 #  - "name"
8277 #  - "tags"
8278 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8279 #  x-axis: "X = CNFs per Service Chain"
8280 #  y-axis: "Y = Number of Service Chains"
8281 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8282 #  layout:
8283 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8284 #    layout: "plot-service-density"
8285 #
8286 #- type: "plot"
8287 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8288 #  algorithm: "plot_nf_heatmap"
8289 #  output-file-type: ".html"
8290 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8291 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8292 #  filter: "'NIC_Intel-XXV710' and
8293 #           'NF_DENSITY' and
8294 #           'DOCKER' and
8295 #           'CHAIN' and
8296 #           'NF_VPPIP4' and
8297 #           '64B' and
8298 #           '8T4C' and
8299 #           'NDRPDR'"
8300 #  parameters:
8301 #  - "throughput"
8302 #  - "name"
8303 #  - "tags"
8304 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8305 #  x-axis: "X = CNFs per Service Chain"
8306 #  y-axis: "Y = Number of Service Chains"
8307 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8308 #  layout:
8309 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8310 #    layout: "plot-service-density"
8311 #
8312 ## Plots - NF Density - CSC - PDR IMIX
8313 #- type: "plot"
8314 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8315 #  algorithm: "plot_nf_heatmap"
8316 #  output-file-type: ".html"
8317 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8318 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8319 #  filter: "'NIC_Intel-XXV710' and
8320 #           'NF_DENSITY' and
8321 #           'DOCKER' and
8322 #           'CHAIN' and
8323 #           'NF_VPPIP4' and
8324 #           'IMIX' and
8325 #           '2T1C' and
8326 #           'NDRPDR'"
8327 #  parameters:
8328 #  - "throughput"
8329 #  - "name"
8330 #  - "tags"
8331 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8332 #  x-axis: "X = CNFs per Service Chain"
8333 #  y-axis: "Y = Number of Service Chains"
8334 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8335 #  layout:
8336 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8337 #    layout: "plot-service-density"
8338 #
8339 #- type: "plot"
8340 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8341 #  algorithm: "plot_nf_heatmap"
8342 #  output-file-type: ".html"
8343 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8344 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8345 #  filter: "'NIC_Intel-XXV710' and
8346 #           'NF_DENSITY' and
8347 #           'DOCKER' and
8348 #           'CHAIN' and
8349 #           'NF_VPPIP4' and
8350 #           'IMIX' and
8351 #           '4T2C' and
8352 #           'NDRPDR'"
8353 #  parameters:
8354 #  - "throughput"
8355 #  - "name"
8356 #  - "tags"
8357 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8358 #  x-axis: "X = CNFs per Service Chain"
8359 #  y-axis: "Y = Number of Service Chains"
8360 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8361 #  layout:
8362 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8363 #    layout: "plot-service-density"
8364 #
8365 #- type: "plot"
8366 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8367 #  algorithm: "plot_nf_heatmap"
8368 #  output-file-type: ".html"
8369 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8370 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8371 #  filter: "'NIC_Intel-XXV710' and
8372 #           'NF_DENSITY' and
8373 #           'DOCKER' and
8374 #           'CHAIN' and
8375 #           'NF_VPPIP4' and
8376 #           'IMIX' and
8377 #           '8T4C' and
8378 #           'NDRPDR'"
8379 #  parameters:
8380 #  - "throughput"
8381 #  - "name"
8382 #  - "tags"
8383 #  include-tests: "PDR" # "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 PDR) [Mpps]"
8387 #  layout:
8388 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8389 #    layout: "plot-service-density"
8390 #
8391 ################################################################################
8392 #
8393 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8394 #- type: "plot"
8395 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8396 #  algorithm: "plot_nf_heatmap"
8397 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8398 #  data: "plot-vpp-nfv-3n-skx-mrr"
8399 #  filter: "'NIC_Intel-XXV710' and
8400 #           'NF_DENSITY' and
8401 #           'DOCKER' and
8402 #           'CHAIN' and
8403 #           'NF_VPPIP4' and
8404 #           'IPSEC' and
8405 #           'TNL_4' and
8406 #           'IMIX' and
8407 #           '2T1C' and
8408 #           'MRR'"
8409 #  parameters:
8410 #  - "result"
8411 #  - "name"
8412 #  - "tags"
8413 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8414 #  x-axis: "X = CNFs per Service Chain"
8415 #  y-axis: "Y = Number of Service Chains"
8416 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8417 #  layout:
8418 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8419 #    layout: "plot-service-density"
8420 #
8421 #- type: "plot"
8422 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8423 #  algorithm: "plot_nf_heatmap"
8424 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8425 #  data: "plot-vpp-nfv-3n-skx-mrr"
8426 #  filter: "'NIC_Intel-XXV710' and
8427 #           'NF_DENSITY' and
8428 #           'DOCKER' and
8429 #           'CHAIN' and
8430 #           'NF_VPPIP4' and
8431 #           'IPSEC' and
8432 #           'TNL_4' and
8433 #           'IMIX' and
8434 #           '4T2C' and
8435 #           'MRR'"
8436 #  parameters:
8437 #  - "result"
8438 #  - "name"
8439 #  - "tags"
8440 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8441 #  x-axis: "X = CNFs per Service Chain"
8442 #  y-axis: "Y = Number of Service Chains"
8443 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8444 #  layout:
8445 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8446 #    layout: "plot-service-density"
8447 #
8448 #- type: "plot"
8449 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8450 #  algorithm: "plot_nf_heatmap"
8451 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8452 #  data: "plot-vpp-nfv-3n-skx-mrr"
8453 #  filter: "'NIC_Intel-XXV710' and
8454 #           'NF_DENSITY' and
8455 #           'DOCKER' and
8456 #           'CHAIN' and
8457 #           'NF_VPPIP4' and
8458 #           'IPSEC' and
8459 #           'TNL_4' and
8460 #           'IMIX' and
8461 #           '8T4C' and
8462 #           'MRR'"
8463 #  parameters:
8464 #  - "result"
8465 #  - "name"
8466 #  - "tags"
8467 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8468 #  x-axis: "X = CNFs per Service Chain"
8469 #  y-axis: "Y = Number of Service Chains"
8470 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8471 #  layout:
8472 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8473 #    layout: "plot-service-density"
8474
8475 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8476 - type: "plot"
8477   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8478   algorithm: "plot_nf_heatmap"
8479   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8480   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8481   filter: "'NIC_Intel-XXV710' and
8482            'NF_DENSITY' and
8483            'DOCKER' and
8484            'CHAIN' and
8485            'NF_VPPIP4' and
8486            'IPSEC' and
8487            'TNL_4' and
8488            'IMIX' and
8489            '2T1C' and
8490            'NDRPDR'"
8491   parameters:
8492   - "throughput"
8493   - "name"
8494   - "tags"
8495   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8496   x-axis: "X = CNFs per Service Chain"
8497   y-axis: "Y = Number of Service Chains"
8498   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8499   layout:
8500     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8501     layout: "plot-service-density"
8502
8503 - type: "plot"
8504   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8505   algorithm: "plot_nf_heatmap"
8506   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8507   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8508   filter: "'NIC_Intel-XXV710' and
8509            'NF_DENSITY' and
8510            'DOCKER' and
8511            'CHAIN' and
8512            'NF_VPPIP4' and
8513            'IPSEC' and
8514            'TNL_4' and
8515            'IMIX' and
8516            '4T2C' and
8517            'NDRPDR'"
8518   parameters:
8519   - "throughput"
8520   - "name"
8521   - "tags"
8522   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8523   x-axis: "X = CNFs per Service Chain"
8524   y-axis: "Y = Number of Service Chains"
8525   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8526   layout:
8527     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8528     layout: "plot-service-density"
8529
8530 - type: "plot"
8531   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8532   algorithm: "plot_nf_heatmap"
8533   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8534   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8535   filter: "'NIC_Intel-XXV710' and
8536            'NF_DENSITY' and
8537            'DOCKER' and
8538            'CHAIN' and
8539            'NF_VPPIP4' and
8540            'IPSEC' and
8541            'TNL_4' and
8542            'IMIX' and
8543            '8T4C' and
8544            'NDRPDR'"
8545   parameters:
8546   - "throughput"
8547   - "name"
8548   - "tags"
8549   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8550   x-axis: "X = CNFs per Service Chain"
8551   y-axis: "Y = Number of Service Chains"
8552   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8553   layout:
8554     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8555     layout: "plot-service-density"
8556
8557 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8558 - type: "plot"
8559   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8560   algorithm: "plot_nf_heatmap"
8561   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8562   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8563   filter: "'NIC_Intel-XXV710' and
8564            'NF_DENSITY' and
8565            'DOCKER' and
8566            'CHAIN' and
8567            'NF_VPPIP4' and
8568            'IPSEC' and
8569            'TNL_4' and
8570            'IMIX' and
8571            '2T1C' and
8572            'NDRPDR'"
8573   parameters:
8574   - "throughput"
8575   - "name"
8576   - "tags"
8577   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8578   x-axis: "X = CNFs per Service Chain"
8579   y-axis: "Y = Number of Service Chains"
8580   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8581   layout:
8582     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8583     layout: "plot-service-density"
8584
8585 - type: "plot"
8586   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8587   algorithm: "plot_nf_heatmap"
8588   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8589   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8590   filter: "'NIC_Intel-XXV710' and
8591            'NF_DENSITY' and
8592            'DOCKER' and
8593            'CHAIN' and
8594            'NF_VPPIP4' and
8595            'IPSEC' and
8596            'TNL_4' and
8597            'IMIX' and
8598            '4T2C' and
8599            'NDRPDR'"
8600   parameters:
8601   - "throughput"
8602   - "name"
8603   - "tags"
8604   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8605   x-axis: "X = CNFs per Service Chain"
8606   y-axis: "Y = Number of Service Chains"
8607   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8608   layout:
8609     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8610     layout: "plot-service-density"
8611
8612 - type: "plot"
8613   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8614   algorithm: "plot_nf_heatmap"
8615   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8616   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8617   filter: "'NIC_Intel-XXV710' and
8618            'NF_DENSITY' and
8619            'DOCKER' and
8620            'CHAIN' and
8621            'NF_VPPIP4' and
8622            'IPSEC' and
8623            'TNL_4' and
8624            'IMIX' and
8625            '8T4C' and
8626            'NDRPDR'"
8627   parameters:
8628   - "throughput"
8629   - "name"
8630   - "tags"
8631   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8632   x-axis: "X = CNFs per Service Chain"
8633   y-axis: "Y = Number of Service Chains"
8634   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8635   layout:
8636     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8637     layout: "plot-service-density"
8638
8639 ###############################################################################
8640
8641 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8642 - type: "plot"
8643   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8644   algorithm: "plot_nf_heatmap"
8645   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8646   data: "plot-vpp-nfv-3n-hsw-mrr"
8647   filter: "'NIC_Intel-XL710' and
8648            'NF_DENSITY' and
8649            'DOCKER' and
8650            'CHAIN' and
8651            'NF_VPPIP4' and
8652            'IMIX' and
8653            'TNL_4' and
8654            '1T1C' and
8655            'MRR'"
8656   parameters:
8657   - "result"
8658   - "name"
8659   - "tags"
8660   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8661   x-axis: "X = CNFs per Service Chain"
8662   y-axis: "Y = Number of Service Chains"
8663   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8664   layout:
8665     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8666     layout: "plot-service-density"
8667
8668 - type: "plot"
8669   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8670   algorithm: "plot_nf_heatmap"
8671   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8672   data: "plot-vpp-nfv-3n-hsw-mrr"
8673   filter: "'NIC_Intel-XL710' and
8674            'NF_DENSITY' and
8675            'DOCKER' and
8676            'CHAIN' and
8677            'NF_VPPIP4' and
8678            'IPSEC' and
8679            'TNL_4' and
8680            'IMIX' and
8681            '2T2C' and
8682            'MRR'"
8683   parameters:
8684   - "result"
8685   - "name"
8686   - "tags"
8687   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8688   x-axis: "X = CNFs per Service Chain"
8689   y-axis: "Y = Number of Service Chains"
8690   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8691   layout:
8692     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8693     layout: "plot-service-density"
8694
8695 - type: "plot"
8696   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8697   algorithm: "plot_nf_heatmap"
8698   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8699   data: "plot-vpp-nfv-3n-hsw-mrr"
8700   filter: "'NIC_Intel-XL710' and
8701            'NF_DENSITY' and
8702            'DOCKER' and
8703            'CHAIN' and
8704            'NF_VPPIP4' and
8705            'IPSEC' and
8706            'TNL_4' and
8707            'IMIX' and
8708            '4T4C' and
8709            'MRR'"
8710   parameters:
8711   - "result"
8712   - "name"
8713   - "tags"
8714   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8715   x-axis: "X = CNFs per Service Chain"
8716   y-axis: "Y = Number of Service Chains"
8717   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8718   layout:
8719     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8720     layout: "plot-service-density"
8721
8722 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8723 - type: "plot"
8724   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8725   algorithm: "plot_nf_heatmap"
8726   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8727   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8728   filter: "'NIC_Intel-XL710' and
8729            'NF_DENSITY' and
8730            'DOCKER' and
8731            'CHAIN' and
8732            'NF_VPPIP4' and
8733            'IPSEC' and
8734            'TNL_4' and
8735            'IMIX' and
8736            '1T1C' and
8737            'NDRPDR'"
8738   parameters:
8739   - "throughput"
8740   - "name"
8741   - "tags"
8742   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8743   x-axis: "X = CNFs per Service Chain"
8744   y-axis: "Y = Number of Service Chains"
8745   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8746   layout:
8747     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8748     layout: "plot-service-density"
8749
8750 - type: "plot"
8751   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8752   algorithm: "plot_nf_heatmap"
8753   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8754   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8755   filter: "'NIC_Intel-XL710' and
8756            'NF_DENSITY' and
8757            'DOCKER' and
8758            'CHAIN' and
8759            'NF_VPPIP4' and
8760            'IPSEC' and
8761            'TNL_4' and
8762            'IMIX' and
8763            '2T2C' and
8764            'NDRPDR'"
8765   parameters:
8766   - "throughput"
8767   - "name"
8768   - "tags"
8769   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8770   x-axis: "X = CNFs per Service Chain"
8771   y-axis: "Y = Number of Service Chains"
8772   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8773   layout:
8774     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8775     layout: "plot-service-density"
8776
8777 - type: "plot"
8778   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8779   algorithm: "plot_nf_heatmap"
8780   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8781   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8782   filter: "'NIC_Intel-XL710' and
8783            'NF_DENSITY' and
8784            'DOCKER' and
8785            'CHAIN' and
8786            'NF_VPPIP4' and
8787            'IPSEC' and
8788            'TNL_4' and
8789            'IMIX' and
8790            '4T4C' and
8791            'NDRPDR'"
8792   parameters:
8793   - "throughput"
8794   - "name"
8795   - "tags"
8796   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8797   x-axis: "X = CNFs per Service Chain"
8798   y-axis: "Y = Number of Service Chains"
8799   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8800   layout:
8801     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8802     layout: "plot-service-density"
8803
8804 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8805 - type: "plot"
8806   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8807   algorithm: "plot_nf_heatmap"
8808   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8809   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8810   filter: "'NIC_Intel-XL710' and
8811            'NF_DENSITY' and
8812            'DOCKER' and
8813            'CHAIN' and
8814            'NF_VPPIP4' and
8815            'IPSEC' and
8816            'TNL_4' and
8817            'IMIX' and
8818            '1T1C' and
8819            'NDRPDR'"
8820   parameters:
8821   - "throughput"
8822   - "name"
8823   - "tags"
8824   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8825   x-axis: "X = CNFs per Service Chain"
8826   y-axis: "Y = Number of Service Chains"
8827   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8828   layout:
8829     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8830     layout: "plot-service-density"
8831
8832 - type: "plot"
8833   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8834   algorithm: "plot_nf_heatmap"
8835   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8836   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8837   filter: "'NIC_Intel-XL710' and
8838            'NF_DENSITY' and
8839            'DOCKER' and
8840            'CHAIN' and
8841            'NF_VPPIP4' and
8842            'IPSEC' and
8843            'TNL_4' and
8844            'IMIX' and
8845            '2T2C' and
8846            'NDRPDR'"
8847   parameters:
8848   - "throughput"
8849   - "name"
8850   - "tags"
8851   include-tests: "PDR" # "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 PDR) [Mpps]"
8855   layout:
8856     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8857     layout: "plot-service-density"
8858
8859 - type: "plot"
8860   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8861   algorithm: "plot_nf_heatmap"
8862   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8863   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8864   filter: "'NIC_Intel-XL710' and
8865            'NF_DENSITY' and
8866            'DOCKER' and
8867            'CHAIN' and
8868            'NF_VPPIP4' and
8869            'IPSEC' and
8870            'TNL_4' and
8871            'IMIX' and
8872            '4T4C' and
8873            'NDRPDR'"
8874   parameters:
8875   - "throughput"
8876   - "name"
8877   - "tags"
8878   include-tests: "PDR" # "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 PDR) [Mpps]"
8882   layout:
8883     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8884     layout: "plot-service-density"
8885
8886 ###############################################################################
8887
8888 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8889 #- type: "plot"
8890 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8891 #  algorithm: "plot_nf_heatmap"
8892 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8893 #  data: "plot-vpp-nfv-3n-skx-mrr"
8894 #  filter: "'NIC_Intel-XXV710' and
8895 #           'NF_DENSITY' and
8896 #           'DOCKER' and
8897 #           'CHAIN' and
8898 #           'NF_VPPIP4' and
8899 #           'IPSEC' and
8900 #           'TNL_1000' and
8901 #           'IMIX' and
8902 #           '2T1C' and
8903 #           'MRR'"
8904 #  parameters:
8905 #  - "result"
8906 #  - "name"
8907 #  - "tags"
8908 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8909 #  x-axis: "X = CNFs per Service Chain"
8910 #  y-axis: "Y = Number of Service Chains"
8911 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8912 #  layout:
8913 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8914 #    layout: "plot-service-density"
8915 #
8916 #- type: "plot"
8917 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8918 #  algorithm: "plot_nf_heatmap"
8919 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8920 #  data: "plot-vpp-nfv-3n-skx-mrr"
8921 #  filter: "'NIC_Intel-XXV710' and
8922 #           'NF_DENSITY' and
8923 #           'DOCKER' and
8924 #           'CHAIN' and
8925 #           'NF_VPPIP4' and
8926 #           'IPSEC' and
8927 #           'TNL_1000' and
8928 #           'IMIX' and
8929 #           '4T2C' and
8930 #           'MRR'"
8931 #  parameters:
8932 #  - "result"
8933 #  - "name"
8934 #  - "tags"
8935 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8936 #  x-axis: "X = CNFs per Service Chain"
8937 #  y-axis: "Y = Number of Service Chains"
8938 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8939 #  layout:
8940 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8941 #    layout: "plot-service-density"
8942 #
8943 #- type: "plot"
8944 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8945 #  algorithm: "plot_nf_heatmap"
8946 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8947 #  data: "plot-vpp-nfv-3n-skx-mrr"
8948 #  filter: "'NIC_Intel-XXV710' and
8949 #           'NF_DENSITY' and
8950 #           'DOCKER' and
8951 #           'CHAIN' and
8952 #           'NF_VPPIP4' and
8953 #           'IPSEC' and
8954 #           'TNL_1000' and
8955 #           'IMIX' and
8956 #           '8T4C' and
8957 #           'MRR'"
8958 #  parameters:
8959 #  - "result"
8960 #  - "name"
8961 #  - "tags"
8962 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8963 #  x-axis: "X = CNFs per Service Chain"
8964 #  y-axis: "Y = Number of Service Chains"
8965 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8966 #  layout:
8967 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8968 #    layout: "plot-service-density"
8969
8970 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8971 - type: "plot"
8972   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8973   algorithm: "plot_nf_heatmap"
8974   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8975   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8976   filter: "'NIC_Intel-XXV710' and
8977            'NF_DENSITY' and
8978            'DOCKER' and
8979            'CHAIN' and
8980            'NF_VPPIP4' and
8981            'IPSEC' and
8982            'TNL_1000' and
8983            'IMIX' and
8984            '2T1C' and
8985            'NDRPDR'"
8986   parameters:
8987   - "throughput"
8988   - "name"
8989   - "tags"
8990   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8991   x-axis: "X = CNFs per Service Chain"
8992   y-axis: "Y = Number of Service Chains"
8993   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8994   layout:
8995     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8996     layout: "plot-service-density"
8997
8998 - type: "plot"
8999   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9000   algorithm: "plot_nf_heatmap"
9001   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9002   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9003   filter: "'NIC_Intel-XXV710' and
9004            'NF_DENSITY' and
9005            'DOCKER' and
9006            'CHAIN' and
9007            'NF_VPPIP4' and
9008            'IPSEC' and
9009            'TNL_1000' and
9010            'IMIX' and
9011            '4T2C' and
9012            'NDRPDR'"
9013   parameters:
9014   - "throughput"
9015   - "name"
9016   - "tags"
9017   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9018   x-axis: "X = CNFs per Service Chain"
9019   y-axis: "Y = Number of Service Chains"
9020   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9021   layout:
9022     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9023     layout: "plot-service-density"
9024
9025 - type: "plot"
9026   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9027   algorithm: "plot_nf_heatmap"
9028   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9029   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9030   filter: "'NIC_Intel-XXV710' and
9031            'NF_DENSITY' and
9032            'DOCKER' and
9033            'CHAIN' and
9034            'NF_VPPIP4' and
9035            'IPSEC' and
9036            'TNL_1000' and
9037            'IMIX' and
9038            '8T4C' and
9039            'NDRPDR'"
9040   parameters:
9041   - "throughput"
9042   - "name"
9043   - "tags"
9044   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9045   x-axis: "X = CNFs per Service Chain"
9046   y-axis: "Y = Number of Service Chains"
9047   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9048   layout:
9049     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9050     layout: "plot-service-density"
9051
9052 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9053 - type: "plot"
9054   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9055   algorithm: "plot_nf_heatmap"
9056   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9057   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9058   filter: "'NIC_Intel-XXV710' and
9059            'NF_DENSITY' and
9060            'DOCKER' and
9061            'CHAIN' and
9062            'NF_VPPIP4' and
9063            'IPSEC' and
9064            'TNL_1000' and
9065            'IMIX' and
9066            '2T1C' and
9067            'NDRPDR'"
9068   parameters:
9069   - "throughput"
9070   - "name"
9071   - "tags"
9072   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9073   x-axis: "X = CNFs per Service Chain"
9074   y-axis: "Y = Number of Service Chains"
9075   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9076   layout:
9077     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9078     layout: "plot-service-density"
9079
9080 - type: "plot"
9081   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9082   algorithm: "plot_nf_heatmap"
9083   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9084   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9085   filter: "'NIC_Intel-XXV710' and
9086            'NF_DENSITY' and
9087            'DOCKER' and
9088            'CHAIN' and
9089            'NF_VPPIP4' and
9090            'IPSEC' and
9091            'TNL_1000' and
9092            'IMIX' and
9093            '4T2C' and
9094            'NDRPDR'"
9095   parameters:
9096   - "throughput"
9097   - "name"
9098   - "tags"
9099   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9100   x-axis: "X = CNFs per Service Chain"
9101   y-axis: "Y = Number of Service Chains"
9102   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9103   layout:
9104     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9105     layout: "plot-service-density"
9106
9107 - type: "plot"
9108   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9109   algorithm: "plot_nf_heatmap"
9110   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9111   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9112   filter: "'NIC_Intel-XXV710' and
9113            'NF_DENSITY' and
9114            'DOCKER' and
9115            'CHAIN' and
9116            'NF_VPPIP4' and
9117            'IPSEC' and
9118            'TNL_1000' and
9119            'IMIX' and
9120            '8T4C' and
9121            'NDRPDR'"
9122   parameters:
9123   - "throughput"
9124   - "name"
9125   - "tags"
9126   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9127   x-axis: "X = CNFs per Service Chain"
9128   y-axis: "Y = Number of Service Chains"
9129   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9130   layout:
9131     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9132     layout: "plot-service-density"
9133
9134 ###############################################################################
9135
9136 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9137 - type: "plot"
9138   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9139   algorithm: "plot_nf_heatmap"
9140   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9141   data: "plot-vpp-nfv-3n-hsw-mrr"
9142   filter: "'NIC_Intel-XL710' and
9143            'NF_DENSITY' and
9144            'DOCKER' and
9145            'CHAIN' and
9146            'NF_VPPIP4' and
9147            'IMIX' and
9148            'TNL_1000' and
9149            '1T1C' and
9150            'MRR'"
9151   parameters:
9152   - "result"
9153   - "name"
9154   - "tags"
9155   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9156   x-axis: "X = CNFs per Service Chain"
9157   y-axis: "Y = Number of Service Chains"
9158   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9159   layout:
9160     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9161     layout: "plot-service-density"
9162
9163 - type: "plot"
9164   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9165   algorithm: "plot_nf_heatmap"
9166   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9167   data: "plot-vpp-nfv-3n-hsw-mrr"
9168   filter: "'NIC_Intel-XL710' and
9169            'NF_DENSITY' and
9170            'DOCKER' and
9171            'CHAIN' and
9172            'NF_VPPIP4' and
9173            'IPSEC' and
9174            'TNL_1000' and
9175            'IMIX' and
9176            '2T2C' and
9177            'MRR'"
9178   parameters:
9179   - "result"
9180   - "name"
9181   - "tags"
9182   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9183   x-axis: "X = CNFs per Service Chain"
9184   y-axis: "Y = Number of Service Chains"
9185   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9186   layout:
9187     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9188     layout: "plot-service-density"
9189
9190 - type: "plot"
9191   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9192   algorithm: "plot_nf_heatmap"
9193   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9194   data: "plot-vpp-nfv-3n-hsw-mrr"
9195   filter: "'NIC_Intel-XL710' and
9196            'NF_DENSITY' and
9197            'DOCKER' and
9198            'CHAIN' and
9199            'NF_VPPIP4' and
9200            'IPSEC' and
9201            'TNL_1000' and
9202            'IMIX' and
9203            '4T4C' and
9204            'MRR'"
9205   parameters:
9206   - "result"
9207   - "name"
9208   - "tags"
9209   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9210   x-axis: "X = CNFs per Service Chain"
9211   y-axis: "Y = Number of Service Chains"
9212   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9213   layout:
9214     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9215     layout: "plot-service-density"
9216
9217 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9218 - type: "plot"
9219   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9220   algorithm: "plot_nf_heatmap"
9221   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9222   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9223   filter: "'NIC_Intel-XL710' and
9224            'NF_DENSITY' and
9225            'DOCKER' and
9226            'CHAIN' and
9227            'NF_VPPIP4' and
9228            'IPSEC' and
9229            'TNL_1000' and
9230            'IMIX' and
9231            '1T1C' and
9232            'NDRPDR'"
9233   parameters:
9234   - "throughput"
9235   - "name"
9236   - "tags"
9237   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9238   x-axis: "X = CNFs per Service Chain"
9239   y-axis: "Y = Number of Service Chains"
9240   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9241   layout:
9242     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9243     layout: "plot-service-density"
9244
9245 - type: "plot"
9246   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9247   algorithm: "plot_nf_heatmap"
9248   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9249   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9250   filter: "'NIC_Intel-XL710' and
9251            'NF_DENSITY' and
9252            'DOCKER' and
9253            'CHAIN' and
9254            'NF_VPPIP4' and
9255            'IPSEC' and
9256            'TNL_1000' and
9257            'IMIX' and
9258            '2T2C' and
9259            'NDRPDR'"
9260   parameters:
9261   - "throughput"
9262   - "name"
9263   - "tags"
9264   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9265   x-axis: "X = CNFs per Service Chain"
9266   y-axis: "Y = Number of Service Chains"
9267   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9268   layout:
9269     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9270     layout: "plot-service-density"
9271
9272 - type: "plot"
9273   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9274   algorithm: "plot_nf_heatmap"
9275   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9276   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9277   filter: "'NIC_Intel-XL710' and
9278            'NF_DENSITY' and
9279            'DOCKER' and
9280            'CHAIN' and
9281            'NF_VPPIP4' and
9282            'IPSEC' and
9283            'TNL_1000' and
9284            'IMIX' and
9285            '4T4C' and
9286            'NDRPDR'"
9287   parameters:
9288   - "throughput"
9289   - "name"
9290   - "tags"
9291   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9292   x-axis: "X = CNFs per Service Chain"
9293   y-axis: "Y = Number of Service Chains"
9294   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9295   layout:
9296     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9297     layout: "plot-service-density"
9298
9299 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9300 - type: "plot"
9301   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9302   algorithm: "plot_nf_heatmap"
9303   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9304   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9305   filter: "'NIC_Intel-XL710' and
9306            'NF_DENSITY' and
9307            'DOCKER' and
9308            'CHAIN' and
9309            'NF_VPPIP4' and
9310            'IPSEC' and
9311            'TNL_1000' and
9312            'IMIX' and
9313            '1T1C' and
9314            'NDRPDR'"
9315   parameters:
9316   - "throughput"
9317   - "name"
9318   - "tags"
9319   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9320   x-axis: "X = CNFs per Service Chain"
9321   y-axis: "Y = Number of Service Chains"
9322   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9323   layout:
9324     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9325     layout: "plot-service-density"
9326
9327 - type: "plot"
9328   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9329   algorithm: "plot_nf_heatmap"
9330   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9331   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9332   filter: "'NIC_Intel-XL710' and
9333            'NF_DENSITY' and
9334            'DOCKER' and
9335            'CHAIN' and
9336            'NF_VPPIP4' and
9337            'IPSEC' and
9338            'TNL_1000' and
9339            'IMIX' and
9340            '2T2C' and
9341            'NDRPDR'"
9342   parameters:
9343   - "throughput"
9344   - "name"
9345   - "tags"
9346   include-tests: "PDR" # "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 PDR) [Mpps]"
9350   layout:
9351     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9352     layout: "plot-service-density"
9353
9354 - type: "plot"
9355   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9356   algorithm: "plot_nf_heatmap"
9357   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9358   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9359   filter: "'NIC_Intel-XL710' and
9360            'NF_DENSITY' and
9361            'DOCKER' and
9362            'CHAIN' and
9363            'NF_VPPIP4' and
9364            'IPSEC' and
9365            'TNL_1000' and
9366            'IMIX' and
9367            '4T4C' and
9368            'NDRPDR'"
9369   parameters:
9370   - "throughput"
9371   - "name"
9372   - "tags"
9373   include-tests: "PDR" # "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 PDR) [Mpps]"
9377   layout:
9378     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9379     layout: "plot-service-density"
9380
9381 ###############################################################################
9382
9383 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9384 #- type: "plot"
9385 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9386 #  algorithm: "plot_nf_heatmap"
9387 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9388 #  data: "plot-vpp-nfv-3n-skx-mrr"
9389 #  filter: "'NIC_Intel-XXV710' and
9390 #           'NF_DENSITY' and
9391 #           'DOCKER' and
9392 #           'CHAIN' and
9393 #           'NF_VPPIP4' and
9394 #           'IPSEC' and
9395 #           'TNL_10000' and
9396 #           'IMIX' and
9397 #           '2T1C' and
9398 #           'MRR'"
9399 #  parameters:
9400 #  - "result"
9401 #  - "name"
9402 #  - "tags"
9403 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9404 #  x-axis: "X = CNFs per Service Chain"
9405 #  y-axis: "Y = Number of Service Chains"
9406 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9407 #  layout:
9408 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9409 #    layout: "plot-service-density"
9410 #
9411 #- type: "plot"
9412 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9413 #  algorithm: "plot_nf_heatmap"
9414 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9415 #  data: "plot-vpp-nfv-3n-skx-mrr"
9416 #  filter: "'NIC_Intel-XXV710' and
9417 #           'NF_DENSITY' and
9418 #           'DOCKER' and
9419 #           'CHAIN' and
9420 #           'NF_VPPIP4' and
9421 #           'IPSEC' and
9422 #           'TNL_10000' and
9423 #           'IMIX' and
9424 #           '4T2C' and
9425 #           'MRR'"
9426 #  parameters:
9427 #  - "result"
9428 #  - "name"
9429 #  - "tags"
9430 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9431 #  x-axis: "X = CNFs per Service Chain"
9432 #  y-axis: "Y = Number of Service Chains"
9433 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9434 #  layout:
9435 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9436 #    layout: "plot-service-density"
9437 #
9438 #- type: "plot"
9439 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9440 #  algorithm: "plot_nf_heatmap"
9441 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9442 #  data: "plot-vpp-nfv-3n-skx-mrr"
9443 #  filter: "'NIC_Intel-XXV710' and
9444 #           'NF_DENSITY' and
9445 #           'DOCKER' and
9446 #           'CHAIN' and
9447 #           'NF_VPPIP4' and
9448 #           'IPSEC' and
9449 #           'TNL_10000' and
9450 #           'IMIX' and
9451 #           '8T4C' and
9452 #           'MRR'"
9453 #  parameters:
9454 #  - "result"
9455 #  - "name"
9456 #  - "tags"
9457 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9458 #  x-axis: "X = CNFs per Service Chain"
9459 #  y-axis: "Y = Number of Service Chains"
9460 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9461 #  layout:
9462 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9463 #    layout: "plot-service-density"
9464
9465 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9466 - type: "plot"
9467   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9468   algorithm: "plot_nf_heatmap"
9469   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9470   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9471   filter: "'NIC_Intel-XXV710' and
9472            'NF_DENSITY' and
9473            'DOCKER' and
9474            'CHAIN' and
9475            'NF_VPPIP4' and
9476            'IPSEC' and
9477            'TNL_10000' and
9478            'IMIX' and
9479            '2T1C' and
9480            'NDRPDR'"
9481   parameters:
9482   - "throughput"
9483   - "name"
9484   - "tags"
9485   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9486   x-axis: "X = CNFs per Service Chain"
9487   y-axis: "Y = Number of Service Chains"
9488   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9489   layout:
9490     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9491     layout: "plot-service-density"
9492
9493 - type: "plot"
9494   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9495   algorithm: "plot_nf_heatmap"
9496   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9497   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9498   filter: "'NIC_Intel-XXV710' and
9499            'NF_DENSITY' and
9500            'DOCKER' and
9501            'CHAIN' and
9502            'NF_VPPIP4' and
9503            'IPSEC' and
9504            'TNL_10000' and
9505            'IMIX' and
9506            '4T2C' and
9507            'NDRPDR'"
9508   parameters:
9509   - "throughput"
9510   - "name"
9511   - "tags"
9512   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9513   x-axis: "X = CNFs per Service Chain"
9514   y-axis: "Y = Number of Service Chains"
9515   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9516   layout:
9517     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9518     layout: "plot-service-density"
9519
9520 - type: "plot"
9521   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9522   algorithm: "plot_nf_heatmap"
9523   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9524   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9525   filter: "'NIC_Intel-XXV710' and
9526            'NF_DENSITY' and
9527            'DOCKER' and
9528            'CHAIN' and
9529            'NF_VPPIP4' and
9530            'IPSEC' and
9531            'TNL_10000' and
9532            'IMIX' and
9533            '8T4C' and
9534            'NDRPDR'"
9535   parameters:
9536   - "throughput"
9537   - "name"
9538   - "tags"
9539   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9540   x-axis: "X = CNFs per Service Chain"
9541   y-axis: "Y = Number of Service Chains"
9542   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9543   layout:
9544     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9545     layout: "plot-service-density"
9546
9547 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9548 - type: "plot"
9549   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9550   algorithm: "plot_nf_heatmap"
9551   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9552   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9553   filter: "'NIC_Intel-XXV710' and
9554            'NF_DENSITY' and
9555            'DOCKER' and
9556            'CHAIN' and
9557            'NF_VPPIP4' and
9558            'IPSEC' and
9559            'TNL_10000' and
9560            'IMIX' and
9561            '2T1C' and
9562            'NDRPDR'"
9563   parameters:
9564   - "throughput"
9565   - "name"
9566   - "tags"
9567   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9568   x-axis: "X = CNFs per Service Chain"
9569   y-axis: "Y = Number of Service Chains"
9570   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9571   layout:
9572     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9573     layout: "plot-service-density"
9574
9575 - type: "plot"
9576   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9577   algorithm: "plot_nf_heatmap"
9578   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9579   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9580   filter: "'NIC_Intel-XXV710' and
9581            'NF_DENSITY' and
9582            'DOCKER' and
9583            'CHAIN' and
9584            'NF_VPPIP4' and
9585            'IPSEC' and
9586            'TNL_10000' and
9587            'IMIX' and
9588            '4T2C' and
9589            'NDRPDR'"
9590   parameters:
9591   - "throughput"
9592   - "name"
9593   - "tags"
9594   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9595   x-axis: "X = CNFs per Service Chain"
9596   y-axis: "Y = Number of Service Chains"
9597   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9598   layout:
9599     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9600     layout: "plot-service-density"
9601
9602 - type: "plot"
9603   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9604   algorithm: "plot_nf_heatmap"
9605   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9606   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9607   filter: "'NIC_Intel-XXV710' and
9608            'NF_DENSITY' and
9609            'DOCKER' and
9610            'CHAIN' and
9611            'NF_VPPIP4' and
9612            'IPSEC' and
9613            'TNL_10000' and
9614            'IMIX' and
9615            '8T4C' and
9616            'NDRPDR'"
9617   parameters:
9618   - "throughput"
9619   - "name"
9620   - "tags"
9621   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9622   x-axis: "X = CNFs per Service Chain"
9623   y-axis: "Y = Number of Service Chains"
9624   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9625   layout:
9626     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9627     layout: "plot-service-density"
9628
9629 ###############################################################################
9630
9631 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9632 - type: "plot"
9633   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9634   algorithm: "plot_nf_heatmap"
9635   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9636   data: "plot-vpp-nfv-3n-hsw-mrr"
9637   filter: "'NIC_Intel-XL710' and
9638            'NF_DENSITY' and
9639            'DOCKER' and
9640            'CHAIN' and
9641            'NF_VPPIP4' and
9642            'IMIX' and
9643            'TNL_10000' and
9644            '1T1C' and
9645            'MRR'"
9646   parameters:
9647   - "result"
9648   - "name"
9649   - "tags"
9650   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9651   x-axis: "X = CNFs per Service Chain"
9652   y-axis: "Y = Number of Service Chains"
9653   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9654   layout:
9655     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9656     layout: "plot-service-density"
9657
9658 - type: "plot"
9659   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9660   algorithm: "plot_nf_heatmap"
9661   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9662   data: "plot-vpp-nfv-3n-hsw-mrr"
9663   filter: "'NIC_Intel-XL710' and
9664            'NF_DENSITY' and
9665            'DOCKER' and
9666            'CHAIN' and
9667            'NF_VPPIP4' and
9668            'IPSEC' and
9669            'TNL_10000' and
9670            'IMIX' and
9671            '2T2C' and
9672            'MRR'"
9673   parameters:
9674   - "result"
9675   - "name"
9676   - "tags"
9677   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9678   x-axis: "X = CNFs per Service Chain"
9679   y-axis: "Y = Number of Service Chains"
9680   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9681   layout:
9682     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9683     layout: "plot-service-density"
9684
9685 - type: "plot"
9686   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9687   algorithm: "plot_nf_heatmap"
9688   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9689   data: "plot-vpp-nfv-3n-hsw-mrr"
9690   filter: "'NIC_Intel-XL710' and
9691            'NF_DENSITY' and
9692            'DOCKER' and
9693            'CHAIN' and
9694            'NF_VPPIP4' and
9695            'IPSEC' and
9696            'TNL_10000' and
9697            'IMIX' and
9698            '4T4C' and
9699            'MRR'"
9700   parameters:
9701   - "result"
9702   - "name"
9703   - "tags"
9704   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9705   x-axis: "X = CNFs per Service Chain"
9706   y-axis: "Y = Number of Service Chains"
9707   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9708   layout:
9709     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9710     layout: "plot-service-density"
9711
9712 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9713 - type: "plot"
9714   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9715   algorithm: "plot_nf_heatmap"
9716   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9717   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9718   filter: "'NIC_Intel-XL710' and
9719            'NF_DENSITY' and
9720            'DOCKER' and
9721            'CHAIN' and
9722            'NF_VPPIP4' and
9723            'IPSEC' and
9724            'TNL_10000' and
9725            'IMIX' and
9726            '1T1C' and
9727            'NDRPDR'"
9728   parameters:
9729   - "throughput"
9730   - "name"
9731   - "tags"
9732   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9733   x-axis: "X = CNFs per Service Chain"
9734   y-axis: "Y = Number of Service Chains"
9735   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9736   layout:
9737     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9738     layout: "plot-service-density"
9739
9740 - type: "plot"
9741   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9742   algorithm: "plot_nf_heatmap"
9743   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9744   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9745   filter: "'NIC_Intel-XL710' and
9746            'NF_DENSITY' and
9747            'DOCKER' and
9748            'CHAIN' and
9749            'NF_VPPIP4' and
9750            'IPSEC' and
9751            'TNL_10000' and
9752            'IMIX' and
9753            '2T2C' and
9754            'NDRPDR'"
9755   parameters:
9756   - "throughput"
9757   - "name"
9758   - "tags"
9759   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9760   x-axis: "X = CNFs per Service Chain"
9761   y-axis: "Y = Number of Service Chains"
9762   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9763   layout:
9764     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9765     layout: "plot-service-density"
9766
9767 - type: "plot"
9768   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9769   algorithm: "plot_nf_heatmap"
9770   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9771   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9772   filter: "'NIC_Intel-XL710' and
9773            'NF_DENSITY' and
9774            'DOCKER' and
9775            'CHAIN' and
9776            'NF_VPPIP4' and
9777            'IPSEC' and
9778            'TNL_10000' and
9779            'IMIX' and
9780            '4T4C' and
9781            'NDRPDR'"
9782   parameters:
9783   - "throughput"
9784   - "name"
9785   - "tags"
9786   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9787   x-axis: "X = CNFs per Service Chain"
9788   y-axis: "Y = Number of Service Chains"
9789   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9790   layout:
9791     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9792     layout: "plot-service-density"
9793
9794 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9795 - type: "plot"
9796   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9797   algorithm: "plot_nf_heatmap"
9798   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9799   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9800   filter: "'NIC_Intel-XL710' and
9801            'NF_DENSITY' and
9802            'DOCKER' and
9803            'CHAIN' and
9804            'NF_VPPIP4' and
9805            'IPSEC' and
9806            'TNL_10000' and
9807            'IMIX' and
9808            '1T1C' and
9809            'NDRPDR'"
9810   parameters:
9811   - "throughput"
9812   - "name"
9813   - "tags"
9814   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9815   x-axis: "X = CNFs per Service Chain"
9816   y-axis: "Y = Number of Service Chains"
9817   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9818   layout:
9819     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9820     layout: "plot-service-density"
9821
9822 - type: "plot"
9823   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9824   algorithm: "plot_nf_heatmap"
9825   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9826   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9827   filter: "'NIC_Intel-XL710' and
9828            'NF_DENSITY' and
9829            'DOCKER' and
9830            'CHAIN' and
9831            'NF_VPPIP4' and
9832            'IPSEC' and
9833            'TNL_10000' and
9834            'IMIX' and
9835            '2T2C' and
9836            'NDRPDR'"
9837   parameters:
9838   - "throughput"
9839   - "name"
9840   - "tags"
9841   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9842   x-axis: "X = CNFs per Service Chain"
9843   y-axis: "Y = Number of Service Chains"
9844   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9845   layout:
9846     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9847     layout: "plot-service-density"
9848
9849 - type: "plot"
9850   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9851   algorithm: "plot_nf_heatmap"
9852   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9853   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9854   filter: "'NIC_Intel-XL710' and
9855            'NF_DENSITY' and
9856            'DOCKER' and
9857            'CHAIN' and
9858            'NF_VPPIP4' and
9859            'IPSEC' and
9860            'TNL_10000' and
9861            'IMIX' and
9862            '4T4C' and
9863            'NDRPDR'"
9864   parameters:
9865   - "throughput"
9866   - "name"
9867   - "tags"
9868   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9869   x-axis: "X = CNFs per Service Chain"
9870   y-axis: "Y = Number of Service Chains"
9871   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9872   layout:
9873     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9874     layout: "plot-service-density"
9875
9876 ###############################################################################
9877
9878 # Plots - NF Density - CSP - MRR 64b
9879
9880 #- type: "plot"
9881 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9882 #  algorithm: "plot_nf_heatmap"
9883 #  output-file-type: ".html"
9884 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9885 #  data: "plot-vpp-nfv-2n-skx-mrr"
9886 #  filter: "'NIC_Intel-XXV710' and
9887 #           'NF_DENSITY' and
9888 #           'DOCKER' and
9889 #           'PIPELINE' and
9890 #           'NF_VPPIP4' and
9891 #           '64B' and
9892 #           '2T1C' and
9893 #           'MRR'"
9894 #  parameters:
9895 #  - "result"
9896 #  - "name"
9897 #  - "tags"
9898 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9899 #  x-axis: "X = CNFs per Service Pipeline"
9900 #  y-axis: "Y = Number of Service Pipelines"
9901 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9902 #  layout:
9903 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9904 #    layout: "plot-service-density"
9905 #
9906 #- type: "plot"
9907 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9908 #  algorithm: "plot_nf_heatmap"
9909 #  output-file-type: ".html"
9910 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9911 #  data: "plot-vpp-nfv-2n-skx-mrr"
9912 #  filter: "'NIC_Intel-XXV710' and
9913 #           'NF_DENSITY' and
9914 #           'DOCKER' and
9915 #           'PIPELINE' and
9916 #           'NF_VPPIP4' and
9917 #           '64B' and
9918 #           '4T2C' and
9919 #           'MRR'"
9920 #  parameters:
9921 #  - "result"
9922 #  - "name"
9923 #  - "tags"
9924 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9925 #  x-axis: "X = CNFs per Service Pipeline"
9926 #  y-axis: "Y = Number of Service Pipelines"
9927 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9928 #  layout:
9929 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9930 #    layout: "plot-service-density"
9931 #
9932 #- type: "plot"
9933 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9934 #  algorithm: "plot_nf_heatmap"
9935 #  output-file-type: ".html"
9936 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9937 #  data: "plot-vpp-nfv-2n-skx-mrr"
9938 #  filter: "'NIC_Intel-XXV710' and
9939 #           'NF_DENSITY' and
9940 #           'DOCKER' and
9941 #           'PIPELINE' and
9942 #           'NF_VPPIP4' and
9943 #           '64B' and
9944 #           '8T4C' and
9945 #           'MRR'"
9946 #  parameters:
9947 #  - "result"
9948 #  - "name"
9949 #  - "tags"
9950 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9951 #  x-axis: "X = CNFs per Service Pipeline"
9952 #  y-axis: "Y = Number of Service Pipelines"
9953 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9954 #  layout:
9955 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9956 #    layout: "plot-service-density"
9957 #
9958 ## Plots - NF Density - CSP - MRR IMIX
9959 #- type: "plot"
9960 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9961 #  algorithm: "plot_nf_heatmap"
9962 #  output-file-type: ".html"
9963 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9964 #  data: "plot-vpp-nfv-2n-skx-mrr"
9965 #  filter: "'NIC_Intel-XXV710' and
9966 #           'NF_DENSITY' and
9967 #           'DOCKER' and
9968 #           'PIPELINE' and
9969 #           'NF_VPPIP4' and
9970 #           'IMIX' and
9971 #           '2T1C' and
9972 #           'MRR'"
9973 #  parameters:
9974 #  - "result"
9975 #  - "name"
9976 #  - "tags"
9977 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9978 #  x-axis: "X = CNFs per Service Pipeline"
9979 #  y-axis: "Y = Number of Service Pipelines"
9980 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9981 #  layout:
9982 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9983 #    layout: "plot-service-density"
9984 #
9985 #- type: "plot"
9986 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9987 #  algorithm: "plot_nf_heatmap"
9988 #  output-file-type: ".html"
9989 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9990 #  data: "plot-vpp-nfv-2n-skx-mrr"
9991 #  filter: "'NIC_Intel-XXV710' and
9992 #           'NF_DENSITY' and
9993 #           'DOCKER' and
9994 #           'PIPELINE' and
9995 #           'NF_VPPIP4' and
9996 #           'IMIX' and
9997 #           '4T2C' and
9998 #           'MRR'"
9999 #  parameters:
10000 #  - "result"
10001 #  - "name"
10002 #  - "tags"
10003 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10004 #  x-axis: "X = CNFs per Service Pipeline"
10005 #  y-axis: "Y = Number of Service Pipelines"
10006 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10007 #  layout:
10008 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10009 #    layout: "plot-service-density"
10010 #
10011 #- type: "plot"
10012 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10013 #  algorithm: "plot_nf_heatmap"
10014 #  output-file-type: ".html"
10015 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10016 #  data: "plot-vpp-nfv-2n-skx-mrr"
10017 #  filter: "'NIC_Intel-XXV710' and
10018 #           'NF_DENSITY' and
10019 #           'DOCKER' and
10020 #           'PIPELINE' and
10021 #           'NF_VPPIP4' and
10022 #           'IMIX' and
10023 #           '8T4C' and
10024 #           'MRR'"
10025 #  parameters:
10026 #  - "result"
10027 #  - "name"
10028 #  - "tags"
10029 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10030 #  x-axis: "X = CNFs per Service Pipeline"
10031 #  y-axis: "Y = Number of Service Pipelines"
10032 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10033 #  layout:
10034 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10035 #    layout: "plot-service-density"
10036 #
10037 ## Plots - NF Density - CSP - NDR 64b
10038 #- type: "plot"
10039 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10040 #  algorithm: "plot_nf_heatmap"
10041 #  output-file-type: ".html"
10042 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
10043 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10044 #  filter: "'NIC_Intel-XXV710' and
10045 #           'NF_DENSITY' and
10046 #           'DOCKER' and
10047 #           'PIPELINE' and
10048 #           'NF_VPPIP4' and
10049 #           '64B' and
10050 #           '2T1C' and
10051 #           'NDRPDR'"
10052 #  parameters:
10053 #  - "throughput"
10054 #  - "name"
10055 #  - "tags"
10056 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10057 #  x-axis: "X = CNFs per Service Pipeline"
10058 #  y-axis: "Y = Number of Service Pipelines"
10059 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10060 #  layout:
10061 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10062 #    layout: "plot-service-density"
10063 #
10064 #- type: "plot"
10065 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10066 #  algorithm: "plot_nf_heatmap"
10067 #  output-file-type: ".html"
10068 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
10069 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10070 #  filter: "'NIC_Intel-XXV710' and
10071 #           'NF_DENSITY' and
10072 #           'DOCKER' and
10073 #           'PIPELINE' and
10074 #           'NF_VPPIP4' and
10075 #           '64B' and
10076 #           '4T2C' and
10077 #           'NDRPDR'"
10078 #  parameters:
10079 #  - "throughput"
10080 #  - "name"
10081 #  - "tags"
10082 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10083 #  x-axis: "X = CNFs per Service Pipeline"
10084 #  y-axis: "Y = Number of Service Pipelines"
10085 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10086 #  layout:
10087 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10088 #    layout: "plot-service-density"
10089 #
10090 #- type: "plot"
10091 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10092 #  algorithm: "plot_nf_heatmap"
10093 #  output-file-type: ".html"
10094 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
10095 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10096 #  filter: "'NIC_Intel-XXV710' and
10097 #           'NF_DENSITY' and
10098 #           'DOCKER' and
10099 #           'PIPELINE' and
10100 #           'NF_VPPIP4' and
10101 #           '64B' and
10102 #           '8T4C' and
10103 #           'NDRPDR'"
10104 #  parameters:
10105 #  - "throughput"
10106 #  - "name"
10107 #  - "tags"
10108 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10109 #  x-axis: "X = CNFs per Service Pipeline"
10110 #  y-axis: "Y = Number of Service Pipelines"
10111 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10112 #  layout:
10113 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10114 #    layout: "plot-service-density"
10115 #
10116 ## Plots - NF Density - CSP - NDR IMIX
10117 #- type: "plot"
10118 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10119 #  algorithm: "plot_nf_heatmap"
10120 #  output-file-type: ".html"
10121 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10122 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10123 #  filter: "'NIC_Intel-XXV710' and
10124 #           'NF_DENSITY' and
10125 #           'DOCKER' and
10126 #           'PIPELINE' and
10127 #           'NF_VPPIP4' and
10128 #           'IMIX' and
10129 #           '2T1C' and
10130 #           'NDRPDR'"
10131 #  parameters:
10132 #  - "throughput"
10133 #  - "name"
10134 #  - "tags"
10135 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10136 #  x-axis: "X = CNFs per Service Pipeline"
10137 #  y-axis: "Y = Number of Service Pipelines"
10138 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10139 #  layout:
10140 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10141 #    layout: "plot-service-density"
10142 #
10143 #- type: "plot"
10144 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10145 #  algorithm: "plot_nf_heatmap"
10146 #  output-file-type: ".html"
10147 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10148 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10149 #  filter: "'NIC_Intel-XXV710' and
10150 #           'NF_DENSITY' and
10151 #           'DOCKER' and
10152 #           'PIPELINE' and
10153 #           'NF_VPPIP4' and
10154 #           'IMIX' and
10155 #           '4T2C' and
10156 #           'NDRPDR'"
10157 #  parameters:
10158 #  - "throughput"
10159 #  - "name"
10160 #  - "tags"
10161 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10162 #  x-axis: "X = CNFs per Service Pipeline"
10163 #  y-axis: "Y = Number of Service Pipelines"
10164 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10165 #  layout:
10166 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10167 #    layout: "plot-service-density"
10168 #
10169 #- type: "plot"
10170 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10171 #  algorithm: "plot_nf_heatmap"
10172 #  output-file-type: ".html"
10173 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10174 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10175 #  filter: "'NIC_Intel-XXV710' and
10176 #           'NF_DENSITY' and
10177 #           'DOCKER' and
10178 #           'PIPELINE' and
10179 #           'NF_VPPIP4' and
10180 #           'IMIX' and
10181 #           '8T4C' and
10182 #           'NDRPDR'"
10183 #  parameters:
10184 #  - "throughput"
10185 #  - "name"
10186 #  - "tags"
10187 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10188 #  x-axis: "X = CNFs per Service Pipeline"
10189 #  y-axis: "Y = Number of Service Pipelines"
10190 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10191 #  layout:
10192 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10193 #    layout: "plot-service-density"
10194 #
10195 ## Plots - NF Density - CSP - PDR 64b
10196 #- type: "plot"
10197 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10198 #  algorithm: "plot_nf_heatmap"
10199 #  output-file-type: ".html"
10200 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10201 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10202 #  filter: "'NIC_Intel-XXV710' and
10203 #           'NF_DENSITY' and
10204 #           'DOCKER' and
10205 #           'PIPELINE' and
10206 #           'NF_VPPIP4' and
10207 #           '64B' and
10208 #           '2T1C' and
10209 #           'NDRPDR'"
10210 #  parameters:
10211 #  - "throughput"
10212 #  - "name"
10213 #  - "tags"
10214 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10215 #  x-axis: "X = CNFs per Service Pipeline"
10216 #  y-axis: "Y = Number of Service Pipelines"
10217 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10218 #  layout:
10219 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10220 #    layout: "plot-service-density"
10221 #
10222 #- type: "plot"
10223 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10224 #  algorithm: "plot_nf_heatmap"
10225 #  output-file-type: ".html"
10226 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10227 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10228 #  filter: "'NIC_Intel-XXV710' and
10229 #           'NF_DENSITY' and
10230 #           'DOCKER' and
10231 #           'PIPELINE' and
10232 #           'NF_VPPIP4' and
10233 #           '64B' and
10234 #           '4T2C' and
10235 #           'NDRPDR'"
10236 #  parameters:
10237 #  - "throughput"
10238 #  - "name"
10239 #  - "tags"
10240 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10241 #  x-axis: "X = CNFs per Service Pipeline"
10242 #  y-axis: "Y = Number of Service Pipelines"
10243 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10244 #  layout:
10245 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10246 #    layout: "plot-service-density"
10247 #
10248 #- type: "plot"
10249 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10250 #  algorithm: "plot_nf_heatmap"
10251 #  output-file-type: ".html"
10252 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10253 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10254 #  filter: "'NIC_Intel-XXV710' and
10255 #           'NF_DENSITY' and
10256 #           'DOCKER' and
10257 #           'PIPELINE' and
10258 #           'NF_VPPIP4' and
10259 #           '64B' and
10260 #           '8T4C' and
10261 #           'NDRPDR'"
10262 #  parameters:
10263 #  - "throughput"
10264 #  - "name"
10265 #  - "tags"
10266 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10267 #  x-axis: "X = CNFs per Service Pipeline"
10268 #  y-axis: "Y = Number of Service Pipelines"
10269 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10270 #  layout:
10271 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10272 #    layout: "plot-service-density"
10273 #
10274 ## Plots - NF Density - CSP - PDR IMIX
10275 #- type: "plot"
10276 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10277 #  algorithm: "plot_nf_heatmap"
10278 #  output-file-type: ".html"
10279 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10280 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10281 #  filter: "'NIC_Intel-XXV710' and
10282 #           'NF_DENSITY' and
10283 #           'DOCKER' and
10284 #           'PIPELINE' and
10285 #           'NF_VPPIP4' and
10286 #           'IMIX' and
10287 #           '2T1C' and
10288 #           'NDRPDR'"
10289 #  parameters:
10290 #  - "throughput"
10291 #  - "name"
10292 #  - "tags"
10293 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10294 #  x-axis: "X = CNFs per Service Pipeline"
10295 #  y-axis: "Y = Number of Service Pipelines"
10296 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10297 #  layout:
10298 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10299 #    layout: "plot-service-density"
10300 #
10301 #- type: "plot"
10302 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10303 #  algorithm: "plot_nf_heatmap"
10304 #  output-file-type: ".html"
10305 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10306 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10307 #  filter: "'NIC_Intel-XXV710' and
10308 #           'NF_DENSITY' and
10309 #           'DOCKER' and
10310 #           'PIPELINE' and
10311 #           'NF_VPPIP4' and
10312 #           'IMIX' and
10313 #           '4T2C' and
10314 #           'NDRPDR'"
10315 #  parameters:
10316 #  - "throughput"
10317 #  - "name"
10318 #  - "tags"
10319 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10320 #  x-axis: "X = CNFs per Service Pipeline"
10321 #  y-axis: "Y = Number of Service Pipelines"
10322 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10323 #  layout:
10324 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10325 #    layout: "plot-service-density"
10326 #
10327 #- type: "plot"
10328 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10329 #  algorithm: "plot_nf_heatmap"
10330 #  output-file-type: ".html"
10331 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10332 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10333 #  filter: "'NIC_Intel-XXV710' and
10334 #           'NF_DENSITY' and
10335 #           'DOCKER' and
10336 #           'PIPELINE' and
10337 #           'NF_VPPIP4' and
10338 #           'IMIX' and
10339 #           '8T4C' and
10340 #           'NDRPDR'"
10341 #  parameters:
10342 #  - "throughput"
10343 #  - "name"
10344 #  - "tags"
10345 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10346 #  x-axis: "X = CNFs per Service Pipeline"
10347 #  y-axis: "Y = Number of Service Pipelines"
10348 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10349 #  layout:
10350 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10351 #    layout: "plot-service-density"
10352
10353 ###############################################################################
10354 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10355
10356 - type: "plot"
10357   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10358   algorithm: "plot_nf_heatmap"
10359   output-file-type: ".html"
10360   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10361   data: "plot-vpp-nfv-2n-clx-mrr"
10362   filter: "'NIC_Intel-XXV710' and
10363            'NF_DENSITY' and
10364            'VHOST' and
10365            not 'VXLAN' and
10366            'CHAIN' and
10367            'NF_VPPIP4' and
10368            'IMIX' and
10369            '2T1C' and
10370            'MRR'"
10371   parameters:
10372   - "result"
10373   - "name"
10374   - "tags"
10375   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10376   x-axis: "X = VNFs per Service Chain"
10377   y-axis: "Y = Number of Service Chains"
10378   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10379   layout:
10380     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10381     layout: "plot-service-density"
10382
10383 - type: "plot"
10384   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10385   algorithm: "plot_nf_heatmap"
10386   output-file-type: ".html"
10387   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10388   data: "plot-vpp-nfv-2n-clx-mrr"
10389   filter: "'NIC_Intel-XXV710' and
10390            'NF_DENSITY' and
10391            'VHOST' and
10392            not 'VXLAN' and
10393            'CHAIN' and
10394            'NF_VPPIP4' and
10395            'IMIX' and
10396            '4T2C' and
10397            'MRR'"
10398   parameters:
10399   - "result"
10400   - "name"
10401   - "tags"
10402   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10403   x-axis: "X = VNFs per Service Chain"
10404   y-axis: "Y = Number of Service Chains"
10405   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10406   layout:
10407     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10408     layout: "plot-service-density"
10409
10410 - type: "plot"
10411   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10412   algorithm: "plot_nf_heatmap"
10413   output-file-type: ".html"
10414   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10415   data: "plot-vpp-nfv-2n-clx-mrr"
10416   filter: "'NIC_Intel-XXV710' and
10417            'NF_DENSITY' and
10418            'VHOST' and
10419            not 'VXLAN' and
10420            'CHAIN' and
10421            'NF_VPPIP4' and
10422            'IMIX' and
10423            '8T4C' and
10424            'MRR'"
10425   parameters:
10426   - "result"
10427   - "name"
10428   - "tags"
10429   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10430   x-axis: "X = VNFs per Service Chain"
10431   y-axis: "Y = Number of Service Chains"
10432   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10433   layout:
10434     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10435     layout: "plot-service-density"
10436
10437 # Plots - NF Density - VSC - NDR IMIX
10438 - type: "plot"
10439   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10440   algorithm: "plot_nf_heatmap"
10441   output-file-type: ".html"
10442   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10443   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10444   filter: "'NIC_Intel-XXV710' and
10445            'NF_DENSITY' and
10446            'VHOST' and
10447            not 'VXLAN' and
10448            'CHAIN' and
10449            'NF_VPPIP4' and
10450            'IMIX' and
10451            '2T1C' and
10452            'NDRPDR'"
10453   parameters:
10454   - "throughput"
10455   - "name"
10456   - "tags"
10457   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10458   x-axis: "X = VNFs per Service Chain"
10459   y-axis: "Y = Number of Service Chains"
10460   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10461   layout:
10462     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10463     layout: "plot-service-density"
10464
10465 - type: "plot"
10466   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10467   algorithm: "plot_nf_heatmap"
10468   output-file-type: ".html"
10469   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10470   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10471   filter: "'NIC_Intel-XXV710' and
10472            'NF_DENSITY' and
10473            'VHOST' and
10474            not 'VXLAN' and
10475            'CHAIN' and
10476            'NF_VPPIP4' and
10477            'IMIX' and
10478            '4T2C' and
10479            'NDRPDR'"
10480   parameters:
10481   - "throughput"
10482   - "name"
10483   - "tags"
10484   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10485   x-axis: "X = VNFs per Service Chain"
10486   y-axis: "Y = Number of Service Chains"
10487   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10488   layout:
10489     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10490     layout: "plot-service-density"
10491
10492 - type: "plot"
10493   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10494   algorithm: "plot_nf_heatmap"
10495   output-file-type: ".html"
10496   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10497   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10498   filter: "'NIC_Intel-XXV710' and
10499            'NF_DENSITY' and
10500            'VHOST' and
10501            not 'VXLAN' and
10502            'CHAIN' and
10503            'NF_VPPIP4' and
10504            'IMIX' and
10505            '8T4C' and
10506            'NDRPDR'"
10507   parameters:
10508   - "throughput"
10509   - "name"
10510   - "tags"
10511   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10512   x-axis: "X = VNFs per Service Chain"
10513   y-axis: "Y = Number of Service Chains"
10514   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10515   layout:
10516     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10517     layout: "plot-service-density"
10518
10519 # Plots - NF Density - VSC - PDR IMIX
10520 - type: "plot"
10521   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10522   algorithm: "plot_nf_heatmap"
10523   output-file-type: ".html"
10524   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10525   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10526   filter: "'NIC_Intel-XXV710' and
10527            'NF_DENSITY' and
10528            'VHOST' and
10529            not 'VXLAN' and
10530            'CHAIN' and
10531            'NF_VPPIP4' and
10532            'IMIX' and
10533            '2T1C' and
10534            'NDRPDR'"
10535   parameters:
10536   - "throughput"
10537   - "name"
10538   - "tags"
10539   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10540   x-axis: "X = VNFs per Service Chain"
10541   y-axis: "Y = Number of Service Chains"
10542   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10543   layout:
10544     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10545     layout: "plot-service-density"
10546
10547 - type: "plot"
10548   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10549   algorithm: "plot_nf_heatmap"
10550   output-file-type: ".html"
10551   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10552   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10553   filter: "'NIC_Intel-XXV710' and
10554            'NF_DENSITY' and
10555            'VHOST' and
10556            not 'VXLAN' and
10557            'CHAIN' and
10558            'NF_VPPIP4' and
10559            'IMIX' and
10560            '4T2C' and
10561            'NDRPDR'"
10562   parameters:
10563   - "throughput"
10564   - "name"
10565   - "tags"
10566   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10567   x-axis: "X = VNFs per Service Chain"
10568   y-axis: "Y = Number of Service Chains"
10569   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10570   layout:
10571     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10572     layout: "plot-service-density"
10573
10574 - type: "plot"
10575   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10576   algorithm: "plot_nf_heatmap"
10577   output-file-type: ".html"
10578   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10579   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10580   filter: "'NIC_Intel-XXV710' and
10581            'NF_DENSITY' and
10582            'VHOST' and
10583            not 'VXLAN' and
10584            'CHAIN' and
10585            'NF_VPPIP4' and
10586            'IMIX' and
10587            '8T4C' and
10588            'NDRPDR'"
10589   parameters:
10590   - "throughput"
10591   - "name"
10592   - "tags"
10593   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10594   x-axis: "X = VNFs per Service Chain"
10595   y-axis: "Y = Number of Service Chains"
10596   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10597   layout:
10598     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10599     layout: "plot-service-density"
10600
10601 # Plots - NF Density - VSC - MRR IMIX
10602 - type: "plot"
10603   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10604   algorithm: "plot_nf_heatmap"
10605   output-file-type: ".html"
10606   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10607   data: "plot-vpp-nfv-2n-clx-mrr"
10608   filter: "'NIC_Intel-XXV710' and
10609            'NF_DENSITY' and
10610            'VHOST' and
10611            'VXLAN' and
10612            'CHAIN' and
10613            'IMIX' and
10614            '2T1C' and
10615            'MRR'"
10616   parameters:
10617   - "result"
10618   - "name"
10619   - "tags"
10620   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10621   x-axis: "X = VNFs per Service Chain"
10622   y-axis: "Y = Number of Service Chains"
10623   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10624   layout:
10625     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10626     layout: "plot-service-density"
10627
10628 - type: "plot"
10629   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10630   algorithm: "plot_nf_heatmap"
10631   output-file-type: ".html"
10632   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10633   data: "plot-vpp-nfv-2n-clx-mrr"
10634   filter: "'NIC_Intel-XXV710' and
10635            'NF_DENSITY' and
10636            'VHOST' and
10637            'VXLAN' and
10638            'CHAIN' and
10639            'IMIX' and
10640            '4T2C' and
10641            'MRR'"
10642   parameters:
10643   - "result"
10644   - "name"
10645   - "tags"
10646   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10647   x-axis: "X = VNFs per Service Chain"
10648   y-axis: "Y = Number of Service Chains"
10649   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10650   layout:
10651     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10652     layout: "plot-service-density"
10653
10654 - type: "plot"
10655   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10656   algorithm: "plot_nf_heatmap"
10657   output-file-type: ".html"
10658   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10659   data: "plot-vpp-nfv-2n-clx-mrr"
10660   filter: "'NIC_Intel-XXV710' and
10661            'NF_DENSITY' and
10662            'VHOST' and
10663            'VXLAN' and
10664            'CHAIN' and
10665            'IMIX' and
10666            '8T4C' and
10667            'MRR'"
10668   parameters:
10669   - "result"
10670   - "name"
10671   - "tags"
10672   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10673   x-axis: "X = VNFs per Service Chain"
10674   y-axis: "Y = Number of Service Chains"
10675   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10676   layout:
10677     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10678     layout: "plot-service-density"
10679
10680 # Plots - NF Density - VSC - NDR IMIX
10681 - type: "plot"
10682   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10683   algorithm: "plot_nf_heatmap"
10684   output-file-type: ".html"
10685   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10686   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10687   filter: "'NIC_Intel-XXV710' and
10688            'NF_DENSITY' and
10689            'VHOST' and
10690            'VXLAN' and
10691            'CHAIN' and
10692            'IMIX' and
10693            '2T1C' and
10694            'NDRPDR'"
10695   parameters:
10696   - "throughput"
10697   - "name"
10698   - "tags"
10699   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10700   x-axis: "X = VNFs per Service Chain"
10701   y-axis: "Y = Number of Service Chains"
10702   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10703   layout:
10704     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10705     layout: "plot-service-density"
10706
10707 - type: "plot"
10708   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10709   algorithm: "plot_nf_heatmap"
10710   output-file-type: ".html"
10711   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10712   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10713   filter: "'NIC_Intel-XXV710' and
10714            'NF_DENSITY' and
10715            'VHOST' and
10716            'VXLAN' and
10717            'CHAIN' and
10718            'IMIX' and
10719            '4T2C' and
10720            'NDRPDR'"
10721   parameters:
10722   - "throughput"
10723   - "name"
10724   - "tags"
10725   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10726   x-axis: "X = VNFs per Service Chain"
10727   y-axis: "Y = Number of Service Chains"
10728   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10729   layout:
10730     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10731     layout: "plot-service-density"
10732
10733 - type: "plot"
10734   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10735   algorithm: "plot_nf_heatmap"
10736   output-file-type: ".html"
10737   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10738   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10739   filter: "'NIC_Intel-XXV710' and
10740            'NF_DENSITY' and
10741            'VHOST' and
10742            'VXLAN' and
10743            'CHAIN' and
10744            'IMIX' and
10745            '8T4C' and
10746            'NDRPDR'"
10747   parameters:
10748   - "throughput"
10749   - "name"
10750   - "tags"
10751   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10752   x-axis: "X = VNFs per Service Chain"
10753   y-axis: "Y = Number of Service Chains"
10754   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10755   layout:
10756     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10757     layout: "plot-service-density"
10758
10759 # Plots - NF Density - VSC - PDR IMIX
10760 - type: "plot"
10761   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10762   algorithm: "plot_nf_heatmap"
10763   output-file-type: ".html"
10764   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10765   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10766   filter: "'NIC_Intel-XXV710' and
10767            'NF_DENSITY' and
10768            'VHOST' and
10769            'VXLAN' and
10770            'CHAIN' and
10771            'IMIX' and
10772            '2T1C' and
10773            'NDRPDR'"
10774   parameters:
10775   - "throughput"
10776   - "name"
10777   - "tags"
10778   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10779   x-axis: "X = VNFs per Service Chain"
10780   y-axis: "Y = Number of Service Chains"
10781   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10782   layout:
10783     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10784     layout: "plot-service-density"
10785
10786 - type: "plot"
10787   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10788   algorithm: "plot_nf_heatmap"
10789   output-file-type: ".html"
10790   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10791   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10792   filter: "'NIC_Intel-XXV710' and
10793            'NF_DENSITY' and
10794            'VHOST' and
10795            'VXLAN' and
10796            'CHAIN' and
10797            'IMIX' and
10798            '4T2C' and
10799            'NDRPDR'"
10800   parameters:
10801   - "throughput"
10802   - "name"
10803   - "tags"
10804   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10805   x-axis: "X = VNFs per Service Chain"
10806   y-axis: "Y = Number of Service Chains"
10807   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10808   layout:
10809     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10810     layout: "plot-service-density"
10811
10812 - type: "plot"
10813   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10814   algorithm: "plot_nf_heatmap"
10815   output-file-type: ".html"
10816   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10817   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10818   filter: "'NIC_Intel-XXV710' and
10819            'NF_DENSITY' and
10820            'VHOST' and
10821            'VXLAN' and
10822            'CHAIN' and
10823            'IMIX' and
10824            '8T4C' and
10825            'NDRPDR'"
10826   parameters:
10827   - "throughput"
10828   - "name"
10829   - "tags"
10830   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10831   x-axis: "X = VNFs per Service Chain"
10832   y-axis: "Y = Number of Service Chains"
10833   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10834   layout:
10835     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10836     layout: "plot-service-density"
10837
10838 # Plots - NF Density - CSC - MRR IMIX
10839 - type: "plot"
10840   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10841   algorithm: "plot_nf_heatmap"
10842   output-file-type: ".html"
10843   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10844   data: "plot-vpp-nfv-2n-clx-mrr"
10845   filter: "'NIC_Intel-XXV710' and
10846            'NF_DENSITY' and
10847            'DOCKER' and
10848            'CHAIN' and
10849            'NF_VPPIP4' and
10850            'IMIX' and
10851            '2T1C' and
10852            'MRR'"
10853   parameters:
10854   - "result"
10855   - "name"
10856   - "tags"
10857   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10858   x-axis: "X = CNFs per Service Chain"
10859   y-axis: "Y = Number of Service Chains"
10860   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10861   layout:
10862     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10863     layout: "plot-service-density"
10864
10865 - type: "plot"
10866   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10867   algorithm: "plot_nf_heatmap"
10868   output-file-type: ".html"
10869   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10870   data: "plot-vpp-nfv-2n-clx-mrr"
10871   filter: "'NIC_Intel-XXV710' and
10872            'NF_DENSITY' and
10873            'DOCKER' and
10874            'CHAIN' and
10875            'NF_VPPIP4' and
10876            'IMIX' and
10877            '4T2C' and
10878            'MRR'"
10879   parameters:
10880   - "result"
10881   - "name"
10882   - "tags"
10883   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10884   x-axis: "X = CNFs per Service Chain"
10885   y-axis: "Y = Number of Service Chains"
10886   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10887   layout:
10888     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10889     layout: "plot-service-density"
10890
10891 - type: "plot"
10892   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10893   algorithm: "plot_nf_heatmap"
10894   output-file-type: ".html"
10895   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10896   data: "plot-vpp-nfv-2n-clx-mrr"
10897   filter: "'NIC_Intel-XXV710' and
10898            'NF_DENSITY' and
10899            'DOCKER' and
10900            'CHAIN' and
10901            'NF_VPPIP4' and
10902            'IMIX' and
10903            '8T4C' and
10904            'MRR'"
10905   parameters:
10906   - "result"
10907   - "name"
10908   - "tags"
10909   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10910   x-axis: "X = CNFs per Service Chain"
10911   y-axis: "Y = Number of Service Chains"
10912   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10913   layout:
10914     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10915     layout: "plot-service-density"
10916
10917 # Plots - NF Density - CSC - NDR IMIX
10918 - type: "plot"
10919   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10920   algorithm: "plot_nf_heatmap"
10921   output-file-type: ".html"
10922   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10923   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10924   filter: "'NIC_Intel-XXV710' and
10925            'NF_DENSITY' and
10926            'DOCKER' and
10927            'CHAIN' and
10928            'NF_VPPIP4' and
10929            'IMIX' and
10930            '2T1C' and
10931            'NDRPDR'"
10932   parameters:
10933   - "throughput"
10934   - "name"
10935   - "tags"
10936   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10937   x-axis: "X = CNFs per Service Chain"
10938   y-axis: "Y = Number of Service Chains"
10939   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10940   layout:
10941     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10942     layout: "plot-service-density"
10943
10944 - type: "plot"
10945   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10946   algorithm: "plot_nf_heatmap"
10947   output-file-type: ".html"
10948   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10949   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10950   filter: "'NIC_Intel-XXV710' and
10951            'NF_DENSITY' and
10952            'DOCKER' and
10953            'CHAIN' and
10954            'NF_VPPIP4' and
10955            'IMIX' and
10956            '4T2C' and
10957            'NDRPDR'"
10958   parameters:
10959   - "throughput"
10960   - "name"
10961   - "tags"
10962   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10963   x-axis: "X = CNFs per Service Chain"
10964   y-axis: "Y = Number of Service Chains"
10965   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10966   layout:
10967     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10968     layout: "plot-service-density"
10969
10970 - type: "plot"
10971   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10972   algorithm: "plot_nf_heatmap"
10973   output-file-type: ".html"
10974   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10975   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10976   filter: "'NIC_Intel-XXV710' and
10977            'NF_DENSITY' and
10978            'DOCKER' and
10979            'CHAIN' and
10980            'NF_VPPIP4' and
10981            'IMIX' and
10982            '8T4C' and
10983            'NDRPDR'"
10984   parameters:
10985   - "throughput"
10986   - "name"
10987   - "tags"
10988   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10989   x-axis: "X = CNFs per Service Chain"
10990   y-axis: "Y = Number of Service Chains"
10991   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10992   layout:
10993     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10994     layout: "plot-service-density"
10995
10996 # Plots - NF Density - CSC - PDR IMIX
10997 - type: "plot"
10998   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10999   algorithm: "plot_nf_heatmap"
11000   output-file-type: ".html"
11001   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11002   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11003   filter: "'NIC_Intel-XXV710' and
11004            'NF_DENSITY' and
11005            'DOCKER' and
11006            'CHAIN' and
11007            'NF_VPPIP4' and
11008            'IMIX' and
11009            '2T1C' and
11010            'NDRPDR'"
11011   parameters:
11012   - "throughput"
11013   - "name"
11014   - "tags"
11015   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11016   x-axis: "X = CNFs per Service Chain"
11017   y-axis: "Y = Number of Service Chains"
11018   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11019   layout:
11020     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11021     layout: "plot-service-density"
11022
11023 - type: "plot"
11024   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11025   algorithm: "plot_nf_heatmap"
11026   output-file-type: ".html"
11027   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11028   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11029   filter: "'NIC_Intel-XXV710' and
11030            'NF_DENSITY' and
11031            'DOCKER' and
11032            'CHAIN' and
11033            'NF_VPPIP4' and
11034            'IMIX' and
11035            '4T2C' and
11036            'NDRPDR'"
11037   parameters:
11038   - "throughput"
11039   - "name"
11040   - "tags"
11041   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11042   x-axis: "X = CNFs per Service Chain"
11043   y-axis: "Y = Number of Service Chains"
11044   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11045   layout:
11046     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11047     layout: "plot-service-density"
11048
11049 - type: "plot"
11050   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11051   algorithm: "plot_nf_heatmap"
11052   output-file-type: ".html"
11053   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11054   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11055   filter: "'NIC_Intel-XXV710' and
11056            'NF_DENSITY' and
11057            'DOCKER' and
11058            'CHAIN' and
11059            'NF_VPPIP4' and
11060            'IMIX' and
11061            '8T4C' and
11062            'NDRPDR'"
11063   parameters:
11064   - "throughput"
11065   - "name"
11066   - "tags"
11067   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11068   x-axis: "X = CNFs per Service Chain"
11069   y-axis: "Y = Number of Service Chains"
11070   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11071   layout:
11072     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11073     layout: "plot-service-density"
11074
11075 # Plots - NF Density - CSP - MRR IMIX
11076 - type: "plot"
11077   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11078   algorithm: "plot_nf_heatmap"
11079   output-file-type: ".html"
11080   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11081   data: "plot-vpp-nfv-2n-clx-mrr"
11082   filter: "'NIC_Intel-XXV710' and
11083            'NF_DENSITY' and
11084            'DOCKER' and
11085            'PIPELINE' and
11086            'NF_VPPIP4' and
11087            'IMIX' and
11088            '2T1C' and
11089            'MRR'"
11090   parameters:
11091   - "result"
11092   - "name"
11093   - "tags"
11094   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11095   x-axis: "X = CNFs per Service Pipeline"
11096   y-axis: "Y = Number of Service Pipelines"
11097   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11098   layout:
11099     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11100     layout: "plot-service-density"
11101
11102 - type: "plot"
11103   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11104   algorithm: "plot_nf_heatmap"
11105   output-file-type: ".html"
11106   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11107   data: "plot-vpp-nfv-2n-clx-mrr"
11108   filter: "'NIC_Intel-XXV710' and
11109            'NF_DENSITY' and
11110            'DOCKER' and
11111            'PIPELINE' and
11112            'NF_VPPIP4' and
11113            'IMIX' and
11114            '4T2C' and
11115            'MRR'"
11116   parameters:
11117   - "result"
11118   - "name"
11119   - "tags"
11120   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11121   x-axis: "X = CNFs per Service Pipeline"
11122   y-axis: "Y = Number of Service Pipelines"
11123   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11124   layout:
11125     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11126     layout: "plot-service-density"
11127
11128 - type: "plot"
11129   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11130   algorithm: "plot_nf_heatmap"
11131   output-file-type: ".html"
11132   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11133   data: "plot-vpp-nfv-2n-clx-mrr"
11134   filter: "'NIC_Intel-XXV710' and
11135            'NF_DENSITY' and
11136            'DOCKER' and
11137            'PIPELINE' and
11138            'NF_VPPIP4' and
11139            'IMIX' and
11140            '8T4C' and
11141            'MRR'"
11142   parameters:
11143   - "result"
11144   - "name"
11145   - "tags"
11146   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11147   x-axis: "X = CNFs per Service Pipeline"
11148   y-axis: "Y = Number of Service Pipelines"
11149   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11150   layout:
11151     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11152     layout: "plot-service-density"
11153
11154 # Plots - NF Density - CSP - NDR IMIX
11155 - type: "plot"
11156   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11157   algorithm: "plot_nf_heatmap"
11158   output-file-type: ".html"
11159   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11160   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11161   filter: "'NIC_Intel-XXV710' and
11162            'NF_DENSITY' and
11163            'DOCKER' and
11164            'PIPELINE' and
11165            'NF_VPPIP4' and
11166            'IMIX' and
11167            '2T1C' and
11168            'NDRPDR'"
11169   parameters:
11170   - "throughput"
11171   - "name"
11172   - "tags"
11173   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11174   x-axis: "X = CNFs per Service Pipeline"
11175   y-axis: "Y = Number of Service Pipelines"
11176   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11177   layout:
11178     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11179     layout: "plot-service-density"
11180
11181 - type: "plot"
11182   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11183   algorithm: "plot_nf_heatmap"
11184   output-file-type: ".html"
11185   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11186   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11187   filter: "'NIC_Intel-XXV710' and
11188            'NF_DENSITY' and
11189            'DOCKER' and
11190            'PIPELINE' and
11191            'NF_VPPIP4' and
11192            'IMIX' and
11193            '4T2C' and
11194            'NDRPDR'"
11195   parameters:
11196   - "throughput"
11197   - "name"
11198   - "tags"
11199   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11200   x-axis: "X = CNFs per Service Pipeline"
11201   y-axis: "Y = Number of Service Pipelines"
11202   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11203   layout:
11204     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11205     layout: "plot-service-density"
11206
11207 - type: "plot"
11208   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11209   algorithm: "plot_nf_heatmap"
11210   output-file-type: ".html"
11211   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11212   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11213   filter: "'NIC_Intel-XXV710' and
11214            'NF_DENSITY' and
11215            'DOCKER' and
11216            'PIPELINE' and
11217            'NF_VPPIP4' and
11218            'IMIX' and
11219            '8T4C' and
11220            'NDRPDR'"
11221   parameters:
11222   - "throughput"
11223   - "name"
11224   - "tags"
11225   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11226   x-axis: "X = CNFs per Service Pipeline"
11227   y-axis: "Y = Number of Service Pipelines"
11228   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11229   layout:
11230     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11231     layout: "plot-service-density"
11232
11233 # Plots - NF Density - CSP - PDR IMIX
11234 - type: "plot"
11235   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11236   algorithm: "plot_nf_heatmap"
11237   output-file-type: ".html"
11238   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11239   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11240   filter: "'NIC_Intel-XXV710' and
11241            'NF_DENSITY' and
11242            'DOCKER' and
11243            'PIPELINE' and
11244            'NF_VPPIP4' and
11245            'IMIX' and
11246            '2T1C' and
11247            'NDRPDR'"
11248   parameters:
11249   - "throughput"
11250   - "name"
11251   - "tags"
11252   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11253   x-axis: "X = CNFs per Service Pipeline"
11254   y-axis: "Y = Number of Service Pipelines"
11255   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11256   layout:
11257     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11258     layout: "plot-service-density"
11259
11260 - type: "plot"
11261   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11262   algorithm: "plot_nf_heatmap"
11263   output-file-type: ".html"
11264   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11265   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11266   filter: "'NIC_Intel-XXV710' and
11267            'NF_DENSITY' and
11268            'DOCKER' and
11269            'PIPELINE' and
11270            'NF_VPPIP4' and
11271            'IMIX' and
11272            '4T2C' and
11273            'NDRPDR'"
11274   parameters:
11275   - "throughput"
11276   - "name"
11277   - "tags"
11278   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11279   x-axis: "X = CNFs per Service Pipeline"
11280   y-axis: "Y = Number of Service Pipelines"
11281   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11282   layout:
11283     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11284     layout: "plot-service-density"
11285
11286 - type: "plot"
11287   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11288   algorithm: "plot_nf_heatmap"
11289   output-file-type: ".html"
11290   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11291   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11292   filter: "'NIC_Intel-XXV710' and
11293            'NF_DENSITY' and
11294            'DOCKER' and
11295            'PIPELINE' and
11296            'NF_VPPIP4' and
11297            'IMIX' and
11298            '8T4C' and
11299            'NDRPDR'"
11300   parameters:
11301   - "throughput"
11302   - "name"
11303   - "tags"
11304   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11305   x-axis: "X = CNFs per Service Pipeline"
11306   y-axis: "Y = Number of Service Pipelines"
11307   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11308   layout:
11309     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11310     layout: "plot-service-density"
11311
11312 ################################################################################
11313
11314 # Packet Throughput
11315
11316 - type: "plot"
11317   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11318   algorithm: "plot_perf_box_name"
11319   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11320   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11321   include:
11322     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11323     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11324     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11325     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11326   layout:
11327     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11328     layout: "plot-throughput"
11329
11330 - type: "plot"
11331   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11332   algorithm: "plot_perf_box_name"
11333   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11334   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11335   include:
11336     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11337     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11338     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11339     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11340   layout:
11341     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11342     layout: "plot-throughput"
11343
11344 - type: "plot"
11345   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11346   algorithm: "plot_perf_box_name"
11347   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11348   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11349   include:
11350     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11351     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11352     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11353     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11354   layout:
11355     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11356     layout: "plot-throughput"
11357
11358 - type: "plot"
11359   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11360   algorithm: "plot_perf_box_name"
11361   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11362   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11363   include:
11364     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11365     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11366     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11367     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11368   layout:
11369     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11370     layout: "plot-throughput"
11371
11372 - type: "plot"
11373   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11374   algorithm: "plot_perf_box_name"
11375   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11376   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11377   include:
11378     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11379     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11380     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11381     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11382     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11383   layout:
11384     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11385     layout: "plot-throughput"
11386
11387 - type: "plot"
11388   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11389   algorithm: "plot_perf_box_name"
11390   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11391   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11392   include:
11393     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11394     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11395     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11396     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11397     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11398   layout:
11399     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11400     layout: "plot-throughput"
11401
11402 - type: "plot"
11403   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11404   algorithm: "plot_perf_box_name"
11405   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11406   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11407   include:
11408     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11409     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11410     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11411     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11412     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11413   layout:
11414     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11415     layout: "plot-throughput"
11416
11417 - type: "plot"
11418   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11419   algorithm: "plot_perf_box_name"
11420   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11421   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11422   include:
11423     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11424     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11425     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11426     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11427     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11428   layout:
11429     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11430     layout: "plot-throughput"
11431
11432 - type: "plot"
11433   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11434   algorithm: "plot_perf_box_name"
11435   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11436   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11437   include:
11438     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11439     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11440     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11441     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11442     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11443   layout:
11444     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11445     layout: "plot-throughput"
11446
11447 - type: "plot"
11448   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11449   algorithm: "plot_perf_box_name"
11450   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11451   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11452   include:
11453     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11454     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11455     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11456     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11457     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11458   layout:
11459     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11460     layout: "plot-throughput"
11461
11462 - type: "plot"
11463   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11464   algorithm: "plot_perf_box_name"
11465   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11466   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11467   include:
11468     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11469     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11470     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11471     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11472     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11473     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11474   layout:
11475     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11476     layout: "plot-throughput"
11477
11478 - type: "plot"
11479   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11480   algorithm: "plot_perf_box_name"
11481   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11482   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11483   include:
11484     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11485     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11486     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11487     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11488     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11489     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11490   layout:
11491     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11492     layout: "plot-throughput"
11493
11494 - type: "plot"
11495   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11496   algorithm: "plot_perf_box_name"
11497   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11498   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11499   include:
11500     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11501     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11503     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11504     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11505   layout:
11506     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11507     layout: "plot-throughput"
11508
11509 - type: "plot"
11510   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11511   algorithm: "plot_perf_box_name"
11512   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11513   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11514   include:
11515     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11516     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11518     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11520   layout:
11521     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11522     layout: "plot-throughput"
11523
11524 - type: "plot"
11525   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11526   algorithm: "plot_perf_box_name"
11527   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11528   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11529   include:
11530     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11533   layout:
11534     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11535     layout: "plot-throughput"
11536
11537 - type: "plot"
11538   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11539   algorithm: "plot_perf_box_name"
11540   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11541   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11542   include:
11543     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11546   layout:
11547     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11548     layout: "plot-throughput"
11549
11550 - type: "plot"
11551   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11552   algorithm: "plot_perf_box_name"
11553   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11554   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11555   include:
11556     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11557     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11558     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11559     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11561   layout:
11562     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11563     layout: "plot-throughput"
11564
11565 - type: "plot"
11566   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11567   algorithm: "plot_perf_box_name"
11568   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11569   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11570   include:
11571     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11572     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11573     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11574     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11576   layout:
11577     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11578     layout: "plot-throughput"
11579
11580 - type: "plot"
11581   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11582   algorithm: "plot_perf_box_name"
11583   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11584   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11585   include:
11586     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11587     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11588     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11589   layout:
11590     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11591     layout: "plot-throughput"
11592
11593 - type: "plot"
11594   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11595   algorithm: "plot_perf_box_name"
11596   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11597   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11598   include:
11599     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11600     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11601     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11602   layout:
11603     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11604     layout: "plot-throughput"
11605
11606 - type: "plot"
11607   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11608   algorithm: "plot_perf_box_name"
11609   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11610   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11611   include:
11612     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11613     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11614     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11615     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11616     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11617     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11618   layout:
11619     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11620     layout: "plot-throughput"
11621
11622 - type: "plot"
11623   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11624   algorithm: "plot_perf_box_name"
11625   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11626   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11627   include:
11628     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11629     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11630     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11631     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11633     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11634   layout:
11635     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11636     layout: "plot-throughput"
11637
11638 - type: "plot"
11639   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11640   algorithm: "plot_perf_box_name"
11641   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11642   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11643   include:
11644     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11646     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11650   layout:
11651     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11652     layout: "plot-throughput"
11653
11654 - type: "plot"
11655   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11656   algorithm: "plot_perf_box_name"
11657   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11658   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11659   include:
11660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11666   layout:
11667     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11668     layout: "plot-throughput"
11669
11670 - type: "plot"
11671   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11672   algorithm: "plot_perf_box_name"
11673   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11674   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11675   include:
11676     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11677     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11678     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11679   layout:
11680     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11681     layout: "plot-throughput"
11682
11683 - type: "plot"
11684   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11685   algorithm: "plot_perf_box_name"
11686   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11687   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11688   include:
11689     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11690     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11691     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11692   layout:
11693     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11694     layout: "plot-throughput"
11695
11696 - type: "plot"
11697   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11698   algorithm: "plot_perf_box_name"
11699   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11700   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11701   include:
11702     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11703     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11704     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11705 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11706 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11707   layout:
11708     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11709     layout: "plot-throughput"
11710
11711 - type: "plot"
11712   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11713   algorithm: "plot_perf_box_name"
11714   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11715   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11716   include:
11717     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11718     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11719     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11720 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11721 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11722   layout:
11723     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11724     layout: "plot-throughput"
11725
11726 - type: "plot"
11727   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11728   algorithm: "plot_perf_box_name"
11729   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11730   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11731   include:
11732     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11733     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11734     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11735     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11736     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11737   layout:
11738     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11739     layout: "plot-throughput"
11740
11741 - type: "plot"
11742   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11743   algorithm: "plot_perf_box_name"
11744   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11745   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11746   include:
11747     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11748     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11749     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11750     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11751     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11752   layout:
11753     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11754     layout: "plot-throughput"
11755
11756 - type: "plot"
11757   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11758   algorithm: "plot_perf_box_name"
11759   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11760   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11761   include:
11762     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11763     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11764     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11765     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11766     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11767   layout:
11768     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11769     layout: "plot-throughput"
11770
11771 - type: "plot"
11772   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11773   algorithm: "plot_perf_box_name"
11774   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11775   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11776   include:
11777     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11778     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11779     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11780     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11781     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11782   layout:
11783     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11784     layout: "plot-throughput"
11785
11786 - type: "plot"
11787   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11788   algorithm: "plot_perf_box_name"
11789   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11790   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11791   include:
11792     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11793     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11794     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11795     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11796     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11797     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11798   layout:
11799     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11800     layout: "plot-throughput"
11801
11802 - type: "plot"
11803   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11804   algorithm: "plot_perf_box_name"
11805   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11806   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11807   include:
11808     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11809     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11810     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11811     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11812     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11813     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11814   layout:
11815     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11816     layout: "plot-throughput"
11817
11818 - type: "plot"
11819   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11820   algorithm: "plot_perf_box_name"
11821   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11822   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11823   include:
11824     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11825     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11826     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11827     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11828     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11829     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11830   layout:
11831     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11832     layout: "plot-throughput"
11833
11834 - type: "plot"
11835   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11836   algorithm: "plot_perf_box_name"
11837   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11838   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11839   include:
11840     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11841     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11842     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11843     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11844     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11845     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11846   layout:
11847     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11848     layout: "plot-throughput"
11849
11850 - type: "plot"
11851   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11852   algorithm: "plot_perf_box_name"
11853   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11854   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11855   include:
11856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11859     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11860     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11861   layout:
11862     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11863     layout: "plot-throughput"
11864
11865 - type: "plot"
11866   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11867   algorithm: "plot_perf_box_name"
11868   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11869   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11870   include:
11871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11872     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11873     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11874     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11875     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11876   layout:
11877     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11878     layout: "plot-throughput"
11879
11880 - type: "plot"
11881   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11882   algorithm: "plot_perf_box_name"
11883   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11884   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11885   include:
11886     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11887     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11888     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11889     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11890     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11891     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11892   layout:
11893     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11894     layout: "plot-throughput"
11895
11896 - type: "plot"
11897   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11898   algorithm: "plot_perf_box_name"
11899   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11900   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11901   include:
11902     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11903     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11904     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11905     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11906     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11907     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11908   layout:
11909     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11910     layout: "plot-throughput"
11911
11912 - type: "plot"
11913   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11914   algorithm: "plot_perf_box_name"
11915   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11916   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11917   include:
11918     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11919     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11920     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11921     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11922     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11923   layout:
11924     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11925     layout: "plot-throughput"
11926
11927 - type: "plot"
11928   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11929   algorithm: "plot_perf_box_name"
11930   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11931   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11932   include:
11933     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11934     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11935     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11936     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11937     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11938   layout:
11939     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11940     layout: "plot-throughput"
11941
11942 - type: "plot"
11943   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11944   algorithm: "plot_perf_box_name"
11945   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11946   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11947   include:
11948     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11949     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11950     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11951     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11952     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11953     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11954   layout:
11955     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11956     layout: "plot-throughput"
11957
11958 - type: "plot"
11959   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11960   algorithm: "plot_perf_box_name"
11961   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11962   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11963   include:
11964     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11965     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11966     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11967     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11968     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11969     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11970   layout:
11971     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11972     layout: "plot-throughput"
11973
11974 - type: "plot"
11975   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11976   algorithm: "plot_perf_box_name"
11977   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11978   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11979   include:
11980     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11981     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11982     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11983     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11984     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11985   layout:
11986     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11987     layout: "plot-throughput"
11988
11989 - type: "plot"
11990   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11991   algorithm: "plot_perf_box_name"
11992   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11993   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11994   include:
11995     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11996     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11997     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11998     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11999     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12000   layout:
12001     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12002     layout: "plot-throughput"
12003
12004 - type: "plot"
12005   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12006   algorithm: "plot_perf_box_name"
12007   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12008   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12009   include:
12010     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12011     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12012     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12013     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12014     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12015     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12016   layout:
12017     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12018     layout: "plot-throughput"
12019
12020 - type: "plot"
12021   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12022   algorithm: "plot_perf_box_name"
12023   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12024   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12025   include:
12026     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12027     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12028     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12029     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12030     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12031     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12032   layout:
12033     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12034     layout: "plot-throughput"
12035
12036 - type: "plot"
12037   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12038   algorithm: "plot_perf_box_name"
12039   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12040   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12041   include:
12042     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12043     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12044   layout:
12045     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12046     layout: "plot-throughput"
12047
12048 - type: "plot"
12049   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12050   algorithm: "plot_perf_box_name"
12051   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12052   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12053   include:
12054     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12055     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12056   layout:
12057     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12058     layout: "plot-throughput"
12059
12060 - type: "plot"
12061   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12062   algorithm: "plot_perf_box_name"
12063   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12064   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12065   include:
12066     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12067     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12068     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12069     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12070   layout:
12071     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12072     layout: "plot-throughput"
12073
12074 - type: "plot"
12075   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12076   algorithm: "plot_perf_box_name"
12077   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12078   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12079   include:
12080     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12081     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12082     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12083     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12084   layout:
12085     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12086     layout: "plot-throughput"
12087
12088 - type: "plot"
12089   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12090   algorithm: "plot_perf_box_name"
12091   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12092   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12093   include:
12094     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12095     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12096     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12097     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12098   layout:
12099     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12100     layout: "plot-throughput"
12101
12102 - type: "plot"
12103   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12104   algorithm: "plot_perf_box_name"
12105   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12106   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12107   include:
12108     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12109     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12110     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12111     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12112   layout:
12113     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12114     layout: "plot-throughput"
12115
12116 - type: "plot"
12117   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12118   algorithm: "plot_perf_box_name"
12119   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12120   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12121   include:
12122     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12123     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12124     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12125     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12126   layout:
12127     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12128     layout: "plot-throughput"
12129
12130 - type: "plot"
12131   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12132   algorithm: "plot_perf_box_name"
12133   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12134   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12135   include:
12136     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12137     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12138     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12139     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12140   layout:
12141     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12142     layout: "plot-throughput"
12143
12144 - type: "plot"
12145   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12146   algorithm: "plot_perf_box_name"
12147   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12148   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12149   include:
12150     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12151     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12152     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12153     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12154   layout:
12155     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12156     layout: "plot-throughput"
12157
12158 - type: "plot"
12159   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12160   algorithm: "plot_perf_box_name"
12161   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12162   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12163   include:
12164     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12165     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12166     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12167     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12168   layout:
12169     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12170     layout: "plot-throughput"
12171
12172 - type: "plot"
12173   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12174   algorithm: "plot_perf_box_name"
12175   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12176   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12177   include:
12178     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12179     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12180     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12181     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12182     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12183     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12184   layout:
12185     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12186     layout: "plot-throughput"
12187
12188 - type: "plot"
12189   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12190   algorithm: "plot_perf_box_name"
12191   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12192   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12193   include:
12194     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12195     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12196     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12197     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12198     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12199     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12200   layout:
12201     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12202     layout: "plot-throughput"
12203
12204 - type: "plot"
12205   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12206   algorithm: "plot_perf_box_name"
12207   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12208   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12209   include:
12210     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12211     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12212     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12213     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12214     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12215   layout:
12216     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12217     layout: "plot-throughput"
12218
12219 - type: "plot"
12220   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12221   algorithm: "plot_perf_box_name"
12222   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12223   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12224   include:
12225     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12226     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12227     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12228     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12229     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12230   layout:
12231     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12232     layout: "plot-throughput"
12233
12234 - type: "plot"
12235   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12236   algorithm: "plot_perf_box_name"
12237   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12238   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12239   include:
12240     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12241     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12242     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12243     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12244     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12245   layout:
12246     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12247     layout: "plot-throughput"
12248
12249 - type: "plot"
12250   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12251   algorithm: "plot_perf_box_name"
12252   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12253   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12254   include:
12255     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12256     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12257     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12258     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12259     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12260   layout:
12261     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12262     layout: "plot-throughput"
12263
12264 - type: "plot"
12265   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12266   algorithm: "plot_perf_box_name"
12267   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12268   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12269   include:
12270     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12271     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12272     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12273   layout:
12274     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12275     layout: "plot-throughput"
12276
12277 - type: "plot"
12278   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12279   algorithm: "plot_perf_box_name"
12280   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12281   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12282   include:
12283     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12284     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12285     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12286   layout:
12287     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12288     layout: "plot-throughput"
12289
12290 - type: "plot"
12291   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12292   algorithm: "plot_perf_box_name"
12293   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12294   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12295   include:
12296     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12297     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12298     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12299   layout:
12300     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12301     layout: "plot-throughput"
12302
12303 - type: "plot"
12304   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12305   algorithm: "plot_perf_box_name"
12306   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12307   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12308   include:
12309     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12310     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12311     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12312   layout:
12313     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12314     layout: "plot-throughput"
12315
12316 - type: "plot"
12317   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12318   algorithm: "plot_perf_box_name"
12319   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12320   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12321   include:
12322     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12323     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12324     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12325     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12326     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12327   layout:
12328     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12329     layout: "plot-throughput"
12330
12331 - type: "plot"
12332   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12333   algorithm: "plot_perf_box_name"
12334   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12335   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12336   include:
12337     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12338     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12339     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12340     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12341     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12342   layout:
12343     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12344     layout: "plot-throughput"
12345
12346 - type: "plot"
12347   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12348   algorithm: "plot_perf_box_name"
12349   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12350   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12351   include:
12352     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12353     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12354     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12355     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12356     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12357   layout:
12358     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12359     layout: "plot-throughput"
12360
12361 - type: "plot"
12362   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12363   algorithm: "plot_perf_box_name"
12364   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12365   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12366   include:
12367     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12368     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12369     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12370     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12371     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12372   layout:
12373     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12374     layout: "plot-throughput"
12375
12376 - type: "plot"
12377   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12378   algorithm: "plot_perf_box_name"
12379   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12380   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12381   include:
12382     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12383     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12384     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12385     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12386     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12387   layout:
12388     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12389     layout: "plot-throughput"
12390
12391 - type: "plot"
12392   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12393   algorithm: "plot_perf_box_name"
12394   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12395   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12396   include:
12397     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12398     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12399     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12400     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12401     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12402   layout:
12403     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12404     layout: "plot-throughput"
12405
12406 - type: "plot"
12407   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12408   algorithm: "plot_perf_box_name"
12409   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12410   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12411   include:
12412     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12413     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12414     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12415     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12416     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12417   layout:
12418     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12419     layout: "plot-throughput"
12420
12421 - type: "plot"
12422   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12423   algorithm: "plot_perf_box_name"
12424   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12425   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12426   include:
12427     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12428     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12429     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12430     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12431     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12432   layout:
12433     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12434     layout: "plot-throughput"
12435
12436 - type: "plot"
12437   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12438   algorithm: "plot_perf_box_name"
12439   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12440   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12441   include:
12442     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12443     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12444     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12445     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12446     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12447   layout:
12448     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12449     layout: "plot-throughput"
12450
12451 - type: "plot"
12452   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12453   algorithm: "plot_perf_box_name"
12454   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12455   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12456   include:
12457     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12458     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12459     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12460     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12461     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12462   layout:
12463     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12464     layout: "plot-throughput"
12465
12466 - type: "plot"
12467   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12468   algorithm: "plot_perf_box_name"
12469   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12470   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12471   include:
12472     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12473     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12474     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12475     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12476     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12477     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12478   layout:
12479     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12480     layout: "plot-throughput"
12481
12482 - type: "plot"
12483   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12484   algorithm: "plot_perf_box_name"
12485   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12486   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12487   include:
12488     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12489     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12490     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12491     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12492     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12493     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12494   layout:
12495     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12496     layout: "plot-throughput"
12497
12498 - type: "plot"
12499   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12500   algorithm: "plot_perf_box_name"
12501   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12502   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12503   include:
12504     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12505     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12506     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12507     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12508   layout:
12509     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12510     layout: "plot-throughput"
12511
12512 - type: "plot"
12513   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12514   algorithm: "plot_perf_box_name"
12515   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12516   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12517   include:
12518     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12519     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12520     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12521     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12522   layout:
12523     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12524     layout: "plot-throughput"
12525
12526 - type: "plot"
12527   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12528   algorithm: "plot_perf_box_name"
12529   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12530   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12531   include:
12532     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12533     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12534     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12535     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12536     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12537     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12538   layout:
12539     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12540     layout: "plot-throughput"
12541
12542 - type: "plot"
12543   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12544   algorithm: "plot_perf_box_name"
12545   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12546   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12547   include:
12548     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12549     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12550     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12551     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12552     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12553     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12554   layout:
12555     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12556     layout: "plot-throughput"
12557
12558 - type: "plot"
12559   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12560   algorithm: "plot_perf_box_name"
12561   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12562   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12563   include:
12564     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12565     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12566     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12567     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12568     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12569     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12570   layout:
12571     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12572     layout: "plot-throughput"
12573
12574 - type: "plot"
12575   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12576   algorithm: "plot_perf_box_name"
12577   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12578   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12579   include:
12580     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12581     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12582     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12583     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12584     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12585     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12586   layout:
12587     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12588     layout: "plot-throughput"
12589
12590 - type: "plot"
12591   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12592   algorithm: "plot_perf_box_name"
12593   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12594   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12595   include:
12596     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12597     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12598     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12599     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12600     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12601     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12602   layout:
12603     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12604     layout: "plot-throughput"
12605
12606 - type: "plot"
12607   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12608   algorithm: "plot_perf_box_name"
12609   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12610   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12611   include:
12612     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12613     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12614     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12615     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12616     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12617     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12618   layout:
12619     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12620     layout: "plot-throughput"
12621
12622 - type: "plot"
12623   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12624   algorithm: "plot_perf_box_name"
12625   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12626   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12627   include:
12628     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12629     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12630     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12631     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12632     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12633     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12634   layout:
12635     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12636     layout: "plot-throughput"
12637
12638 - type: "plot"
12639   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12640   algorithm: "plot_perf_box_name"
12641   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12642   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12643   include:
12644     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12645     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12646     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12647     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12648     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12649     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12650   layout:
12651     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12652     layout: "plot-throughput"
12653
12654 - type: "plot"
12655   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12656   algorithm: "plot_perf_box_name"
12657   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12658   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12659   include:
12660     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12661     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12662     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12663     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12664     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12665     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12666   layout:
12667     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12668     layout: "plot-throughput"
12669
12670 - type: "plot"
12671   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12672   algorithm: "plot_perf_box_name"
12673   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12674   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12675   include:
12676     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12677     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12678     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12679     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12680     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12681     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12682   layout:
12683     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12684     layout: "plot-throughput"
12685
12686 - type: "plot"
12687   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12688   algorithm: "plot_perf_box_name"
12689   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12690   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12691   include:
12692     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12693     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12694     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12695     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12696     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12697     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12698   layout:
12699     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12700     layout: "plot-throughput"
12701
12702 - type: "plot"
12703   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12704   algorithm: "plot_perf_box_name"
12705   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12706   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12707   include:
12708     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12709     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12710     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12711     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12712     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12713     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12714   layout:
12715     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12716     layout: "plot-throughput"
12717
12718 - type: "plot"
12719   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12720   algorithm: "plot_perf_box_name"
12721   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12722   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12723   include:
12724     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12725     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12730   layout:
12731     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12732     layout: "plot-throughput"
12733
12734 - type: "plot"
12735   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12736   algorithm: "plot_perf_box_name"
12737   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12738   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12739   include:
12740     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12743     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12746   layout:
12747     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12748     layout: "plot-throughput"
12749
12750 - type: "plot"
12751   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12752   algorithm: "plot_perf_box_name"
12753   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12754   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12755   include:
12756     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12757     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12758     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12762   layout:
12763     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12764     layout: "plot-throughput"
12765
12766 - type: "plot"
12767   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12768   algorithm: "plot_perf_box_name"
12769   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12770   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12771   include:
12772     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12773     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12774     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12775     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12776     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12777     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12778   layout:
12779     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12780     layout: "plot-throughput"
12781
12782 - type: "plot"
12783   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12784   algorithm: "plot_perf_box_name"
12785   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12786   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12787   include:
12788     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12789     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12790     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12791     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12792   layout:
12793     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12794     layout: "plot-throughput"
12795
12796 - type: "plot"
12797   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12798   algorithm: "plot_perf_box_name"
12799   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12800   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12801   include:
12802     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12803     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12804     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12805     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12806   layout:
12807     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12808     layout: "plot-throughput"
12809
12810 - type: "plot"
12811   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12812   algorithm: "plot_perf_box_name"
12813   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12814   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12815   include:
12816     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12817     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12818     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12819     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12820   layout:
12821     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12822     layout: "plot-throughput"
12823
12824 - type: "plot"
12825   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12826   algorithm: "plot_perf_box_name"
12827   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12828   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12829   include:
12830     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12831     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12832     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12833     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12834   layout:
12835     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12836     layout: "plot-throughput"
12837
12838 - type: "plot"
12839   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12840   algorithm: "plot_perf_box_name"
12841   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12842   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12843   include:
12844     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12845     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12846     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12847     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12848     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12849     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12850   layout:
12851     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12852     layout: "plot-throughput"
12853
12854 - type: "plot"
12855   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12856   algorithm: "plot_perf_box_name"
12857   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12858   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12859   include:
12860     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12861     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12862     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12863     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12864     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12865     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12866   layout:
12867     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12868     layout: "plot-throughput"
12869
12870 - type: "plot"
12871   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12872   algorithm: "plot_perf_box_name"
12873   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12874   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12875   include:
12876     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12877     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12878     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12879     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12880     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12881   layout:
12882     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12883     layout: "plot-throughput"
12884
12885 - type: "plot"
12886   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12887   algorithm: "plot_perf_box_name"
12888   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12889   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12890   include:
12891     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12892     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12893     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12894     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12895     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12896   layout:
12897     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12898     layout: "plot-throughput"
12899
12900 - type: "plot"
12901   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12902   algorithm: "plot_perf_box_name"
12903   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12904   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12905   include:
12906     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12907     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12908     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12909     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12910     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12911   layout:
12912     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12913     layout: "plot-throughput"
12914
12915 - type: "plot"
12916   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12917   algorithm: "plot_perf_box_name"
12918   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12919   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12920   include:
12921     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12922     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
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   layout:
12927     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12928     layout: "plot-throughput"
12929
12930 - type: "plot"
12931   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12932   algorithm: "plot_perf_box_name"
12933   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12934   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12935   include:
12936     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12937     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12938     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12939     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12940   layout:
12941     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12942     layout: "plot-throughput"
12943
12944 - type: "plot"
12945   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12946   algorithm: "plot_perf_box_name"
12947   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12948   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12949   include:
12950     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12951     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12952     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12953     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12954   layout:
12955     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12956     layout: "plot-throughput"
12957
12958 - type: "plot"
12959   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12960   algorithm: "plot_perf_box_name"
12961   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12962   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12963   include:
12964     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12965     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12966     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12967     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12968     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12969     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12970   layout:
12971     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12972     layout: "plot-throughput"
12973
12974 - type: "plot"
12975   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12976   algorithm: "plot_perf_box_name"
12977   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12978   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12979   include:
12980     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12981     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12982     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12983     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12984     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12985     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12986   layout:
12987     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12988     layout: "plot-throughput"
12989
12990 - type: "plot"
12991   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12992   algorithm: "plot_perf_box_name"
12993   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12994   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12995   include:
12996     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12997     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12998     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12999     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13000     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13001     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13002   layout:
13003     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13004     layout: "plot-throughput"
13005
13006 - type: "plot"
13007   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13008   algorithm: "plot_perf_box_name"
13009   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13010   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13011   include:
13012     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13013     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13014     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13015     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13016     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13017     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13018   layout:
13019     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13020     layout: "plot-throughput"
13021
13022 - type: "plot"
13023   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13024   algorithm: "plot_perf_box_name"
13025   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13026   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13027   include:
13028     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13029     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13030     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13031     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13032     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13033     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13034   layout:
13035     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13036     layout: "plot-throughput"
13037
13038 - type: "plot"
13039   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13040   algorithm: "plot_perf_box_name"
13041   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13042   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13043   include:
13044     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13045     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13046     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13047     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13048     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13049     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13050   layout:
13051     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13052     layout: "plot-throughput"
13053
13054 - type: "plot"
13055   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13056   algorithm: "plot_perf_box_name"
13057   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13058   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13059   include:
13060     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13061     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13062     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13063     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13064     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13065     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13066   layout:
13067     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13068     layout: "plot-throughput"
13069
13070 - type: "plot"
13071   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13072   algorithm: "plot_perf_box_name"
13073   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13074   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13075   include:
13076     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13077     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13078     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13079     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13080     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13081     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13082   layout:
13083     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13084     layout: "plot-throughput"
13085
13086 - type: "plot"
13087   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13088   algorithm: "plot_perf_box_name"
13089   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13090   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13091   include:
13092     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13093     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13094     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13095     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13096   layout:
13097     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13098     layout: "plot-throughput"
13099
13100 - type: "plot"
13101   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13102   algorithm: "plot_perf_box_name"
13103   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13104   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13105   include:
13106     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13107     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13108     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13109     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13110   layout:
13111     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13112     layout: "plot-throughput"
13113
13114 - type: "plot"
13115   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13116   algorithm: "plot_perf_box_name"
13117   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13118   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13119   include:
13120     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13121     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13122     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13123     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13124     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13125     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13126   layout:
13127     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13128     layout: "plot-throughput"
13129
13130 - type: "plot"
13131   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13132   algorithm: "plot_perf_box_name"
13133   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13134   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13135   include:
13136     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13137     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13138     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13139     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13140     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13141     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13142   layout:
13143     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13144     layout: "plot-throughput"
13145
13146 - type: "plot"
13147   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13148   algorithm: "plot_perf_box_name"
13149   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13150   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13151   include:
13152     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13153     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13154     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13155     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13156     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13157     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13158   layout:
13159     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13160     layout: "plot-throughput"
13161
13162 - type: "plot"
13163   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13164   algorithm: "plot_perf_box_name"
13165   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13166   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13167   include:
13168     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13169     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13170     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13171     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13172     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13173     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13174   layout:
13175     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13176     layout: "plot-throughput"
13177
13178 #- type: "plot"
13179 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13180 #  algorithm: "plot_perf_box_name"
13181 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13182 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13183 #  include:
13184 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13185 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13186 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13187 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13188 #  layout:
13189 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13190 #    layout: "plot-throughput"
13191 #
13192 #- type: "plot"
13193 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13194 #  algorithm: "plot_perf_box_name"
13195 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13196 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13197 #  include:
13198 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13199 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13200 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13201 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13202 #  layout:
13203 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13204 #    layout: "plot-throughput"
13205
13206 - type: "plot"
13207   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13208   algorithm: "plot_perf_box_name"
13209   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13210   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13211   include:
13212     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13213     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13214     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13215     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13216     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13217     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13218   layout:
13219     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13220     layout: "plot-throughput"
13221
13222 - type: "plot"
13223   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13224   algorithm: "plot_perf_box_name"
13225   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13226   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13227   include:
13228     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13229     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13230     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13231     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13232     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13233     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13234   layout:
13235     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13236     layout: "plot-throughput"
13237
13238 #- type: "plot"
13239 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13240 #  algorithm: "plot_perf_box_name"
13241 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13242 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13243 #  include:
13244 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13245 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13246 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13247 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13248 #  layout:
13249 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13250 #    layout: "plot-throughput"
13251 #
13252 #- type: "plot"
13253 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13254 #  algorithm: "plot_perf_box_name"
13255 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13256 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13257 #  include:
13258 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13259 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13260 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13261 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13262 #  layout:
13263 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13264 #    layout: "plot-throughput"
13265
13266 - type: "plot"
13267   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13268   algorithm: "plot_perf_box_name"
13269   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13270   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13271   include:
13272     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13273     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13274     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13275     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13276     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13277     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13278   layout:
13279     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13280     layout: "plot-throughput"
13281
13282 - type: "plot"
13283   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13284   algorithm: "plot_perf_box_name"
13285   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13286   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13287   include:
13288     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13289     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13290     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13291     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13292     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13293     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13294   layout:
13295     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13296     layout: "plot-throughput"
13297
13298 #- type: "plot"
13299 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13300 #  algorithm: "plot_perf_box_name"
13301 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13302 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13303 #  include:
13304 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13305 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13306 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13307 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13308 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13309 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13310 #  layout:
13311 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13312 #    layout: "plot-throughput"
13313 #
13314 #- type: "plot"
13315 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13316 #  algorithm: "plot_perf_box_name"
13317 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13318 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13319 #  include:
13320 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13321 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13322 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13323 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13324 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13325 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13326 #  layout:
13327 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13328 #    layout: "plot-throughput"
13329
13330 - type: "plot"
13331   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13332   algorithm: "plot_perf_box_name"
13333   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13334   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13335   include:
13336     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13337     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13338     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13339     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13340     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13341     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13342   layout:
13343     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13344     layout: "plot-throughput"
13345
13346 - type: "plot"
13347   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13348   algorithm: "plot_perf_box_name"
13349   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13350   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13351   include:
13352     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13353     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13354     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13355     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13356     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13357     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13358   layout:
13359     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13360     layout: "plot-throughput"
13361
13362 - type: "plot"
13363   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13364   algorithm: "plot_perf_box_name"
13365   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13366   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13367   include:
13368     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13369     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13370     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13371     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13372     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13373     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13374   layout:
13375     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13376     layout: "plot-throughput"
13377
13378 - type: "plot"
13379   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13380   algorithm: "plot_perf_box_name"
13381   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13382   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13383   include:
13384     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13385     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13386     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13387     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13388     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13389     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13390   layout:
13391     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13392     layout: "plot-throughput"
13393
13394 - type: "plot"
13395   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13396   algorithm: "plot_perf_box_name"
13397   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13398   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13399   include:
13400     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13401     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13402     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13403     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13404     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13405     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13406   layout:
13407     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13408     layout: "plot-throughput"
13409
13410 - type: "plot"
13411   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13412   algorithm: "plot_perf_box_name"
13413   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13414   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13415   include:
13416     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13417     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13418     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13419     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13420     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13421     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13422   layout:
13423     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13424     layout: "plot-throughput"
13425
13426 - type: "plot"
13427   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13428   algorithm: "plot_perf_box_name"
13429   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13430   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13431   include:
13432     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13433     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13434     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13435     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13436     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13437     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13438   layout:
13439     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13440     layout: "plot-throughput"
13441
13442 - type: "plot"
13443   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13444   algorithm: "plot_perf_box_name"
13445   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13446   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13447   include:
13448     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13449     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13450     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13451     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13452     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13453     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13454   layout:
13455     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13456     layout: "plot-throughput"
13457
13458 #- type: "plot"
13459 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13460 #  algorithm: "plot_perf_box_name"
13461 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13462 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13463 #  include:
13464 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13465 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13466 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13467 #  layout:
13468 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13469 #    layout: "plot-throughput"
13470 #
13471 #- type: "plot"
13472 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13473 #  algorithm: "plot_perf_box_name"
13474 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13475 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13476 #  include:
13477 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13478 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13479 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13480 #  layout:
13481 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13482 #    layout: "plot-throughput"
13483
13484 - type: "plot"
13485   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13486   algorithm: "plot_perf_box_name"
13487   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13488   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13489   include:
13490     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13491     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13492     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13493     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13494     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13495   layout:
13496     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13497     layout: "plot-throughput"
13498
13499 - type: "plot"
13500   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13501   algorithm: "plot_perf_box_name"
13502   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13503   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13504   include:
13505     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13506     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13507     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13508     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13509     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13510   layout:
13511     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13512     layout: "plot-throughput"
13513
13514 - type: "plot"
13515   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13516   algorithm: "plot_perf_box_name"
13517   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13518   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13519   include:
13520     - "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"
13521     - "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"
13522     - "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"
13523     - "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"
13524     - "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"
13525   layout:
13526     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13527     layout: "plot-throughput"
13528
13529 - type: "plot"
13530   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13531   algorithm: "plot_perf_box_name"
13532   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13533   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13534   include:
13535     - "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"
13536     - "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"
13537     - "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"
13538     - "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"
13539     - "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"
13540   layout:
13541     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13542     layout: "plot-throughput"
13543
13544 - type: "plot"
13545   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13546   algorithm: "plot_perf_box_name"
13547   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13548   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13549   include:
13550     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13551     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13552     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13553     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13554     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13555   layout:
13556     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13557     layout: "plot-throughput"
13558
13559 - type: "plot"
13560   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13561   algorithm: "plot_perf_box_name"
13562   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13563   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13564   include:
13565     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13566     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13567     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13568     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13569     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13570   layout:
13571     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13572     layout: "plot-throughput"
13573
13574 - type: "plot"
13575   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13576   algorithm: "plot_perf_box_name"
13577   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13578   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13579   include:
13580     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13581     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13582     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13583     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13584     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13585   layout:
13586     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13587     layout: "plot-throughput"
13588
13589 - type: "plot"
13590   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13591   algorithm: "plot_perf_box_name"
13592   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13593   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13594   include:
13595     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13596     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13597     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13598     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13599     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13600   layout:
13601     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13602     layout: "plot-throughput"
13603
13604 - type: "plot"
13605   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13606   algorithm: "plot_perf_box_name"
13607   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13608   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13609   include:
13610     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13611     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13612     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13613     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13614     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13615   layout:
13616     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13617     layout: "plot-throughput"
13618
13619 - type: "plot"
13620   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13621   algorithm: "plot_perf_box_name"
13622   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13623   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13624   include:
13625     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13626     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13627     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13628     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13629     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13630   layout:
13631     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13632     layout: "plot-throughput"
13633
13634 - type: "plot"
13635   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13636   algorithm: "plot_perf_box_name"
13637   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13638   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13639   include:
13640     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13641     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13642     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13643     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13644     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13645   layout:
13646     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13647     layout: "plot-throughput"
13648
13649 - type: "plot"
13650   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13651   algorithm: "plot_perf_box_name"
13652   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13653   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13654   include:
13655     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13656     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13657     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13658     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13659     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13660   layout:
13661     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13662     layout: "plot-throughput"
13663
13664 - type: "plot"
13665   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13666   algorithm: "plot_perf_box_name"
13667   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13668   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13669   include:
13670     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13671     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13672     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13673     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13674   layout:
13675     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13676     layout: "plot-throughput"
13677
13678 - type: "plot"
13679   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13680   algorithm: "plot_perf_box_name"
13681   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13682   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13683   include:
13684     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13685     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13686     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13687     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13688   layout:
13689     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13690     layout: "plot-throughput"
13691
13692 - type: "plot"
13693   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13694   algorithm: "plot_perf_box_name"
13695   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13696   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13697   include:
13698     - "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"
13699     - "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"
13700     - "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"
13701     - "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"
13702   layout:
13703     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13704     layout: "plot-throughput"
13705
13706 - type: "plot"
13707   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13708   algorithm: "plot_perf_box_name"
13709   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13710   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13711   include:
13712     - "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"
13713     - "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"
13714     - "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"
13715     - "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"
13716   layout:
13717     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13718     layout: "plot-throughput"
13719
13720 - type: "plot"
13721   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13722   algorithm: "plot_perf_box_name"
13723   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13724   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13725   include:
13726     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13727     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13728     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13729     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13730     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13731     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13732   layout:
13733     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13734     layout: "plot-throughput"
13735
13736 - type: "plot"
13737   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13738   algorithm: "plot_perf_box_name"
13739   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13740   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13741   include:
13742     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13743     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13744     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13745     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13746     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13747     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13748   layout:
13749     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13750     layout: "plot-throughput"
13751
13752 - type: "plot"
13753   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13754   algorithm: "plot_perf_box_name"
13755   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13756   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13757   include:
13758     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13759     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13760     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13761     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13762     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13763     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13764   layout:
13765     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13766     layout: "plot-throughput"
13767
13768 - type: "plot"
13769   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13770   algorithm: "plot_perf_box_name"
13771   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13772   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13773   include:
13774     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13775     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13776     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13777     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13778     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13779     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13780   layout:
13781     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13782     layout: "plot-throughput"
13783
13784 - type: "plot"
13785   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13786   algorithm: "plot_perf_box_name"
13787   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13788   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13789   include:
13790     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13791     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13792     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13793     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13794     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13795     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13796   layout:
13797     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13798     layout: "plot-throughput"
13799
13800 - type: "plot"
13801   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13802   algorithm: "plot_perf_box_name"
13803   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13804   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13805   include:
13806     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13807     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13808     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13809     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13810     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13811     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13812   layout:
13813     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13814     layout: "plot-throughput"
13815
13816 - type: "plot"
13817   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13818   algorithm: "plot_perf_box_name"
13819   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13820   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13821   include:
13822     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13823     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13824     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13825     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13826     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13827   layout:
13828     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13829     layout: "plot-throughput"
13830
13831 - type: "plot"
13832   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13833   algorithm: "plot_perf_box_name"
13834   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13835   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13836   include:
13837     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13838     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13839     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13840     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13841     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13842   layout:
13843     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13844     layout: "plot-throughput"
13845
13846 - type: "plot"
13847   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13848   algorithm: "plot_perf_box_name"
13849   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13850   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13851   include:
13852     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13853     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13854   layout:
13855     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13856     layout: "plot-throughput"
13857
13858 - type: "plot"
13859   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13860   algorithm: "plot_perf_box_name"
13861   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13862   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13863   include:
13864     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13865     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13866   layout:
13867     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13868     layout: "plot-throughput"
13869
13870 - type: "plot"
13871   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13872   algorithm: "plot_perf_box_name"
13873   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13874   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13875   include:
13876     - "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"
13877     - "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"
13878   layout:
13879     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13880     layout: "plot-throughput"
13881
13882 - type: "plot"
13883   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13884   algorithm: "plot_perf_box_name"
13885   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13886   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13887   include:
13888     - "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"
13889     - "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"
13890   layout:
13891     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13892     layout: "plot-throughput"
13893
13894 - type: "plot"
13895   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13896   algorithm: "plot_perf_box_name"
13897   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13898   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13899   include:
13900     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13901     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13902   layout:
13903     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13904     layout: "plot-throughput"
13905
13906 - type: "plot"
13907   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13908   algorithm: "plot_perf_box_name"
13909   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13910   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13911   include:
13912     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13913     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13914   layout:
13915     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13916     layout: "plot-throughput"
13917
13918 - type: "plot"
13919   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13920   algorithm: "plot_perf_box_name"
13921   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13922   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13923   include:
13924     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13925     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13926   layout:
13927     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13928     layout: "plot-throughput"
13929
13930 - type: "plot"
13931   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13932   algorithm: "plot_perf_box_name"
13933   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13934   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13935   include:
13936     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13937     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13938   layout:
13939     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13940     layout: "plot-throughput"
13941
13942 - type: "plot"
13943   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13944   algorithm: "plot_perf_box_name"
13945   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13946   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13947   include:
13948     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13949     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13950     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13951     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13952     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13953     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13954   layout:
13955     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13956     layout: "plot-throughput"
13957
13958 - type: "plot"
13959   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13960   algorithm: "plot_perf_box_name"
13961   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13962   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13963   include:
13964     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13965     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13966     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13967     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13968     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13969     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13970   layout:
13971     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13972     layout: "plot-throughput"
13973
13974 - type: "plot"
13975   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13976   algorithm: "plot_perf_box_name"
13977   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13978   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13979   include:
13980     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13981     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13982     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13983     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13984     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13985     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13986   layout:
13987     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13988     layout: "plot-throughput"
13989
13990 - type: "plot"
13991   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13992   algorithm: "plot_perf_box_name"
13993   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13994   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13995   include:
13996     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13997     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13998     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13999     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14000     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14001     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14002   layout:
14003     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14004     layout: "plot-throughput"
14005
14006 #- type: "plot"
14007 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14008 #  algorithm: "plot_perf_box_name"
14009 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14010 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14011 #  include:
14012 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14013 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14014 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14015 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14016 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14017 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14018 #  layout:
14019 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14020 #    layout: "plot-throughput"
14021 #
14022 #- type: "plot"
14023 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14024 #  algorithm: "plot_perf_box_name"
14025 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14026 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14027 #  include:
14028 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14029 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14030 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14031 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14032 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14033 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14034 #  layout:
14035 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14036 #    layout: "plot-throughput"
14037
14038 - type: "plot"
14039   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14040   algorithm: "plot_perf_box_name"
14041   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14042   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14043   include:
14044     - "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"
14045     - "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"
14046     - "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"
14047     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14048     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14049     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14050   layout:
14051     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14052     layout: "plot-throughput"
14053
14054 - type: "plot"
14055   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14056   algorithm: "plot_perf_box_name"
14057   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14058   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14059   include:
14060     - "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"
14061     - "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"
14062     - "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"
14063     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14064     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14065     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14066   layout:
14067     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14068     layout: "plot-throughput"
14069
14070 ################################################################################
14071
14072 # Packet Speedup
14073
14074 - type: "plot"
14075   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14076   algorithm: "plot_tsa_name"
14077   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14078   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14079   include:
14080     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14081     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14082     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14083     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14084   layout:
14085     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14086     layout: "plot-throughput-speedup-analysis"
14087
14088 - type: "plot"
14089   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14090   algorithm: "plot_tsa_name"
14091   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14092   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14093   include:
14094     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14095     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14096     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14097     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14098   layout:
14099     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14100     layout: "plot-throughput-speedup-analysis"
14101
14102 - type: "plot"
14103   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14104   algorithm: "plot_tsa_name"
14105   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14106   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14107   include:
14108     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14109     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14110     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14111     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14112   layout:
14113     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14114     layout: "plot-throughput-speedup-analysis"
14115
14116 - type: "plot"
14117   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14118   algorithm: "plot_tsa_name"
14119   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14120   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14121   include:
14122     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14123     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14124     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14125     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14126   layout:
14127     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14128     layout: "plot-throughput-speedup-analysis"
14129
14130 - type: "plot"
14131   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14132   algorithm: "plot_tsa_name"
14133   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14134   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14135   include:
14136     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14137     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14138     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14139     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14140     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14141   layout:
14142     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14143     layout: "plot-throughput-speedup-analysis"
14144
14145 - type: "plot"
14146   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14147   algorithm: "plot_tsa_name"
14148   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14149   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14150   include:
14151     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14152     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14153     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14154     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14155     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14156   layout:
14157     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14158     layout: "plot-throughput-speedup-analysis"
14159
14160 - type: "plot"
14161   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14162   algorithm: "plot_tsa_name"
14163   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14164   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14165   include:
14166     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14167     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14168     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14169     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14170     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14171   layout:
14172     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14173     layout: "plot-throughput-speedup-analysis"
14174
14175 - type: "plot"
14176   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14177   algorithm: "plot_tsa_name"
14178   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14179   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14180   include:
14181     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14182     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14183     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14184     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14185     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14186   layout:
14187     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14188     layout: "plot-throughput-speedup-analysis"
14189
14190 - type: "plot"
14191   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14192   algorithm: "plot_tsa_name"
14193   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14194   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14195   include:
14196     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14197     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14198     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14199     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14200     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14201     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14202   layout:
14203     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14204     layout: "plot-throughput-speedup-analysis"
14205
14206 - type: "plot"
14207   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14208   algorithm: "plot_tsa_name"
14209   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14210   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14211   include:
14212     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14213     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14214     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14215     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14216     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14217     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14218   layout:
14219     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14220     layout: "plot-throughput-speedup-analysis"
14221
14222 - type: "plot"
14223   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14224   algorithm: "plot_tsa_name"
14225   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14226   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14227   include:
14228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14233   layout:
14234     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14235     layout: "plot-throughput-speedup-analysis"
14236
14237 - type: "plot"
14238   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14239   algorithm: "plot_tsa_name"
14240   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14241   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14242   include:
14243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14248   layout:
14249     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14250     layout: "plot-throughput-speedup-analysis"
14251
14252 - type: "plot"
14253   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14254   algorithm: "plot_tsa_name"
14255   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14256   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14257   include:
14258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14261   layout:
14262     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14263     layout: "plot-throughput-speedup-analysis"
14264
14265 - type: "plot"
14266   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14267   algorithm: "plot_tsa_name"
14268   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14269   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14270   include:
14271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14274   layout:
14275     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14276     layout: "plot-throughput-speedup-analysis"
14277
14278 - type: "plot"
14279   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14280   algorithm: "plot_tsa_name"
14281   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14282   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14283   include:
14284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14289   layout:
14290     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14291     layout: "plot-throughput-speedup-analysis"
14292
14293 - type: "plot"
14294   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14295   algorithm: "plot_tsa_name"
14296   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14297   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14298   include:
14299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14304   layout:
14305     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14306     layout: "plot-throughput-speedup-analysis"
14307
14308 - type: "plot"
14309   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14310   algorithm: "plot_tsa_name"
14311   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14312   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14313   include:
14314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14317   layout:
14318     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14319     layout: "plot-throughput-speedup-analysis"
14320
14321 - type: "plot"
14322   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14323   algorithm: "plot_tsa_name"
14324   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14325   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14326   include:
14327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14330   layout:
14331     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14332     layout: "plot-throughput-speedup-analysis"
14333
14334 - type: "plot"
14335   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14336   algorithm: "plot_tsa_name"
14337   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14338   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14339   include:
14340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14341     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14342     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14343     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14346   layout:
14347     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14348     layout: "plot-throughput-speedup-analysis"
14349
14350 - type: "plot"
14351   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14352   algorithm: "plot_tsa_name"
14353   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14354   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14355   include:
14356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14357     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14358     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14359     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14360     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14362   layout:
14363     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14364     layout: "plot-throughput-speedup-analysis"
14365
14366 - type: "plot"
14367   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14368   algorithm: "plot_tsa_name"
14369   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14370   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14371   include:
14372     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14373     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14374     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14375     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14376     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14377     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14378   layout:
14379     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14380     layout: "plot-throughput-speedup-analysis"
14381
14382 - type: "plot"
14383   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14384   algorithm: "plot_tsa_name"
14385   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14386   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14387   include:
14388     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14389     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14390     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14391     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14392     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14394   layout:
14395     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14396     layout: "plot-throughput-speedup-analysis"
14397
14398 - type: "plot"
14399   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14400   algorithm: "plot_tsa_name"
14401   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14402   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14403   include:
14404     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14405     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14406     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14407   layout:
14408     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14409     layout: "plot-throughput-speedup-analysis"
14410
14411 - type: "plot"
14412   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14413   algorithm: "plot_tsa_name"
14414   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14415   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14416   include:
14417     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14418     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14419     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14420   layout:
14421     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14422     layout: "plot-throughput-speedup-analysis"
14423
14424 - type: "plot"
14425   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14426   algorithm: "plot_tsa_name"
14427   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14428   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14429   include:
14430     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14431     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14432     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14433 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14434 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14435   layout:
14436     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14437     layout: "plot-throughput-speedup-analysis"
14438
14439 - type: "plot"
14440   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14441   algorithm: "plot_tsa_name"
14442   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14443   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14444   include:
14445     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14446     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14447     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14448 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14449 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14450   layout:
14451     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14452     layout: "plot-throughput-speedup-analysis"
14453
14454 - type: "plot"
14455   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14456   algorithm: "plot_tsa_name"
14457   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14458   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14459   include:
14460     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14461     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14462     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14463     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14464     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14465   layout:
14466     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14467     layout: "plot-throughput-speedup-analysis"
14468
14469 - type: "plot"
14470   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14471   algorithm: "plot_tsa_name"
14472   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14473   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14474   include:
14475     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14476     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14477     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14478     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14479     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14480   layout:
14481     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14482     layout: "plot-throughput-speedup-analysis"
14483
14484 - type: "plot"
14485   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14486   algorithm: "plot_tsa_name"
14487   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14488   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14489   include:
14490     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14491     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14492     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14493     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14494     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14495   layout:
14496     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14497     layout: "plot-throughput-speedup-analysis"
14498
14499 - type: "plot"
14500   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14501   algorithm: "plot_tsa_name"
14502   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14503   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14504   include:
14505     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14506     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14507     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14508     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14509     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14510   layout:
14511     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14512     layout: "plot-throughput-speedup-analysis"
14513
14514 - type: "plot"
14515   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14516   algorithm: "plot_tsa_name"
14517   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14518   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14519   include:
14520     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14521     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14522     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14523     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14524     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14525     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14526   layout:
14527     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14528     layout: "plot-throughput-speedup-analysis"
14529
14530 - type: "plot"
14531   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14532   algorithm: "plot_tsa_name"
14533   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14534   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14535   include:
14536     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14537     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14538     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14539     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14540     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14541     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14542   layout:
14543     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14544     layout: "plot-throughput-speedup-analysis"
14545
14546 - type: "plot"
14547   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14548   algorithm: "plot_tsa_name"
14549   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14550   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14551   include:
14552     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14553     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14554     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14555     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14556     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14557     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14558   layout:
14559     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14560     layout: "plot-throughput-speedup-analysis"
14561
14562 - type: "plot"
14563   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14564   algorithm: "plot_tsa_name"
14565   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14566   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14567   include:
14568     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14569     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14570     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14571     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14572     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14573     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14574   layout:
14575     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14576     layout: "plot-throughput-speedup-analysis"
14577
14578 - type: "plot"
14579   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14580   algorithm: "plot_tsa_name"
14581   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14582   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14583   include:
14584     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14585     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14586   layout:
14587     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14588     layout: "plot-throughput-speedup-analysis"
14589
14590 - type: "plot"
14591   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14592   algorithm: "plot_tsa_name"
14593   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14594   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14595   include:
14596     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14597     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14598   layout:
14599     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14600     layout: "plot-throughput-speedup-analysis"
14601
14602 - type: "plot"
14603   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14604   algorithm: "plot_tsa_name"
14605   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14606   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14607   include:
14608     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14609     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14610     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14611     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14612   layout:
14613     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14614     layout: "plot-throughput-speedup-analysis"
14615
14616 - type: "plot"
14617   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14618   algorithm: "plot_tsa_name"
14619   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14620   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14621   include:
14622     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14623     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14624     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14625     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14626   layout:
14627     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14628     layout: "plot-throughput-speedup-analysis"
14629
14630 - type: "plot"
14631   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14632   algorithm: "plot_tsa_name"
14633   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14634   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14635   include:
14636     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14637     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14638     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14639     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14640   layout:
14641     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14642     layout: "plot-throughput-speedup-analysis"
14643
14644 - type: "plot"
14645   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14646   algorithm: "plot_tsa_name"
14647   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14648   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14649   include:
14650     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14651     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14652     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14653     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14654   layout:
14655     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14656     layout: "plot-throughput-speedup-analysis"
14657
14658 - type: "plot"
14659   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14660   algorithm: "plot_tsa_name"
14661   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14662   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14663   include:
14664     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14665     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14666     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14667     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14668     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14669     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14670   layout:
14671     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14672     layout: "plot-throughput-speedup-analysis"
14673
14674 - type: "plot"
14675   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14676   algorithm: "plot_tsa_name"
14677   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14678   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14679   include:
14680     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14681     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14682     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14683     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14684     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14685     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14686   layout:
14687     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14688     layout: "plot-throughput-speedup-analysis"
14689
14690 - type: "plot"
14691   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14692   algorithm: "plot_tsa_name"
14693   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14694   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14695   include:
14696     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14697     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14698     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14699     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14700     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14701   layout:
14702     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14703     layout: "plot-throughput-speedup-analysis"
14704
14705 - type: "plot"
14706   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14707   algorithm: "plot_tsa_name"
14708   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14709   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14710   include:
14711     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14712     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14713     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14714     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14715     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14716   layout:
14717     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14718     layout: "plot-throughput-speedup-analysis"
14719
14720 - type: "plot"
14721   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14722   algorithm: "plot_tsa_name"
14723   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14724   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14725   include:
14726     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14727     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14728     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14729     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14730     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14731   layout:
14732     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14733     layout: "plot-throughput-speedup-analysis"
14734
14735 - type: "plot"
14736   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14737   algorithm: "plot_tsa_name"
14738   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14739   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14740   include:
14741     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14742     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14743     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14744     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14745     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14746   layout:
14747     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14748     layout: "plot-throughput-speedup-analysis"
14749
14750 - type: "plot"
14751   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14752   algorithm: "plot_tsa_name"
14753   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14754   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14755   include:
14756     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14757     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14758     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14759   layout:
14760     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14761     layout: "plot-throughput-speedup-analysis"
14762
14763 - type: "plot"
14764   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14765   algorithm: "plot_tsa_name"
14766   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14767   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14768   include:
14769     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14770     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14771     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14772   layout:
14773     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14774     layout: "plot-throughput-speedup-analysis"
14775
14776 - type: "plot"
14777   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14778   algorithm: "plot_tsa_name"
14779   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14780   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14781   include:
14782     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14783     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14784     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14785   layout:
14786     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14787     layout: "plot-throughput-speedup-analysis"
14788
14789 - type: "plot"
14790   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14791   algorithm: "plot_tsa_name"
14792   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14793   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14794   include:
14795     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14796     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14797     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14798   layout:
14799     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14800     layout: "plot-throughput-speedup-analysis"
14801
14802 - type: "plot"
14803   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14804   algorithm: "plot_tsa_name"
14805   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14806   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14807   include:
14808     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14809     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14810     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14811     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14812     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14813   layout:
14814     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14815     layout: "plot-throughput-speedup-analysis"
14816
14817 - type: "plot"
14818   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14819   algorithm: "plot_tsa_name"
14820   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14821   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14822   include:
14823     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14824     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14825     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14826     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14827     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14828   layout:
14829     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14830     layout: "plot-throughput-speedup-analysis"
14831
14832 - type: "plot"
14833   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14834   algorithm: "plot_tsa_name"
14835   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14836   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14837   include:
14838     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14839     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14840     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14841     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14842     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14843   layout:
14844     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14845     layout: "plot-throughput-speedup-analysis"
14846
14847 - type: "plot"
14848   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14849   algorithm: "plot_tsa_name"
14850   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14851   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14852   include:
14853     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14854     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14855     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14856     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14857     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14858   layout:
14859     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14860     layout: "plot-throughput-speedup-analysis"
14861
14862 - type: "plot"
14863   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14864   algorithm: "plot_tsa_name"
14865   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14866   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14867   include:
14868     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14869     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14870     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14871     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14872     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14873     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14874   layout:
14875     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14876     layout: "plot-throughput-speedup-analysis"
14877
14878 - type: "plot"
14879   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14880   algorithm: "plot_tsa_name"
14881   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14882   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14883   include:
14884     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14885     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14886     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14887     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14888     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14889     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14890   layout:
14891     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14892     layout: "plot-throughput-speedup-analysis"
14893
14894 - type: "plot"
14895   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14896   algorithm: "plot_tsa_name"
14897   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14898   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14899   include:
14900     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14901     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14902     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14903     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14904   layout:
14905     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14906     layout: "plot-throughput-speedup-analysis"
14907
14908 - type: "plot"
14909   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14910   algorithm: "plot_tsa_name"
14911   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14912   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14913   include:
14914     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14915     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14916     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14917     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14918   layout:
14919     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14920     layout: "plot-throughput-speedup-analysis"
14921
14922 - type: "plot"
14923   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14924   algorithm: "plot_tsa_name"
14925   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14926   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14927   include:
14928     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14929     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14930     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14931     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14932     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14933     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14934   layout:
14935     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14936     layout: "plot-throughput-speedup-analysis"
14937
14938 - type: "plot"
14939   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14940   algorithm: "plot_tsa_name"
14941   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14942   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14943   include:
14944     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14945     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14946     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14947     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14948     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14949     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14950   layout:
14951     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14952     layout: "plot-throughput-speedup-analysis"
14953
14954 - type: "plot"
14955   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14956   algorithm: "plot_tsa_name"
14957   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14958   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14959   include:
14960     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14961     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14962     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14963     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14964     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14965     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14966   layout:
14967     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14968     layout: "plot-throughput-speedup-analysis"
14969
14970 - type: "plot"
14971   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14972   algorithm: "plot_tsa_name"
14973   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14974   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14975   include:
14976     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14977     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14978     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14979     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14980     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14981     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14982   layout:
14983     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14984     layout: "plot-throughput-speedup-analysis"
14985
14986 - type: "plot"
14987   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14988   algorithm: "plot_tsa_name"
14989   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14990   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14991   include:
14992     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14993     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14994     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14995     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14996     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14997     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14998   layout:
14999     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15000     layout: "plot-throughput-speedup-analysis"
15001
15002 - type: "plot"
15003   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15004   algorithm: "plot_tsa_name"
15005   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15006   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15007   include:
15008     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15009     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15010     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15011     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15012     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15013     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15014   layout:
15015     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15016     layout: "plot-throughput-speedup-analysis"
15017
15018 - type: "plot"
15019   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15020   algorithm: "plot_tsa_name"
15021   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15022   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15023   include:
15024     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15025     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15026     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15027     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15028     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15029     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15030   layout:
15031     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15032     layout: "plot-throughput-speedup-analysis"
15033
15034 - type: "plot"
15035   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15036   algorithm: "plot_tsa_name"
15037   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15038   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15039   include:
15040     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15041     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15042     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15043     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15046   layout:
15047     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15048     layout: "plot-throughput-speedup-analysis"
15049
15050 - type: "plot"
15051   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15052   algorithm: "plot_tsa_name"
15053   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15054   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15055   include:
15056     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15062   layout:
15063     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15064     layout: "plot-throughput-speedup-analysis"
15065
15066 - type: "plot"
15067   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15068   algorithm: "plot_tsa_name"
15069   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15070   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15071   include:
15072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15078   layout:
15079     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15080     layout: "plot-throughput-speedup-analysis"
15081
15082 - type: "plot"
15083   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15084   algorithm: "plot_tsa_name"
15085   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15086   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15087   include:
15088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15092   layout:
15093     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15094     layout: "plot-throughput-speedup-analysis"
15095
15096 - type: "plot"
15097   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15098   algorithm: "plot_tsa_name"
15099   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15100   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15101   include:
15102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15106   layout:
15107     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15108     layout: "plot-throughput-speedup-analysis"
15109
15110 - type: "plot"
15111   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15112   algorithm: "plot_tsa_name"
15113   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15114   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15115   include:
15116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15120   layout:
15121     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15122     layout: "plot-throughput-speedup-analysis"
15123
15124 - type: "plot"
15125   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15126   algorithm: "plot_tsa_name"
15127   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15128   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15129   include:
15130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15134   layout:
15135     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15136     layout: "plot-throughput-speedup-analysis"
15137
15138 - type: "plot"
15139   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15140   algorithm: "plot_tsa_name"
15141   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15142   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15143   include:
15144     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15145     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15146     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15147     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15148     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15149     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15150   layout:
15151     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15152     layout: "plot-throughput-speedup-analysis"
15153
15154 - type: "plot"
15155   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15156   algorithm: "plot_tsa_name"
15157   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15158   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15159   include:
15160     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15161     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15162     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15163     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15164     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15165     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15166   layout:
15167     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15168     layout: "plot-throughput-speedup-analysis"
15169
15170 - type: "plot"
15171   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15172   algorithm: "plot_tsa_name"
15173   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15174   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15175   include:
15176     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15177     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15178     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15179     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15180     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15181   layout:
15182     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15183     layout: "plot-throughput-speedup-analysis"
15184
15185 - type: "plot"
15186   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15187   algorithm: "plot_tsa_name"
15188   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15189   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15190   include:
15191     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15192     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15193     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15194     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15195     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15196   layout:
15197     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15198     layout: "plot-throughput-speedup-analysis"
15199
15200 - type: "plot"
15201   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15202   algorithm: "plot_tsa_name"
15203   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15204   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15205   include:
15206     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15207     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15208     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15209     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15210     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15211   layout:
15212     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15213     layout: "plot-throughput-speedup-analysis"
15214
15215 - type: "plot"
15216   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15217   algorithm: "plot_tsa_name"
15218   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15219   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15220   include:
15221     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15222     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
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   layout:
15227     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15228     layout: "plot-throughput-speedup-analysis"
15229
15230 - type: "plot"
15231   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15232   algorithm: "plot_tsa_name"
15233   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15234   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15235   include:
15236     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15237     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15238     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15239     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15240   layout:
15241     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15242     layout: "plot-throughput-speedup-analysis"
15243
15244 - type: "plot"
15245   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15246   algorithm: "plot_tsa_name"
15247   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15248   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15249   include:
15250     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15251     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15252     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15253     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15254   layout:
15255     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15256     layout: "plot-throughput-speedup-analysis"
15257
15258 - type: "plot"
15259   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15260   algorithm: "plot_tsa_name"
15261   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15262   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15263   include:
15264     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15265     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15266     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15267     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15268     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15269     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15270   layout:
15271     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15272     layout: "plot-throughput-speedup-analysis"
15273
15274 - type: "plot"
15275   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15276   algorithm: "plot_tsa_name"
15277   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15278   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15279   include:
15280     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15281     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15282     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15283     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15284     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15285     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15286   layout:
15287     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15288     layout: "plot-throughput-speedup-analysis"
15289
15290 - type: "plot"
15291   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15292   algorithm: "plot_tsa_name"
15293   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15294   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15295   include:
15296     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15297     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15298     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15299     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15300     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15301     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15302   layout:
15303     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15304     layout: "plot-throughput-speedup-analysis"
15305
15306 - type: "plot"
15307   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15308   algorithm: "plot_tsa_name"
15309   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15310   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15311   include:
15312     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15313     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15314     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15315     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15316     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15317     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15318   layout:
15319     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15320     layout: "plot-throughput-speedup-analysis"
15321
15322 - type: "plot"
15323   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15324   algorithm: "plot_tsa_name"
15325   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15326   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15327   include:
15328     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15329     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15330     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15331     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15332     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15333     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15334   layout:
15335     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15336     layout: "plot-throughput-speedup-analysis"
15337
15338 - type: "plot"
15339   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15340   algorithm: "plot_tsa_name"
15341   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15342   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15343   include:
15344     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15345     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15346     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15347     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15348     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15349     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15350   layout:
15351     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15352     layout: "plot-throughput-speedup-analysis"
15353
15354 - type: "plot"
15355   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15356   algorithm: "plot_tsa_name"
15357   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15358   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15359   include:
15360     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15361     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15362     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15363     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15364     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15365     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15366   layout:
15367     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15368     layout: "plot-throughput-speedup-analysis"
15369
15370 - type: "plot"
15371   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15372   algorithm: "plot_tsa_name"
15373   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15374   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15375   include:
15376     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15377     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15378     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15379     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15380     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15381     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15382   layout:
15383     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15384     layout: "plot-throughput-speedup-analysis"
15385
15386 - type: "plot"
15387   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15388   algorithm: "plot_tsa_name"
15389   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15390   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15391   include:
15392     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15393     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15394     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15395     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15396     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15397     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15398   layout:
15399     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15400     layout: "plot-throughput-speedup-analysis"
15401
15402 - type: "plot"
15403   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15404   algorithm: "plot_tsa_name"
15405   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15406   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15407   include:
15408     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15409     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15410     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15411     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15412     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15413     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15414   layout:
15415     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15416     layout: "plot-throughput-speedup-analysis"
15417
15418 - type: "plot"
15419   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15420   algorithm: "plot_tsa_name"
15421   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15422   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15423   include:
15424     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15425     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15429   layout:
15430     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15431     layout: "plot-throughput-speedup-analysis"
15432
15433 - type: "plot"
15434   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15435   algorithm: "plot_tsa_name"
15436   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15437   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15438   include:
15439     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15440     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15444   layout:
15445     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15446     layout: "plot-throughput-speedup-analysis"
15447
15448 - type: "plot"
15449   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15450   algorithm: "plot_tsa_name"
15451   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15452   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15453   include:
15454     - "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"
15455     - "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"
15456     - "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"
15457     - "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"
15458     - "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"
15459   layout:
15460     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15461     layout: "plot-throughput-speedup-analysis"
15462
15463 - type: "plot"
15464   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15465   algorithm: "plot_tsa_name"
15466   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15467   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15468   include:
15469     - "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"
15470     - "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"
15471     - "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"
15472     - "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"
15473     - "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"
15474   layout:
15475     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15476     layout: "plot-throughput-speedup-analysis"
15477
15478 - type: "plot"
15479   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15480   algorithm: "plot_tsa_name"
15481   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15482   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15483   include:
15484     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15485     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15486     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15487     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15488     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15489   layout:
15490     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15491     layout: "plot-throughput-speedup-analysis"
15492
15493 - type: "plot"
15494   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15495   algorithm: "plot_tsa_name"
15496   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15497   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15498   include:
15499     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15500     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15501     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15502     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15503     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15504   layout:
15505     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15506     layout: "plot-throughput-speedup-analysis"
15507
15508 - type: "plot"
15509   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15510   algorithm: "plot_tsa_name"
15511   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15512   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15513   include:
15514     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15515     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15516     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15517     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15518     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15519   layout:
15520     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15521     layout: "plot-throughput-speedup-analysis"
15522
15523 - type: "plot"
15524   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15525   algorithm: "plot_tsa_name"
15526   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15527   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15528   include:
15529     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15530     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15531     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15532     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15533     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15534   layout:
15535     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15536     layout: "plot-throughput-speedup-analysis"
15537
15538 - type: "plot"
15539   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15540   algorithm: "plot_tsa_name"
15541   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15542   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15543   include:
15544     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15545     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15546     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15547     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15548     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15549   layout:
15550     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15551     layout: "plot-throughput-speedup-analysis"
15552
15553 - type: "plot"
15554   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15555   algorithm: "plot_tsa_name"
15556   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15557   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15558   include:
15559     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15560     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15561     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15562     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15563     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15564   layout:
15565     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15566     layout: "plot-throughput-speedup-analysis"
15567
15568 - type: "plot"
15569   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15570   algorithm: "plot_tsa_name"
15571   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15572   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15573   include:
15574     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15575     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15576     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15577     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15578     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15579   layout:
15580     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15581     layout: "plot-throughput-speedup-analysis"
15582
15583 - type: "plot"
15584   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15585   algorithm: "plot_tsa_name"
15586   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15587   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15588   include:
15589     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15590     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15591     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15592     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15593     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15594   layout:
15595     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15596     layout: "plot-throughput-speedup-analysis"
15597
15598 - type: "plot"
15599   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15600   algorithm: "plot_tsa_name"
15601   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15602   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15603   include:
15604     - "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"
15605     - "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"
15606     - "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"
15607     - "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"
15608   layout:
15609     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15610     layout: "plot-throughput-speedup-analysis"
15611
15612 - type: "plot"
15613   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15614   algorithm: "plot_tsa_name"
15615   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15616   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15617   include:
15618     - "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"
15619     - "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"
15620     - "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"
15621     - "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"
15622   layout:
15623     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15624     layout: "plot-throughput-speedup-analysis"
15625
15626 - type: "plot"
15627   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15628   algorithm: "plot_tsa_name"
15629   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15630   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15631   include:
15632     - "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"
15633     - "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"
15634     - "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"
15635     - "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"
15636   layout:
15637     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15638     layout: "plot-throughput-speedup-analysis"
15639
15640 - type: "plot"
15641   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15642   algorithm: "plot_tsa_name"
15643   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15644   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15645   include:
15646     - "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"
15647     - "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"
15648     - "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"
15649     - "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"
15650   layout:
15651     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15652     layout: "plot-throughput-speedup-analysis"
15653
15654 - type: "plot"
15655   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15656   algorithm: "plot_tsa_name"
15657   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15658   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15659   include:
15660     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15661     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15662     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15663     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15664     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15665     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15666   layout:
15667     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15668     layout: "plot-throughput-speedup-analysis"
15669
15670 - type: "plot"
15671   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15672   algorithm: "plot_tsa_name"
15673   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15674   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15675   include:
15676     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15677     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15678     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15679     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15680     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15681     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15682   layout:
15683     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15684     layout: "plot-throughput-speedup-analysis"
15685
15686 - type: "plot"
15687   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15688   algorithm: "plot_tsa_name"
15689   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15690   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15691   include:
15692     - "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"
15693     - "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"
15694     - "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"
15695     - "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"
15696     - "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"
15697     - "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"
15698   layout:
15699     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15700     layout: "plot-throughput-speedup-analysis"
15701
15702 - type: "plot"
15703   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15704   algorithm: "plot_tsa_name"
15705   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15706   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15707   include:
15708     - "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"
15709     - "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"
15710     - "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"
15711     - "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"
15712     - "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"
15713     - "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"
15714   layout:
15715     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15716     layout: "plot-throughput-speedup-analysis"
15717
15718 - type: "plot"
15719   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15720   algorithm: "plot_tsa_name"
15721   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15722   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15723   include:
15724     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15725     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15726     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15727     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15728     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15729     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15730   layout:
15731     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15732     layout: "plot-throughput-speedup-analysis"
15733
15734 - type: "plot"
15735   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15736   algorithm: "plot_tsa_name"
15737   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15738   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15739   include:
15740     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15741     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15742     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15743     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15744     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15745     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15746   layout:
15747     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15748     layout: "plot-throughput-speedup-analysis"
15749
15750 - type: "plot"
15751   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15752   algorithm: "plot_tsa_name"
15753   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15754   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15755   include:
15756     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15757     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15758     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15759     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15760     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15761   layout:
15762     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15763     layout: "plot-throughput-speedup-analysis"
15764
15765 - type: "plot"
15766   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15767   algorithm: "plot_tsa_name"
15768   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15769   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15770   include:
15771     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15772     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15773     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15774     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15775     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15776   layout:
15777     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15778     layout: "plot-throughput-speedup-analysis"
15779
15780 - type: "plot"
15781   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15782   algorithm: "plot_tsa_name"
15783   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15784   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15785   include:
15786     - "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"
15787     - "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"
15788   layout:
15789     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15790     layout: "plot-throughput-speedup-analysis"
15791
15792 - type: "plot"
15793   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15794   algorithm: "plot_tsa_name"
15795   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15796   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15797   include:
15798     - "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"
15799     - "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"
15800   layout:
15801     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15802     layout: "plot-throughput-speedup-analysis"
15803
15804 - type: "plot"
15805   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15806   algorithm: "plot_tsa_name"
15807   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15808   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15809   include:
15810     - "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"
15811     - "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"
15812   layout:
15813     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15814     layout: "plot-throughput-speedup-analysis"
15815
15816 - type: "plot"
15817   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15818   algorithm: "plot_tsa_name"
15819   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15820   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15821   include:
15822     - "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"
15823     - "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"
15824   layout:
15825     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15826     layout: "plot-throughput-speedup-analysis"
15827
15828 - type: "plot"
15829   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15830   algorithm: "plot_tsa_name"
15831   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15832   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15833   include:
15834     - "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"
15835     - "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"
15836     - "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"
15837     - "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"
15838     - "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"
15839     - "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"
15840   layout:
15841     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15842     layout: "plot-throughput-speedup-analysis"
15843
15844 - type: "plot"
15845   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15846   algorithm: "plot_tsa_name"
15847   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15848   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15849   include:
15850     - "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"
15851     - "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"
15852     - "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"
15853     - "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"
15854     - "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"
15855     - "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"
15856   layout:
15857     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15858     layout: "plot-throughput-speedup-analysis"
15859
15860 - type: "plot"
15861   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15862   algorithm: "plot_tsa_name"
15863   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15864   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15865   include:
15866     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15867     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15868     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15869     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15870     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15871   layout:
15872     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15873     layout: "plot-throughput-speedup-analysis"
15874
15875 - type: "plot"
15876   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15877   algorithm: "plot_tsa_name"
15878   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15879   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15880   include:
15881     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15882     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15883     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15884     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15885     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15886   layout:
15887     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15888     layout: "plot-throughput-speedup-analysis"
15889
15890 - type: "plot"
15891   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15892   algorithm: "plot_tsa_name"
15893   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15894   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15895   include:
15896     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15897     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15898     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15899     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15900     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15901   layout:
15902     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15903     layout: "plot-throughput-speedup-analysis"
15904
15905 - type: "plot"
15906   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15907   algorithm: "plot_tsa_name"
15908   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15909   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15910   include:
15911     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15912     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15913     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15914     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15915     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15916   layout:
15917     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15918     layout: "plot-throughput-speedup-analysis"
15919
15920 - type: "plot"
15921   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15922   algorithm: "plot_tsa_name"
15923   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15924   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15925   include:
15926     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15927     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15928     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15929     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15930     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15931     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15932   layout:
15933     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15934     layout: "plot-throughput-speedup-analysis"
15935
15936 - type: "plot"
15937   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15938   algorithm: "plot_tsa_name"
15939   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15940   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15941   include:
15942     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15943     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15944     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15945     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15946     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15947     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15948   layout:
15949     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15950     layout: "plot-throughput-speedup-analysis"
15951
15952 - type: "plot"
15953   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15954   algorithm: "plot_tsa_name"
15955   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15956   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15957   include:
15958     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15959     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15960     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15961     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15962   layout:
15963     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15964     layout: "plot-throughput-speedup-analysis"
15965
15966 - type: "plot"
15967   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15968   algorithm: "plot_tsa_name"
15969   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15970   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15971   include:
15972     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15973     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15974     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15975     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15976   layout:
15977     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15978     layout: "plot-throughput-speedup-analysis"
15979
15980 - type: "plot"
15981   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15982   algorithm: "plot_tsa_name"
15983   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15984   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15985   include:
15986     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15987     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15988     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15989     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15990     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15991   layout:
15992     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15993     layout: "plot-throughput-speedup-analysis"
15994
15995 - type: "plot"
15996   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15997   algorithm: "plot_tsa_name"
15998   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15999   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16000   include:
16001     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16002     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16003     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16004     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16005     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16006   layout:
16007     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16008     layout: "plot-throughput-speedup-analysis"
16009
16010 - type: "plot"
16011   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16012   algorithm: "plot_tsa_name"
16013   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16014   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16015   include:
16016     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16017     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16018     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16019     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16020     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16021     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16022   layout:
16023     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16024     layout: "plot-throughput-speedup-analysis"
16025
16026 - type: "plot"
16027   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16028   algorithm: "plot_tsa_name"
16029   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16030   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16031   include:
16032     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16033     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16034     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16035     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16036     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16037     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16038   layout:
16039     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16040     layout: "plot-throughput-speedup-analysis"
16041
16042 - type: "plot"
16043   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16044   algorithm: "plot_tsa_name"
16045   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16046   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16047   include:
16048     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16049     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16050     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16051     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16052   layout:
16053     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16054     layout: "plot-throughput-speedup-analysis"
16055
16056 - type: "plot"
16057   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16058   algorithm: "plot_tsa_name"
16059   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16060   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16061   include:
16062     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16063     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16064     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16065     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16066   layout:
16067     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16068     layout: "plot-throughput-speedup-analysis"
16069
16070 - type: "plot"
16071   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16072   algorithm: "plot_tsa_name"
16073   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16074   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16075   include:
16076     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16077     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16078     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16079     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16080     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16081     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16082   layout:
16083     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16084     layout: "plot-throughput-speedup-analysis"
16085
16086 - type: "plot"
16087   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16088   algorithm: "plot_tsa_name"
16089   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16090   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16091   include:
16092     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16093     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16094     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16095     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16096     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16097     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16098   layout:
16099     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16100     layout: "plot-throughput-speedup-analysis"
16101
16102 - type: "plot"
16103   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16104   algorithm: "plot_tsa_name"
16105   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16106   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16107   include:
16108     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16109     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16110     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16111     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16112     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16113     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16114   layout:
16115     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16116     layout: "plot-throughput-speedup-analysis"
16117
16118 - type: "plot"
16119   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16120   algorithm: "plot_tsa_name"
16121   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16122   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16123   include:
16124     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16125     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16126     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16127     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16128     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16129     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16130   layout:
16131     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16132     layout: "plot-throughput-speedup-analysis"
16133
16134 - type: "plot"
16135   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16136   algorithm: "plot_tsa_name"
16137   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16138   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16139   include:
16140     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16141     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16142     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16143     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16144     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16145     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16146   layout:
16147     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16148     layout: "plot-throughput-speedup-analysis"
16149
16150 - type: "plot"
16151   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16152   algorithm: "plot_tsa_name"
16153   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16154   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16155   include:
16156     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16157     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16158     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16159     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16160     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16161     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16162   layout:
16163     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16164     layout: "plot-throughput-speedup-analysis"
16165
16166 - type: "plot"
16167   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16168   algorithm: "plot_tsa_name"
16169   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16170   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16171   include:
16172     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16173     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16174     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16175     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16176     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16177     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16178   layout:
16179     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16180     layout: "plot-throughput-speedup-analysis"
16181
16182 - type: "plot"
16183   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16184   algorithm: "plot_tsa_name"
16185   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16186   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16187   include:
16188     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16189     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16190     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16191     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16192     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16193     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16194   layout:
16195     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16196     layout: "plot-throughput-speedup-analysis"
16197
16198 - type: "plot"
16199   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16200   algorithm: "plot_tsa_name"
16201   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16202   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16203   include:
16204     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16205     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16206     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16207     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16208     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16209     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16210   layout:
16211     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16212     layout: "plot-throughput-speedup-analysis"
16213
16214 - type: "plot"
16215   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16216   algorithm: "plot_tsa_name"
16217   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16218   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16219   include:
16220     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16221     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16222     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16223     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16224     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16225     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16226   layout:
16227     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16228     layout: "plot-throughput-speedup-analysis"
16229
16230 #- type: "plot"
16231 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16232 #  algorithm: "plot_tsa_name"
16233 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16234 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16235 #  include:
16236 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16237 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16238 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16239 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16240 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16241 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16242 #  layout:
16243 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16244 #    layout: "plot-throughput-speedup-analysis"
16245 #
16246 #- type: "plot"
16247 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16248 #  algorithm: "plot_tsa_name"
16249 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16250 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16251 #  include:
16252 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16253 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16254 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16255 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16256 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16257 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16258 #  layout:
16259 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16260 #    layout: "plot-throughput-speedup-analysis"
16261
16262 - type: "plot"
16263   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16264   algorithm: "plot_tsa_name"
16265   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16266   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16267   include:
16268     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16269     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16270     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16271     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16272     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16273   layout:
16274     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16275     layout: "plot-throughput-speedup-analysis"
16276
16277 - type: "plot"
16278   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16279   algorithm: "plot_tsa_name"
16280   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16281   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16282   include:
16283     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16284     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16285     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16286     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16287     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16288   layout:
16289     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16290     layout: "plot-throughput-speedup-analysis"
16291
16292 - type: "plot"
16293   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16294   algorithm: "plot_tsa_name"
16295   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16296   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16297   include:
16298     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16299     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16300     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16301     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16302     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16303     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16304   layout:
16305     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16306     layout: "plot-throughput-speedup-analysis"
16307
16308 - type: "plot"
16309   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16310   algorithm: "plot_tsa_name"
16311   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16312   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16313   include:
16314     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16315     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16316     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16317     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16318     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16319     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16320   layout:
16321     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16322     layout: "plot-throughput-speedup-analysis"
16323
16324 - type: "plot"
16325   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16326   algorithm: "plot_tsa_name"
16327   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16328   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16329   include:
16330     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16331     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16332     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16333     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16334     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16335   layout:
16336     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16337     layout: "plot-throughput-speedup-analysis"
16338
16339 - type: "plot"
16340   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16341   algorithm: "plot_tsa_name"
16342   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16343   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16344   include:
16345     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16346     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16347     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16348     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16349     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16350   layout:
16351     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16352     layout: "plot-throughput-speedup-analysis"
16353
16354 #- type: "plot"
16355 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16356 #  algorithm: "plot_tsa_name"
16357 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16358 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16359 #  include:
16360 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16361 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16362 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16363 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16364 #  layout:
16365 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16366 #    layout: "plot-throughput-speedup-analysis"
16367 #
16368 #- type: "plot"
16369 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16370 #  algorithm: "plot_tsa_name"
16371 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16372 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16373 #  include:
16374 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16375 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16376 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16377 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16378 #  layout:
16379 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16380 #    layout: "plot-throughput-speedup-analysis"
16381
16382 - type: "plot"
16383   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16384   algorithm: "plot_tsa_name"
16385   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16386   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16387   include:
16388     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16389     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16390     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16391     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16392     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16393     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16394   layout:
16395     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16396     layout: "plot-throughput-speedup-analysis"
16397
16398 - type: "plot"
16399   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16400   algorithm: "plot_tsa_name"
16401   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16402   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16403   include:
16404     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16405     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16406     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16407     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16408     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16409     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16410   layout:
16411     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16412     layout: "plot-throughput-speedup-analysis"
16413
16414 - type: "plot"
16415   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16416   algorithm: "plot_tsa_name"
16417   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16418   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16419   include:
16420     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16421     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16422     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16423     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16424     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16425   layout:
16426     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16427     layout: "plot-throughput-speedup-analysis"
16428
16429 - type: "plot"
16430   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16431   algorithm: "plot_tsa_name"
16432   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16433   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16434   include:
16435     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16436     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16437     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16438     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16439     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16440   layout:
16441     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16442     layout: "plot-throughput-speedup-analysis"
16443
16444 - type: "plot"
16445   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16446   algorithm: "plot_tsa_name"
16447   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16448   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16449   include:
16450     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16451     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16452     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16453     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16454     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16455     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16456   layout:
16457     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16458     layout: "plot-throughput-speedup-analysis"
16459
16460 - type: "plot"
16461   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16462   algorithm: "plot_tsa_name"
16463   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16464   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16465   include:
16466     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16467     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16468     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16469     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16470     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16471     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16472   layout:
16473     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16474     layout: "plot-throughput-speedup-analysis"
16475
16476 - type: "plot"
16477   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16478   algorithm: "plot_tsa_name"
16479   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16480   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16481   include:
16482     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16483     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16484     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16485     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16486   layout:
16487     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16488     layout: "plot-throughput-speedup-analysis"
16489
16490 - type: "plot"
16491   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16492   algorithm: "plot_tsa_name"
16493   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16494   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16495   include:
16496     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16497     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16498     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16499     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16500   layout:
16501     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16502     layout: "plot-throughput-speedup-analysis"
16503
16504 - type: "plot"
16505   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16506   algorithm: "plot_tsa_name"
16507   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16508   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16509   include:
16510     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16511     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16512     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16513     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16514     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16515   layout:
16516     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16517     layout: "plot-throughput-speedup-analysis"
16518
16519 - type: "plot"
16520   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16521   algorithm: "plot_tsa_name"
16522   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16523   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16524   include:
16525     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16526     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16527     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16528     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16529     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16530   layout:
16531     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16532     layout: "plot-throughput-speedup-analysis"
16533
16534 - type: "plot"
16535   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16536   algorithm: "plot_tsa_name"
16537   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16538   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16539   include:
16540     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16541     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16542     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16543     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16544     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16545     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16546   layout:
16547     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16548     layout: "plot-throughput-speedup-analysis"
16549
16550 - type: "plot"
16551   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16552   algorithm: "plot_tsa_name"
16553   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16554   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16555   include:
16556     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16557     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16558     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16559     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16560     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16561     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16562   layout:
16563     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16564     layout: "plot-throughput-speedup-analysis"
16565
16566 #- type: "plot"
16567 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16568 #  algorithm: "plot_tsa_name"
16569 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16570 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16571 #  include:
16572 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16573 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16574 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16575 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16576 #  layout:
16577 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16578 #    layout: "plot-throughput-speedup-analysis"
16579 #
16580 #- type: "plot"
16581 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16582 #  algorithm: "plot_tsa_name"
16583 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16584 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16585 #  include:
16586 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16587 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16588 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16589 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16590 #  layout:
16591 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16592 #    layout: "plot-throughput-speedup-analysis"
16593
16594 - type: "plot"
16595   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16596   algorithm: "plot_tsa_name"
16597   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16598   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16599   include:
16600     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16601     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16602     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16603     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16604     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16605     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16606   layout:
16607     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16608     layout: "plot-throughput-speedup-analysis"
16609
16610 - type: "plot"
16611   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16612   algorithm: "plot_tsa_name"
16613   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16614   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16615   include:
16616     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16617     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16618     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16619     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16620     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16621     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16622   layout:
16623     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16624     layout: "plot-throughput-speedup-analysis"
16625
16626 #- type: "plot"
16627 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16628 #  algorithm: "plot_tsa_name"
16629 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16630 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16631 #  include:
16632 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16633 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16634 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16635 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16636 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16637 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16638 #  layout:
16639 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16640 #    layout: "plot-throughput-speedup-analysis"
16641 #
16642 #- type: "plot"
16643 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16644 #  algorithm: "plot_tsa_name"
16645 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16646 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16647 #  include:
16648 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16649 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16650 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16651 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16652 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16653 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16654 #  layout:
16655 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16656 #    layout: "plot-throughput-speedup-analysis"
16657
16658 #- type: "plot"
16659 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16660 #  algorithm: "plot_tsa_name"
16661 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16662 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16663 #  include:
16664 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16665 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16666 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16667 #  layout:
16668 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16669 #    layout: "plot-throughput-speedup-analysis"
16670 #
16671 #- type: "plot"
16672 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16673 #  algorithm: "plot_tsa_name"
16674 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16675 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16676 #  include:
16677 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16678 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16679 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16680 #  layout:
16681 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16682 #    layout: "plot-throughput-speedup-analysis"
16683
16684 ################################################################################
16685
16686 # Packet Throughput - DPDK
16687
16688 # 2n-skx-xxv710
16689
16690 - type: "plot"
16691   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16692   algorithm: "plot_perf_box_name"
16693   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16694   data: "plot-dpdk-throughput-latency-2n-skx"
16695   include:
16696     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16697     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16698   layout:
16699     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16700     layout: "plot-throughput"
16701
16702 - type: "plot"
16703   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16704   algorithm: "plot_perf_box_name"
16705   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16706   data: "plot-dpdk-throughput-latency-2n-skx"
16707   include:
16708     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16709     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16710   layout:
16711     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16712     layout: "plot-throughput"
16713
16714 - type: "plot"
16715   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16716   algorithm: "plot_perf_box_name"
16717   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16718   data: "plot-dpdk-throughput-latency-2n-skx"
16719   include:
16720     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16721     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16722   layout:
16723     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16724     layout: "plot-throughput"
16725
16726 - type: "plot"
16727   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16728   algorithm: "plot_perf_box_name"
16729   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16730   data: "plot-dpdk-throughput-latency-2n-skx"
16731   include:
16732     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16733     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16734   layout:
16735     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16736     layout: "plot-throughput"
16737
16738 # 2n-skx-x710
16739
16740 - type: "plot"
16741   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16742   algorithm: "plot_perf_box_name"
16743   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16744   data: "plot-dpdk-throughput-latency-2n-skx"
16745   include:
16746     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16747     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16748   layout:
16749     title: "2n-skx-x710-64b-2t1c-base-ndr"
16750     layout: "plot-throughput"
16751
16752 - type: "plot"
16753   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16754   algorithm: "plot_perf_box_name"
16755   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16756   data: "plot-dpdk-throughput-latency-2n-skx"
16757   include:
16758     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16759     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16760   layout:
16761     title: "2n-skx-x710-64b-4t2c-base-ndr"
16762     layout: "plot-throughput"
16763
16764 - type: "plot"
16765   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16766   algorithm: "plot_perf_box_name"
16767   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16768   data: "plot-dpdk-throughput-latency-2n-skx"
16769   include:
16770     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16771     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16772   layout:
16773     title: "2n-skx-x710-64b-2t1c-base-pdr"
16774     layout: "plot-throughput"
16775
16776 - type: "plot"
16777   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16778   algorithm: "plot_perf_box_name"
16779   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16780   data: "plot-dpdk-throughput-latency-2n-skx"
16781   include:
16782     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16783     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16784   layout:
16785     title: "2n-skx-x710-64b-4t2c-base-pdr"
16786     layout: "plot-throughput"
16787
16788 # 3n-skx-xxv710
16789
16790 - type: "plot"
16791   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16792   algorithm: "plot_perf_box_name"
16793   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16794   data: "plot-dpdk-throughput-latency-3n-skx"
16795   include:
16796     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16797     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16798   layout:
16799     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16800     layout: "plot-throughput"
16801
16802 - type: "plot"
16803   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16804   algorithm: "plot_perf_box_name"
16805   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16806   data: "plot-dpdk-throughput-latency-3n-skx"
16807   include:
16808     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16809     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16810   layout:
16811     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16812     layout: "plot-throughput"
16813
16814 - type: "plot"
16815   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16816   algorithm: "plot_perf_box_name"
16817   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16818   data: "plot-dpdk-throughput-latency-3n-skx"
16819   include:
16820     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16821     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16822   layout:
16823     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16824     layout: "plot-throughput"
16825
16826 - type: "plot"
16827   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16828   algorithm: "plot_perf_box_name"
16829   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16830   data: "plot-dpdk-throughput-latency-3n-skx"
16831   include:
16832     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16833     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16834   layout:
16835     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16836     layout: "plot-throughput"
16837
16838 # 3n-skx-x710
16839
16840 - type: "plot"
16841   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16842   algorithm: "plot_perf_box_name"
16843   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16844   data: "plot-dpdk-throughput-latency-3n-skx"
16845   include:
16846     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16847     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16848   layout:
16849     title: "3n-skx-x710-64b-2t1c-base-ndr"
16850     layout: "plot-throughput"
16851
16852 - type: "plot"
16853   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16854   algorithm: "plot_perf_box_name"
16855   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16856   data: "plot-dpdk-throughput-latency-3n-skx"
16857   include:
16858     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16859     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16860   layout:
16861     title: "3n-skx-x710-64b-4t2c-base-ndr"
16862     layout: "plot-throughput"
16863
16864 - type: "plot"
16865   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16866   algorithm: "plot_perf_box_name"
16867   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16868   data: "plot-dpdk-throughput-latency-3n-skx"
16869   include:
16870     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16871     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16872   layout:
16873     title: "3n-skx-x710-64b-2t1c-base-pdr"
16874     layout: "plot-throughput"
16875
16876 - type: "plot"
16877   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16878   algorithm: "plot_perf_box_name"
16879   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16880   data: "plot-dpdk-throughput-latency-3n-skx"
16881   include:
16882     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16883     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16884   layout:
16885     title: "3n-skx-x710-64b-4t2c-base-pdr"
16886     layout: "plot-throughput"
16887
16888 # 3n-hsw-xl710
16889
16890 - type: "plot"
16891   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16892   algorithm: "plot_perf_box_name"
16893   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16894   data: "plot-dpdk-throughput-latency-3n-hsw"
16895   include:
16896     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16897     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16898   layout:
16899     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16900     layout: "plot-throughput"
16901
16902 - type: "plot"
16903   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16904   algorithm: "plot_perf_box_name"
16905   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16906   data: "plot-dpdk-throughput-latency-3n-hsw"
16907   include:
16908     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16909     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16910   layout:
16911     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16912     layout: "plot-throughput"
16913
16914 - type: "plot"
16915   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16916   algorithm: "plot_perf_box_name"
16917   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16918   data: "plot-dpdk-throughput-latency-3n-hsw"
16919   include:
16920     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16921     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16922   layout:
16923     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16924     layout: "plot-throughput"
16925
16926 - type: "plot"
16927   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16928   algorithm: "plot_perf_box_name"
16929   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16930   data: "plot-dpdk-throughput-latency-3n-hsw"
16931   include:
16932     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16933     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16934   layout:
16935     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16936     layout: "plot-throughput"
16937
16938 # 3n-hsw-x710
16939
16940 - type: "plot"
16941   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16942   algorithm: "plot_perf_box_name"
16943   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16944   data: "plot-dpdk-throughput-latency-3n-hsw"
16945   include:
16946     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16947     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16948   layout:
16949     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16950     layout: "plot-throughput"
16951
16952 - type: "plot"
16953   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16954   algorithm: "plot_perf_box_name"
16955   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16956   data: "plot-dpdk-throughput-latency-3n-hsw"
16957   include:
16958     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16959     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16960   layout:
16961     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16962     layout: "plot-throughput"
16963
16964 - type: "plot"
16965   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16966   algorithm: "plot_perf_box_name"
16967   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16968   data: "plot-dpdk-throughput-latency-3n-hsw"
16969   include:
16970     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16971     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16972   layout:
16973     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16974     layout: "plot-throughput"
16975
16976 - type: "plot"
16977   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16978   algorithm: "plot_perf_box_name"
16979   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16980   data: "plot-dpdk-throughput-latency-3n-hsw"
16981   include:
16982     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16983     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16984   layout:
16985     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16986     layout: "plot-throughput"
16987
16988 # 2n-dnv-x553
16989
16990 - type: "plot"
16991   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16992   algorithm: "plot_perf_box_name"
16993   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16994   data: "plot-dpdk-throughput-latency-2n-dnv"
16995   include:
16996     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16997     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16998   layout:
16999     title: "2n-dnv-x553-64b-1t1c-base-ndr"
17000     layout: "plot-throughput"
17001
17002 - type: "plot"
17003   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17004   algorithm: "plot_perf_box_name"
17005   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17006   data: "plot-dpdk-throughput-latency-2n-dnv"
17007   include:
17008     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17009     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17010   layout:
17011     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17012     layout: "plot-throughput"
17013
17014 - type: "plot"
17015   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17016   algorithm: "plot_perf_box_name"
17017   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17018   data: "plot-dpdk-throughput-latency-2n-dnv"
17019   include:
17020     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17021     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17022   layout:
17023     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17024     layout: "plot-throughput"
17025
17026 - type: "plot"
17027   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17028   algorithm: "plot_perf_box_name"
17029   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17030   data: "plot-dpdk-throughput-latency-2n-dnv"
17031   include:
17032     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17033     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17034   layout:
17035     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17036     layout: "plot-throughput"
17037
17038 # 3n-dnv-x553
17039
17040 - type: "plot"
17041   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17042   algorithm: "plot_perf_box_name"
17043   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17044   data: "plot-dpdk-throughput-latency-3n-dnv"
17045   include:
17046     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17047     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17048   layout:
17049     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17050     layout: "plot-throughput"
17051
17052 - type: "plot"
17053   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17054   algorithm: "plot_perf_box_name"
17055   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17056   data: "plot-dpdk-throughput-latency-3n-dnv"
17057   include:
17058     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17059     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17060   layout:
17061     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17062     layout: "plot-throughput"
17063
17064 - type: "plot"
17065   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17066   algorithm: "plot_perf_box_name"
17067   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17068   data: "plot-dpdk-throughput-latency-3n-dnv"
17069   include:
17070     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17071     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17072   layout:
17073     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17074     layout: "plot-throughput"
17075
17076 - type: "plot"
17077   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17078   algorithm: "plot_perf_box_name"
17079   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17080   data: "plot-dpdk-throughput-latency-3n-dnv"
17081   include:
17082     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17083     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17084   layout:
17085     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17086     layout: "plot-throughput"
17087
17088 # 3n-tsh-x520
17089
17090 - type: "plot"
17091   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17092   algorithm: "plot_perf_box_name"
17093   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17094   data: "plot-dpdk-throughput-latency-3n-tsh"
17095   include:
17096     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17097     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17098   layout:
17099     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17100     layout: "plot-throughput"
17101
17102 - type: "plot"
17103   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17104   algorithm: "plot_perf_box_name"
17105   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17106   data: "plot-dpdk-throughput-latency-3n-tsh"
17107   include:
17108     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17109     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17110   layout:
17111     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17112     layout: "plot-throughput"
17113
17114 - type: "plot"
17115   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17116   algorithm: "plot_perf_box_name"
17117   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17118   data: "plot-dpdk-throughput-latency-3n-tsh"
17119   include:
17120     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17121     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17122   layout:
17123     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17124     layout: "plot-throughput"
17125
17126 - type: "plot"
17127   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17128   algorithm: "plot_perf_box_name"
17129   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17130   data: "plot-dpdk-throughput-latency-3n-tsh"
17131   include:
17132     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17133     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17134   layout:
17135     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17136     layout: "plot-throughput"
17137
17138 ################################################################################
17139 ###   2n-clx                                                                 ###
17140 ################################################################################
17141
17142 # Packet Throughput
17143
17144 - type: "plot"
17145   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17146   algorithm: "plot_perf_box_name"
17147   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17148   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17149   include:
17150     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17151     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17152     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17153     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17154   layout:
17155     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17156     layout: "plot-throughput"
17157
17158 - type: "plot"
17159   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17160   algorithm: "plot_perf_box_name"
17161   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17162   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17163   include:
17164     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17165     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17166     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17167     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17168   layout:
17169     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17170     layout: "plot-throughput"
17171
17172 - type: "plot"
17173   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17174   algorithm: "plot_perf_box_name"
17175   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17176   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17177   include:
17178     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17179     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17180     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17181     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17182   layout:
17183     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17184     layout: "plot-throughput"
17185
17186 - type: "plot"
17187   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17188   algorithm: "plot_perf_box_name"
17189   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17190   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17191   include:
17192     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17193     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17194     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17195     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17196   layout:
17197     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17198     layout: "plot-throughput"
17199
17200 - type: "plot"
17201   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17202   algorithm: "plot_perf_box_name"
17203   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17204   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17205   include:
17206     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17207     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17208     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17209     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17210   layout:
17211     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17212     layout: "plot-throughput"
17213
17214 - type: "plot"
17215   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17216   algorithm: "plot_perf_box_name"
17217   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17218   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17219   include:
17220     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17221     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17222     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17223     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17224   layout:
17225     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17226     layout: "plot-throughput"
17227
17228 - type: "plot"
17229   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17230   algorithm: "plot_perf_box_name"
17231   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17232   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17233   include:
17234     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17235     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17236     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17237     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17238     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17239     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17240   layout:
17241     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17242     layout: "plot-throughput"
17243
17244 - type: "plot"
17245   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17246   algorithm: "plot_perf_box_name"
17247   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17248   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17249   include:
17250     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17251     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17252     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17253     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17254     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17255   layout:
17256     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17257     layout: "plot-throughput"
17258
17259 - type: "plot"
17260   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17261   algorithm: "plot_perf_box_name"
17262   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17263   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17264   include:
17265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17269   layout:
17270     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17271     layout: "plot-throughput"
17272
17273 - type: "plot"
17274   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17275   algorithm: "plot_perf_box_name"
17276   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17277   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17278   include:
17279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17283   layout:
17284     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17285     layout: "plot-throughput"
17286
17287 - type: "plot"
17288   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17289   algorithm: "plot_perf_box_name"
17290   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17291   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17292   include:
17293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17296   layout:
17297     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17298     layout: "plot-throughput"
17299
17300 - type: "plot"
17301   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17302   algorithm: "plot_perf_box_name"
17303   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17304   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17305   include:
17306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17309   layout:
17310     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17311     layout: "plot-throughput"
17312
17313 - type: "plot"
17314   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17315   algorithm: "plot_perf_box_name"
17316   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17317   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17318   include:
17319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17324   layout:
17325     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17326     layout: "plot-throughput"
17327
17328 - type: "plot"
17329   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17330   algorithm: "plot_perf_box_name"
17331   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17332   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17333   include:
17334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17339   layout:
17340     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17341     layout: "plot-throughput"
17342
17343 - type: "plot"
17344   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17345   algorithm: "plot_perf_box_name"
17346   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17347   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17348   include:
17349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17352   layout:
17353     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17354     layout: "plot-throughput"
17355
17356 - type: "plot"
17357   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17358   algorithm: "plot_perf_box_name"
17359   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17360   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17361   include:
17362     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17365   layout:
17366     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17367     layout: "plot-throughput"
17368
17369 - type: "plot"
17370   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17371   algorithm: "plot_perf_box_name"
17372   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17373   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17374   include:
17375     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17376     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17377     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17378     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17379     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17380     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17381   layout:
17382     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17383     layout: "plot-throughput"
17384
17385 - type: "plot"
17386   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17387   algorithm: "plot_perf_box_name"
17388   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17389   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17390   include:
17391     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17392     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17396     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17397   layout:
17398     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17399     layout: "plot-throughput"
17400
17401 - type: "plot"
17402   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17403   algorithm: "plot_perf_box_name"
17404   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17405   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17406   include:
17407     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17409     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17412     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17413   layout:
17414     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17415     layout: "plot-throughput"
17416
17417 - type: "plot"
17418   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17419   algorithm: "plot_perf_box_name"
17420   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17421   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17422   include:
17423     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17424     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17425     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17426     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17427     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17428     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17429   layout:
17430     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17431     layout: "plot-throughput"
17432
17433 - type: "plot"
17434   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17435   algorithm: "plot_perf_box_name"
17436   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17437   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17438   include:
17439     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17440     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17441   layout:
17442     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17443     layout: "plot-throughput"
17444
17445 - type: "plot"
17446   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17447   algorithm: "plot_perf_box_name"
17448   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17449   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17450   include:
17451     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17452     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17453   layout:
17454     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17455     layout: "plot-throughput"
17456
17457 - type: "plot"
17458   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17459   algorithm: "plot_perf_box_name"
17460   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17461   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17462   include:
17463     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17464     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17465     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17466     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17467     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17468     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17469   layout:
17470     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17471     layout: "plot-throughput"
17472
17473 - type: "plot"
17474   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17475   algorithm: "plot_perf_box_name"
17476   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17477   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17478   include:
17479     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17480     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17481     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17482     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17483     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17484     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17485   layout:
17486     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17487     layout: "plot-throughput"
17488
17489 - type: "plot"
17490   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17491   algorithm: "plot_perf_box_name"
17492   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17493   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17494   include:
17495     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17496     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17497     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17498     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17499     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17500     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17501   layout:
17502     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17503     layout: "plot-throughput"
17504
17505 - type: "plot"
17506   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17507   algorithm: "plot_perf_box_name"
17508   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17509   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17510   include:
17511     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17512     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17513     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17514     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17515     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17516     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17517   layout:
17518     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17519     layout: "plot-throughput"
17520
17521 - type: "plot"
17522   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17523   algorithm: "plot_perf_box_name"
17524   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17525   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17526   include:
17527     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17528     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17529     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17530     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17531     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17532     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17533   layout:
17534     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17535     layout: "plot-throughput"
17536
17537 - type: "plot"
17538   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17539   algorithm: "plot_perf_box_name"
17540   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17541   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17542   include:
17543     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17544     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17545     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17546     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17547     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17548     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17549   layout:
17550     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17551     layout: "plot-throughput"
17552
17553 - type: "plot"
17554   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17555   algorithm: "plot_perf_box_name"
17556   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17557   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17558   include:
17559     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17560     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17561     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17562     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17563     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17564   layout:
17565     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17566     layout: "plot-throughput"
17567
17568 - type: "plot"
17569   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17570   algorithm: "plot_perf_box_name"
17571   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17572   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17573   include:
17574     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17575     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17576     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17577     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17578     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17579   layout:
17580     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17581     layout: "plot-throughput"
17582
17583 - type: "plot"
17584   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17585   algorithm: "plot_perf_box_name"
17586   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17587   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17588   include:
17589     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17590     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17591     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17592     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17593     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17594   layout:
17595     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17596     layout: "plot-throughput"
17597
17598 - type: "plot"
17599   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17600   algorithm: "plot_perf_box_name"
17601   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17602   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17603   include:
17604     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17605     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17606     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17607     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17608     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17609   layout:
17610     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17611     layout: "plot-throughput"
17612
17613 - type: "plot"
17614   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17615   algorithm: "plot_perf_box_name"
17616   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17617   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17618   include:
17619     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17620     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17621     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17622     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17623     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17624   layout:
17625     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17626     layout: "plot-throughput"
17627
17628 - type: "plot"
17629   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17630   algorithm: "plot_perf_box_name"
17631   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17632   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17633   include:
17634     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17635     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17636     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17637     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17638     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17639   layout:
17640     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17641     layout: "plot-throughput"
17642
17643 - type: "plot"
17644   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17645   algorithm: "plot_perf_box_name"
17646   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17647   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17648   include:
17649     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17650     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17651     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17652     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17653     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17654   layout:
17655     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17656     layout: "plot-throughput"
17657
17658 - type: "plot"
17659   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17660   algorithm: "plot_perf_box_name"
17661   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17662   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17663   include:
17664     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17665     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17666     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17667     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17668     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17669   layout:
17670     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17671     layout: "plot-throughput"
17672
17673 - type: "plot"
17674   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17675   algorithm: "plot_perf_box_name"
17676   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17677   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17678   include:
17679     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17680     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17681     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17682     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17683     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17684   layout:
17685     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17686     layout: "plot-throughput"
17687
17688 - type: "plot"
17689   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17690   algorithm: "plot_perf_box_name"
17691   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17692   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17693   include:
17694     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17695     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17696     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17697     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17698     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17699   layout:
17700     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17701     layout: "plot-throughput"
17702
17703 - type: "plot"
17704   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17705   algorithm: "plot_perf_box_name"
17706   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17707   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17708   include:
17709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17715   layout:
17716     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17717     layout: "plot-throughput"
17718
17719 - type: "plot"
17720   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17721   algorithm: "plot_perf_box_name"
17722   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17723   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17724   include:
17725     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17731   layout:
17732     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17733     layout: "plot-throughput"
17734
17735 - type: "plot"
17736   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17737   algorithm: "plot_perf_box_name"
17738   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17739   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17740   include:
17741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17743     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17745   layout:
17746     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17747     layout: "plot-throughput"
17748
17749 - type: "plot"
17750   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17751   algorithm: "plot_perf_box_name"
17752   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17753   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17754   include:
17755     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17756     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17757     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17758     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17759   layout:
17760     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17761     layout: "plot-throughput"
17762
17763 - type: "plot"
17764   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17765   algorithm: "plot_perf_box_name"
17766   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17767   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17768   include:
17769     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17770     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17771     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17772     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17773     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17774     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17775   layout:
17776     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17777     layout: "plot-throughput"
17778
17779 - type: "plot"
17780   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17781   algorithm: "plot_perf_box_name"
17782   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17783   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17784   include:
17785     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17786     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17787     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17788     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17789     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17790     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17791   layout:
17792     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17793     layout: "plot-throughput"
17794
17795 - type: "plot"
17796   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17797   algorithm: "plot_perf_box_name"
17798   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17799   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17800   include:
17801     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17802     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17803     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17804     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17805   layout:
17806     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17807     layout: "plot-throughput"
17808
17809 - type: "plot"
17810   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17811   algorithm: "plot_perf_box_name"
17812   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17813   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17814   include:
17815     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17816     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17817     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17818     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17819   layout:
17820     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17821     layout: "plot-throughput"
17822
17823 - type: "plot"
17824   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17825   algorithm: "plot_perf_box_name"
17826   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17827   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17828   include:
17829     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17830     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17831     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17832     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17833     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17834     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17835   layout:
17836     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17837     layout: "plot-throughput"
17838
17839 - type: "plot"
17840   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17841   algorithm: "plot_perf_box_name"
17842   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17843   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17844   include:
17845     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17846     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17847     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17848     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17849     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17850     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17851   layout:
17852     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17853     layout: "plot-throughput"
17854
17855 - type: "plot"
17856   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17857   algorithm: "plot_perf_box_name"
17858   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17859   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17860   include:
17861     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17862     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17863     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17864     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17865   layout:
17866     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17867     layout: "plot-throughput"
17868
17869 - type: "plot"
17870   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17871   algorithm: "plot_perf_box_name"
17872   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17873   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17874   include:
17875     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17876     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17877     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17878     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17879   layout:
17880     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17881     layout: "plot-throughput"
17882
17883 - type: "plot"
17884   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17885   algorithm: "plot_perf_box_name"
17886   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17887   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17888   include:
17889     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17894   layout:
17895     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17896     layout: "plot-throughput"
17897
17898 - type: "plot"
17899   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17900   algorithm: "plot_perf_box_name"
17901   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17902   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17903   include:
17904     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17908     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17909   layout:
17910     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17911     layout: "plot-throughput"
17912
17913 - type: "plot"
17914   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17915   algorithm: "plot_perf_box_name"
17916   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17917   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17918   include:
17919     - "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"
17920     - "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"
17921     - "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"
17922     - "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"
17923     - "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"
17924   layout:
17925     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17926     layout: "plot-throughput"
17927
17928 - type: "plot"
17929   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17930   algorithm: "plot_perf_box_name"
17931   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17932   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17933   include:
17934     - "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"
17935     - "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"
17936     - "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"
17937     - "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"
17938     - "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"
17939   layout:
17940     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17941     layout: "plot-throughput"
17942
17943 - type: "plot"
17944   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17945   algorithm: "plot_perf_box_name"
17946   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17947   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17948   include:
17949     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17950     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17951     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17952     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17953     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17954   layout:
17955     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17956     layout: "plot-throughput"
17957
17958 - type: "plot"
17959   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17960   algorithm: "plot_perf_box_name"
17961   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17962   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17963   include:
17964     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17967     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17968     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17969   layout:
17970     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17971     layout: "plot-throughput"
17972
17973 - type: "plot"
17974   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17975   algorithm: "plot_perf_box_name"
17976   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17977   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17978   include:
17979     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17980     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17982     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17983     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17984   layout:
17985     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17986     layout: "plot-throughput"
17987
17988 - type: "plot"
17989   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17990   algorithm: "plot_perf_box_name"
17991   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17992   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17993   include:
17994     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17995     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17996     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17997     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17998     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17999   layout:
18000     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18001     layout: "plot-throughput"
18002
18003 - type: "plot"
18004   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18005   algorithm: "plot_perf_box_name"
18006   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18007   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18008   include:
18009     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18010     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18011     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18012     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18013   layout:
18014     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18015     layout: "plot-throughput"
18016
18017 - type: "plot"
18018   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18019   algorithm: "plot_perf_box_name"
18020   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18021   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18022   include:
18023     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18024     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18025     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18026     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18027   layout:
18028     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18029     layout: "plot-throughput"
18030
18031 - type: "plot"
18032   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18033   algorithm: "plot_perf_box_name"
18034   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18035   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18036   include:
18037     - "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"
18038     - "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"
18039     - "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"
18040     - "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"
18041   layout:
18042     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18043     layout: "plot-throughput"
18044
18045 - type: "plot"
18046   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18047   algorithm: "plot_perf_box_name"
18048   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18049   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18050   include:
18051     - "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"
18052     - "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"
18053     - "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"
18054     - "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"
18055   layout:
18056     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18057     layout: "plot-throughput"
18058
18059 - type: "plot"
18060   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18061   algorithm: "plot_perf_box_name"
18062   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18063   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18064   include:
18065     - "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"
18066     - "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"
18067     - "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"
18068     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18069     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18070     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18071   layout:
18072     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18073     layout: "plot-throughput"
18074
18075 - type: "plot"
18076   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18077   algorithm: "plot_perf_box_name"
18078   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18079   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18080   include:
18081     - "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"
18082     - "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"
18083     - "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"
18084     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18085     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18086     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18087   layout:
18088     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18089     layout: "plot-throughput"
18090
18091 ################################################################################
18092
18093 # Packet Speedup
18094
18095 - type: "plot"
18096   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18097   algorithm: "plot_tsa_name"
18098   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18099   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18100   include:
18101     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18102     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18103     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18104     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18105   layout:
18106     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18107     layout: "plot-throughput-speedup-analysis"
18108
18109 - type: "plot"
18110   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18111   algorithm: "plot_tsa_name"
18112   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18113   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18114   include:
18115     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18116     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18117     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18118     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18119   layout:
18120     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18121     layout: "plot-throughput-speedup-analysis"
18122
18123 - type: "plot"
18124   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18125   algorithm: "plot_tsa_name"
18126   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18127   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18128   include:
18129     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18130     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18131     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18132     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18133   layout:
18134     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18135     layout: "plot-throughput-speedup-analysis"
18136
18137 - type: "plot"
18138   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18139   algorithm: "plot_tsa_name"
18140   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18141   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18142   include:
18143     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18144     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18145     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18146     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18147   layout:
18148     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18149     layout: "plot-throughput-speedup-analysis"
18150
18151 - type: "plot"
18152   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18153   algorithm: "plot_tsa_name"
18154   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18155   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18156   include:
18157     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18158     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18159     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18160     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18161   layout:
18162     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18163     layout: "plot-throughput-speedup-analysis"
18164
18165 - type: "plot"
18166   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18167   algorithm: "plot_tsa_name"
18168   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18169   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18170   include:
18171     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18172     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18173     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18174     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18175   layout:
18176     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18177     layout: "plot-throughput-speedup-analysis"
18178
18179 - type: "plot"
18180   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18181   algorithm: "plot_tsa_name"
18182   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18183   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18184   include:
18185     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18186     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18187     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18188     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18189     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18190     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18191   layout:
18192     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18193     layout: "plot-throughput-speedup-analysis"
18194
18195 - type: "plot"
18196   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18197   algorithm: "plot_tsa_name"
18198   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18199   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18200   include:
18201     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18202     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18203     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18204     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18205     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18206     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18207   layout:
18208     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18209     layout: "plot-throughput-speedup-analysis"
18210
18211 - type: "plot"
18212   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18213   algorithm: "plot_tsa_name"
18214   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18215   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18216   include:
18217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18221   layout:
18222     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18223     layout: "plot-throughput-speedup-analysis"
18224
18225 - type: "plot"
18226   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18227   algorithm: "plot_tsa_name"
18228   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18229   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18230   include:
18231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18235   layout:
18236     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18237     layout: "plot-throughput-speedup-analysis"
18238
18239 - type: "plot"
18240   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18241   algorithm: "plot_tsa_name"
18242   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18243   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18244   include:
18245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18248   layout:
18249     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18250     layout: "plot-throughput-speedup-analysis"
18251
18252 - type: "plot"
18253   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18254   algorithm: "plot_tsa_name"
18255   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18256   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18257   include:
18258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18261   layout:
18262     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18263     layout: "plot-throughput-speedup-analysis"
18264
18265 - type: "plot"
18266   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18267   algorithm: "plot_tsa_name"
18268   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18269   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18270   include:
18271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18276   layout:
18277     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18278     layout: "plot-throughput-speedup-analysis"
18279
18280 - type: "plot"
18281   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18282   algorithm: "plot_tsa_name"
18283   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18284   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18285   include:
18286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18291   layout:
18292     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18293     layout: "plot-throughput-speedup-analysis"
18294
18295 - type: "plot"
18296   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18297   algorithm: "plot_tsa_name"
18298   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18299   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18300   include:
18301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18304   layout:
18305     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18306     layout: "plot-throughput-speedup-analysis"
18307
18308 - type: "plot"
18309   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18310   algorithm: "plot_tsa_name"
18311   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18312   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18313   include:
18314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18317   layout:
18318     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18319     layout: "plot-throughput-speedup-analysis"
18320
18321 - type: "plot"
18322   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18323   algorithm: "plot_tsa_name"
18324   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18325   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18326   include:
18327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18333   layout:
18334     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18335     layout: "plot-throughput-speedup-analysis"
18336
18337 - type: "plot"
18338   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18339   algorithm: "plot_tsa_name"
18340   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18341   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18342   include:
18343     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18349   layout:
18350     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18351     layout: "plot-throughput-speedup-analysis"
18352
18353 - type: "plot"
18354   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18355   algorithm: "plot_tsa_name"
18356   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18357   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18358   include:
18359     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18360     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18362     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18365   layout:
18366     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18367     layout: "plot-throughput-speedup-analysis"
18368
18369 - type: "plot"
18370   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18371   algorithm: "plot_tsa_name"
18372   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18373   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18374   include:
18375     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18376     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18377     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18378     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18379     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18380     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18381   layout:
18382     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18383     layout: "plot-throughput-speedup-analysis"
18384
18385 - type: "plot"
18386   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18387   algorithm: "plot_tsa_name"
18388   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18389   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18390   include:
18391     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18392     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18393   layout:
18394     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18395     layout: "plot-throughput-speedup-analysis"
18396
18397 - type: "plot"
18398   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18399   algorithm: "plot_tsa_name"
18400   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18401   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18402   include:
18403     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18404     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18405   layout:
18406     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18407     layout: "plot-throughput-speedup-analysis"
18408
18409 - type: "plot"
18410   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18411   algorithm: "plot_tsa_name"
18412   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18413   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18414   include:
18415     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18416     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18417     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18418     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18419     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18420     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18421   layout:
18422     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18423     layout: "plot-throughput-speedup-analysis"
18424
18425 - type: "plot"
18426   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18427   algorithm: "plot_tsa_name"
18428   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18429   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18430   include:
18431     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18432     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18433     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18434     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18435     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18436     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18437   layout:
18438     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18439     layout: "plot-throughput-speedup-analysis"
18440
18441 - type: "plot"
18442   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18443   algorithm: "plot_tsa_name"
18444   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18445   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18446   include:
18447     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18448     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18449     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18450     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18451     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18452     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18453   layout:
18454     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18455     layout: "plot-throughput-speedup-analysis"
18456
18457 - type: "plot"
18458   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18459   algorithm: "plot_tsa_name"
18460   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18461   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18462   include:
18463     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18464     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18465     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18466     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18467     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18468     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18469   layout:
18470     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18471     layout: "plot-throughput-speedup-analysis"
18472
18473 - type: "plot"
18474   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18475   algorithm: "plot_tsa_name"
18476   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18477   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18478   include:
18479     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18480     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18481     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18482     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18483     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18484     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18485   layout:
18486     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18487     layout: "plot-throughput-speedup-analysis"
18488
18489 - type: "plot"
18490   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18491   algorithm: "plot_tsa_name"
18492   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18493   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18494   include:
18495     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18496     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18497     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18498     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18499     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18500     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18501   layout:
18502     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18503     layout: "plot-throughput-speedup-analysis"
18504
18505 - type: "plot"
18506   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18507   algorithm: "plot_tsa_name"
18508   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18509   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18510   include:
18511     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18512     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18513     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18514     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18515     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18516   layout:
18517     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18518     layout: "plot-throughput-speedup-analysis"
18519
18520 - type: "plot"
18521   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18522   algorithm: "plot_tsa_name"
18523   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18524   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18525   include:
18526     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18527     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18528     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18529     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18530     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18531   layout:
18532     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18533     layout: "plot-throughput-speedup-analysis"
18534
18535 - type: "plot"
18536   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18537   algorithm: "plot_tsa_name"
18538   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18539   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18540   include:
18541     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18542     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18543     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18544     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18545     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18546   layout:
18547     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18548     layout: "plot-throughput-speedup-analysis"
18549
18550 - type: "plot"
18551   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18552   algorithm: "plot_tsa_name"
18553   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18554   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18555   include:
18556     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18557     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18558     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18559     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18560     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18561   layout:
18562     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18563     layout: "plot-throughput-speedup-analysis"
18564
18565 - type: "plot"
18566   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18567   algorithm: "plot_tsa_name"
18568   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18569   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18570   include:
18571     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18572     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18573     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18574     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18575     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18576   layout:
18577     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18578     layout: "plot-throughput-speedup-analysis"
18579
18580 - type: "plot"
18581   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18582   algorithm: "plot_tsa_name"
18583   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18584   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18585   include:
18586     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18587     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18588     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18589     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18590     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18591   layout:
18592     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18593     layout: "plot-throughput-speedup-analysis"
18594
18595 - type: "plot"
18596   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18597   algorithm: "plot_tsa_name"
18598   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18599   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18600   include:
18601     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18602     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18603     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18604     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18605     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18606   layout:
18607     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18608     layout: "plot-throughput-speedup-analysis"
18609
18610 - type: "plot"
18611   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18612   algorithm: "plot_tsa_name"
18613   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18614   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18615   include:
18616     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18617     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18618     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18619     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18620     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18621   layout:
18622     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18623     layout: "plot-throughput-speedup-analysis"
18624
18625 - type: "plot"
18626   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18627   algorithm: "plot_tsa_name"
18628   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18629   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18630   include:
18631     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18632     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18633     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18634     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18635     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18636   layout:
18637     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18638     layout: "plot-throughput-speedup-analysis"
18639
18640 - type: "plot"
18641   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18642   algorithm: "plot_tsa_name"
18643   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18644   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18645   include:
18646     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18647     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18648     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18649     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18650     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18651   layout:
18652     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18653     layout: "plot-throughput-speedup-analysis"
18654
18655 - type: "plot"
18656   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18657   algorithm: "plot_tsa_name"
18658   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18659   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18660   include:
18661     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18662     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18664     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18665     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18666     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18667   layout:
18668     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18669     layout: "plot-throughput-speedup-analysis"
18670
18671 - type: "plot"
18672   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18673   algorithm: "plot_tsa_name"
18674   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18675   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18676   include:
18677     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18678     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18679     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18680     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18681     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18682     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18683   layout:
18684     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18685     layout: "plot-throughput-speedup-analysis"
18686
18687 - type: "plot"
18688   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18689   algorithm: "plot_tsa_name"
18690   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18691   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18692   include:
18693     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18694     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18695     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18696     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18697   layout:
18698     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18699     layout: "plot-throughput-speedup-analysis"
18700
18701 - type: "plot"
18702   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18703   algorithm: "plot_tsa_name"
18704   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18705   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18706   include:
18707     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18708     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18711   layout:
18712     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18713     layout: "plot-throughput-speedup-analysis"
18714
18715 - type: "plot"
18716   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18717   algorithm: "plot_tsa_name"
18718   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18719   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18720   include:
18721     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18722     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18723     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18724     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18725     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18727   layout:
18728     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18729     layout: "plot-throughput-speedup-analysis"
18730
18731 - type: "plot"
18732   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18733   algorithm: "plot_tsa_name"
18734   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18735   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18736   include:
18737     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18738     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18740     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18743   layout:
18744     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18745     layout: "plot-throughput-speedup-analysis"
18746
18747 - type: "plot"
18748   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18749   algorithm: "plot_tsa_name"
18750   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18751   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18752   include:
18753     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18754     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18755     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18756     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18757   layout:
18758     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18759     layout: "plot-throughput-speedup-analysis"
18760
18761 - type: "plot"
18762   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18763   algorithm: "plot_tsa_name"
18764   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18765   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18766   include:
18767     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18768     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18769     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18770     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18771   layout:
18772     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18773     layout: "plot-throughput-speedup-analysis"
18774
18775 - type: "plot"
18776   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18777   algorithm: "plot_tsa_name"
18778   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18779   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18780   include:
18781     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18782     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18783     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18784     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18785     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18786     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18787   layout:
18788     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18789     layout: "plot-throughput-speedup-analysis"
18790
18791 - type: "plot"
18792   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18793   algorithm: "plot_tsa_name"
18794   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18795   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18796   include:
18797     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18798     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18799     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18800     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18801     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18802     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18803   layout:
18804     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18805     layout: "plot-throughput-speedup-analysis"
18806
18807 - type: "plot"
18808   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18809   algorithm: "plot_tsa_name"
18810   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18811   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18812   include:
18813     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18814     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18815     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18816     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18817   layout:
18818     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18819     layout: "plot-throughput-speedup-analysis"
18820
18821 - type: "plot"
18822   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18823   algorithm: "plot_tsa_name"
18824   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18825   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18826   include:
18827     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18828     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18829     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18830     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18831   layout:
18832     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18833     layout: "plot-throughput-speedup-analysis"
18834
18835 - type: "plot"
18836   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18837   algorithm: "plot_tsa_name"
18838   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18839   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18840   include:
18841     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18842     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18843     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18844     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18845     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18846   layout:
18847     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18848     layout: "plot-throughput-speedup-analysis"
18849
18850 - type: "plot"
18851   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18852   algorithm: "plot_tsa_name"
18853   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18854   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18855   include:
18856     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18857     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18858     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18859     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18860     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18861   layout:
18862     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18863     layout: "plot-throughput-speedup-analysis"
18864
18865 - type: "plot"
18866   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18867   algorithm: "plot_tsa_name"
18868   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18869   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18870   include:
18871     - "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"
18872     - "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"
18873     - "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"
18874     - "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"
18875     - "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"
18876   layout:
18877     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18878     layout: "plot-throughput-speedup-analysis"
18879
18880 - type: "plot"
18881   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18882   algorithm: "plot_tsa_name"
18883   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18884   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18885   include:
18886     - "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"
18887     - "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"
18888     - "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"
18889     - "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"
18890     - "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"
18891   layout:
18892     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18893     layout: "plot-throughput-speedup-analysis"
18894
18895 - type: "plot"
18896   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18897   algorithm: "plot_tsa_name"
18898   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18899   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18900   include:
18901     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18904     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18906   layout:
18907     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18908     layout: "plot-throughput-speedup-analysis"
18909
18910 - type: "plot"
18911   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18912   algorithm: "plot_tsa_name"
18913   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18914   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18915   include:
18916     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18921   layout:
18922     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18923     layout: "plot-throughput-speedup-analysis"
18924
18925 - type: "plot"
18926   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18927   algorithm: "plot_tsa_name"
18928   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18929   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18930   include:
18931     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18932     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18936   layout:
18937     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18938     layout: "plot-throughput-speedup-analysis"
18939
18940 - type: "plot"
18941   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18942   algorithm: "plot_tsa_name"
18943   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18944   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18945   include:
18946     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18947     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18949     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18950     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18951   layout:
18952     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18953     layout: "plot-throughput-speedup-analysis"
18954
18955 - type: "plot"
18956   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18957   algorithm: "plot_tsa_name"
18958   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18959   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18960   include:
18961     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18964     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18965   layout:
18966     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18967     layout: "plot-throughput-speedup-analysis"
18968
18969 - type: "plot"
18970   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18971   algorithm: "plot_tsa_name"
18972   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18973   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18974   include:
18975     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18976     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18977     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18978     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18979   layout:
18980     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18981     layout: "plot-throughput-speedup-analysis"
18982
18983 - type: "plot"
18984   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18985   algorithm: "plot_tsa_name"
18986   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18987   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18988   include:
18989     - "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"
18990     - "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"
18991     - "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"
18992     - "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"
18993   layout:
18994     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18995     layout: "plot-throughput-speedup-analysis"
18996
18997 - type: "plot"
18998   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18999   algorithm: "plot_tsa_name"
19000   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
19001   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19002   include:
19003     - "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"
19004     - "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"
19005     - "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"
19006     - "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"
19007   layout:
19008     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
19009     layout: "plot-throughput-speedup-analysis"
19010
19011 - type: "plot"
19012   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19013   algorithm: "plot_tsa_name"
19014   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19015   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19016   include:
19017     - "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"
19018     - "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"
19019     - "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"
19020     - "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"
19021     - "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"
19022     - "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"
19023   layout:
19024     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19025     layout: "plot-throughput-speedup-analysis"
19026
19027 - type: "plot"
19028   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19029   algorithm: "plot_tsa_name"
19030   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19031   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19032   include:
19033     - "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"
19034     - "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"
19035     - "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"
19036     - "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"
19037     - "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"
19038     - "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"
19039   layout:
19040     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19041     layout: "plot-throughput-speedup-analysis"
19042
19043 ################################################################################
19044
19045 # Packet Throughput - DPDK
19046
19047 # 2n-clx-xxv710
19048
19049 - type: "plot"
19050   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19051   algorithm: "plot_perf_box_name"
19052   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19053   data: "plot-dpdk-throughput-latency-2n-clx"
19054   include:
19055     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19056     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19057   layout:
19058     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19059     layout: "plot-throughput"
19060
19061 - type: "plot"
19062   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19063   algorithm: "plot_perf_box_name"
19064   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19065   data: "plot-dpdk-throughput-latency-2n-clx"
19066   include:
19067     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19068     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19069   layout:
19070     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19071     layout: "plot-throughput"
19072
19073 - type: "plot"
19074   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19075   algorithm: "plot_perf_box_name"
19076   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19077   data: "plot-dpdk-throughput-latency-2n-clx"
19078   include:
19079     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19080     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19081   layout:
19082     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19083     layout: "plot-throughput"
19084
19085 - type: "plot"
19086   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19087   algorithm: "plot_perf_box_name"
19088   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19089   data: "plot-dpdk-throughput-latency-2n-clx"
19090   include:
19091     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19092     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19093   layout:
19094     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19095     layout: "plot-throughput"
19096
19097 # 2n-clx-x710
19098
19099 - type: "plot"
19100   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19101   algorithm: "plot_perf_box_name"
19102   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19103   data: "plot-dpdk-throughput-latency-2n-clx"
19104   include:
19105     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19106     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19107   layout:
19108     title: "2n-clx-x710-64b-2t1c-base-ndr"
19109     layout: "plot-throughput"
19110
19111 - type: "plot"
19112   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19113   algorithm: "plot_perf_box_name"
19114   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19115   data: "plot-dpdk-throughput-latency-2n-clx"
19116   include:
19117     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19118     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19119   layout:
19120     title: "2n-clx-x710-64b-4t2c-base-ndr"
19121     layout: "plot-throughput"
19122
19123 - type: "plot"
19124   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19125   algorithm: "plot_perf_box_name"
19126   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19127   data: "plot-dpdk-throughput-latency-2n-clx"
19128   include:
19129     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19130     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19131   layout:
19132     title: "2n-clx-x710-64b-2t1c-base-pdr"
19133     layout: "plot-throughput"
19134
19135 - type: "plot"
19136   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19137   algorithm: "plot_perf_box_name"
19138   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19139   data: "plot-dpdk-throughput-latency-2n-clx"
19140   include:
19141     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19142     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19143   layout:
19144     title: "2n-clx-x710-64b-4t2c-base-pdr"
19145     layout: "plot-throughput"
19146
19147 ################################################################################
19148
19149 - type: "plot"
19150   title: "Latency by percentile: 2n-skx"
19151   algorithm: "plot_hdrh_lat_by_percentile"
19152   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19153   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19154   target-links: "../../_static/vpp"
19155   data: "plot-vpp-hdrh-lat-2n-skx"
19156   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19157   layout:
19158     layout: "plot-hdrh-latency-by-percentile"
19159
19160 - type: "plot"
19161   title: "Latency by percentile: 3n-skx"
19162   algorithm: "plot_hdrh_lat_by_percentile"
19163   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19164   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19165   target-links: "../../_static/vpp"
19166   data: "plot-vpp-hdrh-lat-3n-skx"
19167   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19168   layout:
19169     layout: "plot-hdrh-latency-by-percentile"
19170
19171 - type: "plot"
19172   title: "Latency by percentile: 2n-clx"
19173   algorithm: "plot_hdrh_lat_by_percentile"
19174   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19175   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19176   target-links: "../../_static/vpp"
19177   data: "plot-vpp-hdrh-lat-2n-clx"
19178   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19179   layout:
19180     layout: "plot-hdrh-latency-by-percentile"
19181
19182 - type: "plot"
19183   title: "Latency by percentile: 3n-hsw"
19184   algorithm: "plot_hdrh_lat_by_percentile"
19185   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19186   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19187   target-links: "../../_static/vpp"
19188   data: "plot-vpp-hdrh-lat-3n-hsw"
19189   filter: "'1T1C' and 'NIC_Intel-XL710'"
19190   layout:
19191     layout: "plot-hdrh-latency-by-percentile"
19192
19193 - type: "plot"
19194   title: "Latency by percentile: 3n-tsh"
19195   algorithm: "plot_hdrh_lat_by_percentile"
19196   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19197   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19198   target-links: "../../_static/vpp"
19199   data: "plot-vpp-hdrh-lat-3n-tsh"
19200   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19201   layout:
19202     layout: "plot-hdrh-latency-by-percentile"
19203
19204 - type: "plot"
19205   title: "Latency by percentile: DPDK 2n-skx"
19206   algorithm: "plot_hdrh_lat_by_percentile"
19207   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19208   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19209   target-links: "../../_static/dpdk"
19210   data: "plot-dpdk-hdrh-lat-2n-skx"
19211   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19212   layout:
19213     layout: "plot-hdrh-latency-by-percentile"
19214
19215 - type: "plot"
19216   title: "Latency by percentile: DPDK 3n-skx"
19217   algorithm: "plot_hdrh_lat_by_percentile"
19218   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19219   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19220   target-links: "../../_static/dpdk"
19221   data: "plot-dpdk-hdrh-lat-3n-skx"
19222   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19223   layout:
19224     layout: "plot-hdrh-latency-by-percentile"
19225
19226 - type: "plot"
19227   title: "Latency by percentile: DPDK 2n-clx"
19228   algorithm: "plot_hdrh_lat_by_percentile"
19229   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19230   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19231   target-links: "../../_static/dpdk"
19232   data: "plot-dpdk-hdrh-lat-2n-clx"
19233   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19234   layout:
19235     layout: "plot-hdrh-latency-by-percentile"
19236
19237 - type: "plot"
19238   title: "Latency by percentile: DPDK 3n-hsw"
19239   algorithm: "plot_hdrh_lat_by_percentile"
19240   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19241   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19242   target-links: "../../_static/dpdk"
19243   data: "plot-dpdk-hdrh-lat-3n-hsw"
19244   filter: "'1T1C' and 'NIC_Intel-XL710'"
19245   layout:
19246     layout: "plot-hdrh-latency-by-percentile"
19247
19248 - type: "plot"
19249   title: "Latency by percentile: DPDK 3n-tsh"
19250   algorithm: "plot_hdrh_lat_by_percentile"
19251   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19252   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19253   target-links: "../../_static/dpdk"
19254   data: "plot-dpdk-hdrh-lat-3n-tsh"
19255   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19256   layout:
19257     layout: "plot-hdrh-latency-by-percentile"