bd06a3a7aa4d61d2be8839071e7bf07b8f2c8cd4
[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
686     vpp-perf-results-2n-skx:
687       csit-vpp-perf-verify-2001-2n-skx:
688         - 155  # NDRPDR full - perf-full-2n-skx-ip4_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
689         - 156  # NDRPDR full - perf-full-2n-skx-ip4_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
690         - 157  # NDRPDR full - perf-full-2n-skx-ip4_III - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
691         - 158  # NDRPDR full - perf-full-2n-skx-ip4_V - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
692         - 159  # NDRPDR full - perf-full-2n-skx-ip4_VIII - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
693         - 160  # NDRPDR full - perf-full-2n-skx-ip4_IX - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
694         - 161  # NDRPDR full - perf-full-2n-skx-ip6_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
695         - 162  # NDRPDR full - perf-full-2n-skx-ip6_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
696         - 163  # NDRPDR full - perf-full-2n-skx-l2_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
697         - 164  # NDRPDR full - perf-full-2n-skx-l2_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
698         - 165  # NDRPDR full - perf-full-2n-skx-memif - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
699         - 166  # NDRPDR full - perf-full-2n-skx-vhost I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
700         - 167  # NDRPDR full - perf-full-2n-skx-vhost II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
701         - 168  # NDRPDR full - perf-full-2n-skx-vts - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
702
703     vpp-perf-results-2n-clx:
704       csit-vpp-perf-verify-2001-2n-clx:
705         - 53  # NDRPDR full
706         - 54  # NDRPDR full
707         - 55  # NDRPDR full
708         - 56  # NDRPDR full
709         - 57  # NDRPDR full
710         - 58  # NDRPDR full
711         - 59  # NDRPDR full
712         - 60  # NDRPDR full
713         - 61  # NDRPDR full
714         - 62  # NDRPDR full
715         - 63  # NDRPDR full
716         - 64  # NDRPDR full
717         - 65  # NDRPDR full
718         - 66  # NDRPDR full
719         - 67  # NDRPDR full
720
721     vpp-perf-results-3n-tsh:
722       csit-vpp-perf-verify-2001-3n-tsh:
723         - 10  # NDRPDR sel
724
725     vpp-perf-results-3n-dnv:
726       csit-vpp-perf-verify-2001-3n-dnv:
727         - 19  # NDRPDR full
728         - 20  # NDRPDR full
729         - 21  # NDRPDR full
730         - 22  # NDRPDR full
731         - 23  # NDRPDR full
732         - 24  # NDRPDR full
733         - 25  # NDRPDR full
734         - 26  # NDRPDR full
735         - 37  # NDRPDR full
736         - 38  # NDRPDR full
737         - 39  # NDRPDR full
738
739     vpp-perf-results-2n-dnv:
740       csit-vpp-perf-verify-2001-2n-dnv:
741         - 21  # NDRPDR full
742         - 22  # NDRPDR full
743         - 25  # NDRPDR full
744         - 26  # NDRPDR full
745         - 27  # NDRPDR full
746         - 28  # NDRPDR full
747
748     vpp-mrr-results-3n-hsw:
749       csit-vpp-perf-verify-2001-3n-hsw:
750         - 17  # MRR sel
751
752     vpp-mrr-results-3n-skx:
753       csit-vpp-perf-verify-2001-3n-skx:
754         - 50  # MRR sel
755         - 53  # MRR sel addition
756
757     vpp-mrr-results-2n-skx:
758       csit-vpp-perf-verify-2001-2n-skx:
759         - 101 # MRR sel
760         - 128 # MRR sel addition
761
762     vpp-mrr-results-2n-clx:
763       csit-vpp-perf-verify-2001-2n-clx:
764         - 39  # MRR
765
766     vpp-mrr-results-3n-tsh:
767       csit-vpp-perf-verify-2001-3n-tsh:
768         - 9   # MRR sel
769
770     vpp-mrr-results-3n-dnv:
771       csit-vpp-perf-verify-2001-3n-dnv:
772         - 11  # MRR sel
773
774     vpp-mrr-results-2n-dnv:
775       csit-vpp-perf-verify-2001-2n-dnv:
776         - 12  # MRR sel
777
778     vpp-device-results-ubuntu:
779       csit-vpp-device-2001-ubuntu1804-1n-skx:
780         - 57
781
782     dpdk-perf-results-3n-hsw:
783       csit-dpdk-perf-verify-2001-3n-hsw:
784         - 25  # NDRPDR full
785         - 26  # NDRPDR full
786
787     dpdk-perf-results-3n-skx:
788       csit-dpdk-perf-verify-2001-3n-skx:
789         - 29  # NDRPDR sel xxv710
790         - 30  # NDRPDR sel x710
791
792     dpdk-perf-results-2n-skx:
793       csit-dpdk-perf-verify-2001-2n-skx:
794         - 35  # NDRPDR sel xxv710
795         - 38  # NDRPDR sel x710
796
797     dpdk-perf-results-2n-clx:
798       csit-dpdk-perf-verify-2001-2n-clx:
799         - 15  # NDRPDR sel
800         - 34  # NDRPDR sel
801
802     dpdk-perf-results-2n-dnv:
803       csit-dpdk-perf-verify-2001-2n-dnv:
804         - 16  # NDRPDR sel
805
806     dpdk-perf-results-3n-dnv:
807       csit-dpdk-perf-verify-2001-3n-dnv:
808         - 12  # NDRPDR sel
809
810     dpdk-perf-results-3n-tsh:
811       csit-dpdk-perf-verify-2001-3n-tsh:
812         - 3   # NDRPDR sel
813
814 ###########################################################################
815     # Tables (more than one data set)
816
817     # Performance changes
818
819     vpp-perf-changes-2n-skx-old1908_0:
820       csit-vpp-perf-verify-1908-2n-skx:
821         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
822         - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
823         - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
824         - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
825         - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
826         - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
827         - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
828         - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
829         - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
830         - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
831     vpp-perf-changes-2n-skx-old1908_1:
832       csit-vpp-perf-verify-1908_1-2n-skx:
833         - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
834         - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
835         - 6   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
836         - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
837         - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
838         - 16  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
839         - 21  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
840         - 23  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
841         - 24  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
842         - 25  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
843     vpp-perf-changes-2n-skx-new1908_1:
844       csit-vpp-perf-verify-1908_1-2n-skx:
845         - 39  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
846         - 40  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
847         - 41  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
848         - 43  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
849         - 44  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
850         - 45  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
851         - 46  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
852         - 47  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
853         - 48  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
854         - 49  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
855     vpp-perf-changes-2n-skx-new1908_2:
856       csit-vpp-perf-verify-1908_2-2n-skx:
857         - 1   # NDRPDR sel
858         - 2   # NDRPDR sel
859         - 3   # NDRPDR sel
860         - 4   # NDRPDR sel
861         - 5   # NDRPDR sel
862         - 6   # NDRPDR sel
863         - 7   # NDRPDR sel
864         - 8   # NDRPDR sel
865         - 9   # NDRPDR sel
866         - 10  # NDRPDR sel
867     vpp-perf-changes-2n-skx-new2001_0:
868       csit-vpp-perf-verify-2001-2n-skx:
869         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
870         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
871         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
872         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
873         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
874         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
875         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
876         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
877         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
878         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
879
880     vpp-perf-changes-3n-skx-old1908_0:
881       csit-vpp-perf-verify-1908-3n-skx:
882         - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
883         - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
884         - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
885         - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
886         - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
887         - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
888         - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
889         - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
890         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
891         - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
892     vpp-perf-changes-3n-skx-old1908_1:
893       csit-vpp-perf-verify-1908_1-3n-skx:
894         - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
895         - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
896         - 7   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
897         - 8   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
898         - 9   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
899         - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
900         - 11  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
901         - 12  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
902         - 13  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
903         - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
904     vpp-perf-changes-3n-skx-new1908_1:
905       csit-vpp-perf-verify-1908_1-3n-skx:
906         - 26  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
907         - 27  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
908         - 28  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
909         - 29  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
910         - 30  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
911         - 31  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
912         - 33  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
913         - 34  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
914         - 35  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
915         - 36  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
916     vpp-perf-changes-3n-skx-new1908_2:
917       csit-vpp-perf-verify-1908_2-3n-skx:
918         - 1   # NDRPDR sel
919         - 2   # NDRPDR sel
920     vpp-perf-changes-3n-skx-new2001_0:
921       csit-vpp-perf-verify-2001-3n-skx:
922         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
923         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
924         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
925         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
926         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
927         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
928         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
929
930     vpp-perf-changes-2n-clx-new1908_1:
931       csit-vpp-perf-verify-1908_1-2n-clx:
932         - 5  # NDRPDR sel
933         - 6  # NDRPDR sel
934         - 7  # NDRPDR sel
935         - 8  # NDRPDR sel
936     vpp-perf-changes-2n-clx-new1908_2:
937       csit-vpp-perf-verify-1908_2-2n-clx:
938         - 4  # NDRPDR sel
939         - 5  # NDRPDR sel
940         - 6  # NDRPDR sel
941         - 7  # NDRPDR sel
942         - 8  # NDRPDR sel
943
944     vpp-performance-changes-3n-hsw-h1:
945       csit-vpp-perf-verify-1904-3n-hsw:
946         - 11  # NDRPDR sel
947         - 12  # NDRPDR sel
948         - 20  # NDRPDR sel
949         - 21  # NDRPDR sel
950         - 23  # NDRPDR sel
951         - 24  # NDRPDR sel
952         - 25  # NDRPDR sel
953         - 26  # NDRPDR sel
954         - 29  # NDRPDR sel
955         - 30  # NDRPDR sel
956     vpp-performance-changes-3n-hsw-ref:
957       csit-vpp-perf-verify-1908-3n-hsw:
958         - 12  # NDRPDR sel
959         - 13  # NDRPDR sel
960         - 14  # NDRPDR sel
961         - 15  # NDRPDR sel
962         - 16  # NDRPDR sel
963         - 17  # NDRPDR sel
964         - 18  # NDRPDR sel
965         - 19  # NDRPDR sel
966         - 20  # NDRPDR sel
967         - 21  # NDRPDR sel
968     vpp-performance-changes-3n-hsw-cmp:
969       csit-vpp-perf-verify-2001-3n-hsw:
970         - 21  # NDRPDR sel
971         - 22  # NDRPDR sel
972         - 23  # NDRPDR sel
973         - 24  # NDRPDR sel
974         - 25  # NDRPDR sel
975         - 29  # NDRPDR sel
976         - 30  # NDRPDR sel
977         - 31  # NDRPDR sel
978         - 32  # NDRPDR sel
979         - 34  # NDRPDR sel
980
981     vpp-performance-changes-3n-skx-h1:
982       csit-vpp-perf-verify-1904-3n-skx:
983         - 8   # NDRPDR sel
984         - 9   # NDRPDR sel
985         - 10  # NDRPDR sel
986         - 11  # NDRPDR sel
987         - 12  # NDRPDR sel
988         - 14  # NDRPDR sel
989         - 16  # NDRPDR sel
990         - 21  # NDRPDR sel
991         - 23  # NDRPDR sel
992         - 25  # NDRPDR sel
993     vpp-performance-changes-3n-skx-ref:
994       csit-vpp-perf-verify-1908-3n-skx:
995         - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
996         - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
997         - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
998         - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
999         - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
1000         - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
1001         - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
1002         - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
1003         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
1004         - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
1005     vpp-performance-changes-3n-skx-cmp:
1006       # TODO: Add the data
1007       csit-vpp-perf-verify-2001-3n-skx:
1008         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1009         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1010         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1011         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1012         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1013         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1014         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1015
1016     vpp-performance-changes-2n-skx-h1:
1017       csit-vpp-perf-verify-1904-2n-skx:
1018         - 12  # NDRPDR sel
1019         - 14  # NDRPDR sel
1020         - 16  # NDRPDR sel
1021         - 17  # NDRPDR sel
1022         - 18  # NDRPDR sel
1023         - 21  # NDRPDR sel
1024         - 27  # NDRPDR sel
1025         - 30  # NDRPDR sel
1026         - 31  # NDRPDR sel
1027         - 32  # NDRPDR sel
1028     vpp-performance-changes-2n-skx-ref:
1029       csit-vpp-perf-verify-1908-2n-skx:
1030         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
1031         - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
1032         - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
1033         - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
1034         - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
1035         - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
1036         - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
1037         - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
1038         - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
1039         - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
1040     vpp-performance-changes-2n-skx-cmp:
1041       csit-vpp-perf-verify-2001-2n-skx:
1042         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1043         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1044         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1045         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1046         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1047         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1048         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1049         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1050         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1051         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1052
1053     vpp-performance-changes-nfv-2n-skx-ref:
1054       csit-vpp-perf-verify-1908-2n-skx:
1055         - 22  # NFV
1056         - 31  # NFV
1057         - 32  # NFV
1058     vpp-performance-changes-nfv-2n-skx-cmp:
1059       # TODO: Add the data
1060       csit-vpp-perf-verify-2001-2n-skx:
1061         - 30  # NFV
1062         - 31  # NFV
1063
1064     vpp-performance-changes-2n-dnv-ref:
1065       csit-vpp-perf-verify-1908-2n-dnv:
1066         - 1   # NDRPDR sel
1067         - 2   # NDRPDR sel
1068         - 3   # NDRPDR sel
1069         - 4   # NDRPDR sel
1070         - 5   # NDRPDR sel
1071         - 6   # NDRPDR sel
1072         - 7   # NDRPDR sel
1073         - 8   # NDRPDR sel
1074         - 9   # NDRPDR sel
1075         - 10  # NDRPDR sel
1076     vpp-performance-changes-2n-dnv-cmp:
1077       csit-vpp-perf-verify-2001-2n-dnv:
1078         - 4   # NDRPDR sel
1079         - 5   # NDRPDR sel
1080         - 6   # NDRPDR sel
1081         - 7   # NDRPDR sel
1082         - 8   # NDRPDR sel
1083         - 9   # NDRPDR sel
1084         - 10  # NDRPDR sel
1085         - 11  # NDRPDR sel
1086         - 13  # NDRPDR sel
1087         - 16  # NDRPDR sel
1088
1089     vpp-performance-changes-3n-dnv-ref:
1090       csit-vpp-perf-verify-1908-3n-dnv:
1091         - 6   # NDRPDR sel
1092         - 7   # NDRPDR sel
1093         - 8   # NDRPDR sel
1094         - 9   # NDRPDR sel
1095         - 10  # NDRPDR sel
1096         - 12  # NDRPDR sel
1097         - 13  # NDRPDR sel
1098         - 14  # NDRPDR sel
1099         - 15  # NDRPDR sel
1100         - 16  # NDRPDR sel
1101     vpp-performance-changes-3n-dnv-cmp:
1102       csit-vpp-perf-verify-2001-3n-dnv:
1103         - 5   # NDRPDR sel
1104         - 6   # NDRPDR sel
1105         - 7   # NDRPDR sel
1106         - 8   # NDRPDR sel
1107         - 9   # NDRPDR sel
1108         - 10  # NDRPDR sel
1109         - 12  # NDRPDR sel
1110         - 16  # NDRPDR sel
1111         - 17  # NDRPDR sel
1112         - 18  # NDRPDR sel
1113
1114     vpp-performance-changes-3n-tsh-ref:
1115       csit-vpp-perf-verify-1908-3n-tsh:
1116         - 7   # NDRPDR sel
1117         - 8   # NDRPDR sel
1118         - 9   # NDRPDR sel
1119         - 10  # NDRPDR sel
1120         - 11  # NDRPDR sel
1121         - 12  # NDRPDR sel
1122         - 13  # NDRPDR sel
1123         - 14  # NDRPDR sel
1124         - 15  # NDRPDR sel
1125         - 16  # NDRPDR sel
1126     vpp-performance-changes-3n-tsh-cmp:
1127       csit-vpp-perf-verify-2001-3n-tsh:
1128         - 3   # NDRPDR sel
1129         - 4   # NDRPDR sel
1130         - 7   # NDRPDR sel
1131         - 8   # NDRPDR sel
1132         - 10  # NDRPDR sel
1133         - 12  # NDRPDR sel
1134         - 13  # NDRPDR sel
1135         - 14  # NDRPDR sel
1136         - 15  # NDRPDR sel
1137         - 21  # NDRPDR sel
1138
1139     vpp-soak-vs-ndr-2n-skx-ref:
1140       csit-vpp-perf-verify-2001-2n-skx:
1141         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1142         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1143         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1144         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1145         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1146         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1147         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1148         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1149         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1150         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1151     vpp-soak-vs-ndr-2n-skx-cmp:
1152       csit-vpp-perf-verify-2001-2n-skx:
1153         - 181  # Soak
1154         - 182  # Soak
1155     vpp-soak-vs-ndr-2n-skx:
1156       csit-vpp-perf-verify-2001-2n-skx:
1157         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1158         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1159         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1160         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1161         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1162         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1163         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1164         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1165         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1166         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1167         - 181  # Soak
1168         - 182  # Soak
1169
1170     vpp-soak-vs-ndr-2n-clx-ref:
1171       csit-vpp-perf-verify-2001-2n-clx:
1172         - 28  # NDRPDR sel
1173         - 29  # NDRPDR sel
1174         - 32  # NDRPDR sel
1175         - 40  # NDRPDR sel
1176         - 43  # NDRPDR sel
1177         - 44  # NDRPDR sel
1178         - 45  # NDRPDR sel
1179         - 47  # NDRPDR sel
1180         - 48  # NDRPDR sel
1181         - 49  # NDRPDR sel
1182     vpp-soak-vs-ndr-2n-clx-cmp:
1183       csit-vpp-perf-verify-2001-2n-clx:
1184         - 93  # SOAK
1185         - 94  # Soak
1186     vpp-soak-vs-ndr-2n-clx:
1187       csit-vpp-perf-verify-2001-2n-clx:
1188         - 28  # NDRPDR sel
1189         - 29  # NDRPDR sel
1190         - 32  # NDRPDR sel
1191         - 40  # NDRPDR sel
1192         - 43  # NDRPDR sel
1193         - 44  # NDRPDR sel
1194         - 45  # NDRPDR sel
1195         - 47  # NDRPDR sel
1196         - 48  # NDRPDR sel
1197         - 49  # NDRPDR sel
1198         - 93  # SOAK
1199         - 94  # Soak
1200
1201     vpp-performance-changes-3n-hsw-mrr-h1:
1202       csit-vpp-perf-verify-1904-3n-hsw:
1203         - 9   # MRR sel
1204     vpp-performance-changes-3n-hsw-mrr-ref:
1205       csit-vpp-perf-verify-1908-3n-hsw:
1206         - 39  # MRR sel
1207     vpp-performance-changes-3n-hsw-mrr-cmp:
1208       csit-vpp-perf-verify-2001-3n-hsw:
1209         - 17  # MRR sel
1210
1211     vpp-performance-changes-3n-skx-mrr-h1:
1212       csit-vpp-perf-verify-1904-3n-skx:
1213         - 7   # MRR sel
1214     vpp-performance-changes-3n-skx-mrr-ref:
1215       csit-vpp-perf-verify-1908-3n-skx:
1216         - 36  # MRR sel
1217     vpp-performance-changes-3n-skx-mrr-cmp:
1218       csit-vpp-perf-verify-2001-3n-skx:
1219         - 50  # MRR sel
1220         - 53  # MRR sel addition
1221
1222     vpp-performance-changes-2n-skx-mrr-h1:
1223       csit-vpp-perf-verify-1904-2n-skx:
1224         - 11  # MRR sel
1225     vpp-performance-changes-2n-skx-mrr-ref:
1226       csit-vpp-perf-verify-1908-2n-skx:
1227         - 69  # MRR sel
1228     vpp-performance-changes-2n-skx-mrr-cmp:
1229       csit-vpp-perf-verify-2001-2n-skx:
1230         - 101 # MRR sel
1231         - 128 # MRR sel addition
1232
1233     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1234       csit-vpp-perf-verify-1908-2n-skx:
1235         - 71  # NFV MRR
1236     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1237       # TODO: Replace
1238       # csit-vpp-perf-verify-2001-2n-skx:
1239       csit-vpp-perf-verify-1908-2n-skx:
1240         - 71  # NFV MRR
1241
1242     vpp-performance-changes-2n-dnv-mrr-ref:
1243       csit-vpp-perf-verify-1908-2n-dnv:
1244         - 11  # MRR sel
1245     vpp-performance-changes-2n-dnv-mrr-cmp:
1246       csit-vpp-perf-verify-2001-2n-dnv:
1247         - 12  # MRR sel
1248
1249     vpp-performance-changes-3n-dnv-mrr-ref:
1250       csit-vpp-perf-verify-1908-3n-dnv:
1251         - 17  # MRR sel
1252     vpp-performance-changes-3n-dnv-mrr-cmp:
1253       csit-vpp-perf-verify-2001-3n-dnv:
1254         - 11  # MRR sel
1255
1256     vpp-performance-changes-3n-tsh-mrr-ref:
1257       csit-vpp-perf-verify-1908-3n-tsh:
1258         - 17  # MRR sel
1259     vpp-performance-changes-3n-tsh-mrr-cmp:
1260       csit-vpp-perf-verify-2001-3n-tsh:
1261         - 9   # MRR sel
1262
1263     dpdk-performance-changes-3n-hsw-h1:
1264       csit-dpdk-perf-verify-1904-3n-hsw:
1265         - 2   # NDRPDR sel
1266         - 3   # NDRPDR sel
1267         - 5   # NDRPDR sel
1268         - 6   # NDRPDR sel
1269         - 13  # NDRPDR sel
1270         - 14  # NDRPDR sel
1271         - 15  # NDRPDR sel
1272         - 18  # NDRPDR sel
1273         - 19  # NDRPDR sel
1274         - 20  # NDRPDR sel
1275     dpdk-performance-changes-3n-hsw-ref:
1276       csit-dpdk-perf-verify-1908-3n-hsw:
1277         - 2   # NDRPDR sel
1278         - 3   # NDRPDR sel
1279         - 4   # NDRPDR sel
1280         - 5   # NDRPDR sel
1281         - 6   # NDRPDR sel
1282         - 7   # NDRPDR sel
1283         - 8   # NDRPDR sel
1284         - 9   # NDRPDR sel
1285         - 10  # NDRPDR sel
1286         - 11  # NDRPDR sel
1287     dpdk-performance-changes-3n-hsw-cmp:
1288       csit-dpdk-perf-verify-2001-3n-hsw:
1289 #        - 4   # NDRPDR sel
1290 #        - 5   # NDRPDR sel
1291 #        - 6   # NDRPDR sel
1292 #        - 7   # NDRPDR sel
1293 #        - 8   # NDRPDR sel
1294 #        - 9   # NDRPDR sel
1295 #        - 10  # NDRPDR sel
1296 #        - 11  # NDRPDR sel
1297 #        - 12  # NDRPDR sel
1298 #        - 13  # NDRPDR sel
1299         - 15  # NDRPDR sel
1300         - 16  # NDRPDR sel
1301         - 17  # NDRPDR sel
1302         - 18  # NDRPDR sel
1303         - 19  # NDRPDR sel
1304         - 20  # NDRPDR sel
1305         - 21  # NDRPDR sel
1306         - 22  # NDRPDR sel
1307         - 23  # NDRPDR sel
1308         - 24  # NDRPDR sel
1309
1310     dpdk-performance-changes-3n-skx-h1:
1311       csit-dpdk-perf-verify-1904-3n-skx:
1312         - 2   # NDRPDR sel
1313         - 3   # NDRPDR sel
1314         - 4   # NDRPDR sel
1315         - 5   # NDRPDR sel
1316         - 6   # NDRPDR sel
1317         - 7   # NDRPDR sel
1318         - 11  # NDRPDR sel
1319         - 12  # NDRPDR sel
1320         - 13  # NDRPDR sel
1321         - 14  # NDRPDR sel
1322     dpdk-performance-changes-3n-skx-ref:
1323       csit-dpdk-perf-verify-1908-3n-skx:
1324         - 3   # NDRPDR sel
1325         - 4   # NDRPDR sel
1326         - 5   # NDRPDR sel
1327         - 6   # NDRPDR sel
1328         - 7   # NDRPDR sel
1329         - 8   # NDRPDR sel
1330         - 9   # NDRPDR sel
1331         - 10  # NDRPDR sel
1332         - 11  # NDRPDR sel
1333         - 12  # NDRPDR sel
1334     dpdk-performance-changes-3n-skx-cmp:
1335       csit-dpdk-perf-verify-2001-3n-skx:
1336         - 29  # NDRPDR sel xxv710
1337         - 33  # NDRPDR sel xxv710
1338         - 34  # NDRPDR sel xxv710
1339         - 35  # NDRPDR sel xxv710
1340         - 36  # NDRPDR sel xxv710
1341         - 37  # NDRPDR sel xxv710
1342         - 41  # NDRPDR sel xxv710
1343         - 42  # NDRPDR sel xxv710
1344         - 43  # NDRPDR sel xxv710
1345         - 45  # NDRPDR sel xxv710
1346         - 30  # NDRPDR sel x710
1347         - 31  # NDRPDR sel x710
1348         - 32  # NDRPDR sel x710
1349         - 38  # NDRPDR sel x710
1350         - 39  # NDRPDR sel x710
1351         - 40  # NDRPDR sel x710
1352         - 44  # NDRPDR sel x710
1353         - 46  # NDRPDR sel x710
1354         - 47  # NDRPDR sel x710
1355         - 48  # NDRPDR sel x710
1356
1357     dpdk-performance-changes-2n-skx-h1:
1358       csit-dpdk-perf-verify-1904-2n-skx:
1359         - 2   # NDRPDR sel
1360         - 3   # NDRPDR sel
1361         - 4   # NDRPDR sel
1362         - 5   # NDRPDR sel
1363         - 7   # NDRPDR sel
1364         - 8   # NDRPDR sel
1365         - 9   # NDRPDR sel
1366         - 10  # NDRPDR sel
1367         - 11  # NDRPDR sel
1368         - 12  # NDRPDR sel
1369     dpdk-performance-changes-2n-skx-ref:
1370       csit-dpdk-perf-verify-1908-2n-skx:
1371         - 2   # NDRPDR sel
1372         - 3   # NDRPDR sel
1373         - 4   # NDRPDR sel
1374         - 5   # NDRPDR sel
1375         - 7   # NDRPDR sel
1376         - 8   # NDRPDR sel
1377         - 9   # NDRPDR sel
1378         - 10  # NDRPDR sel
1379         - 11  # NDRPDR sel
1380         - 12  # NDRPDR sel
1381     dpdk-performance-changes-2n-skx-cmp:
1382       csit-dpdk-perf-verify-2001-2n-skx:
1383         - 35  # NDRPDR sel xxv710
1384         - 36  # NDRPDR sel xxv710
1385         - 37  # NDRPDR sel xxv710
1386         - 41  # NDRPDR sel xxv710
1387         - 42  # NDRPDR sel xxv710
1388         - 43  # NDRPDR sel xxv710
1389         - 46  # NDRPDR sel xxv710
1390         - 47  # NDRPDR sel xxv710
1391         - 52  # NDRPDR sel xxv710
1392         - 53  # NDRPDR sel xxv710
1393         - 38  # NDRPDR sel x710
1394         - 39  # NDRPDR sel x710
1395         - 40  # NDRPDR sel x710
1396         - 44  # NDRPDR sel x710
1397         - 45  # NDRPDR sel x710
1398         - 48  # NDRPDR sel x710
1399         - 49  # NDRPDR sel x710
1400         - 50  # NDRPDR sel x710
1401         - 51  # NDRPDR sel x710
1402         - 54  # NDRPDR sel x710
1403
1404     # Compare testbeds
1405
1406     vpp-compare-testbeds-ref:
1407       csit-vpp-perf-verify-2001-3n-hsw:
1408         - 21  # NDRPDR sel
1409         - 22  # NDRPDR sel
1410         - 23  # NDRPDR sel
1411         - 24  # NDRPDR sel
1412         - 25  # NDRPDR sel
1413         - 29  # NDRPDR sel
1414         - 30  # NDRPDR sel
1415         - 31  # NDRPDR sel
1416         - 32  # NDRPDR sel
1417         - 34  # NDRPDR sel
1418     vpp-compare-testbeds-cmp:
1419       # TODO: Add the data
1420       csit-vpp-perf-verify-2001-3n-skx:
1421         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1422         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1423         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1424         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1425         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1426         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1427         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1428
1429     vpp-compare-testbeds-skx-clx-ref:
1430       csit-vpp-perf-verify-2001-2n-skx:
1431         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1432         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1433         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1434         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1435         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1436         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1437         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1438         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1439         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1440         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1441     vpp-compare-testbeds-skx-clx-cmp:
1442       csit-vpp-perf-verify-2001-2n-clx:
1443         - 28  # NDRPDR sel
1444         - 29  # NDRPDR sel
1445         - 32  # NDRPDR sel
1446         - 40  # NDRPDR sel
1447         - 43  # NDRPDR sel
1448         - 44  # NDRPDR sel
1449         - 45  # NDRPDR sel
1450         - 47  # NDRPDR sel
1451         - 48  # NDRPDR sel
1452         - 49  # NDRPDR sel
1453
1454     vpp-compare-testbeds-hsw-clx-ref:
1455       csit-vpp-perf-verify-2001-3n-hsw:
1456         - 21  # NDRPDR sel
1457         - 22  # NDRPDR sel
1458         - 23  # NDRPDR sel
1459         - 24  # NDRPDR sel
1460         - 25  # NDRPDR sel
1461         - 29  # NDRPDR sel
1462         - 30  # NDRPDR sel
1463         - 31  # NDRPDR sel
1464         - 32  # NDRPDR sel
1465         - 34  # NDRPDR sel
1466     vpp-compare-testbeds-hsw-clx-cmp:
1467       csit-vpp-perf-verify-2001-2n-clx:
1468         - 28  # NDRPDR sel
1469         - 29  # NDRPDR sel
1470         - 32  # NDRPDR sel
1471         - 40  # NDRPDR sel
1472         - 43  # NDRPDR sel
1473         - 44  # NDRPDR sel
1474         - 45  # NDRPDR sel
1475         - 47  # NDRPDR sel
1476         - 48  # NDRPDR sel
1477         - 49  # NDRPDR sel
1478
1479     vpp-compare-testbeds-mrr-ref:
1480       csit-vpp-perf-verify-2001-3n-hsw:
1481         - 17  # MRR sel
1482     vpp-compare-testbeds-mrr-cmp:
1483       csit-vpp-perf-verify-2001-3n-skx:
1484         - 50  # MRR sel
1485         - 53  # MRR sel addition
1486
1487     vpp-compare-testbeds-mrr-skx-clx-ref:
1488       csit-vpp-perf-verify-2001-2n-skx:
1489         - 101 # MRR sel
1490         - 128 # MRR sel addition
1491     vpp-compare-testbeds-mrr-skx-clx-cmp:
1492       csit-vpp-perf-verify-2001-2n-clx:
1493         - 39  # MRR
1494
1495     vpp-compare-testbeds-mrr-hsw-clx-ref:
1496       csit-vpp-perf-verify-2001-3n-hsw:
1497         - 17  # MRR sel
1498     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1499       csit-vpp-perf-verify-2001-2n-clx:
1500         - 39  # MRR
1501
1502     dpdk-compare-testbeds-ref:
1503       csit-dpdk-perf-verify-2001-3n-hsw:
1504         - 4   # NDRPDR sel
1505         - 5   # NDRPDR sel
1506         - 6   # NDRPDR sel
1507         - 7   # NDRPDR sel
1508         - 8   # NDRPDR sel
1509         - 9   # NDRPDR sel
1510         - 10  # NDRPDR sel
1511         - 11  # NDRPDR sel
1512         - 12  # NDRPDR sel
1513         - 13  # NDRPDR sel
1514         - 15  # NDRPDR sel
1515         - 16  # NDRPDR sel
1516         - 17  # NDRPDR sel
1517         - 18  # NDRPDR sel
1518         - 19  # NDRPDR sel
1519         - 20  # NDRPDR sel
1520         - 21  # NDRPDR sel
1521         - 22  # NDRPDR sel
1522         - 23  # NDRPDR sel
1523         - 24  # NDRPDR sel
1524     dpdk-compare-testbeds-cmp:
1525       csit-dpdk-perf-verify-2001-3n-skx:
1526         - 29  # NDRPDR sel xxv710
1527         - 33  # NDRPDR sel xxv710
1528         - 34  # NDRPDR sel xxv710
1529         - 35  # NDRPDR sel xxv710
1530         - 36  # NDRPDR sel xxv710
1531         - 37  # NDRPDR sel xxv710
1532         - 41  # NDRPDR sel xxv710
1533         - 42  # NDRPDR sel xxv710
1534         - 43  # NDRPDR sel xxv710
1535         - 45  # NDRPDR sel xxv710
1536         - 30  # NDRPDR sel x710
1537         - 31  # NDRPDR sel x710
1538         - 32  # NDRPDR sel x710
1539         - 38  # NDRPDR sel x710
1540         - 39  # NDRPDR sel x710
1541         - 40  # NDRPDR sel x710
1542         - 44  # NDRPDR sel x710
1543         - 46  # NDRPDR sel x710
1544         - 47  # NDRPDR sel x710
1545         - 48  # NDRPDR sel x710
1546
1547     dpdk-compare-testbeds-skx-clx-ref:
1548       csit-dpdk-perf-verify-2001-2n-skx:
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         - 46  # NDRPDR sel xxv710
1556         - 47  # NDRPDR sel xxv710
1557         - 52  # NDRPDR sel xxv710
1558         - 53  # NDRPDR sel xxv710
1559         - 38  # NDRPDR sel x710
1560         - 39  # NDRPDR sel x710
1561         - 40  # NDRPDR sel x710
1562         - 44  # NDRPDR sel x710
1563         - 45  # NDRPDR sel x710
1564         - 48  # NDRPDR sel x710
1565         - 49  # NDRPDR sel x710
1566         - 50  # NDRPDR sel x710
1567         - 51  # NDRPDR sel x710
1568         - 54  # NDRPDR sel x710
1569     dpdk-compare-testbeds-skx-clx-cmp:
1570       csit-dpdk-perf-verify-2001-2n-clx:
1571         - 15  # NDRPDR sel
1572         - 16  # NDRPDR sel
1573         - 17  # NDRPDR sel
1574         - 18  # NDRPDR sel
1575         - 19  # NDRPDR sel
1576         - 20  # NDRPDR sel
1577         - 21  # NDRPDR sel
1578         - 22  # NDRPDR sel
1579         - 23  # NDRPDR sel
1580         - 24  # NDRPDR sel
1581         - 25  # NDRPDR sel
1582         - 26  # NDRPDR sel
1583         - 27  # NDRPDR sel
1584         - 28  # NDRPDR sel
1585         - 29  # NDRPDR sel
1586         - 30  # NDRPDR sel
1587         - 31  # NDRPDR sel
1588         - 32  # NDRPDR sel
1589         - 33  # NDRPDR sel
1590         - 34  # NDRPDR sel
1591
1592     # Compare topologies
1593
1594     vpp-compare-topologies-ref:
1595       # TODO: Add the data
1596       csit-vpp-perf-verify-2001-3n-skx:
1597         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1598         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1599         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1600         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1601         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1602         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1603         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1604     vpp-compare-topologies-cmp:
1605       csit-vpp-perf-verify-2001-2n-skx:
1606         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1607         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1608         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1609         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1610         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1611         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1612         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1613         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1614         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1615         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1616
1617     vpp-compare-topologies-mrr-ref:
1618       csit-vpp-perf-verify-2001-3n-skx:
1619         - 50  # MRR sel
1620         - 53  # MRR sel addition
1621     vpp-compare-topologies-mrr-cmp:
1622       csit-vpp-perf-verify-2001-2n-skx:
1623         - 101 # MRR sel
1624         - 128 # MRR sel addition
1625
1626     dpdk-compare-topologies-ref:
1627       csit-dpdk-perf-verify-2001-3n-skx:
1628         - 29  # NDRPDR sel xxv710
1629         - 33  # NDRPDR sel xxv710
1630         - 34  # NDRPDR sel xxv710
1631         - 35  # NDRPDR sel xxv710
1632         - 36  # NDRPDR sel xxv710
1633         - 37  # NDRPDR sel xxv710
1634         - 41  # NDRPDR sel xxv710
1635         - 42  # NDRPDR sel xxv710
1636         - 43  # NDRPDR sel xxv710
1637         - 45  # NDRPDR sel xxv710
1638         - 30  # NDRPDR sel x710
1639         - 31  # NDRPDR sel x710
1640         - 32  # NDRPDR sel x710
1641         - 38  # NDRPDR sel x710
1642         - 39  # NDRPDR sel x710
1643         - 40  # NDRPDR sel x710
1644         - 44  # NDRPDR sel x710
1645         - 46  # NDRPDR sel x710
1646         - 47  # NDRPDR sel x710
1647         - 48  # NDRPDR sel x710
1648     dpdk-compare-topologies-cmp:
1649       csit-dpdk-perf-verify-2001-2n-skx:
1650         - 35  # NDRPDR sel xxv710
1651         - 36  # NDRPDR sel xxv710
1652         - 37  # NDRPDR sel xxv710
1653         - 41  # NDRPDR sel xxv710
1654         - 42  # NDRPDR sel xxv710
1655         - 43  # NDRPDR sel xxv710
1656         - 46  # NDRPDR sel xxv710
1657         - 47  # NDRPDR sel xxv710
1658         - 52  # NDRPDR sel xxv710
1659         - 53  # NDRPDR sel xxv710
1660         - 38  # NDRPDR sel x710
1661         - 39  # NDRPDR sel x710
1662         - 40  # NDRPDR sel x710
1663         - 44  # NDRPDR sel x710
1664         - 45  # NDRPDR sel x710
1665         - 48  # NDRPDR sel x710
1666         - 49  # NDRPDR sel x710
1667         - 50  # NDRPDR sel x710
1668         - 51  # NDRPDR sel x710
1669         - 54  # NDRPDR sel x710
1670
1671   plot-layouts:
1672
1673     plot-soak-throughput:
1674       titlefont:
1675         size: 18
1676       xaxis:
1677         title: "<b>Test Cases [Index]</b>"
1678         titlefont:
1679           size: 16
1680         autorange: True
1681         fixedrange: False
1682         gridcolor: "rgb(230, 230, 230)"
1683         linecolor: "rgb(220, 220, 220)"
1684         linewidth: 1
1685         showgrid: True
1686         showline: True
1687         showticklabels: True
1688         tickcolor: "rgb(220, 220, 220)"
1689         tickmode: "linear"
1690         tickfont:
1691           size: 16
1692         zeroline: False
1693       yaxis:
1694         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1695         titlefont:
1696           size: 16
1697         gridcolor: "rgb(230, 230, 230)"
1698         hoverformat: ".4r"
1699         tickformat: ".3r"
1700         linecolor: "rgb(220, 220, 220)"
1701         linewidth: 1
1702         showgrid: True
1703         showline: True
1704         showticklabels: True
1705         tickcolor: "rgb(220, 220, 220)"
1706         tickfont:
1707           size: 16
1708         zeroline: False
1709         range: [0,50]
1710       autosize: False
1711       margin:
1712         t: 50
1713         b: 0
1714         l: 80
1715         r: 20
1716       showlegend: True
1717       legend:
1718         orientation: "h"
1719         font:
1720           size: 16
1721       width: 700
1722       height: 900
1723       paper_bgcolor: "#fff"
1724       plot_bgcolor: "#fff"
1725       hoverlabel:
1726         namelength: -1
1727
1728     plot-service-density:
1729       titlefont:
1730         size: 18
1731       xaxis:
1732         side: "top"
1733         autorange: True
1734         fixedrange: False
1735         showgrid: False
1736         showline: False
1737         showticklabels: False
1738         ticks: ""
1739         ticklen: 0
1740         tickwidth: 0
1741         zeroline: False
1742       yaxis:
1743         autorange: "reversed"
1744         showgrid: False
1745         showline: False
1746         showticklabels: False
1747         ticks: ""
1748         ticklen: 0
1749         tickwidth: 0
1750         zeroline: False
1751       showlegend: False
1752       paper_bgcolor: "#fff"
1753       plot_bgcolor: "#fff"
1754       width: 700
1755       height: 700
1756       hoverlabel:
1757         namelength: -1
1758
1759     plot-cps:
1760       titlefont:
1761         size: 18
1762       xaxis:
1763         title: "<b>Test Cases [Index]</b>"
1764         titlefont:
1765           size: 16
1766         autorange: True
1767         fixedrange: False
1768         gridcolor: "rgb(230, 230, 230)"
1769         linecolor: "rgb(220, 220, 220)"
1770         linewidth: 1
1771         showgrid: True
1772         showline: True
1773         showticklabels: True
1774         tickcolor: "rgb(220, 220, 220)"
1775         tickmode: "linear"
1776         tickfont:
1777           size: 16
1778         zeroline: False
1779       yaxis:
1780         title: "<b>Connections Per Second [cps]</b>"
1781         titlefont:
1782           size: 16
1783         gridcolor: "rgb(230, 230, 230)"
1784         hoverformat: ".4s"
1785         linecolor: "rgb(220, 220, 220)"
1786         linewidth: 1
1787         rangemode: "tozero"
1788         showgrid: True
1789         showline: True
1790         showticklabels: True
1791         tickcolor: "rgb(220, 220, 220)"
1792         tickformat: ".3s"
1793         tickfont:
1794           size: 16
1795         zeroline: False
1796       boxmode: "group"
1797       boxgroupgap: 0.5
1798       autosize: False
1799       margin:
1800         t: 50
1801         b: 20
1802         l: 80
1803         r: 20
1804       showlegend: True
1805       legend:
1806         orientation: "h"
1807         font:
1808           size: 16
1809       width: 700
1810       height: 800
1811       paper_bgcolor: "#fff"
1812       plot_bgcolor: "#fff"
1813       hoverlabel:
1814         namelength: -1
1815
1816     plot-rps:
1817       titlefont:
1818         size: 18
1819       xaxis:
1820         title: "<b>Test Cases [Index]</b>"
1821         titlefont:
1822           size: 16
1823         autorange: True
1824         fixedrange: False
1825         gridcolor: "rgb(230, 230, 230)"
1826         linecolor: "rgb(220, 220, 220)"
1827         linewidth: 1
1828         showgrid: True
1829         showline: True
1830         showticklabels: True
1831         tickcolor: "rgb(220, 220, 220)"
1832         tickmode: "linear"
1833         tickfont:
1834           size: 16
1835         zeroline: False
1836       yaxis:
1837         title: "<b>Requests Per Second [rps]</b>"
1838         titlefont:
1839           size: 16
1840         gridcolor: "rgb(230, 230, 230)"
1841         hoverformat: ".4s"
1842         linecolor: "rgb(220, 220, 220)"
1843         linewidth: 1
1844         rangemode: "tozero"
1845         showgrid: True
1846         showline: True
1847         showticklabels: True
1848         tickcolor: "rgb(230, 230, 230)"
1849         tickformat: ".3s"
1850         tickfont:
1851           size: 16
1852         zeroline: False
1853       boxmode: "group"
1854       boxgroupgap: 0.5
1855       autosize: False
1856       margin:
1857         t: 50
1858         b: 20
1859         l: 80
1860         r: 20
1861       showlegend: True
1862       legend:
1863         orientation: "h"
1864         font:
1865           size: 16
1866       width: 700
1867       height: 800
1868       paper_bgcolor: "#fff"
1869       plot_bgcolor: "#fff"
1870       hoverlabel:
1871         namelength: -1
1872
1873     plot-hoststack:
1874       titlefont:
1875         size: 16
1876       xaxis:
1877         title: "<b>Test Cases [Index]</b>"
1878         titlefont:
1879           size: 14
1880         autorange: True
1881         fixedrange: False
1882         gridcolor: "rgb(230, 230, 230)"
1883         linecolor: "rgb(220, 220, 220)"
1884         linewidth: 1
1885         showgrid: True
1886         showline: True
1887         showticklabels: True
1888         tickcolor: "rgb(220, 220, 220)"
1889         tickmode: "linear"
1890         tickfont:
1891           size: 14
1892         zeroline: False
1893       yaxis:
1894         title: "<b>Bandwidth [Gbps]</b>"
1895         titlefont:
1896           size: 14
1897         gridcolor: "rgb(230, 230, 230)"
1898         hoverformat: ".4s"
1899         linecolor: "rgb(220, 220, 220)"
1900         linewidth: 1
1901         rangemode: "tozero"
1902         showgrid: True
1903         showline: True
1904         showticklabels: True
1905         tickcolor: "rgb(230, 230, 230)"
1906         tickformat: ".3s"
1907         tickfont:
1908           size: 14
1909         zeroline: False
1910       boxmode: "group"
1911       boxgroupgap: 0.5
1912       autosize: False
1913       margin:
1914         t: 50
1915         b: 20
1916         l: 80
1917         r: 20
1918       showlegend: True
1919       legend:
1920         orientation: "h"
1921         font:
1922           size: 14
1923       width: 700
1924       height: 800
1925       paper_bgcolor: "#fff"
1926       plot_bgcolor: "#fff"
1927       hoverlabel:
1928         namelength: -1
1929
1930     plot-throughput:
1931       titlefont:
1932         size: 18
1933       xaxis:
1934         title: "<b>Test Cases [Index]</b>"
1935         titlefont:
1936           size: 16
1937         autorange: True
1938         fixedrange: False
1939         gridcolor: "rgb(230, 230, 230)"
1940         linecolor: "rgb(220, 220, 220)"
1941         linewidth: 1
1942         showgrid: True
1943         showline: True
1944         showticklabels: True
1945         tickcolor: "rgb(220, 220, 220)"
1946         tickmode: "linear"
1947         tickfont:
1948           size: 16
1949         zeroline: False
1950       yaxis:
1951         title: "<b>Packet Throughput [Mpps]</b>"
1952         titlefont:
1953           size: 16
1954         gridcolor: "rgb(230, 230, 230)"
1955         hoverformat: ".4r"
1956         tickformat: ".3r"
1957         linecolor: "rgb(220, 220, 220)"
1958         linewidth: 1
1959         showgrid: True
1960         showline: True
1961         showticklabels: True
1962         tickcolor: "rgb(220, 220, 220)"
1963         tickfont:
1964           size: 16
1965         zeroline: False
1966         range: [0,50]
1967       autosize: False
1968       margin:
1969         t: 50
1970         b: 0
1971         l: 80
1972         r: 20
1973       showlegend: True
1974       legend:
1975         orientation: "h"
1976         font:
1977           size: 16
1978       width: 700
1979       height: 900
1980       paper_bgcolor: "#fff"
1981       plot_bgcolor: "#fff"
1982       hoverlabel:
1983         namelength: -1
1984
1985     plot-throughput-speedup-analysis:
1986       titlefont:
1987         size: 18
1988       xaxis:
1989         title: "<b>Number of Cores [Qty]</b>"
1990         titlefont:
1991           size: 16
1992         autorange: True
1993         fixedrange: False
1994         gridcolor: "rgb(230, 230, 230)"
1995         linecolor: "rgb(220, 220, 220)"
1996         linewidth: 1
1997         showgrid: True
1998         showline: True
1999         showticklabels: True
2000         tickcolor: "rgb(238, 238, 238)"
2001         tickmode: "linear"
2002         tickfont:
2003           size: 16
2004         zeroline: False
2005       yaxis:
2006         title: "<b>Packet Throughput [Mpps]</b>"
2007         titlefont:
2008           size: 16
2009         type: "linear"
2010         gridcolor: "rgb(230, 230, 230)"
2011         hoverformat: ".4s"
2012         linecolor: "rgb(220, 220, 220)"
2013         linewidth: 1
2014         showgrid: True
2015         showline: True
2016         showticklabels: True
2017         tickcolor: "rgb(220, 220, 220)"
2018         tickformat: ".4s"
2019         tickfont:
2020           size: 16
2021         zeroline: True
2022         rangemode: "tozero"
2023         range: [0,100]
2024       legend:
2025         orientation: "h"
2026         font:
2027           size: 16
2028         xanchor: "left"
2029         yanchor: "top"
2030         x: 0
2031         y: -0.2
2032         bgcolor: "rgba(255, 255, 255, 0)"
2033         bordercolor: "rgba(255, 255, 255, 0)"
2034         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2035       autosize: False
2036       margin:
2037           't': 50
2038           'b': 150
2039           'l': 85
2040           'r': 10
2041       showlegend: True
2042       width: 700
2043       height: 700
2044       paper_bgcolor: "#fff"
2045       plot_bgcolor: "#fff"
2046       hoverlabel:
2047         namelength: -1
2048       annotations: [
2049         {
2050           text: "_ _          __          ...",
2051           align: "left",
2052           showarrow: False,
2053           xref: "paper",
2054           yref: "paper",
2055           xanchor: "left",
2056           yanchor: "top",
2057           x: 0,
2058           y: -0.13,
2059           font: {
2060             family: "Consolas, Courier New",
2061             size: 15
2062           },
2063         },
2064         {
2065           text: "    Perfect     Measured     Limit",
2066           align: "left",
2067           showarrow: False,
2068           xref: "paper",
2069           yref: "paper",
2070           xanchor: "left",
2071           yanchor: "top",
2072           x: 0,
2073           y: -0.15,
2074           font: {
2075             family: "Consolas, Courier New",
2076             size: 15
2077           },
2078         },
2079       ]
2080
2081     plot-latency:
2082       titlefont:
2083         size: 18
2084       xaxis:
2085         title: "<b>Direction</b>"
2086         titlefont:
2087           size: 16
2088         autorange: True
2089         fixedrange: False
2090         gridcolor: "rgb(230, 230, 230)"
2091         linecolor: "rgb(220, 220, 220)"
2092         linewidth: 1
2093         showgrid: True
2094         showline: True
2095         showticklabels: False
2096         tickcolor: "rgb(220, 220, 220)"
2097         tickmode: "linear"
2098         tickfont:
2099           size: 16
2100         zeroline: False
2101       yaxis:
2102         title: "<b>Packet Latency [uSec]</b>"
2103         titlefont:
2104           size: 16
2105         type: "linear"
2106         gridcolor: "rgb(230, 230, 230)"
2107         hoverformat: ".4s"
2108         linecolor: "rgb(220, 220, 220)"
2109         linewidth: 1
2110         showgrid: True
2111         showline: True
2112         showticklabels: True
2113         tickcolor: "rgb(220, 220, 220)"
2114         tickformat: ".4s"
2115         tickfont:
2116           size: 16
2117         zeroline: True
2118         rangemode: "tozero"
2119       legend:
2120         orientation: "h"
2121         font:
2122           size: 16
2123         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2124       autosize: False
2125       margin:
2126           't': 50
2127           'b': 150
2128           'l': 80
2129           'r': 10
2130       showlegend: True
2131       width: 700
2132       height: 700
2133       paper_bgcolor: "#fff"
2134       plot_bgcolor: "#fff"
2135       hoverlabel:
2136         namelength: -1
2137
2138     plot-hdrh-latency:
2139       title:
2140         text: ""
2141         xanchor: "center"
2142         x: 0.5
2143         font:
2144           size: 16
2145       width: 700
2146       plot_bgcolor: "white"
2147       annotations:
2148         - font:
2149             size: 14
2150           showarrow: False
2151           text: "<b>Packet Latency [uSec]</b>"
2152           x: 1
2153           xanchor: "right"
2154           xref: "paper"
2155           y: -0.045
2156           yanchor: "top"
2157           yref: "paper"
2158         - font:
2159             size: 14
2160           showarrow: False
2161           text: "<b>Probability [%]</b>"
2162           textangle: 270
2163           x: -0.06
2164           xanchor: "center"
2165           xref: "paper"
2166           y: 0.5
2167           yanchor: "middle"
2168           yref: "paper"
2169         - font:
2170             size: 14
2171           showarrow: False
2172           text: "<b>Direction: E-W</b>"
2173           x: 0.24
2174           xanchor: "center"
2175           xref: "paper"
2176           y: 1.05
2177           yanchor: "bottom"
2178           yref: "paper"
2179         - font:
2180             size: 14
2181           showarrow: False
2182           text: "<b>Direction: W-E</b>"
2183           x: 0.74
2184           xanchor: "center"
2185           xref: "paper"
2186           y: 1.05
2187           yanchor: "bottom"
2188           yref: "paper"
2189
2190     plot-hdrh-latency-percentile:
2191       title:
2192         text: ""
2193         xanchor: "center"
2194         x: 0.5
2195         font:
2196           size: 18
2197       xaxis:
2198         type: "log"
2199         title: "<b>Percentile [%]</b>"
2200         titlefont:
2201           size: 16
2202         autorange: True
2203         fixedrange: False
2204         gridcolor: "rgb(230, 230, 230)"
2205         linecolor: "rgb(220, 220, 220)"
2206         linewidth: 1
2207         showgrid: True
2208         showline: True
2209         showticklabels: True
2210         tickcolor: "rgb(220, 220, 220)"
2211         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2212         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2213         tickfont:
2214           size: 16
2215       yaxis:
2216         title: "<b>Packet Latency [uSec]</b>"
2217         titlefont:
2218           size: 16
2219         gridcolor: "rgb(230, 230, 230)"
2220         linecolor: "rgb(220, 220, 220)"
2221         linewidth: 1
2222         showgrid: True
2223         showline: True
2224         showticklabels: True
2225         tickcolor: "rgb(220, 220, 220)"
2226         tickfont:
2227           size: 16
2228       autosize: False
2229       showlegend: True
2230       legend:
2231         traceorder: "normal"
2232         orientation: "h"
2233         font:
2234           size: 16
2235         xanchor: "left"
2236         yanchor: "top"
2237         x: 0
2238         y: -0.15
2239         bgcolor: "rgba(255, 255, 255, 0)"
2240         bordercolor: "rgba(255, 255, 255, 0)"
2241       width: 700
2242       height: 700
2243       paper_bgcolor: "white"
2244       plot_bgcolor: "white"
2245
2246     plot-hdrh-latency-by-percentile:
2247       title:
2248         text: "<b>Latency by Percentile Distribution</b>"
2249         xanchor: "center"
2250         x: 0.5
2251         font:
2252           size: 18
2253       showlegend: True
2254       legend:
2255         traceorder: "normal"
2256         orientation: "h"
2257         font:
2258           size: 16
2259         xanchor: "left"
2260         yanchor: "top"
2261         x: 0
2262         y: -0.2
2263         bgcolor: "rgba(255, 255, 255, 0)"
2264         bordercolor: "rgba(255, 255, 255, 0)"
2265       xaxis:
2266         type: "linear"
2267         title: "<b>Percentile [%]</b>"
2268         titlefont:
2269           size: 14
2270         autorange: False
2271         fixedrange: False
2272         range: [0, 100]
2273         gridcolor: "rgb(230, 230, 230)"
2274         linecolor: "rgb(220, 220, 220)"
2275         linewidth: 1
2276         showgrid: True
2277         showline: True
2278         showticklabels: True
2279         tickcolor: "rgb(220, 220, 220)"
2280         tickvals: [0, 25, 50, 75, 100]
2281         ticktext: [0, 25, 50, 75, 100]
2282         tickfont:
2283           size: 14
2284       yaxis:
2285         title: "<b>One-Way Latency per Direction [uSec]</b>"
2286         titlefont:
2287           size: 14
2288         gridcolor: "rgb(230, 230, 230)"
2289         linecolor: "rgb(220, 220, 220)"
2290         linewidth: 1
2291         showgrid: True
2292         showline: True
2293         showticklabels: True
2294         tickcolor: "rgb(220, 220, 220)"
2295         tickfont:
2296           size: 14
2297       width: 700
2298       height: 700
2299       paper_bgcolor: "white"
2300       plot_bgcolor: "white"
2301
2302 - type: "static"
2303   src-path: "{DIR[RST]}"
2304   dst-path: "{DIR[WORKING,SRC]}"
2305
2306 - type: "input"
2307   general:
2308     file-name: "output_info.xml.gz"
2309     file-format: ".gz"
2310     arch-file-format:
2311       - ".gz"
2312       - ".zip"
2313     download-path: "{job}/{build}/archives/{filename}"
2314     extract: "output.xml"
2315
2316     zip-file-name: "robot-plugin.zip"
2317     zip-file-format: ".zip"
2318     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2319     zip-extract: "robot-plugin/output.xml"
2320
2321   builds:
2322
2323     csit-vpp-perf-verify-1904-3n-hsw:
2324       - 9   # MRR sel
2325       - 11  # NDRPDR sel
2326       - 12  # NDRPDR sel
2327       - 20  # NDRPDR sel
2328       - 21  # NDRPDR sel
2329       - 23  # NDRPDR sel
2330       - 24  # NDRPDR sel
2331       - 25  # NDRPDR sel
2332       - 26  # NDRPDR sel
2333       - 29  # NDRPDR sel
2334       - 30  # NDRPDR sel
2335     csit-vpp-perf-verify-1908-3n-hsw:
2336       - 12  # NDRPDR sel
2337       - 13  # NDRPDR sel
2338       - 14  # NDRPDR sel
2339       - 15  # NDRPDR sel
2340       - 16  # NDRPDR sel
2341       - 17  # NDRPDR sel
2342       - 18  # NDRPDR sel
2343       - 19  # NDRPDR sel
2344       - 20  # NDRPDR sel
2345       - 21  # NDRPDR sel
2346       - 48  # NDRPDR sel vhost
2347       - 49  # NDRPDR sel vhost
2348       - 52  # NDRPDR sel vhost
2349       - 53  # NDRPDR sel vhost
2350       - 54  # NDRPDR sel vhost
2351       - 55  # NDRPDR sel vhost
2352       - 56  # NDRPDR sel vhost
2353       - 57  # NDRPDR sel vhost
2354       - 58  # NDRPDR sel vhost
2355       - 59  # NDRPDR sel vhost
2356       - 39  # MRR sel
2357     csit-vpp-perf-verify-2001-3n-hsw:
2358       - 21  # NDRPDR sel
2359       - 22  # NDRPDR sel
2360       - 23  # NDRPDR sel
2361       - 24  # NDRPDR sel
2362       - 25  # NDRPDR sel
2363       - 29  # NDRPDR sel
2364       - 30  # NDRPDR sel
2365       - 31  # NDRPDR sel
2366       - 32  # NDRPDR sel
2367       - 34  # NDRPDR sel
2368       - 17  # MRR sel
2369       - 18  # NDRPDR full
2370       - 20  # NDRPDR full
2371       - 28  # NDRPDR full
2372       - 35  # NDRPDR full
2373       - 42  # NDRPDR full
2374       - 46  # NDRPDR full
2375       - 47  # NDRPDR full
2376       - 48  # NDRPDR full
2377       - 49  # NDRPDR full
2378       - 50  # NDRPDR full
2379       - 51  # NDRPDR full
2380       - 52  # NDRPDR full
2381       - 53  # NDRPDR full
2382       - 54  # NDRPDR full
2383       - 55  # NDRPDR full
2384       - 56  # NDRPDR full
2385       - 57  # NDRPDR full
2386       - 58  # NDRPDR full
2387       - 59  # NDRPDR full
2388       - 61  # NDRPDR full
2389       - 62  # NDRPDR full
2390       - 63  # NDRPDR full
2391       - 64  # NDRPDR full
2392       - 65  # NDRPDR full
2393       - 67  # NDRPDR full
2394       - 70  # NDRPDR full
2395       - 72  # NDRPDR full
2396       - 73  # NDRPDR full
2397       - 76  # NDRPDR full
2398       - 77  # NDRPDR full
2399       - 78  # NDRPDR full
2400       - 79  # NDRPDR full
2401       - 81  # NDRPDR full
2402       - 82  # NDRPDR full
2403       - 84  # NDRPDR full
2404       - 85  # NDRPDR full
2405       - 103  # hoststack
2406       - 104  # hoststack
2407       - 105  # hoststack
2408       - 106  # hoststack
2409       - 107  # hoststack
2410       - 108  # hoststack
2411       - 109  # hoststack
2412       - 110  # hoststack
2413       - 111  # hoststack
2414       - 112  # hoststack
2415
2416     csit-vpp-perf-verify-1904-3n-skx:
2417       - 7   # MRR sel
2418       - 8   # NDRPDR sel
2419       - 9   # NDRPDR sel
2420       - 10  # NDRPDR sel
2421       - 11  # NDRPDR sel
2422       - 12  # NDRPDR sel
2423       - 14  # NDRPDR sel
2424       - 16  # NDRPDR sel
2425       - 21  # NDRPDR sel
2426       - 23  # NDRPDR sel
2427       - 25  # NDRPDR sel
2428     csit-vpp-perf-verify-1908-3n-skx:
2429       - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
2430       - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
2431       - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
2432       - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
2433       - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
2434       - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
2435       - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
2436       - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
2437       - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
2438       - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
2439       - 52  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2440       - 53  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2441       - 55  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2442       - 61  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2443       - 62  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2444       - 63  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2445       - 64  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2446       - 65  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2447       - 66  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2448       - 67  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2449       - 36  # MRR sel - old1908 - vpp build: 19.08-release
2450     csit-vpp-perf-verify-1908_1-3n-skx:
2451       - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2452       - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2453       - 7   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2454       - 8   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2455       - 9   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2456       - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2457       - 11  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2458       - 12  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2459       - 13  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2460       - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2461       - 26  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2462       - 27  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2463       - 28  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2464       - 29  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2465       - 30  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2466       - 31  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2467       - 33  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2468       - 34  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2469       - 35  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2470       - 36  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2471     csit-vpp-perf-verify-1908_2-3n-skx:
2472       - 1   # NDRPDR sel
2473       - 2   # NDRPDR sel
2474     csit-vpp-perf-verify-2001-3n-skx:
2475       - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2476       - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2477       - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2478       - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2479       - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2480       - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2481       - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2482       - 82  # NDRPDR full - crypto-1
2483       - 85  # NDRPDR full - l2-2
2484       - 87  # NDRPDR full - ip6-1
2485       - 88  # NDRPDR full - ip6-2
2486       - 90  # NDRPDR full - memif
2487       - 95  # NDRPDR full - l2-1
2488       - 96  # NDRPDR full - ip4-2
2489       - 97  # NDRPDR full - vhost-1
2490       - 102 # NDRPDR full - crypto-2
2491       - 104 # NDRPDR full - ip4tunnels-1
2492       - 105 # NDRPDR full - ip4tunnels-2
2493       - 106 # NDRPDR full - ip4tunnels-3
2494       - 107 # NDRPDR full - ip6tunnels-1
2495       - 108 # NDRPDR full - ip4-1
2496       - 109 # NDRPDR full - crypto-3
2497       - 110 # NDRPDR full - crypto-4
2498       - 111 # NDRPDR full - ip4-2
2499       - 50  # MRR sel
2500       - 53  # MRR sel addition
2501
2502     csit-vpp-perf-verify-1904-2n-skx:
2503       - 11  # MRR sel
2504       - 12  # NDRPDR sel
2505       - 14  # NDRPDR sel
2506       - 16  # NDRPDR sel
2507       - 17  # NDRPDR sel
2508       - 18  # NDRPDR sel
2509       - 21  # NDRPDR sel
2510       - 27  # NDRPDR sel
2511       - 30  # NDRPDR sel
2512       - 31  # NDRPDR sel
2513       - 32  # NDRPDR sel
2514     csit-vpp-perf-verify-1908-2n-skx:
2515       - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
2516       - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
2517       - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
2518       - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
2519       - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
2520       - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
2521       - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
2522       - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
2523       - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
2524       - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
2525       - 88  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2526       - 89  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2527       - 91  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2528       - 92  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2529       - 93  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2530       - 94  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2531       - 95  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2532       - 96  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2533       - 97  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2534       - 98  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2535       - 69  # MRR sel - old1908 - vpp build: 19.08-release
2536     csit-vpp-perf-verify-1908_1-2n-skx:
2537       - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2538       - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2539       - 6   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2540       - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2541       - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2542       - 16  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2543       - 21  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2544       - 23  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2545       - 24  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2546       - 25  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2547       - 39  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2548       - 40  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2549       - 41  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2550       - 43  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2551       - 44  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2552       - 45  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2553       - 46  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2554       - 47  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2555       - 48  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2556       - 49  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2557     csit-vpp-perf-verify-1908_2-2n-skx:
2558       - 1   # NDRPDR sel
2559       - 2   # NDRPDR sel
2560       - 3   # NDRPDR sel
2561       - 4   # NDRPDR sel
2562       - 5   # NDRPDR sel
2563       - 6   # NDRPDR sel
2564       - 7   # NDRPDR sel
2565       - 8   # NDRPDR sel
2566       - 9   # NDRPDR sel
2567       - 10  # NDRPDR sel
2568     csit-vpp-perf-verify-2001-2n-skx:
2569       - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2570       - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2571       - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2572       - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2573       - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2574       - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2575       - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2576       - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2577       - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2578       - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2579       - 155  # NDRPDR full - perf-full-2n-skx-ip4_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2580       - 156  # NDRPDR full - perf-full-2n-skx-ip4_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2581       - 157  # NDRPDR full - perf-full-2n-skx-ip4_III - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2582       - 158  # NDRPDR full - perf-full-2n-skx-ip4_V - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2583       - 159  # NDRPDR full - perf-full-2n-skx-ip4_VIII - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2584       - 160  # NDRPDR full - perf-full-2n-skx-ip4_IX - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2585       - 161  # NDRPDR full - perf-full-2n-skx-ip6_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2586       - 162  # NDRPDR full - perf-full-2n-skx-ip6_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2587       - 163  # NDRPDR full - perf-full-2n-skx-l2_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2588       - 164  # NDRPDR full - perf-full-2n-skx-l2_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2589       - 165  # NDRPDR full - perf-full-2n-skx-memif - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2590       - 166  # NDRPDR full - perf-full-2n-skx-vhost I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2591       - 167  # NDRPDR full - perf-full-2n-skx-vhost II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2592       - 168  # NDRPDR full - perf-full-2n-skx-vts - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2593       - 101  # MRR sel - old
2594       - 128  # MRR sel addition - old
2595       - 169  # Reconf
2596       - 171  # Reconf
2597       - 172  # Reconf
2598       - 173  # Reconf
2599       - 174  # Reconf
2600       - 175  # Reconf
2601       - 176  # Reconf
2602       - 177  # Reconf
2603       - 178  # Reconf
2604       - 179  # Reconf
2605       - 181  # Soak
2606       - 182  # Soak
2607
2608     csit-vpp-perf-verify-1908_1-2n-clx:
2609       - 5  # NDRPDR sel
2610       - 6  # NDRPDR sel
2611       - 7  # NDRPDR sel
2612       - 8  # NDRPDR sel
2613     csit-vpp-perf-verify-1908_2-2n-clx:
2614       - 4  # NDRPDR sel
2615       - 5  # NDRPDR sel
2616       - 6  # NDRPDR sel
2617       - 7  # NDRPDR sel
2618       - 8  # NDRPDR sel
2619     csit-vpp-perf-verify-2001-2n-clx:
2620       - 28  # NDRPDR sel
2621       - 29  # NDRPDR sel
2622       - 32  # NDRPDR sel
2623       - 40  # NDRPDR sel
2624       - 43  # NDRPDR sel
2625       - 44  # NDRPDR sel
2626       - 45  # NDRPDR sel
2627       - 47  # NDRPDR sel
2628       - 48  # NDRPDR sel
2629       - 49  # NDRPDR sel
2630       - 39  # MRR
2631       - 53  # NDRPDR full
2632       - 54  # NDRPDR full
2633       - 55  # NDRPDR full
2634       - 56  # NDRPDR full
2635       - 57  # NDRPDR full
2636       - 58  # NDRPDR full
2637       - 59  # NDRPDR full
2638       - 60  # NDRPDR full
2639       - 61  # NDRPDR full
2640       - 62  # NDRPDR full
2641       - 63  # NDRPDR full
2642       - 64  # NDRPDR full
2643       - 65  # NDRPDR full
2644       - 66  # NDRPDR full
2645       - 67  # NDRPDR full
2646       - 68  # Reconf
2647       - 69  # Reconf
2648       - 70  # Reconf
2649       - 71  # Reconf
2650       - 72  # Reconf
2651       - 73  # Reconf
2652       - 74  # Reconf
2653       - 75  # Reconf
2654       - 76  # Reconf
2655       - 77  # Reconf
2656       - 80  # TCP
2657       - 82  # TCP
2658       - 83  # TCP
2659       - 85  # TCP
2660       - 86  # TCP
2661       - 87  # TCP
2662       - 88  # TCP
2663       - 89  # TCP
2664       - 90  # TCP
2665       - 91  # TCP
2666       - 93  # Soak
2667       - 94  # Soak
2668
2669     csit-vpp-perf-verify-1908-3n-tsh:
2670       - 7   # NDRPDR sel
2671       - 8   # NDRPDR sel
2672       - 9   # NDRPDR sel
2673       - 10  # NDRPDR sel
2674       - 11  # NDRPDR sel
2675       - 12  # NDRPDR sel
2676       - 13  # NDRPDR sel
2677       - 14  # NDRPDR sel
2678       - 15  # NDRPDR sel
2679       - 16  # NDRPDR sel
2680       - 17  # MRR sel
2681     csit-vpp-perf-verify-2001-3n-tsh:
2682       - 3   # NDRPDR sel
2683       - 4   # NDRPDR sel
2684       - 7   # NDRPDR sel
2685       - 8   # NDRPDR sel
2686       - 10  # NDRPDR sel
2687       - 12  # NDRPDR sel
2688       - 13  # NDRPDR sel
2689       - 14  # NDRPDR sel
2690       - 15  # NDRPDR sel
2691       - 21  # NDRPDR sel
2692       - 9   # MRR sel
2693
2694     csit-vpp-perf-verify-1908-3n-dnv:
2695       - 6   # NDRPDR sel
2696       - 7   # NDRPDR sel
2697       - 8   # NDRPDR sel
2698       - 9   # NDRPDR sel
2699       - 10  # NDRPDR sel
2700       - 12  # NDRPDR sel
2701       - 13  # NDRPDR sel
2702       - 14  # NDRPDR sel
2703       - 15  # NDRPDR sel
2704       - 16  # NDRPDR sel
2705       - 17  # MRR sel
2706     csit-vpp-perf-verify-2001-3n-dnv:
2707       - 5   # NDRPDR sel
2708       - 6   # NDRPDR sel
2709       - 7   # NDRPDR sel
2710       - 8   # NDRPDR sel
2711       - 9   # NDRPDR sel
2712       - 10  # NDRPDR sel
2713       - 12  # NDRPDR sel
2714       - 16  # NDRPDR sel
2715       - 17  # NDRPDR sel
2716       - 18  # NDRPDR sel
2717       - 11  # MRR sel
2718       - 19  # NDRPDR full
2719       - 20  # NDRPDR full
2720       - 21  # NDRPDR full
2721       - 22  # NDRPDR full
2722       - 23  # NDRPDR full
2723       - 24  # NDRPDR full
2724       - 25  # NDRPDR full
2725       - 26  # NDRPDR full
2726       - 37  # NDRPDR full
2727       - 38  # NDRPDR full
2728       - 39  # NDRPDR full
2729
2730     csit-vpp-perf-verify-1908-2n-dnv:
2731       - 1   # NDRPDR sel
2732       - 2   # NDRPDR sel
2733       - 3   # NDRPDR sel
2734       - 4   # NDRPDR sel
2735       - 5   # NDRPDR sel
2736       - 6   # NDRPDR sel
2737       - 7   # NDRPDR sel
2738       - 8   # NDRPDR sel
2739       - 9   # NDRPDR sel
2740       - 10  # NDRPDR sel
2741       - 11  # MRR sel
2742     csit-vpp-perf-verify-2001-2n-dnv:
2743       - 4   # NDRPDR sel
2744       - 5   # NDRPDR sel
2745       - 6   # NDRPDR sel
2746       - 7   # NDRPDR sel
2747       - 8   # NDRPDR sel
2748       - 9   # NDRPDR sel
2749       - 10  # NDRPDR sel
2750       - 11  # NDRPDR sel
2751       - 13  # NDRPDR sel
2752       - 16  # NDRPDR sel
2753       - 12  # MRR sel
2754       - 21  # NDRPDR full
2755       - 22  # NDRPDR full
2756       - 25  # NDRPDR full
2757       - 26  # NDRPDR full
2758       - 27  # NDRPDR full
2759       - 28  # NDRPDR full
2760
2761     csit-dpdk-perf-verify-1904-3n-hsw:
2762       - 2   # NDRPDR sel
2763       - 3   # NDRPDR sel
2764       - 5   # NDRPDR sel
2765       - 6   # NDRPDR sel
2766       - 13  # NDRPDR sel
2767       - 14  # NDRPDR sel
2768       - 15  # NDRPDR sel
2769       - 18  # NDRPDR sel
2770       - 19  # NDRPDR sel
2771       - 20  # NDRPDR sel
2772     csit-dpdk-perf-verify-1908-3n-hsw:
2773       - 2   # NDRPDR sel
2774       - 3   # NDRPDR sel
2775       - 4   # NDRPDR sel
2776       - 5   # NDRPDR sel
2777       - 6   # NDRPDR sel
2778       - 7   # NDRPDR sel
2779       - 8   # NDRPDR sel
2780       - 9   # NDRPDR sel
2781       - 10  # NDRPDR sel
2782       - 11  # NDRPDR sel
2783     csit-dpdk-perf-verify-2001-3n-hsw:
2784       - 4   # NDRPDR sel
2785       - 5   # NDRPDR sel
2786       - 6   # NDRPDR sel
2787       - 7   # NDRPDR sel
2788       - 8   # NDRPDR sel
2789       - 9   # NDRPDR sel
2790       - 10  # NDRPDR sel
2791       - 11  # NDRPDR sel
2792       - 12  # NDRPDR sel
2793       - 13  # NDRPDR sel
2794       - 15  # NDRPDR sel
2795       - 16  # NDRPDR sel
2796       - 17  # NDRPDR sel
2797       - 18  # NDRPDR sel
2798       - 19  # NDRPDR sel
2799       - 20  # NDRPDR sel
2800       - 21  # NDRPDR sel
2801       - 22  # NDRPDR sel
2802       - 23  # NDRPDR sel
2803       - 24  # NDRPDR sel
2804       - 25  # NDRPDR full
2805       - 26  # NDRPDR full
2806
2807     csit-dpdk-perf-verify-1904-3n-skx:
2808       - 2   # NDRPDR sel
2809       - 3   # NDRPDR sel
2810       - 4   # NDRPDR sel
2811       - 5   # NDRPDR sel
2812       - 6   # NDRPDR sel
2813       - 7   # NDRPDR sel
2814       - 11  # NDRPDR sel
2815       - 12  # NDRPDR sel
2816       - 13  # NDRPDR sel
2817       - 14  # NDRPDR sel
2818     csit-dpdk-perf-verify-1908-3n-skx:
2819       - 3   # NDRPDR sel
2820       - 4   # NDRPDR sel
2821       - 5   # NDRPDR sel
2822       - 6   # NDRPDR sel
2823       - 7   # NDRPDR sel
2824       - 8   # NDRPDR sel
2825       - 9   # NDRPDR sel
2826       - 10  # NDRPDR sel
2827       - 11  # NDRPDR sel
2828       - 12  # NDRPDR sel
2829     csit-dpdk-perf-verify-2001-3n-skx:
2830       - 29  # NDRPDR sel xxv710
2831       - 33  # NDRPDR sel xxv710
2832       - 34  # NDRPDR sel xxv710
2833       - 35  # NDRPDR sel xxv710
2834       - 36  # NDRPDR sel xxv710
2835       - 37  # NDRPDR sel xxv710
2836       - 41  # NDRPDR sel xxv710
2837       - 42  # NDRPDR sel xxv710
2838       - 43  # NDRPDR sel xxv710
2839       - 45  # NDRPDR sel xxv710
2840       - 30  # NDRPDR sel x710
2841       - 31  # NDRPDR sel x710
2842       - 32  # NDRPDR sel x710
2843       - 38  # NDRPDR sel x710
2844       - 39  # NDRPDR sel x710
2845       - 40  # NDRPDR sel x710
2846       - 44  # NDRPDR sel x710
2847       - 46  # NDRPDR sel x710
2848       - 47  # NDRPDR sel x710
2849       - 48  # NDRPDR sel x710
2850
2851     csit-dpdk-perf-verify-1904-2n-skx:
2852       - 2   # NDRPDR sel
2853       - 3   # NDRPDR sel
2854       - 4   # NDRPDR sel
2855       - 5   # NDRPDR sel
2856       - 7   # NDRPDR sel
2857       - 8   # NDRPDR sel
2858       - 9   # NDRPDR sel
2859       - 10  # NDRPDR sel
2860       - 11  # NDRPDR sel
2861       - 12  # NDRPDR sel
2862     csit-dpdk-perf-verify-1908-2n-skx:
2863       - 2   # NDRPDR sel
2864       - 3   # NDRPDR sel
2865       - 4   # NDRPDR sel
2866       - 5   # NDRPDR sel
2867       - 7   # NDRPDR sel
2868       - 8   # NDRPDR sel
2869       - 9   # NDRPDR sel
2870       - 10  # NDRPDR sel
2871       - 11  # NDRPDR sel
2872       - 12  # NDRPDR sel
2873     csit-dpdk-perf-verify-2001-2n-skx:
2874       - 35  # NDRPDR sel xxv710
2875       - 36  # NDRPDR sel xxv710
2876       - 37  # NDRPDR sel xxv710
2877       - 41  # NDRPDR sel xxv710
2878       - 42  # NDRPDR sel xxv710
2879       - 43  # NDRPDR sel xxv710
2880       - 46  # NDRPDR sel xxv710
2881       - 47  # NDRPDR sel xxv710
2882       - 52  # NDRPDR sel xxv710
2883       - 53  # NDRPDR sel xxv710
2884       - 38  # NDRPDR sel x710
2885       - 39  # NDRPDR sel x710
2886       - 40  # NDRPDR sel x710
2887       - 44  # NDRPDR sel x710
2888       - 45  # NDRPDR sel x710
2889       - 48  # NDRPDR sel x710
2890       - 49  # NDRPDR sel x710
2891       - 50  # NDRPDR sel x710
2892       - 51  # NDRPDR sel x710
2893       - 54  # NDRPDR sel x710
2894
2895     csit-dpdk-perf-verify-2001-2n-clx:
2896       - 15  # NDRPDR sel
2897       - 16  # NDRPDR sel
2898       - 17  # NDRPDR sel
2899       - 18  # NDRPDR sel
2900       - 19  # NDRPDR sel
2901       - 20  # NDRPDR sel
2902       - 21  # NDRPDR sel
2903       - 22  # NDRPDR sel
2904       - 23  # NDRPDR sel
2905       - 24  # NDRPDR sel
2906       - 25  # NDRPDR sel
2907       - 26  # NDRPDR sel
2908       - 27  # NDRPDR sel
2909       - 28  # NDRPDR sel
2910       - 29  # NDRPDR sel
2911       - 30  # NDRPDR sel
2912       - 31  # NDRPDR sel
2913       - 32  # NDRPDR sel
2914       - 33  # NDRPDR sel
2915       - 34  # NDRPDR sel
2916
2917     csit-dpdk-perf-verify-2001-2n-dnv:
2918       - 9   # NDRPDR sel
2919       - 10  # NDRPDR sel
2920       - 11  # NDRPDR sel
2921       - 12  # NDRPDR sel
2922       - 13  # NDRPDR sel
2923       - 14  # NDRPDR sel
2924       - 15  # NDRPDR sel
2925       - 16  # NDRPDR sel
2926       - 17  # NDRPDR sel
2927       - 18  # NDRPDR sel
2928
2929     csit-dpdk-perf-verify-2001-3n-dnv:
2930       - 12  # NDRPDR sel
2931       - 13  # NDRPDR sel
2932       - 14  # NDRPDR sel
2933       - 15  # NDRPDR sel
2934       - 16  # NDRPDR sel
2935       - 17  # NDRPDR sel
2936       - 18  # NDRPDR sel
2937       - 19  # NDRPDR sel
2938       - 20  # NDRPDR sel
2939       - 22  # NDRPDR sel
2940
2941     csit-dpdk-perf-verify-2001-3n-tsh:
2942       - 3   # NDRPDR sel
2943       - 4   # NDRPDR sel
2944       - 5   # NDRPDR sel
2945       - 9   # NDRPDR sel
2946       - 10  # NDRPDR sel
2947       - 11  # NDRPDR sel
2948       - 12  # NDRPDR sel
2949       - 14  # NDRPDR sel
2950       - 15  # NDRPDR sel
2951       - 18  # NDRPDR sel
2952
2953     csit-vpp-device-2001-ubuntu1804-1n-skx:
2954       - 57
2955
2956 - type: "output"
2957   output: "report"
2958   format:
2959     html:
2960     - full
2961 #    pdf:
2962 #    - minimal
2963
2964 ################################################################################
2965 ###                               T A B L E S                                ###
2966 ################################################################################
2967
2968 # VPP Soak vs NDR - 2n-skx
2969 - type: "table"
2970   title: "VPP Soak vs NDR 2n-skx"
2971   algorithm: "table_soak_vs_ndr"
2972   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2973   reference:
2974     title: "NDR"
2975     data: "vpp-soak-vs-ndr-2n-skx-ref"
2976   compare:
2977     title: "Soak"
2978     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2979   data: "vpp-soak-vs-ndr-2n-skx"
2980   include-tests: "NDR"
2981   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2982   parameters:
2983     - "throughput"
2984     - "name"
2985     - "parent"
2986
2987 # VPP Soak vs NDR - 2n-clx
2988 - type: "table"
2989   title: "VPP Soak vs NDR 2n-clx"
2990   algorithm: "table_soak_vs_ndr"
2991   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2992   reference:
2993     title: "NDR"
2994     data: "vpp-soak-vs-ndr-2n-clx-ref"
2995   compare:
2996     title: "Soak"
2997     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2998   data: "vpp-soak-vs-ndr-2n-clx"
2999   include-tests: "NDR"
3000   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3001   parameters:
3002     - "throughput"
3003     - "name"
3004     - "parent"
3005
3006 ################################################################################
3007
3008 # VPP Compare NICs 3n-skx 2t1c ndr
3009 - type: "table"
3010   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3011   algorithm: "table_comparison"
3012   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3013   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3014   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3015   columns:
3016     - title: "x710"
3017       data-set: "vpp-nic-comparison-3n-skx"
3018       tag: "NIC_Intel-X710"
3019     - title: "xxv710"
3020       data-set: "vpp-nic-comparison-3n-skx"
3021       tag: "NIC_Intel-XXV710"
3022   comparisons:
3023     - title: "Diff"
3024       reference: 1
3025       compare: 2
3026   legend:
3027     - "Legend to Table:"
3028     - "x710, xxv710 - NICs tested."
3029     - "Diff - difference between x710 and xxv710 NIC."
3030
3031 # VPP Compare NICs 3n-skx 4t2c ndr
3032 - type: "table"
3033   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3034   algorithm: "table_comparison"
3035   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3036   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3037   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3038   columns:
3039     - title: "x710"
3040       data-set: "vpp-nic-comparison-3n-skx"
3041       tag: "NIC_Intel-X710"
3042     - title: "xxv710"
3043       data-set: "vpp-nic-comparison-3n-skx"
3044       tag: "NIC_Intel-XXV710"
3045   comparisons:
3046     - title: "Diff"
3047       reference: 1
3048       compare: 2
3049   legend:
3050     - "Legend to Table:"
3051     - "x710, xxv710 - NICs tested."
3052     - "Diff - difference between x710 and xxv710 NIC."
3053
3054 # VPP Compare NICs 3n-skx 2t1c pdr
3055 - type: "table"
3056   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3057   algorithm: "table_comparison"
3058   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3059   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3060   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3061   columns:
3062     - title: "x710"
3063       data-set: "vpp-nic-comparison-3n-skx"
3064       tag: "NIC_Intel-X710"
3065     - title: "xxv710"
3066       data-set: "vpp-nic-comparison-3n-skx"
3067       tag: "NIC_Intel-XXV710"
3068   comparisons:
3069     - title: "Diff"
3070       reference: 1
3071       compare: 2
3072   legend:
3073     - "Legend to Table:"
3074     - "x710, xxv710 - NICs tested."
3075     - "Diff - difference between x710 and xxv710 NIC."
3076
3077 # VPP Compare NICs 3n-skx 4t2c pdr
3078 - type: "table"
3079   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3080   algorithm: "table_comparison"
3081   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3082   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3083   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3084   columns:
3085     - title: "x710"
3086       data-set: "vpp-nic-comparison-3n-skx"
3087       tag: "NIC_Intel-X710"
3088     - title: "xxv710"
3089       data-set: "vpp-nic-comparison-3n-skx"
3090       tag: "NIC_Intel-XXV710"
3091   comparisons:
3092     - title: "Diff"
3093       reference: 1
3094       compare: 2
3095   legend:
3096     - "Legend to Table:"
3097     - "x710, xxv710 - NICs tested."
3098     - "Diff - difference between x710 and xxv710 NIC."
3099
3100 # VPP Compare NICs 3n-skx 2t1c mrr
3101 - type: "table"
3102   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3103   algorithm: "table_comparison"
3104   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3105   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3106   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3107   columns:
3108     - title: "x710"
3109       data-set: "vpp-nic-comparison-3n-skx-mrr"
3110       tag: "NIC_Intel-X710"
3111     - title: "xxv710"
3112       data-set: "vpp-nic-comparison-3n-skx-mrr"
3113       tag: "NIC_Intel-XXV710"
3114   comparisons:
3115     - title: "Diff"
3116       reference: 1
3117       compare: 2
3118   legend:
3119     - "Legend to Table:"
3120     - "x710, xxv710 - NICs tested."
3121     - "Diff - difference between x710 and xxv710 NIC."
3122
3123 # VPP Compare NICs 3n-skx 4t2c mrr
3124 - type: "table"
3125   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3126   algorithm: "table_comparison"
3127   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3128   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3129   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3130   columns:
3131     - title: "x710"
3132       data-set: "vpp-nic-comparison-3n-skx-mrr"
3133       tag: "NIC_Intel-X710"
3134     - title: "xxv710"
3135       data-set: "vpp-nic-comparison-3n-skx-mrr"
3136       tag: "NIC_Intel-XXV710"
3137   comparisons:
3138     - title: "Diff"
3139       reference: 1
3140       compare: 2
3141   legend:
3142     - "Legend to Table:"
3143     - "x710, xxv710 - NICs tested."
3144     - "Diff - difference between x710 and xxv710 NIC."
3145
3146 # VPP Compare NICs 3n-skx 8t4c mrr
3147 - type: "table"
3148   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3149   algorithm: "table_comparison"
3150   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3151   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3152   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3153   columns:
3154     - title: "x710"
3155       data-set: "vpp-nic-comparison-3n-skx-mrr"
3156       tag: "NIC_Intel-X710"
3157     - title: "xxv710"
3158       data-set: "vpp-nic-comparison-3n-skx-mrr"
3159       tag: "NIC_Intel-XXV710"
3160   comparisons:
3161     - title: "Diff"
3162       reference: 1
3163       compare: 2
3164   legend:
3165     - "Legend to Table:"
3166     - "x710, xxv710 - NICs tested."
3167     - "Diff - difference between x710 and xxv710 NIC."
3168
3169 # VPP Compare NICs 2n-skx 2t1c ndr
3170 - type: "table"
3171   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3172   algorithm: "table_comparison"
3173   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3174   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3175   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3176   columns:
3177     - title: "x710"
3178       data-set: "vpp-nic-comparison-2n-skx"
3179       tag: "NIC_Intel-X710"
3180     - title: "xxv710"
3181       data-set: "vpp-nic-comparison-2n-skx"
3182       tag: "NIC_Intel-XXV710"
3183   comparisons:
3184     - title: "Diff"
3185       reference: 1
3186       compare: 2
3187   legend:
3188     - "Legend to Table:"
3189     - "x710, xxv710 - NICs tested."
3190     - "Diff - difference between x710 and xxv710 NIC."
3191
3192 # VPP Compare NICs 2n-skx 4t2c ndr
3193 - type: "table"
3194   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3195   algorithm: "table_comparison"
3196   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3197   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3198   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3199   columns:
3200     - title: "x710"
3201       data-set: "vpp-nic-comparison-2n-skx"
3202       tag: "NIC_Intel-X710"
3203     - title: "xxv710"
3204       data-set: "vpp-nic-comparison-2n-skx"
3205       tag: "NIC_Intel-XXV710"
3206   comparisons:
3207     - title: "Diff"
3208       reference: 1
3209       compare: 2
3210   legend:
3211     - "Legend to Table:"
3212     - "x710, xxv710 - NICs tested."
3213     - "Diff - difference between x710 and xxv710 NIC."
3214
3215 # VPP Compare NICs 2n-skx 2t1c pdr
3216 - type: "table"
3217   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3218   algorithm: "table_comparison"
3219   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3220   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3221   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3222   columns:
3223     - title: "x710"
3224       data-set: "vpp-nic-comparison-2n-skx"
3225       tag: "NIC_Intel-X710"
3226     - title: "xxv710"
3227       data-set: "vpp-nic-comparison-2n-skx"
3228       tag: "NIC_Intel-XXV710"
3229   comparisons:
3230     - title: "Diff"
3231       reference: 1
3232       compare: 2
3233   legend:
3234     - "Legend to Table:"
3235     - "x710, xxv710 - NICs tested."
3236     - "Diff - difference between x710 and xxv710 NIC."
3237
3238 # VPP Compare NICs 2n-skx 4t2c pdr
3239 - type: "table"
3240   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3241   algorithm: "table_comparison"
3242   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3243   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3244   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3245   columns:
3246     - title: "x710"
3247       data-set: "vpp-nic-comparison-2n-skx"
3248       tag: "NIC_Intel-X710"
3249     - title: "xxv710"
3250       data-set: "vpp-nic-comparison-2n-skx"
3251       tag: "NIC_Intel-XXV710"
3252   comparisons:
3253     - title: "Diff"
3254       reference: 1
3255       compare: 2
3256   legend:
3257     - "Legend to Table:"
3258     - "x710, xxv710 - NICs tested."
3259     - "Diff - difference between x710 and xxv710 NIC."
3260
3261 # VPP Compare NICs 2n-skx 2t1c mrr
3262 - type: "table"
3263   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3264   algorithm: "table_comparison"
3265   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3266   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3267   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3268   columns:
3269     - title: "x710"
3270       data-set: "vpp-nic-comparison-2n-skx-mrr"
3271       tag: "NIC_Intel-X710"
3272     - title: "xxv710"
3273       data-set: "vpp-nic-comparison-2n-skx-mrr"
3274       tag: "NIC_Intel-XXV710"
3275   comparisons:
3276     - title: "Diff"
3277       reference: 1
3278       compare: 2
3279   legend:
3280     - "Legend to Table:"
3281     - "x710, xxv710 - NICs tested."
3282     - "Diff - difference between x710 and xxv710 NIC."
3283
3284 # VPP Compare NICs 2n-skx 4t2c mrr
3285 - type: "table"
3286   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3287   algorithm: "table_comparison"
3288   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3289   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3290   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3291   columns:
3292     - title: "x710"
3293       data-set: "vpp-nic-comparison-2n-skx-mrr"
3294       tag: "NIC_Intel-X710"
3295     - title: "xxv710"
3296       data-set: "vpp-nic-comparison-2n-skx-mrr"
3297       tag: "NIC_Intel-XXV710"
3298   comparisons:
3299     - title: "Diff"
3300       reference: 1
3301       compare: 2
3302   legend:
3303     - "Legend to Table:"
3304     - "x710, xxv710 - NICs tested."
3305     - "Diff - difference between x710 and xxv710 NIC."
3306
3307 # VPP Compare NICs 2n-skx 8t4c mrr
3308 - type: "table"
3309   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3310   algorithm: "table_comparison"
3311   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3312   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3313   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3314   columns:
3315     - title: "x710"
3316       data-set: "vpp-nic-comparison-2n-skx-mrr"
3317       tag: "NIC_Intel-X710"
3318     - title: "xxv710"
3319       data-set: "vpp-nic-comparison-2n-skx-mrr"
3320       tag: "NIC_Intel-XXV710"
3321   comparisons:
3322     - title: "Diff"
3323       reference: 1
3324       compare: 2
3325   legend:
3326     - "Legend to Table:"
3327     - "x710, xxv710 - NICs tested."
3328     - "Diff - difference between x710 and xxv710 NIC."
3329
3330 ################################################################################
3331 # VPP
3332
3333 # VPP Performance changes 2n-skx-xxv710 2t1c ndr
3334 - type: "table"
3335   title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
3336   algorithm: "table_comparison"
3337   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
3338   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3339   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3340   columns:
3341     - title: "1908.1"
3342       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3343     - title: "1908.2"
3344       data-set: "vpp-perf-changes-2n-skx-new1908_2"
3345   comparisons:
3346     - title: "Diff"
3347       reference: 1
3348       compare: 2
3349   legend:
3350     - "Legend to Table:"
3351     - "1908.1, 1908.2 - VPP versions tested."
3352     - "Diff - difference between the previous and the current VPP version."
3353
3354 # VPP Performance changes 2n-skx-xxv710 2t1c pdr
3355 - type: "table"
3356   title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
3357   algorithm: "table_comparison"
3358   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
3359   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3360   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3361   columns:
3362     - title: "1908.1"
3363       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3364     - title: "1908.2"
3365       data-set: "vpp-perf-changes-2n-skx-new1908_2"
3366   comparisons:
3367     - title: "Diff"
3368       reference: 1
3369       compare: 2
3370   legend:
3371     - "Legend to Table:"
3372     - "1908.1, 1908.2 - VPP versions tested."
3373     - "Diff - difference between the previous and the current VPP version."
3374
3375 # VPP Performance changes 3n-skx-xxv710 2t1c ndr
3376 - type: "table"
3377   title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3378   algorithm: "table_comparison"
3379   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3380   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3381   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3382   columns:
3383     - title: "1908.1"
3384       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3385     - title: "1908.2"
3386       data-set: "vpp-perf-changes-3n-skx-new1908_2"
3387   comparisons:
3388     - title: "Diff"
3389       reference: 1
3390       compare: 2
3391   legend:
3392     - "Legend to Table:"
3393     - "1908.1, 1908.2 - VPP versions tested."
3394     - "Diff - difference between the previous and the current VPP version."
3395
3396 # VPP Performance changes 3n-skx-xxv710 2t1c pdr
3397 - type: "table"
3398   title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3399   algorithm: "table_comparison"
3400   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3401   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3402   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3403   columns:
3404     - title: "1908.1"
3405       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3406     - title: "1908.2"
3407       data-set: "vpp-perf-changes-3n-skx-new1908_2"
3408   comparisons:
3409     - title: "Diff"
3410       reference: 1
3411       compare: 2
3412   legend:
3413     - "Legend to Table:"
3414     - "1908.1, 1908.2 - VPP versions tested."
3415     - "Diff - difference between the previous and the current VPP version."
3416
3417 # VPP Performance changes 2n-clx-xxv710 2t1c ndr
3418 - type: "table"
3419   title: "VPP Performance changes 2n-clx-xxv710 2t1c ndr"
3420   algorithm: "table_comparison"
3421   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-ndr"
3422   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3423   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3424   columns:
3425     - title: "1908.1"
3426       data-set: "vpp-perf-changes-2n-clx-new1908_1"
3427     - title: "1908.2"
3428       data-set: "vpp-perf-changes-2n-clx-new1908_2"
3429   comparisons:
3430     - title: "Diff"
3431       reference: 1
3432       compare: 2
3433   legend:
3434     - "Legend to Table:"
3435     - "1908.1, 1908.2 - VPP versions tested."
3436     - "Diff - difference between the previous and the current VPP version."
3437
3438 # VPP Performance changes 2n-clx-xxv710 2t1c pdr
3439 - type: "table"
3440   title: "VPP Performance changes 2n-clx-xxv710 2t1c pdr"
3441   algorithm: "table_comparison"
3442   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-pdr"
3443   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3444   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3445   columns:
3446     - title: "1908.1"
3447       data-set: "vpp-perf-changes-2n-clx-new1908_1"
3448     - title: "1908.2"
3449       data-set: "vpp-perf-changes-2n-clx-new1908_2"
3450   comparisons:
3451     - title: "Diff"
3452       reference: 1
3453       compare: 2
3454   legend:
3455     - "Legend to Table:"
3456     - "1908.1, 1908.2 - VPP versions tested."
3457     - "Diff - difference between the previous and the current VPP version."
3458
3459 # VPP Performance Changes 3n-hsw 1t1c pdr
3460 - type: "table"
3461   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3462   algorithm: "table_comparison"
3463   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3464   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3465   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3466   columns:
3467     - title: "1904"
3468       data-set: "vpp-performance-changes-3n-hsw-h1"
3469     - title: "1908"
3470       data-set: "vpp-performance-changes-3n-hsw-ref"
3471     - title: "2001"
3472       data-set: "vpp-performance-changes-3n-hsw-cmp"
3473   comparisons:
3474     - title: "Diff"
3475       reference: 2
3476       compare: 3
3477   legend:
3478     - "Legend to Table"
3479     - "1904, 1908, 2001 - VPP versions tested."
3480     - "Diff - difference between 1908 and 2001 VPP version."
3481
3482 # VPP Performance Changes 3n-hsw 2t2c pdr
3483 - type: "table"
3484   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3485   algorithm: "table_comparison"
3486   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3487   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3488   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3489   columns:
3490     - title: "1904"
3491       data-set: "vpp-performance-changes-3n-hsw-h1"
3492     - title: "1908"
3493       data-set: "vpp-performance-changes-3n-hsw-ref"
3494     - title: "2001"
3495       data-set: "vpp-performance-changes-3n-hsw-cmp"
3496   comparisons:
3497     - title: "Diff"
3498       reference: 2
3499       compare: 3
3500   legend:
3501     - "Legend to Table"
3502     - "1904, 1908, 2001 - VPP versions tested."
3503     - "Diff - difference between 1908 and 2001 VPP version."
3504
3505 # VPP Performance Changes 3n-hsw 1t1c ndr
3506 - type: "table"
3507   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3508   algorithm: "table_comparison"
3509   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3510   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3511   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3512   columns:
3513     - title: "1904"
3514       data-set: "vpp-performance-changes-3n-hsw-h1"
3515     - title: "1908"
3516       data-set: "vpp-performance-changes-3n-hsw-ref"
3517     - title: "2001"
3518       data-set: "vpp-performance-changes-3n-hsw-cmp"
3519   comparisons:
3520     - title: "Diff"
3521       reference: 2
3522       compare: 3
3523   legend:
3524     - "Legend to Table"
3525     - "1904, 1908, 2001 - VPP versions tested."
3526     - "Diff - difference between 1908 and 2001 VPP version."
3527
3528 # VPP Performance Changes 3n-hsw 2t2c ndr
3529 - type: "table"
3530   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3531   algorithm: "table_comparison"
3532   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3533   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3534   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3535   columns:
3536     - title: "1904"
3537       data-set: "vpp-performance-changes-3n-hsw-h1"
3538     - title: "1908"
3539       data-set: "vpp-performance-changes-3n-hsw-ref"
3540     - title: "2001"
3541       data-set: "vpp-performance-changes-3n-hsw-cmp"
3542   comparisons:
3543     - title: "Diff"
3544       reference: 2
3545       compare: 3
3546   legend:
3547     - "Legend to Table"
3548     - "1904, 1908, 2001 - VPP versions tested."
3549     - "Diff - difference between 1908 and 2001 VPP version."
3550
3551 # VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3552 - type: "table"
3553   title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3554   algorithm: "table_comparison"
3555   output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3556   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3557   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3558   rca:
3559     - title: "RCA1"
3560       data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3561     - title: "RCA2"
3562       data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3563   columns:
3564     - title: "1908.0-1"
3565       data-set: "vpp-perf-changes-3n-skx-old1908_0"
3566       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3567     - title: "1908.1-1"
3568       data-set: "vpp-perf-changes-3n-skx-old1908_1"
3569     - title: "1908.1-2"
3570       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3571     - title: "2001.0-2"
3572       data-set: "vpp-perf-changes-3n-skx-new2001_0"
3573   comparisons:
3574     - title: "Diff1"
3575       reference: 2
3576       reference-alt: 1
3577       compare: 3
3578     - title: "Diff2"
3579       reference: 3
3580       compare: 4
3581   legend:
3582     - 'Legend to Table:'
3583     - '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).'
3584     - '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).'
3585     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3586     - 'RCA1 - root cause analysis reference for Diff1.'
3587     - 'RCA2 - root cause analysis reference for Diff2.'
3588
3589 # VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3590 - type: "table"
3591   title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3592   algorithm: "table_comparison"
3593   output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3594   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3595   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3596   rca:
3597     - title: "RCA1"
3598       data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3599     - title: "RCA2"
3600       data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3601   columns:
3602     - title: "1908.0-1"
3603       data-set: "vpp-perf-changes-3n-skx-old1908_0"
3604       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3605     - title: "1908.1-1"
3606       data-set: "vpp-perf-changes-3n-skx-old1908_1"
3607     - title: "1908.1-2"
3608       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3609     - title: "2001.0-2"
3610       data-set: "vpp-perf-changes-3n-skx-new2001_0"
3611   comparisons:
3612     - title: "Diff1"
3613       reference: 2
3614       reference-alt: 1
3615       compare: 3
3616     - title: "Diff2"
3617       reference: 3
3618       compare: 4
3619   legend:
3620     - 'Legend to Table:'
3621     - '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).'
3622     - '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).'
3623     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3624     - 'RCA1 - root cause analysis reference for Diff1.'
3625     - 'RCA2 - root cause analysis reference for Diff2.'
3626
3627 # VPP Performance Changes 3n-skx 2t1c pdr
3628 - type: "table"
3629   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3630   algorithm: "table_comparison"
3631   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3632   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3633   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3634   columns:
3635     - title: "1904"
3636       data-set: "vpp-performance-changes-3n-skx-h1"
3637       tag: "NIC_Intel-X710"
3638     - title: "1908"
3639       data-set: "vpp-performance-changes-3n-skx-ref"
3640       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3641       tag: "NIC_Intel-XXV710"
3642     - title: "2001"
3643       data-set: "vpp-performance-changes-3n-skx-cmp"
3644       tag: "NIC_Intel-XXV710"
3645   comparisons:
3646     - title: "Diff"
3647       reference: 2
3648       compare: 3
3649   legend:
3650     - "Legend to Table"
3651     - "1904, 1908, 2001 - VPP versions tested."
3652     - "Diff - difference between 1908 and 2001 VPP version."
3653
3654 # VPP Performance Changes 3n-skx 4t2c pdr
3655 - type: "table"
3656   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3657   algorithm: "table_comparison"
3658   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3659   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3660   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3661   columns:
3662     - title: "1904"
3663       data-set: "vpp-performance-changes-3n-skx-h1"
3664       tag: "NIC_Intel-X710"
3665     - title: "1908"
3666       data-set: "vpp-performance-changes-3n-skx-ref"
3667       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3668       tag: "NIC_Intel-XXV710"
3669     - title: "2001"
3670       data-set: "vpp-performance-changes-3n-skx-cmp"
3671       tag: "NIC_Intel-XXV710"
3672   comparisons:
3673     - title: "Diff"
3674       reference: 2
3675       compare: 3
3676   legend:
3677     - "Legend to Table"
3678     - "1904, 1908, 2001 - VPP versions tested."
3679     - "Diff - difference between 1908 and 2001 VPP version."
3680
3681 # VPP Performance Changes 3n-skx 2t1c ndr
3682 - type: "table"
3683   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3684   algorithm: "table_comparison"
3685   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3686   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3687   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3688   columns:
3689     - title: "1904"
3690       data-set: "vpp-performance-changes-3n-skx-h1"
3691       tag: "NIC_Intel-X710"
3692     - title: "1908"
3693       data-set: "vpp-performance-changes-3n-skx-ref"
3694       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3695       tag: "NIC_Intel-XXV710"
3696     - title: "2001"
3697       data-set: "vpp-performance-changes-3n-skx-cmp"
3698       tag: "NIC_Intel-XXV710"
3699   comparisons:
3700     - title: "Diff"
3701       reference: 2
3702       compare: 3
3703   legend:
3704     - "Legend to Table"
3705     - "1904, 1908, 2001 - VPP versions tested."
3706     - "Diff - difference between 1908 and 2001 VPP version."
3707
3708 # VPP Performance Changes 3n-skx 4t2c ndr
3709 - type: "table"
3710   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3711   algorithm: "table_comparison"
3712   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3713   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3714   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3715   columns:
3716     - title: "1904"
3717       data-set: "vpp-performance-changes-3n-skx-h1"
3718       tag: "NIC_Intel-X710"
3719     - title: "1908"
3720       data-set: "vpp-performance-changes-3n-skx-ref"
3721       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3722       tag: "NIC_Intel-XXV710"
3723     - title: "2001"
3724       data-set: "vpp-performance-changes-3n-skx-cmp"
3725       tag: "NIC_Intel-XXV710"
3726   comparisons:
3727     - title: "Diff"
3728       reference: 2
3729       compare: 3
3730   legend:
3731     - "Legend to Table"
3732     - "1904, 1908, 2001 - VPP versions tested."
3733     - "Diff - difference between 1908 and 2001 VPP version."
3734
3735 # VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3736 - type: "table"
3737   title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3738   algorithm: "table_comparison"
3739   output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3740   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3741   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3742   rca:
3743     - title: "RCA1"
3744       data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3745     - title: "RCA2"
3746       data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3747   columns:
3748     - title: "1908.0-1"
3749       data-set: "vpp-perf-changes-2n-skx-old1908_0"
3750       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3751     - title: "1908.1-1"
3752       data-set: "vpp-perf-changes-2n-skx-old1908_1"
3753     - title: "1908.1-2"
3754       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3755     - title: "2001.0-2"
3756       data-set: "vpp-perf-changes-2n-skx-new2001_0"
3757   comparisons:
3758     - title: "Diff1"
3759       reference: 2
3760       reference-alt: 1
3761       compare: 3
3762     - title: "Diff2"
3763       reference: 3
3764       compare: 4
3765   legend:
3766     - 'Legend to Table:'
3767     - '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).'
3768     - '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).'
3769     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3770     - 'RCA1 - root cause analysis reference for Diff1.'
3771     - 'RCA2 - root cause analysis reference for Diff2.'
3772
3773 # VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3774 - type: "table"
3775   title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3776   algorithm: "table_comparison"
3777   output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3778   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3779   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3780   rca:
3781     - title: "RCA1"
3782       data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3783     - title: "RCA2"
3784       data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3785   columns:
3786     - title: "1908.0-1"
3787       data-set: "vpp-perf-changes-2n-skx-old1908_0"
3788       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3789     - title: "1908.1-1"
3790       data-set: "vpp-perf-changes-2n-skx-old1908_1"
3791     - title: "1908.1-2"
3792       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3793     - title: "2001.0-2"
3794       data-set: "vpp-perf-changes-2n-skx-new2001_0"
3795   comparisons:
3796     - title: "Diff1"
3797       reference: 2
3798       reference-alt: 1
3799       compare: 3
3800     - title: "Diff2"
3801       reference: 3
3802       compare: 4
3803   legend:
3804     - 'Legend to Table:'
3805     - '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).'
3806     - '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).'
3807     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3808     - 'RCA1 - root cause analysis reference for Diff1.'
3809     - 'RCA2 - root cause analysis reference for Diff2.'
3810
3811 # VPP Performance Changes 2n-skx 2t1c pdr
3812 - type: "table"
3813   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3814   algorithm: "table_comparison"
3815   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3816   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3817   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3818   columns:
3819     - title: "1904"
3820       data-set: "vpp-performance-changes-2n-skx-h1"
3821       tag: "NIC_Intel-X710"
3822     - title: "1908"
3823       data-set: "vpp-performance-changes-2n-skx-ref"
3824       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3825       tag: "NIC_Intel-XXV710"
3826     - title: "2001"
3827       data-set: "vpp-performance-changes-2n-skx-cmp"
3828       tag: "NIC_Intel-XXV710"
3829   comparisons:
3830     - title: "Diff"
3831       reference: 2
3832       compare: 3
3833   legend:
3834     - "Legend to Table"
3835     - "1904, 1908, 2001 - VPP versions tested."
3836     - "Diff - difference between 1908 and 2001 VPP version."
3837
3838 # VPP Performance Changes 2n-skx 4t2c pdr
3839 - type: "table"
3840   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3841   algorithm: "table_comparison"
3842   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3843   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3844   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3845   columns:
3846     - title: "1904"
3847       data-set: "vpp-performance-changes-2n-skx-h1"
3848       tag: "NIC_Intel-X710"
3849     - title: "1908"
3850       data-set: "vpp-performance-changes-2n-skx-ref"
3851       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3852       tag: "NIC_Intel-XXV710"
3853     - title: "2001"
3854       data-set: "vpp-performance-changes-2n-skx-cmp"
3855       tag: "NIC_Intel-XXV710"
3856   comparisons:
3857     - title: "Diff"
3858       reference: 2
3859       compare: 3
3860   legend:
3861     - "Legend to Table"
3862     - "1904, 1908, 2001 - VPP versions tested."
3863     - "Diff - difference between 1908 and 2001 VPP version."
3864
3865 # VPP Performance Changes 2n-skx 2t1c ndr
3866 - type: "table"
3867   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3868   algorithm: "table_comparison"
3869   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3870   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3871   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3872   columns:
3873     - title: "1904"
3874       data-set: "vpp-performance-changes-2n-skx-h1"
3875       tag: "NIC_Intel-X710"
3876     - title: "1908"
3877       data-set: "vpp-performance-changes-2n-skx-ref"
3878       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3879       tag: "NIC_Intel-XXV710"
3880     - title: "2001"
3881       data-set: "vpp-performance-changes-2n-skx-cmp"
3882       tag: "NIC_Intel-XXV710"
3883   comparisons:
3884     - title: "Diff"
3885       reference: 2
3886       compare: 3
3887   legend:
3888     - "Legend to Table"
3889     - "1904, 1908, 2001 - VPP versions tested."
3890     - "Diff - difference between 1908 and 2001 VPP version."
3891
3892 # VPP Performance Changes 2n-skx 4t2c ndr
3893 - type: "table"
3894   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3895   algorithm: "table_comparison"
3896   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3897   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3898   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3899   columns:
3900     - title: "1904"
3901       data-set: "vpp-performance-changes-2n-skx-h1"
3902       tag: "NIC_Intel-X710"
3903     - title: "1908"
3904       data-set: "vpp-performance-changes-2n-skx-ref"
3905       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3906       tag: "NIC_Intel-XXV710"
3907     - title: "2001"
3908       data-set: "vpp-performance-changes-2n-skx-cmp"
3909       tag: "NIC_Intel-XXV710"
3910   comparisons:
3911     - title: "Diff"
3912       reference: 2
3913       compare: 3
3914   legend:
3915     - "Legend to Table"
3916     - "1904, 1908, 2001 - VPP versions tested."
3917     - "Diff - difference between 1908 and 2001 VPP version."
3918
3919 # VPP Performance Changes 2n-dnv 1t1c pdr
3920 - type: "table"
3921   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3922   algorithm: "table_comparison"
3923   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3924   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3925   filter: "'1T1C'"
3926   columns:
3927     - title: "1908"
3928       data-set: "vpp-performance-changes-2n-dnv-ref"
3929     - title: "2001"
3930       data-set: "vpp-performance-changes-2n-dnv-cmp"
3931   comparisons:
3932     - title: "Diff"
3933       reference: 1
3934       compare: 2
3935   legend:
3936     - "Legend to Table"
3937     - "1908, 2001 - VPP versions tested."
3938     - "Diff - difference between 1908 and 2001 VPP version."
3939
3940 # VPP Performance Changes 2n-dnv 2t2c pdr
3941 - type: "table"
3942   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3943   algorithm: "table_comparison"
3944   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3945   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3946   filter: "'2T2C'"
3947   columns:
3948     - title: "1908"
3949       data-set: "vpp-performance-changes-2n-dnv-ref"
3950     - title: "2001"
3951       data-set: "vpp-performance-changes-2n-dnv-cmp"
3952   comparisons:
3953     - title: "Diff"
3954       reference: 1
3955       compare: 2
3956   legend:
3957     - "Legend to Table"
3958     - "1908, 2001 - VPP versions tested."
3959     - "Diff - difference between 1908 and 2001 VPP version."
3960
3961 # VPP Performance Changes 2n-dnv 1t1c ndr
3962 - type: "table"
3963   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3964   algorithm: "table_comparison"
3965   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3966   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3967   filter: "'1T1C'"
3968   columns:
3969     - title: "1908"
3970       data-set: "vpp-performance-changes-2n-dnv-ref"
3971     - title: "2001"
3972       data-set: "vpp-performance-changes-2n-dnv-cmp"
3973   comparisons:
3974     - title: "Diff"
3975       reference: 1
3976       compare: 2
3977   legend:
3978     - "Legend to Table"
3979     - "1908, 2001 - VPP versions tested."
3980     - "Diff - difference between 1908 and 2001 VPP version."
3981
3982 # VPP Performance Changes 2n-dnv 2t2c ndr
3983 - type: "table"
3984   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3985   algorithm: "table_comparison"
3986   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3987   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3988   filter: "'2T2C'"
3989   columns:
3990     - title: "1908"
3991       data-set: "vpp-performance-changes-2n-dnv-ref"
3992     - title: "2001"
3993       data-set: "vpp-performance-changes-2n-dnv-cmp"
3994   comparisons:
3995     - title: "Diff"
3996       reference: 1
3997       compare: 2
3998   legend:
3999     - "Legend to Table"
4000     - "1908, 2001 - VPP versions tested."
4001     - "Diff - difference between 1908 and 2001 VPP version."
4002
4003 # VPP Performance Changes 3n-dnv 1t1c pdr
4004 - type: "table"
4005   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4006   algorithm: "table_comparison"
4007   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4008   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4009   filter: "'1T1C'"
4010   columns:
4011     - title: "1908"
4012       data-set: "vpp-performance-changes-3n-dnv-ref"
4013     - title: "2001"
4014       data-set: "vpp-performance-changes-3n-dnv-cmp"
4015   comparisons:
4016     - title: "Diff"
4017       reference: 1
4018       compare: 2
4019   legend:
4020     - "Legend to Table"
4021     - "1908, 2001 - VPP versions tested."
4022     - "Diff - difference between 1908 and 2001 VPP version."
4023
4024 # VPP Performance Changes 3n-dnv 2t2c pdr
4025 - type: "table"
4026   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4027   algorithm: "table_comparison"
4028   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4029   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4030   filter: "'2T2C'"
4031   columns:
4032     - title: "1908"
4033       data-set: "vpp-performance-changes-3n-dnv-ref"
4034     - title: "2001"
4035       data-set: "vpp-performance-changes-3n-dnv-cmp"
4036   comparisons:
4037     - title: "Diff"
4038       reference: 1
4039       compare: 2
4040   legend:
4041     - "Legend to Table"
4042     - "1908, 2001 - VPP versions tested."
4043     - "Diff - difference between 1908 and 2001 VPP version."
4044
4045 # VPP Performance Changes 3n-dnv 1t1c ndr
4046 - type: "table"
4047   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4048   algorithm: "table_comparison"
4049   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4050   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4051   filter: "'1T1C'"
4052   columns:
4053     - title: "1908"
4054       data-set: "vpp-performance-changes-3n-dnv-ref"
4055     - title: "2001"
4056       data-set: "vpp-performance-changes-3n-dnv-cmp"
4057   comparisons:
4058     - title: "Diff"
4059       reference: 1
4060       compare: 2
4061   legend:
4062     - "Legend to Table"
4063     - "1908, 2001 - VPP versions tested."
4064     - "Diff - difference between 1908 and 2001 VPP version."
4065
4066 # VPP Performance Changes 3n-dnv 2t2c ndr
4067 - type: "table"
4068   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4069   algorithm: "table_comparison"
4070   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4071   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4072   filter: "'2T2C'"
4073   columns:
4074     - title: "1908"
4075       data-set: "vpp-performance-changes-3n-dnv-ref"
4076     - title: "2001"
4077       data-set: "vpp-performance-changes-3n-dnv-cmp"
4078   comparisons:
4079     - title: "Diff"
4080       reference: 1
4081       compare: 2
4082   legend:
4083     - "Legend to Table"
4084     - "1908, 2001 - VPP versions tested."
4085     - "Diff - difference between 1908 and 2001 VPP version."
4086
4087 # VPP Performance Changes 3n-tsh 1t1c pdr
4088 - type: "table"
4089   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4090   algorithm: "table_comparison"
4091   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4092   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4093   filter: "'1T1C'"
4094   columns:
4095     - title: "1908"
4096       data-set: "vpp-performance-changes-3n-tsh-ref"
4097     - title: "2001"
4098       data-set: "vpp-performance-changes-3n-tsh-cmp"
4099   comparisons:
4100     - title: "Diff"
4101       reference: 1
4102       compare: 2
4103   legend:
4104     - "Legend to Table"
4105     - "1908, 2001 - VPP versions tested."
4106     - "Diff - difference between 1908 and 2001 VPP version."
4107
4108 # VPP Performance Changes 3n-tsh 2t2c pdr
4109 - type: "table"
4110   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4111   algorithm: "table_comparison"
4112   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4113   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4114   filter: "'2T2C'"
4115   columns:
4116     - title: "1908"
4117       data-set: "vpp-performance-changes-3n-tsh-ref"
4118     - title: "2001"
4119       data-set: "vpp-performance-changes-3n-tsh-cmp"
4120   comparisons:
4121     - title: "Diff"
4122       reference: 1
4123       compare: 2
4124   legend:
4125     - "Legend to Table"
4126     - "1908, 2001 - VPP versions tested."
4127     - "Diff - difference between 1908 and 2001 VPP version."
4128
4129 # VPP Performance Changes 3n-tsh 1t1c ndr
4130 - type: "table"
4131   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4132   algorithm: "table_comparison"
4133   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4134   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4135   filter: "'1T1C'"
4136   columns:
4137     - title: "1908"
4138       data-set: "vpp-performance-changes-3n-tsh-ref"
4139     - title: "2001"
4140       data-set: "vpp-performance-changes-3n-tsh-cmp"
4141   comparisons:
4142     - title: "Diff"
4143       reference: 1
4144       compare: 2
4145   legend:
4146     - "Legend to Table"
4147     - "1908, 2001 - VPP versions tested."
4148     - "Diff - difference between 1908 and 2001 VPP version."
4149
4150 # VPP Performance Changes 3n-tsh 2t2c ndr
4151 - type: "table"
4152   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4153   algorithm: "table_comparison"
4154   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4155   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4156   filter: "'2T2C'"
4157   columns:
4158     - title: "1908"
4159       data-set: "vpp-performance-changes-3n-tsh-ref"
4160     - title: "2001"
4161       data-set: "vpp-performance-changes-3n-tsh-cmp"
4162   comparisons:
4163     - title: "Diff"
4164       reference: 1
4165       compare: 2
4166   legend:
4167     - "Legend to Table"
4168     - "1908, 2001 - VPP versions tested."
4169     - "Diff - difference between 1908 and 2001 VPP version."
4170
4171 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4172 - type: "table"
4173   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4174   algorithm: "table_comparison"
4175   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4176   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4177   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4178   columns:
4179     - title: "3n-hsw xl710"
4180       data-set: "vpp-compare-testbeds-ref"
4181       tag: "NIC_Intel-XL710"
4182     - title: "3n-skx xxv710"
4183       data-set: "vpp-compare-testbeds-cmp"
4184       tag: "NIC_Intel-XXV710"
4185   comparisons:
4186     - title: "Diff"
4187       reference: 1
4188       compare: 2
4189   legend:
4190     - "Legend to Table"
4191     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4192     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4193
4194 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4195 - type: "table"
4196   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4197   algorithm: "table_comparison"
4198   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4199   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4200   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4201   columns:
4202     - title: "3n-hsw xl710"
4203       data-set: "vpp-compare-testbeds-ref"
4204       tag: "NIC_Intel-XL710"
4205     - title: "3n-skx xxv710"
4206       data-set: "vpp-compare-testbeds-cmp"
4207       tag: "NIC_Intel-XXV710"
4208   comparisons:
4209     - title: "Diff"
4210       reference: 1
4211       compare: 2
4212   legend:
4213     - "Legend to Table"
4214     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4215     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4216
4217 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4218 - type: "table"
4219   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4220   algorithm: "table_comparison"
4221   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4222   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4223   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4224   columns:
4225     - title: "3n-hsw xl710"
4226       data-set: "vpp-compare-testbeds-ref"
4227       tag: "NIC_Intel-XL710"
4228     - title: "3n-skx xxv710"
4229       data-set: "vpp-compare-testbeds-cmp"
4230       tag: "NIC_Intel-XXV710"
4231   comparisons:
4232     - title: "Diff"
4233       reference: 1
4234       compare: 2
4235   legend:
4236     - "Legend to Table"
4237     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4238     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4239
4240 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4241 - type: "table"
4242   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4243   algorithm: "table_comparison"
4244   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4245   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4246   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4247   columns:
4248     - title: "3n-hsw xl710"
4249       data-set: "vpp-compare-testbeds-ref"
4250       tag: "NIC_Intel-XL710"
4251     - title: "3n-skx xxv710"
4252       data-set: "vpp-compare-testbeds-cmp"
4253       tag: "NIC_Intel-XXV710"
4254   comparisons:
4255     - title: "Diff"
4256       reference: 1
4257       compare: 2
4258   legend:
4259     - "Legend to Table"
4260     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4261     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4262
4263 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4264 - type: "table"
4265   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4266   algorithm: "table_comparison"
4267   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4268   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4269   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4270   columns:
4271     - title: "2n-skx"
4272       data-set: "vpp-compare-testbeds-skx-clx-ref"
4273     - title: "2n-clx"
4274       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4275   comparisons:
4276     - title: "Diff"
4277       reference: 1
4278       compare: 2
4279   legend:
4280     - "Legend to Table"
4281     - "2n-skx, 2n-clx - testbeds and NICs tested."
4282     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4283
4284 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4285 - type: "table"
4286   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4287   algorithm: "table_comparison"
4288   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4289   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4290   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4291   columns:
4292     - title: "2n-skx"
4293       data-set: "vpp-compare-testbeds-skx-clx-ref"
4294     - title: "2n-clx"
4295       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4296   comparisons:
4297     - title: "Diff"
4298       reference: 1
4299       compare: 2
4300   legend:
4301     - "Legend to Table"
4302     - "2n-skx, 2n-clx - testbeds and NICs tested."
4303     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4304
4305 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4306 - type: "table"
4307   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4308   algorithm: "table_comparison"
4309   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4310   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4311   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4312   columns:
4313     - title: "2n-skx"
4314       data-set: "vpp-compare-testbeds-skx-clx-ref"
4315     - title: "2n-clx"
4316       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4317   comparisons:
4318     - title: "Diff"
4319       reference: 1
4320       compare: 2
4321   legend:
4322     - "Legend to Table"
4323     - "2n-skx, 2n-clx - testbeds and NICs tested."
4324     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4325
4326 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4327 - type: "table"
4328   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4329   algorithm: "table_comparison"
4330   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4331   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4332   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4333   columns:
4334     - title: "2n-skx"
4335       data-set: "vpp-compare-testbeds-skx-clx-ref"
4336     - title: "2n-clx"
4337       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4338   comparisons:
4339     - title: "Diff"
4340       reference: 1
4341       compare: 2
4342   legend:
4343     - "Legend to Table"
4344     - "2n-skx, 2n-clx - testbeds and NICs tested."
4345     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4346
4347 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4348 - type: "table"
4349   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4350   algorithm: "table_comparison"
4351   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4352   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4353   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4354   columns:
4355     - title: "3n-hsw xl710"
4356       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4357       tag: "NIC_Intel-XL710"
4358     - title: "2n-clx xxv710"
4359       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4360       tag: "NIC_Intel-XXV710"
4361   comparisons:
4362     - title: "Diff"
4363       reference: 1
4364       compare: 2
4365   legend:
4366     - "Legend to Table"
4367     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4368     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4369
4370 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4371 - type: "table"
4372   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4373   algorithm: "table_comparison"
4374   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4375   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4376   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4377   columns:
4378     - title: "3n-hsw xl710"
4379       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4380       tag: "NIC_Intel-XL710"
4381     - title: "2n-clx xxv710"
4382       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4383       tag: "NIC_Intel-XXV710"
4384   comparisons:
4385     - title: "Diff"
4386       reference: 1
4387       compare: 2
4388   legend:
4389     - "Legend to Table"
4390     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4391     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4392
4393 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4394 - type: "table"
4395   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4396   algorithm: "table_comparison"
4397   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4398   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4399   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4400   columns:
4401     - title: "3n-hsw xl710"
4402       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4403       tag: "NIC_Intel-XL710"
4404     - title: "2n-clx xxv710"
4405       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4406       tag: "NIC_Intel-XXV710"
4407   comparisons:
4408     - title: "Diff"
4409       reference: 1
4410       compare: 2
4411   legend:
4412     - "Legend to Table"
4413     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4414     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4415
4416 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4417 - type: "table"
4418   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4419   algorithm: "table_comparison"
4420   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4421   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4422   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4423   columns:
4424     - title: "3n-hsw xl710"
4425       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4426       tag: "NIC_Intel-XL710"
4427     - title: "2n-clx xxv710"
4428       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4429       tag: "NIC_Intel-XXV710"
4430   comparisons:
4431     - title: "Diff"
4432       reference: 1
4433       compare: 2
4434   legend:
4435     - "Legend to Table"
4436     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4437     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4438
4439 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4440 - type: "table"
4441   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4442   algorithm: "table_comparison"
4443   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4444   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4445   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4446   columns:
4447     - title: "3n-skx"
4448       data-set: "vpp-compare-topologies-ref"
4449     - title: "2n-skx"
4450       data-set: "vpp-compare-topologies-cmp"
4451   comparisons:
4452     - title: "Diff"
4453       reference: 1
4454       compare: 2
4455   legend:
4456     - "Legend to Table"
4457     - "3n-skx, 2n-skx - topologies tested."
4458     - "Diff - difference between 3n-skx and 2n-skx topologies."
4459
4460 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4461 - type: "table"
4462   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4463   algorithm: "table_comparison"
4464   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4465   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4466   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4467   columns:
4468     - title: "3n-skx"
4469       data-set: "vpp-compare-topologies-ref"
4470     - title: "2n-skx"
4471       data-set: "vpp-compare-topologies-cmp"
4472   comparisons:
4473     - title: "Diff"
4474       reference: 1
4475       compare: 2
4476   legend:
4477     - "Legend to Table"
4478     - "3n-skx, 2n-skx - topologies tested."
4479     - "Diff - difference between 3n-skx and 2n-skx topologies."
4480
4481 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4482 - type: "table"
4483   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4484   algorithm: "table_comparison"
4485   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4486   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4487   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4488   columns:
4489     - title: "3n-skx"
4490       data-set: "vpp-compare-topologies-ref"
4491     - title: "2n-skx"
4492       data-set: "vpp-compare-topologies-cmp"
4493   comparisons:
4494     - title: "Diff"
4495       reference: 1
4496       compare: 2
4497   legend:
4498     - "Legend to Table"
4499     - "3n-skx, 2n-skx - topologies tested."
4500     - "Diff - difference between 3n-skx and 2n-skx topologies."
4501
4502 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4503 - type: "table"
4504   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4505   algorithm: "table_comparison"
4506   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4507   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4508   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4509   columns:
4510     - title: "3n-skx"
4511       data-set: "vpp-compare-topologies-ref"
4512     - title: "2n-skx"
4513       data-set: "vpp-compare-topologies-cmp"
4514   comparisons:
4515     - title: "Diff"
4516       reference: 1
4517       compare: 2
4518   legend:
4519     - "Legend to Table"
4520     - "3n-skx, 2n-skx - topologies tested."
4521     - "Diff - difference between 3n-skx and 2n-skx topologies."
4522
4523 # VPP Performance Changes 3n-hsw 1t1c mrr
4524 - type: "table"
4525   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4526   algorithm: "table_comparison"
4527   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4528   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4529   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4530   columns:
4531     - title: "1904"
4532       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4533     - title: "1908"
4534       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4535     - title: "2001"
4536       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4537   comparisons:
4538     - title: "Diff"
4539       reference: 2
4540       compare: 3
4541   legend:
4542     - "Legend to Table"
4543     - "1904, 1908, 2001 - VPP versions tested."
4544     - "Diff - difference between 1908 and 2001 VPP version."
4545
4546 # VPP Performance Changes 3n-hsw 2t2c mrr
4547 - type: "table"
4548   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4549   algorithm: "table_comparison"
4550   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4551   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4552   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4553   columns:
4554     - title: "1904"
4555       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4556     - title: "1908"
4557       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4558     - title: "2001"
4559       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4560   comparisons:
4561     - title: "Diff"
4562       reference: 2
4563       compare: 3
4564   legend:
4565     - "Legend to Table"
4566     - "1904, 1908, 2001 - VPP versions tested."
4567     - "Diff - difference between 1908 and 2001 VPP version."
4568
4569 # VPP Performance Changes 3n-hsw 4t4c mrr
4570 - type: "table"
4571   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4572   algorithm: "table_comparison"
4573   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4574   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4575   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4576   columns:
4577     - title: "1904"
4578       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4579     - title: "1908"
4580       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4581     - title: "2001"
4582       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4583   comparisons:
4584     - title: "Diff"
4585       reference: 2
4586       compare: 3
4587   legend:
4588     - "Legend to Table"
4589     - "1904, 1908, 2001 - VPP versions tested."
4590     - "Diff - difference between 1908 and 2001 VPP version."
4591
4592 # VPP Performance Changes 3n-skx 2t1c mrr
4593 - type: "table"
4594   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4595   algorithm: "table_comparison"
4596   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4597   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4598   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4599   columns:
4600     - title: "1904"
4601       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4602     - title: "1908"
4603       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4604     - title: "2001"
4605       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4606   comparisons:
4607     - title: "Diff"
4608       reference: 2
4609       compare: 3
4610   legend:
4611     - "Legend to Table"
4612     - "1904, 1908, 2001 - VPP versions tested."
4613     - "Diff - difference between 1908 and 2001 VPP version."
4614
4615 # VPP Performance Changes 3n-skx 4t2c mrr
4616 - type: "table"
4617   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4618   algorithm: "table_comparison"
4619   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4620   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4621   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4622   columns:
4623     - title: "1904"
4624       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4625     - title: "1908"
4626       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4627     - title: "2001"
4628       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4629   comparisons:
4630     - title: "Diff"
4631       reference: 2
4632       compare: 3
4633   legend:
4634     - "Legend to Table"
4635     - "1904, 1908, 2001 - VPP versions tested."
4636     - "Diff - difference between 1908 and 2001 VPP version."
4637
4638 # VPP Performance Changes 3n-skx 8t4c mrr
4639 - type: "table"
4640   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4641   algorithm: "table_comparison"
4642   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4643   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4644   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4645   columns:
4646     - title: "1904"
4647       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4648     - title: "1908"
4649       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4650     - title: "2001"
4651       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4652   comparisons:
4653     - title: "Diff"
4654       reference: 2
4655       compare: 3
4656   legend:
4657     - "Legend to Table"
4658     - "1904, 1908, 2001 - VPP versions tested."
4659     - "Diff - difference between 1908 and 2001 VPP version."
4660
4661 # VPP Performance Changes 2n-skx 2t1c mrr
4662 - type: "table"
4663   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4664   algorithm: "table_comparison"
4665   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4666   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4667   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4668   columns:
4669     - title: "1904"
4670       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4671     - title: "1908"
4672       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4673     - title: "2001"
4674       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4675   comparisons:
4676     - title: "Diff"
4677       reference: 2
4678       compare: 3
4679   legend:
4680     - "Legend to Table"
4681     - "1904, 1908, 2001 - VPP versions tested."
4682     - "Diff - difference between 1908 and 2001 VPP version."
4683
4684 # VPP Performance Changes 2n-skx 4t2c mrr
4685 - type: "table"
4686   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4687   algorithm: "table_comparison"
4688   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4689   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4690   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4691   columns:
4692     - title: "1904"
4693       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4694     - title: "1908"
4695       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4696     - title: "2001"
4697       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4698   comparisons:
4699     - title: "Diff"
4700       reference: 2
4701       compare: 3
4702   legend:
4703     - "Legend to Table"
4704     - "1904, 1908, 2001 - VPP versions tested."
4705     - "Diff - difference between 1908 and 2001 VPP version."
4706
4707 # VPP Performance Changes 2n-skx 8t4c mrr
4708 - type: "table"
4709   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4710   algorithm: "table_comparison"
4711   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4712   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4713   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4714   columns:
4715     - title: "1904"
4716       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4717     - title: "1908"
4718       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4719     - title: "2001"
4720       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4721   comparisons:
4722     - title: "Diff"
4723       reference: 2
4724       compare: 3
4725   legend:
4726     - "Legend to Table"
4727     - "1904, 1908, 2001 - VPP versions tested."
4728     - "Diff - difference between 1908 and 2001 VPP version."
4729
4730 # VPP Performance Changes 2n-dnv 1t1c mrr
4731 - type: "table"
4732   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4733   algorithm: "table_comparison"
4734   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4735   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4736   filter: "'1T1C'"
4737   columns:
4738     - title: "1908"
4739       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4740     - title: "2001"
4741       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4742   comparisons:
4743     - title: "Diff"
4744       reference: 1
4745       compare: 2
4746   legend:
4747     - "Legend to Table"
4748     - "1908, 2001 - VPP versions tested."
4749     - "Diff - difference between 1908 and 2001 VPP version."
4750
4751 # VPP Performance Changes 2n-dnv 2t2c mrr
4752 - type: "table"
4753   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4754   algorithm: "table_comparison"
4755   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4756   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4757   filter: "'2T2C'"
4758   columns:
4759     - title: "1908"
4760       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4761     - title: "2001"
4762       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4763   comparisons:
4764     - title: "Diff"
4765       reference: 1
4766       compare: 2
4767   legend:
4768     - "Legend to Table"
4769     - "1908, 2001 - VPP versions tested."
4770     - "Diff - difference between 1908 and 2001 VPP version."
4771
4772 # VPP Performance Changes 2n-dnv 4t4c mrr
4773 - type: "table"
4774   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4775   algorithm: "table_comparison"
4776   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4777   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4778   filter: "'4T4C'"
4779   columns:
4780     - title: "1908"
4781       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4782     - title: "2001"
4783       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4784   comparisons:
4785     - title: "Diff"
4786       reference: 1
4787       compare: 2
4788   legend:
4789     - "Legend to Table"
4790     - "1908, 2001 - VPP versions tested."
4791     - "Diff - difference between 1908 and 2001 VPP version."
4792
4793 # VPP Performance Changes 3n-dnv 1t1c mrr
4794 - type: "table"
4795   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4796   algorithm: "table_comparison"
4797   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4798   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4799   filter: "'1T1C'"
4800   columns:
4801     - title: "1908"
4802       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4803     - title: "2001"
4804       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4805   comparisons:
4806     - title: "Diff"
4807       reference: 1
4808       compare: 2
4809   legend:
4810     - "Legend to Table"
4811     - "1908, 2001 - VPP versions tested."
4812     - "Diff - difference between 1908 and 2001 VPP version."
4813
4814 # VPP Performance Changes 3n-dnv 2t2c mrr
4815 - type: "table"
4816   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4817   algorithm: "table_comparison"
4818   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4819   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4820   filter: "'2T2C'"
4821   columns:
4822     - title: "1908"
4823       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4824     - title: "2001"
4825       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4826   comparisons:
4827     - title: "Diff"
4828       reference: 1
4829       compare: 2
4830   legend:
4831     - "Legend to Table"
4832     - "1908, 2001 - VPP versions tested."
4833     - "Diff - difference between 1908 and 2001 VPP version."
4834
4835 # VPP Performance Changes 3n-dnv 4t4c mrr
4836 - type: "table"
4837   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4838   algorithm: "table_comparison"
4839   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4840   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4841   filter: "'4T4C'"
4842   columns:
4843     - title: "1908"
4844       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4845     - title: "2001"
4846       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4847   comparisons:
4848     - title: "Diff"
4849       reference: 1
4850       compare: 2
4851   legend:
4852     - "Legend to Table"
4853     - "1908, 2001 - VPP versions tested."
4854     - "Diff - difference between 1908 and 2001 VPP version."
4855
4856 # VPP Performance Changes 3n-tsh 1t1c mrr
4857 - type: "table"
4858   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4859   algorithm: "table_comparison"
4860   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4861   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4862   filter: "'1T1C'"
4863   columns:
4864     - title: "1908"
4865       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4866     - title: "2001"
4867       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4868   comparisons:
4869     - title: "Diff"
4870       reference: 1
4871       compare: 2
4872   legend:
4873     - "Legend to Table"
4874     - "1908, 2001 - VPP versions tested."
4875     - "Diff - difference between 1908 and 2001 VPP version."
4876
4877 # VPP Performance Changes 3n-tsh 2t2c mrr
4878 - type: "table"
4879   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4880   algorithm: "table_comparison"
4881   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4882   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4883   filter: "'2T2C'"
4884   columns:
4885     - title: "1908"
4886       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4887     - title: "2001"
4888       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4889   comparisons:
4890     - title: "Diff"
4891       reference: 1
4892       compare: 2
4893   legend:
4894     - "Legend to Table"
4895     - "1908, 2001 - VPP versions tested."
4896     - "Diff - difference between 1908 and 2001 VPP version."
4897
4898 # VPP Performance Changes 3n-tsh 4t4c mrr
4899 - type: "table"
4900   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
4901   algorithm: "table_comparison"
4902   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4903   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4904   filter: "'4T4C'"
4905   columns:
4906     - title: "1908"
4907       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4908     - title: "2001"
4909       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4910   comparisons:
4911     - title: "Diff"
4912       reference: 1
4913       compare: 2
4914   legend:
4915     - "Legend to Table"
4916     - "1908, 2001 - VPP versions tested."
4917     - "Diff - difference between 1908 and 2001 VPP version."
4918
4919 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4920 - type: "table"
4921   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4922   algorithm: "table_comparison"
4923   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4924   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4925   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4926   columns:
4927     - title: "3n-hsw xl710"
4928       data-set: "vpp-compare-testbeds-mrr-ref"
4929       tag: "NIC_Intel-XL710"
4930     - title: "3n-skx xxv710"
4931       data-set: "vpp-compare-testbeds-mrr-cmp"
4932       tag: "NIC_Intel-XXV710"
4933   comparisons:
4934     - title: "Diff"
4935       reference: 1
4936       compare: 2
4937   legend:
4938     - "Legend to Table"
4939     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4940     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4941
4942 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4943 - type: "table"
4944   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4945   algorithm: "table_comparison"
4946   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4947   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4948   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4949   columns:
4950     - title: "3n-hsw xl710"
4951       data-set: "vpp-compare-testbeds-mrr-ref"
4952       tag: "NIC_Intel-XL710"
4953     - title: "3n-skx xxv710"
4954       data-set: "vpp-compare-testbeds-mrr-cmp"
4955       tag: "NIC_Intel-XXV710"
4956   comparisons:
4957     - title: "Diff"
4958       reference: 1
4959       compare: 2
4960   legend:
4961     - "Legend to Table"
4962     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4963     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4964
4965 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4966 - type: "table"
4967   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4968   algorithm: "table_comparison"
4969   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4970   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4971   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4972   columns:
4973     - title: "3n-hsw xl710"
4974       data-set: "vpp-compare-testbeds-mrr-ref"
4975       tag: "NIC_Intel-XL710"
4976     - title: "3n-skx xxv710"
4977       data-set: "vpp-compare-testbeds-mrr-cmp"
4978       tag: "NIC_Intel-XXV710"
4979   comparisons:
4980     - title: "Diff"
4981       reference: 1
4982       compare: 2
4983   legend:
4984     - "Legend to Table"
4985     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4986     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4987
4988 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4989 - type: "table"
4990   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4991   algorithm: "table_comparison"
4992   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4993   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4994   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4995   columns:
4996     - title: "2n-skx"
4997       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4998     - title: "2n-clx"
4999       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5000   comparisons:
5001     - title: "Diff"
5002       reference: 1
5003       compare: 2
5004   legend:
5005     - "Legend to Table"
5006     - "2n-skx, 2n-clx - testbeds and NICs tested."
5007     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5008
5009 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5010 - type: "table"
5011   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5012   algorithm: "table_comparison"
5013   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5014   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5015   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5016   columns:
5017     - title: "2n-skx"
5018       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5019     - title: "2n-clx"
5020       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5021   comparisons:
5022     - title: "Diff"
5023       reference: 1
5024       compare: 2
5025   legend:
5026     - "Legend to Table"
5027     - "2n-skx, 2n-clx - testbeds and NICs tested."
5028     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5029
5030 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5031 - type: "table"
5032   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5033   algorithm: "table_comparison"
5034   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5035   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5036   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5037   columns:
5038     - title: "2n-skx"
5039       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5040     - title: "2n-clx"
5041       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5042   comparisons:
5043     - title: "Diff"
5044       reference: 1
5045       compare: 2
5046   legend:
5047     - "Legend to Table"
5048     - "2n-skx, 2n-clx - testbeds and NICs tested."
5049     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5050
5051 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5052 - type: "table"
5053   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5054   algorithm: "table_comparison"
5055   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5056   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5057   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5058   columns:
5059     - title: "3n-skx"
5060       data-set: "vpp-compare-topologies-mrr-ref"
5061     - title: "2n-skx"
5062       data-set: "vpp-compare-topologies-mrr-cmp"
5063   comparisons:
5064     - title: "Diff"
5065       reference: 1
5066       compare: 2
5067   legend:
5068     - "Legend to Table"
5069     - "3n-skx, 2n-skx - topologies tested."
5070     - "Diff - difference between 3n-skx and 2n-skx topologies."
5071
5072 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5073 - type: "table"
5074   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5075   algorithm: "table_comparison"
5076   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5077   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5078   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5079   columns:
5080     - title: "3n-skx"
5081       data-set: "vpp-compare-topologies-mrr-ref"
5082     - title: "2n-skx"
5083       data-set: "vpp-compare-topologies-mrr-cmp"
5084   comparisons:
5085     - title: "Diff"
5086       reference: 1
5087       compare: 2
5088   legend:
5089     - "Legend to Table"
5090     - "3n-skx, 2n-skx - topologies tested."
5091     - "Diff - difference between 3n-skx and 2n-skx topologies."
5092
5093 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5094 - type: "table"
5095   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5096   algorithm: "table_comparison"
5097   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5098   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5099   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5100   columns:
5101     - title: "3n-skx"
5102       data-set: "vpp-compare-topologies-mrr-ref"
5103     - title: "2n-skx"
5104       data-set: "vpp-compare-topologies-mrr-cmp"
5105   comparisons:
5106     - title: "Diff"
5107       reference: 1
5108       compare: 2
5109   legend:
5110     - "Legend to Table"
5111     - "3n-skx, 2n-skx - topologies tested."
5112     - "Diff - difference between 3n-skx and 2n-skx topologies."
5113
5114 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5115 - type: "table"
5116   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5117   algorithm: "table_comparison"
5118   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5119   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5120   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5121   columns:
5122     - title: "3n-hsw xl710"
5123       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5124       tag: "NIC_Intel-XL710"
5125     - title: "2n-clx xxv710"
5126       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5127       tag: "NIC_Intel-XXV710"
5128   comparisons:
5129     - title: "Diff"
5130       reference: 1
5131       compare: 2
5132   legend:
5133     - "Legend to Table"
5134     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5135     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5136
5137 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5138 - type: "table"
5139   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5140   algorithm: "table_comparison"
5141   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5142   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5143   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5144   columns:
5145     - title: "3n-hsw xl710"
5146       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5147       tag: "NIC_Intel-XL710"
5148     - title: "2n-clx xxv710"
5149       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5150       tag: "NIC_Intel-XXV710"
5151   comparisons:
5152     - title: "Diff"
5153       reference: 1
5154       compare: 2
5155   legend:
5156     - "Legend to Table"
5157     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5158     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5159
5160 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5161 - type: "table"
5162   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5163   algorithm: "table_comparison"
5164   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5165   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5166   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5167   columns:
5168     - title: "3n-hsw xl710"
5169       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5170       tag: "NIC_Intel-XL710"
5171     - title: "2n-clx xxv710"
5172       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5173       tag: "NIC_Intel-XXV710"
5174   comparisons:
5175     - title: "Diff"
5176       reference: 1
5177       compare: 2
5178   legend:
5179     - "Legend to Table"
5180     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5181     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5182
5183 # Detailed Test Results - VPP Performance Results 3n-hsw
5184 - type: "table"
5185   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5186   algorithm: "table_merged_details"
5187   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5188   columns:
5189     - title: " |prein| Test Name |preout| "
5190       data: "data name"
5191     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5192       data: "data msg"
5193   data: "vpp-perf-results-3n-hsw"
5194   filter: "all"
5195   parameters:
5196   - "name"
5197   - "parent"
5198   - "msg"
5199
5200 # Detailed Test Results - VPP Performance Results 3n-skx
5201 - type: "table"
5202   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5203   algorithm: "table_merged_details"
5204   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5205   columns:
5206     - title: " |prein| Test Name |preout| "
5207       data: "data name"
5208     - 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| "
5209       data: "data msg"
5210   data: "vpp-perf-results-3n-skx"
5211   filter: "all"
5212   remove-ndr: True  # Temporary solution: remove NDR results from test message
5213   parameters:
5214   - "name"
5215   - "parent"
5216   - "msg"
5217
5218 # Detailed Test Results - VPP Performance Results 2n-skx
5219 - type: "table"
5220   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5221   algorithm: "table_merged_details"
5222   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5223   columns:
5224     - title: " |prein| Test Name |preout| "
5225       data: "data name"
5226     - 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| "
5227       data: "data msg"
5228   data: "vpp-perf-results-2n-skx"
5229   filter: "all"
5230   remove-ndr: True  # Temporary solution: remove NDR results from test message
5231   parameters:
5232   - "name"
5233   - "parent"
5234   - "msg"
5235
5236 # Detailed Test Results - VPP Performance Results 2n-clx
5237 - type: "table"
5238   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5239   algorithm: "table_merged_details"
5240   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5241   columns:
5242     - title: " |prein| Test Name |preout| "
5243       data: "data name"
5244     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5245       data: "data msg"
5246   data: "vpp-perf-results-2n-clx"
5247   filter: "all"
5248   parameters:
5249   - "name"
5250   - "parent"
5251   - "msg"
5252
5253 # Detailed Test Results - VPP Performance Results 3n-tsh
5254 - type: "table"
5255   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5256   algorithm: "table_merged_details"
5257   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5258   columns:
5259     - title: " |prein| Test Name |preout| "
5260       data: "data name"
5261     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5262       data: "data msg"
5263   data: "vpp-perf-results-3n-tsh"
5264   filter: "all"
5265   parameters:
5266   - "name"
5267   - "parent"
5268   - "msg"
5269
5270 # Detailed Test Results - VPP Performance Results 3n-dnv
5271 - type: "table"
5272   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5273   algorithm: "table_merged_details"
5274   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5275   columns:
5276     - title: " |prein| Test Name |preout| "
5277       data: "data name"
5278     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5279       data: "data msg"
5280   data: "vpp-perf-results-3n-dnv"
5281   filter: "all"
5282   parameters:
5283   - "name"
5284   - "parent"
5285   - "msg"
5286
5287 # Detailed Test Results - VPP Performance Results 2n-dnv
5288 - type: "table"
5289   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5290   algorithm: "table_merged_details"
5291   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5292   columns:
5293     - title: " |prein| Test Name |preout| "
5294       data: "data name"
5295     - 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| "
5296       data: "data msg"
5297   data: "vpp-perf-results-2n-dnv"
5298   filter: "all"
5299   parameters:
5300   - "name"
5301   - "parent"
5302   - "msg"
5303
5304 # Test configuration - VPP Performance Test Configs 3n-hsw
5305 - type: "table"
5306   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5307   algorithm: "table_merged_details"
5308   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5309   columns:
5310     - title: " |prein| Test Name |preout| "
5311       data: "data name"
5312     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5313       data: "data conf-history"
5314   data: "vpp-perf-results-3n-hsw"
5315   filter: "all"
5316   parameters:
5317   - "parent"
5318   - "name"
5319   - "conf-history"
5320
5321 # Test configuration - VPP Performance Test Configs 3n-skx
5322 - type: "table"
5323   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5324   algorithm: "table_merged_details"
5325   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5326   columns:
5327     - title: " |prein| Test Name |preout| "
5328       data: "data name"
5329     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5330       data: "data conf-history"
5331   data: "vpp-perf-results-3n-skx"
5332   filter: "all"
5333   parameters:
5334   - "parent"
5335   - "name"
5336   - "conf-history"
5337
5338 # Test configuration - VPP Performance Test Configs 2n-skx
5339 - type: "table"
5340   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5341   algorithm: "table_merged_details"
5342   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5343   columns:
5344     - title: " |prein| Test Name |preout| "
5345       data: "data name"
5346     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5347       data: "data conf-history"
5348   data: "vpp-perf-results-2n-skx"
5349   filter: "all"
5350   parameters:
5351   - "parent"
5352   - "name"
5353   - "conf-history"
5354
5355 # Test configuration - VPP Performance Test Configs 2n-clx
5356 - type: "table"
5357   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5358   algorithm: "table_merged_details"
5359   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5360   columns:
5361     - title: " |prein| Test Name |preout| "
5362       data: "data name"
5363     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5364       data: "data conf-history"
5365   data: "vpp-perf-results-2n-clx"
5366   filter: "all"
5367   parameters:
5368   - "parent"
5369   - "name"
5370   - "conf-history"
5371
5372 # Test configuration - VPP Performance Test Configs 3n-tsh
5373 - type: "table"
5374   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5375   algorithm: "table_merged_details"
5376   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5377   columns:
5378     - title: " |prein| Test Name |preout| "
5379       data: "data name"
5380     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5381       data: "data conf-history"
5382   data: "vpp-perf-results-3n-tsh"
5383   filter: "all"
5384   parameters:
5385   - "parent"
5386   - "name"
5387   - "conf-history"
5388
5389 # Test configuration - VPP Performance Test Configs 3n-dnv
5390 - type: "table"
5391   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5392   algorithm: "table_merged_details"
5393   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5394   columns:
5395     - title: " |prein| Test Name |preout| "
5396       data: "data name"
5397     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5398       data: "data conf-history"
5399   data: "vpp-perf-results-3n-dnv"
5400   filter: "all"
5401   parameters:
5402   - "parent"
5403   - "name"
5404   - "conf-history"
5405
5406 # Test configuration - VPP Performance Test Configs 2n-dnv
5407 - type: "table"
5408   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5409   algorithm: "table_merged_details"
5410   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5411   columns:
5412     - title: " |prein| Test Name |preout| "
5413       data: "data name"
5414     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5415       data: "data conf-history"
5416   data: "vpp-perf-results-2n-dnv"
5417   filter: "all"
5418   parameters:
5419   - "parent"
5420   - "name"
5421   - "conf-history"
5422
5423 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5424 - type: "table"
5425   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5426   algorithm: "table_oper_data_html"
5427   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5428   data: "vpp-perf-results-3n-hsw"
5429   filter: "all"
5430
5431 # Test Operational Data - VPP Performance Operational Data 3n-skx
5432 - type: "table"
5433   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5434   algorithm: "table_oper_data_html"
5435   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5436   data: "vpp-perf-results-3n-skx"
5437   filter: "all"
5438
5439 # Test Operational Data - VPP Performance Operational Data 2n-skx
5440 - type: "table"
5441   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5442   algorithm: "table_oper_data_html"
5443   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5444   data: "vpp-perf-results-2n-skx"
5445   filter: "all"
5446
5447 # Test Operational Data - VPP Performance Operational Data 2n-clx
5448 - type: "table"
5449   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5450   algorithm: "table_oper_data_html"
5451   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5452   data: "vpp-perf-results-2n-clx"
5453   filter: "all"
5454
5455 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5456 - type: "table"
5457   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5458   algorithm: "table_oper_data_html"
5459   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5460   data: "vpp-perf-results-3n-tsh"
5461   filter: "all"
5462
5463 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5464 - type: "table"
5465   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5466   algorithm: "table_oper_data_html"
5467   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5468   data: "vpp-perf-results-3n-dnv"
5469   filter: "all"
5470
5471 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5472 - type: "table"
5473   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5474   algorithm: "table_oper_data_html"
5475   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5476   data: "vpp-perf-results-2n-dnv"
5477   filter: "all"
5478
5479 # Detailed Test Results - VPP MRR Results 3n-hsw
5480 - type: "table"
5481   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5482   algorithm: "table_merged_details"
5483   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5484   columns:
5485     - title: " |prein| Test Name |preout| "
5486       data: "data name"
5487     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5488       data: "data msg"
5489   data: "vpp-mrr-results-3n-hsw"
5490   filter: "all"
5491   parameters:
5492   - "name"
5493   - "parent"
5494   - "msg"
5495
5496 # Detailed Test Results - VPP MRR Results 3n-skx
5497 - type: "table"
5498   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5499   algorithm: "table_merged_details"
5500   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5501   columns:
5502     - title: " |prein| Test Name |preout| "
5503       data: "data name"
5504     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5505       data: "data msg"
5506   data: "vpp-mrr-results-3n-skx"
5507   filter: "all"
5508   parameters:
5509   - "name"
5510   - "parent"
5511   - "msg"
5512
5513 # Detailed Test Results - VPP MRR Results 2n-skx
5514 - type: "table"
5515   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5516   algorithm: "table_merged_details"
5517   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5518   columns:
5519     - title: " |prein| Test Name |preout| "
5520       data: "data name"
5521     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5522       data: "data msg"
5523   data: "vpp-mrr-results-2n-skx"
5524   filter: "all"
5525   parameters:
5526   - "name"
5527   - "parent"
5528   - "msg"
5529
5530 # Detailed Test Results - VPP MRR Results 2n-clx
5531 - type: "table"
5532   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5533   algorithm: "table_merged_details"
5534   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5535   columns:
5536     - title: " |prein| Test Name |preout| "
5537       data: "data name"
5538     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5539       data: "data msg"
5540   data: "vpp-mrr-results-2n-clx"
5541   filter: "all"
5542   parameters:
5543   - "name"
5544   - "parent"
5545   - "msg"
5546
5547 # Detailed Test Results - VPP MRR Results 3n-tsh
5548 - type: "table"
5549   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5550   algorithm: "table_merged_details"
5551   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5552   columns:
5553     - title: " |prein| Test Name |preout| "
5554       data: "data name"
5555     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5556       data: "data msg"
5557   data: "vpp-mrr-results-3n-tsh"
5558   filter: "all"
5559   parameters:
5560   - "name"
5561   - "parent"
5562   - "msg"
5563
5564 # Detailed Test Results - VPP MRR Results 3n-dnv
5565 - type: "table"
5566   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5567   algorithm: "table_merged_details"
5568   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5569   columns:
5570     - title: " |prein| Test Name |preout| "
5571       data: "data name"
5572     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5573       data: "data msg"
5574   data: "vpp-mrr-results-3n-dnv"
5575   filter: "all"
5576   parameters:
5577   - "name"
5578   - "parent"
5579   - "msg"
5580
5581 # Detailed Test Results - VPP MRR Results 2n-dnv
5582 - type: "table"
5583   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5584   algorithm: "table_merged_details"
5585   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5586   columns:
5587     - title: " |prein| Test Name |preout| "
5588       data: "data name"
5589     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5590       data: "data msg"
5591   data: "vpp-mrr-results-2n-dnv"
5592   filter: "all"
5593   parameters:
5594   - "name"
5595   - "parent"
5596   - "msg"
5597
5598 # Test configuration - VPP MRR Test Configs 3n-hsw
5599 - type: "table"
5600   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5601   algorithm: "table_merged_details"
5602   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5603   columns:
5604     - title: " |prein| Test Name |preout| "
5605       data: "data name"
5606     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5607       data: "data conf-history"
5608   data: "vpp-mrr-results-3n-hsw"
5609   filter: "all"
5610   parameters:
5611   - "parent"
5612   - "name"
5613   - "conf-history"
5614
5615 # Test configuration - VPP MRR Test Configs 3n-skx
5616 - type: "table"
5617   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5618   algorithm: "table_merged_details"
5619   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5620   columns:
5621     - title: " |prein| Test Name |preout| "
5622       data: "data name"
5623     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5624       data: "data conf-history"
5625   data: "vpp-mrr-results-3n-skx"
5626   filter: "all"
5627   parameters:
5628   - "parent"
5629   - "name"
5630   - "conf-history"
5631
5632 # Test configuration - VPP MRR Test Configs 2n-skx
5633 - type: "table"
5634   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5635   algorithm: "table_merged_details"
5636   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5637   columns:
5638     - title: " |prein| Test Name |preout| "
5639       data: "data name"
5640     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5641       data: "data conf-history"
5642   data: "vpp-mrr-results-2n-skx"
5643   filter: "all"
5644   parameters:
5645   - "parent"
5646   - "name"
5647   - "conf-history"
5648
5649 # Test configuration - VPP MRR Test Configs 2n-clx
5650 - type: "table"
5651   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5652   algorithm: "table_merged_details"
5653   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5654   columns:
5655     - title: " |prein| Test Name |preout| "
5656       data: "data name"
5657     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5658       data: "data conf-history"
5659   data: "vpp-mrr-results-2n-clx"
5660   filter: "all"
5661   parameters:
5662   - "parent"
5663   - "name"
5664   - "conf-history"
5665
5666 # Test configuration - VPP MRR Test Configs 3n-tsh
5667 - type: "table"
5668   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5669   algorithm: "table_merged_details"
5670   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5671   columns:
5672     - title: " |prein| Test Name |preout| "
5673       data: "data name"
5674     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5675       data: "data conf-history"
5676   data: "vpp-mrr-results-3n-tsh"
5677   filter: "all"
5678   parameters:
5679   - "parent"
5680   - "name"
5681   - "conf-history"
5682
5683 # Test configuration - VPP MRR Test Configs 3n-dnv
5684 - type: "table"
5685   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5686   algorithm: "table_merged_details"
5687   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5688   columns:
5689     - title: " |prein| Test Name |preout| "
5690       data: "data name"
5691     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5692       data: "data conf-history"
5693   data: "vpp-mrr-results-3n-dnv"
5694   filter: "all"
5695   parameters:
5696   - "parent"
5697   - "name"
5698   - "conf-history"
5699
5700 # Test configuration - VPP MRR Test Configs 2n-dnv
5701 - type: "table"
5702   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5703   algorithm: "table_merged_details"
5704   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5705   columns:
5706     - title: " |prein| Test Name |preout| "
5707       data: "data name"
5708     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5709       data: "data conf-history"
5710   data: "vpp-mrr-results-2n-dnv"
5711   filter: "all"
5712   parameters:
5713   - "parent"
5714   - "name"
5715   - "conf-history"
5716
5717 # Detailed Test Results - VPP Device Results - Ubuntu
5718 - type: "table"
5719   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5720   algorithm: "table_merged_details"
5721   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5722   columns:
5723     - title: " |prein| Test Name |preout| "
5724       data: "data name"
5725     - title: " |prein| Status |preout| "
5726       data: "data status"
5727   data: "vpp-device-results-ubuntu"
5728   filter: "all"
5729   parameters:
5730   - "name"
5731   - "parent"
5732   - "doc"
5733   - "status"
5734
5735 # Test configuration - VPP Device Test Configs - Ubuntu
5736 - type: "table"
5737   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5738   algorithm: "table_merged_details"
5739   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5740   columns:
5741     - title: " |prein| Test Name |preout| "
5742       data: "data name"
5743     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5744       data: "data conf-history"
5745   data: "vpp-device-results-ubuntu"
5746   filter: "all"
5747   parameters:
5748   - "parent"
5749   - "name"
5750   - "conf-history"
5751
5752 ################################################################################
5753
5754 # DPDK Performance Changes 3n-hsw 1t1c pdr
5755 - type: "table"
5756   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5757   algorithm: "table_comparison"
5758   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5759   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5760   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5761   columns:
5762     - title: "1904"
5763       data-set: "dpdk-performance-changes-3n-hsw-h1"
5764     - title: "1908"
5765       data-set: "dpdk-performance-changes-3n-hsw-ref"
5766     - title: "2001"
5767       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5768   comparisons:
5769     - title: "Diff"
5770       reference: 2
5771       compare: 3
5772   legend:
5773     - "Legend to Table"
5774     - "1904, 1908, 2001 - DPDK versions tested."
5775     - "Diff - difference between 1908 and 2001 DPDK version."
5776
5777 # DPDK Performance Changes 3n-hsw 2t2c pdr
5778 - type: "table"
5779   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5780   algorithm: "table_comparison"
5781   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5782   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5783   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5784   columns:
5785     - title: "1904"
5786       data-set: "dpdk-performance-changes-3n-hsw-h1"
5787     - title: "1908"
5788       data-set: "dpdk-performance-changes-3n-hsw-ref"
5789     - title: "2001"
5790       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5791   comparisons:
5792     - title: "Diff"
5793       reference: 2
5794       compare: 3
5795   legend:
5796     - "Legend to Table"
5797     - "1904, 1908, 2001 - DPDK versions tested."
5798     - "Diff - difference between 1908 and 2001 DPDK version."
5799
5800 # DPDK Performance Changes 3n-hsw 1t1c pdr
5801 - type: "table"
5802   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5803   algorithm: "table_comparison"
5804   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5805   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5806   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5807   columns:
5808     - title: "1904"
5809       data-set: "dpdk-performance-changes-3n-hsw-h1"
5810     - title: "1908"
5811       data-set: "dpdk-performance-changes-3n-hsw-ref"
5812     - title: "2001"
5813       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5814   comparisons:
5815     - title: "Diff"
5816       reference: 2
5817       compare: 3
5818   legend:
5819     - "Legend to Table"
5820     - "1904, 1908, 2001 - DPDK versions tested."
5821     - "Diff - difference between 1908 and 2001 DPDK version."
5822
5823 # DPDK Performance Changes 3n-hsw 2t2c ndr
5824 - type: "table"
5825   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5826   algorithm: "table_comparison"
5827   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5828   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5829   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5830   columns:
5831     - title: "1904"
5832       data-set: "dpdk-performance-changes-3n-hsw-h1"
5833     - title: "1908"
5834       data-set: "dpdk-performance-changes-3n-hsw-ref"
5835     - title: "2001"
5836       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5837   comparisons:
5838     - title: "Diff"
5839       reference: 2
5840       compare: 3
5841   legend:
5842     - "Legend to Table"
5843     - "1904, 1908, 2001 - DPDK versions tested."
5844     - "Diff - difference between 1908 and 2001 DPDK version."
5845
5846 # DPDK Performance Changes 3n-skx 2t1c pdr
5847 - type: "table"
5848   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5849   algorithm: "table_comparison"
5850   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5851   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5852   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5853   columns:
5854     - title: "1904"
5855       data-set: "dpdk-performance-changes-3n-skx-h1"
5856     - title: "1908"
5857       data-set: "dpdk-performance-changes-3n-skx-ref"
5858     - title: "2001"
5859       data-set: "dpdk-performance-changes-3n-skx-cmp"
5860   comparisons:
5861     - title: "Diff"
5862       reference: 2
5863       compare: 3
5864   legend:
5865     - "Legend to Table"
5866     - "1904, 1908, 2001 - DPDK versions tested."
5867     - "Diff - difference between 1908 and 2001 DPDK version."
5868
5869 # DPDK Performance Changes 3n-skx 4t2c pdr
5870 - type: "table"
5871   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5872   algorithm: "table_comparison"
5873   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5874   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5875   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5876   columns:
5877     - title: "1904"
5878       data-set: "dpdk-performance-changes-3n-skx-h1"
5879     - title: "1908"
5880       data-set: "dpdk-performance-changes-3n-skx-ref"
5881     - title: "2001"
5882       data-set: "dpdk-performance-changes-3n-skx-cmp"
5883   comparisons:
5884     - title: "Diff"
5885       reference: 2
5886       compare: 3
5887   legend:
5888     - "Legend to Table"
5889     - "1904, 1908, 2001 - DPDK versions tested."
5890     - "Diff - difference between 1908 and 2001 DPDK version."
5891
5892 # DPDK Performance Changes 3n-skx 2t1c ndr
5893 - type: "table"
5894   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5895   algorithm: "table_comparison"
5896   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5897   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5898   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5899   columns:
5900     - title: "1904"
5901       data-set: "dpdk-performance-changes-3n-skx-h1"
5902     - title: "1908"
5903       data-set: "dpdk-performance-changes-3n-skx-ref"
5904     - title: "2001"
5905       data-set: "dpdk-performance-changes-3n-skx-cmp"
5906   comparisons:
5907     - title: "Diff"
5908       reference: 2
5909       compare: 3
5910   legend:
5911     - "Legend to Table"
5912     - "1904, 1908, 2001 - DPDK versions tested."
5913     - "Diff - difference between 1908 and 2001 DPDK version."
5914
5915 # DPDK Performance Changes 3n-skx 4t2c ndr
5916 - type: "table"
5917   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5918   algorithm: "table_comparison"
5919   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5920   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5921   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5922   columns:
5923     - title: "1904"
5924       data-set: "dpdk-performance-changes-3n-skx-h1"
5925     - title: "1908"
5926       data-set: "dpdk-performance-changes-3n-skx-ref"
5927     - title: "2001"
5928       data-set: "dpdk-performance-changes-3n-skx-cmp"
5929   comparisons:
5930     - title: "Diff"
5931       reference: 2
5932       compare: 3
5933   legend:
5934     - "Legend to Table"
5935     - "1904, 1908, 2001 - DPDK versions tested."
5936     - "Diff - difference between 1908 and 2001 DPDK version."
5937
5938 # DPDK Performance Changes 2n-skx 2t1c pdr
5939 - type: "table"
5940   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5941   algorithm: "table_comparison"
5942   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5943   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5944   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5945   columns:
5946     - title: "1904"
5947       data-set: "dpdk-performance-changes-2n-skx-h1"
5948     - title: "1908"
5949       data-set: "dpdk-performance-changes-2n-skx-ref"
5950     - title: "2001"
5951       data-set: "dpdk-performance-changes-2n-skx-cmp"
5952   comparisons:
5953     - title: "Diff"
5954       reference: 2
5955       compare: 3
5956   legend:
5957     - "Legend to Table"
5958     - "1904, 1908, 2001 - DPDK versions tested."
5959     - "Diff - difference between 1908 and 2001 DPDK version."
5960
5961 # DPDK Performance Changes 2n-skx 4t2c pdr
5962 - type: "table"
5963   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5964   algorithm: "table_comparison"
5965   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5966   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5967   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5968   columns:
5969     - title: "1904"
5970       data-set: "dpdk-performance-changes-2n-skx-h1"
5971     - title: "1908"
5972       data-set: "dpdk-performance-changes-2n-skx-ref"
5973     - title: "2001"
5974       data-set: "dpdk-performance-changes-2n-skx-cmp"
5975   comparisons:
5976     - title: "Diff"
5977       reference: 2
5978       compare: 3
5979   legend:
5980     - "Legend to Table"
5981     - "1904, 1908, 2001 - DPDK versions tested."
5982     - "Diff - difference between 1908 and 2001 DPDK version."
5983
5984 # DPDK Performance Changes 2n-skx 2t1c ndr
5985 - type: "table"
5986   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5987   algorithm: "table_comparison"
5988   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5989   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5990   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5991   columns:
5992     - title: "1904"
5993       data-set: "dpdk-performance-changes-2n-skx-h1"
5994     - title: "1908"
5995       data-set: "dpdk-performance-changes-2n-skx-ref"
5996     - title: "2001"
5997       data-set: "dpdk-performance-changes-2n-skx-cmp"
5998   comparisons:
5999     - title: "Diff"
6000       reference: 2
6001       compare: 3
6002   legend:
6003     - "Legend to Table"
6004     - "1904, 1908, 2001 - DPDK versions tested."
6005     - "Diff - difference between 1908 and 2001 DPDK version."
6006
6007 # DPDK Performance Changes 2n-skx 4t2c ndr
6008 - type: "table"
6009   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6010   algorithm: "table_comparison"
6011   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6012   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6013   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6014   columns:
6015     - title: "1904"
6016       data-set: "dpdk-performance-changes-2n-skx-h1"
6017     - title: "1908"
6018       data-set: "dpdk-performance-changes-2n-skx-ref"
6019     - title: "2001"
6020       data-set: "dpdk-performance-changes-2n-skx-cmp"
6021   comparisons:
6022     - title: "Diff"
6023       reference: 2
6024       compare: 3
6025   legend:
6026     - "Legend to Table"
6027     - "1904, 1908, 2001 - DPDK versions tested."
6028     - "Diff - difference between 1908 and 2001 DPDK version."
6029
6030 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6031 - type: "table"
6032   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6033   algorithm: "table_comparison"
6034   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6035   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6036   filter: "'NIC_Intel-X710'"
6037   columns:
6038     - title: "3n-hsw x710"
6039       data-set: "dpdk-compare-testbeds-ref"
6040     - title: "3n-skx x710"
6041       data-set: "dpdk-compare-testbeds-cmp"
6042   comparisons:
6043     - title: "Diff"
6044       reference: 1
6045       compare: 2
6046   legend:
6047     - "Legend to Table"
6048     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6049     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6050
6051 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6052 - type: "table"
6053   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6054   algorithm: "table_comparison"
6055   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6056   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6057   filter: "'NIC_Intel-X710'"
6058   columns:
6059     - title: "3n-hsw x710"
6060       data-set: "dpdk-compare-testbeds-ref"
6061     - title: "3n-skx x710"
6062       data-set: "dpdk-compare-testbeds-cmp"
6063   comparisons:
6064     - title: "Diff"
6065       reference: 1
6066       compare: 2
6067   legend:
6068     - "Legend to Table"
6069     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6070     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6071
6072 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6073 - type: "table"
6074   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6075   algorithm: "table_comparison"
6076   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6077   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6078   filter: "'NIC_Intel-XXV710'"
6079   columns:
6080     - title: "2n-skx"
6081       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6082     - title: "2n-clx"
6083       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6084   comparisons:
6085     - title: "Diff"
6086       reference: 1
6087       compare: 2
6088   legend:
6089     - "Legend to Table"
6090     - "2n-skx, 2n-clx - testbeds and NICs tested."
6091     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6092
6093 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6094 - type: "table"
6095   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6096   algorithm: "table_comparison"
6097   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6098   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6099   filter: "'NIC_Intel-XXV710'"
6100   columns:
6101     - title: "2n-skx"
6102       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6103     - title: "2n-clx"
6104       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6105   comparisons:
6106     - title: "Diff"
6107       reference: 1
6108       compare: 2
6109   legend:
6110     - "Legend to Table"
6111     - "2n-skx, 2n-clx - testbeds and NICs tested."
6112     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6113
6114 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6115 - type: "table"
6116   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6117   algorithm: "table_comparison"
6118   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6119   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6120   filter: "'NIC_Intel-XXV710'"
6121   columns:
6122     - title: "3n-skx"
6123       data-set: "dpdk-compare-topologies-ref"
6124     - title: "2n-skx"
6125       data-set: "dpdk-compare-topologies-cmp"
6126   comparisons:
6127     - title: "Diff"
6128       reference: 1
6129       compare: 2
6130   legend:
6131     - "Legend to Table"
6132     - "3n-skx, 2n-skx - topologies tested."
6133     - "Diff - difference between 3n-skx and 2n-skx topologies."
6134
6135 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6136 - type: "table"
6137   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6138   algorithm: "table_comparison"
6139   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6140   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6141   filter: "'NIC_Intel-XXV710'"
6142   columns:
6143     - title: "3n-skx"
6144       data-set: "dpdk-compare-topologies-ref"
6145     - title: "2n-skx"
6146       data-set: "dpdk-compare-topologies-cmp"
6147   comparisons:
6148     - title: "Diff"
6149       reference: 1
6150       compare: 2
6151   legend:
6152     - "Legend to Table"
6153     - "3n-skx, 2n-skx - topologies tested."
6154     - "Diff - difference between 3n-skx and 2n-skx topologies."
6155
6156 # Detailed Test Results - DPDK Performance Results 3n-hsw
6157 - type: "table"
6158   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6159   algorithm: "table_merged_details"
6160   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6161   columns:
6162     - title: " |prein| Test Name |preout| "
6163       data: "data name"
6164     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6165       data: "data msg"
6166   data: "dpdk-perf-results-3n-hsw"
6167   filter: "all"
6168   parameters:
6169   - "name"
6170   - "parent"
6171   - "msg"
6172
6173 # Detailed Test Results - DPDK Performance Results 3n-skx
6174 - type: "table"
6175   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6176   algorithm: "table_merged_details"
6177   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6178   columns:
6179     - title: " |prein| Test Name |preout| "
6180       data: "data name"
6181     - 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| "
6182       data: "data msg"
6183   data: "dpdk-perf-results-3n-skx"
6184   filter: "all"
6185   remove-ndr: True  # Temporary solution: remove NDR results from test message
6186   parameters:
6187   - "name"
6188   - "parent"
6189   - "msg"
6190
6191 # Detailed Test Results - DPDK Performance Results 2n-skx
6192 - type: "table"
6193   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6194   algorithm: "table_merged_details"
6195   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6196   columns:
6197     - title: " |prein| Test Name |preout| "
6198       data: "data name"
6199     - 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| "
6200       data: "data msg"
6201   data: "dpdk-perf-results-2n-skx"
6202   filter: "all"
6203   remove-ndr: True  # Temporary solution: remove NDR results from test message
6204   parameters:
6205   - "name"
6206   - "parent"
6207   - "msg"
6208
6209 # Detailed Test Results - DPDK Performance Results 2n-clx
6210 - type: "table"
6211   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6212   algorithm: "table_merged_details"
6213   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6214   columns:
6215     - title: " |prein| Test Name |preout| "
6216       data: "data name"
6217     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6218       data: "data msg"
6219   data: "dpdk-perf-results-2n-clx"
6220   filter: "all"
6221   parameters:
6222   - "name"
6223   - "parent"
6224   - "msg"
6225
6226 # Detailed Test Results - DPDK Performance Results 2n-dnv
6227 - type: "table"
6228   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6229   algorithm: "table_merged_details"
6230   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6231   columns:
6232     - title: " |prein| Test Name |preout| "
6233       data: "data name"
6234     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6235       data: "data msg"
6236   data: "dpdk-perf-results-2n-dnv"
6237   filter: "all"
6238   parameters:
6239   - "name"
6240   - "parent"
6241   - "msg"
6242
6243 # Detailed Test Results - DPDK Performance Results 3n-dnv
6244 - type: "table"
6245   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6246   algorithm: "table_merged_details"
6247   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6248   columns:
6249     - title: " |prein| Test Name |preout| "
6250       data: "data name"
6251     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6252       data: "data msg"
6253   data: "dpdk-perf-results-3n-dnv"
6254   filter: "all"
6255   parameters:
6256   - "name"
6257   - "parent"
6258   - "msg"
6259
6260 # Detailed Test Results - DPDK Performance Results 3n-tsh
6261 - type: "table"
6262   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6263   algorithm: "table_merged_details"
6264   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6265   columns:
6266     - title: " |prein| Test Name |preout| "
6267       data: "data name"
6268     - 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| "
6269       data: "data msg"
6270   data: "dpdk-perf-results-3n-tsh"
6271   filter: "all"
6272   parameters:
6273   - "name"
6274   - "parent"
6275   - "msg"
6276
6277 ################################################################################
6278 ###                                F I L E S                                 ###
6279 ################################################################################
6280
6281 # VPP Performance Results
6282 - type: "file"
6283   title: "VPP Performance Results"
6284   algorithm: "file_details_split"
6285   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6286   dir-tables:
6287     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6288     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6289     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6290     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6291     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6292     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6293     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6294   data:
6295     - "vpp-perf-results-2n-skx"
6296     - "vpp-perf-results-3n-skx"
6297     - "vpp-perf-results-2n-clx"
6298     - "vpp-perf-results-3n-hsw"
6299     - "vpp-perf-results-3n-tsh"
6300     - "vpp-perf-results-2n-dnv"
6301     - "vpp-perf-results-3n-dnv"
6302   filter: "all"
6303   data-start-level: 4
6304   order-chapters:
6305     level-1:
6306       - "l2"
6307       - "ip4"
6308       - "ip6"
6309       - "srv6"
6310       - "ip4_tunnels"
6311       - "ip6_tunnels"
6312       - "vm_vhost"
6313       - "container_memif"
6314       - "crypto"
6315       - "vts"
6316       - "lb"
6317       - "nfv_density"
6318       - "hoststack"
6319     level-2:
6320       - "2n-skx"
6321       - "3n-skx"
6322       - "2n-clx"
6323       - "3n-hsw"
6324       - "3n-tsh"
6325       - "2n-dnv"
6326       - "3n-dnv"
6327     level-3:
6328       - "xl710"
6329       - "x520"
6330       - "xxv710"
6331       - "x710"
6332       - "x553"
6333       - "cx556a"
6334       - "vic1227"
6335       - "vic1385"
6336
6337 # VPP Performance Configuration
6338 - type: "file"
6339   title: "VPP Performance Configuration"
6340   algorithm: "file_details_split"
6341   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6342   dir-tables:
6343     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6344     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6345     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6346     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6347     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6348     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6349     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6350   data:
6351     - "vpp-perf-results-2n-skx"
6352     - "vpp-perf-results-3n-skx"
6353     - "vpp-perf-results-2n-clx"
6354     - "vpp-perf-results-3n-hsw"
6355     - "vpp-perf-results-3n-tsh"
6356     - "vpp-perf-results-2n-dnv"
6357     - "vpp-perf-results-3n-dnv"
6358   filter: "all"
6359   data-start-level: 4
6360   order-chapters:
6361     level-1:
6362       - "l2"
6363       - "ip4"
6364       - "ip6"
6365       - "srv6"
6366       - "ip4_tunnels"
6367       - "ip6_tunnels"
6368       - "vm_vhost"
6369       - "container_memif"
6370       - "crypto"
6371       - "vts"
6372       - "lb"
6373       - "nfv_density"
6374       - "hoststack"
6375     level-2:
6376       - "2n-skx"
6377       - "3n-skx"
6378       - "2n-clx"
6379       - "3n-hsw"
6380       - "3n-tsh"
6381       - "2n-dnv"
6382       - "3n-dnv"
6383     level-3:
6384       - "xl710"
6385       - "x520"
6386       - "xxv710"
6387       - "x710"
6388       - "x553"
6389       - "cx556a"
6390       - "vic1227"
6391       - "vic1385"
6392
6393 # VPP Performance Operational
6394 - type: "file"
6395   title: "VPP Performance Operational"
6396   algorithm: "file_details_split_html"
6397   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6398   dir-tables:
6399     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6400     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6401     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6402     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6403     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6404     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6405     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6406   data:
6407     - "vpp-perf-results-2n-skx"
6408     - "vpp-perf-results-3n-skx"
6409     - "vpp-perf-results-2n-clx"
6410     - "vpp-perf-results-3n-hsw"
6411     - "vpp-perf-results-3n-tsh"
6412     - "vpp-perf-results-2n-dnv"
6413     - "vpp-perf-results-3n-dnv"
6414   filter: "all"
6415   data-start-level: 4
6416   order-chapters:
6417     level-1:
6418       - "l2"
6419       - "ip4"
6420       - "ip6"
6421       - "srv6"
6422       - "ip4_tunnels"
6423       - "ip6_tunnels"
6424       - "vm_vhost"
6425       - "container_memif"
6426       - "crypto"
6427       - "vts"
6428       - "lb"
6429       - "nfv_density"
6430       - "hoststack"
6431     level-2:
6432       - "2n-skx"
6433       - "3n-skx"
6434       - "2n-clx"
6435       - "3n-hsw"
6436       - "3n-tsh"
6437       - "2n-dnv"
6438       - "3n-dnv"
6439     level-3:
6440       - "xl710"
6441       - "x520"
6442       - "xxv710"
6443       - "x710"
6444       - "x553"
6445       - "cx556a"
6446       - "vic1227"
6447       - "vic1385"
6448
6449 # VPP MRR Results
6450 - type: "file"
6451   title: "VPP MRR Results"
6452   algorithm: "file_details_split"
6453   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6454   dir-tables:
6455     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6456     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6457     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6458     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6459     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6460     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6461     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6462   data:
6463     - "vpp-mrr-results-2n-skx"
6464     - "vpp-mrr-results-3n-skx"
6465     - "vpp-mrr-results-2n-clx"
6466     - "vpp-mrr-results-3n-hsw"
6467     - "vpp-mrr-results-3n-tsh"
6468     - "vpp-mrr-results-2n-dnv"
6469     - "vpp-mrr-results-3n-dnv"
6470   filter: "all"
6471   data-start-level: 4
6472   order-chapters:
6473     level-1:
6474       - "l2"
6475       - "ip4"
6476       - "ip6"
6477       - "srv6"
6478       - "ip4_tunnels"
6479       - "ip6_tunnels"
6480       - "vm_vhost"
6481       - "container_memif"
6482       - "crypto"
6483       - "vts"
6484       - "lb"
6485       - "nfv_density"
6486       - "hoststack"
6487     level-2:
6488       - "2n-skx"
6489       - "3n-skx"
6490       - "2n-clx"
6491       - "3n-hsw"
6492       - "3n-tsh"
6493       - "2n-dnv"
6494       - "3n-dnv"
6495     level-3:
6496       - "xl710"
6497       - "x520"
6498       - "xxv710"
6499       - "x710"
6500       - "x553"
6501       - "cx556a"
6502       - "vic1227"
6503       - "vic1385"
6504
6505 # VPP MRR Configuration
6506 - type: "file"
6507   title: "VPP MRR Configuration"
6508   algorithm: "file_details_split"
6509   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6510   dir-tables:
6511     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6512     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6513     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6514     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6515     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6516     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6517     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6518   data:
6519     - "vpp-mrr-results-2n-skx"
6520     - "vpp-mrr-results-3n-skx"
6521     - "vpp-mrr-results-2n-clx"
6522     - "vpp-mrr-results-3n-hsw"
6523     - "vpp-mrr-results-3n-tsh"
6524     - "vpp-mrr-results-2n-dnv"
6525     - "vpp-mrr-results-3n-dnv"
6526   filter: "all"
6527   data-start-level: 4
6528   order-chapters:
6529     level-1:
6530       - "l2"
6531       - "ip4"
6532       - "ip6"
6533       - "srv6"
6534       - "ip4_tunnels"
6535       - "ip6_tunnels"
6536       - "vm_vhost"
6537       - "container_memif"
6538       - "crypto"
6539       - "vts"
6540       - "lb"
6541       - "nfv_density"
6542       - "hoststack"
6543     level-2:
6544       - "2n-skx"
6545       - "3n-skx"
6546       - "2n-clx"
6547       - "3n-hsw"
6548       - "3n-tsh"
6549       - "2n-dnv"
6550       - "3n-dnv"
6551     level-3:
6552       - "xl710"
6553       - "x520"
6554       - "xxv710"
6555       - "x710"
6556       - "x553"
6557       - "cx556a"
6558       - "vic1227"
6559       - "vic1385"
6560
6561 # VPP Device Results - Ubuntu
6562 - type: "file"
6563   title: "VPP Device Results - Ubuntu"
6564   algorithm: "file_test_results"
6565   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6566   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6567   data: "vpp-device-results-ubuntu"
6568   filter: "all"
6569   data-start-level: 4
6570
6571 # VPP Device Configuration - Ubuntu
6572 - type: "file"
6573   title: "VPP Device Configuration - Ubuntu"
6574   algorithm: "file_test_results"
6575   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6576   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6577   data: "vpp-device-results-ubuntu"
6578   filter: "all"
6579   data-start-level: 4
6580
6581 # DPDK Performance Results 3n-hsw
6582 - type: "file"
6583   title: "DPDK Performance Results 3n-hsw"
6584   algorithm: "file_test_results"
6585   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6586   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6587   data: "dpdk-perf-results-3n-hsw"
6588   filter: "all"
6589   data-start-level: 4
6590
6591 # DPDK Performance Results 3n-skx
6592 - type: "file"
6593   title: "DPDK Performance Results 3n-skx"
6594   algorithm: "file_test_results"
6595   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6596   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6597   data: "dpdk-perf-results-3n-skx"
6598   filter: "all"
6599   data-start-level: 4
6600
6601 # DPDK Performance Results 2n-skx
6602 - type: "file"
6603   title: "DPDK Performance Results 2n-skx"
6604   algorithm: "file_test_results"
6605   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6606   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6607   data: "dpdk-perf-results-2n-skx"
6608   filter: "all"
6609   data-start-level: 4
6610
6611 # DPDK Performance Results 2n-clx
6612 - type: "file"
6613   title: "DPDK Performance Results 2n-clx"
6614   algorithm: "file_test_results"
6615   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6616   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6617   data: "dpdk-perf-results-2n-clx"
6618   filter: "all"
6619   data-start-level: 4
6620
6621 # DPDK Performance Results 2n-dnv
6622 - type: "file"
6623   title: "DPDK Performance Results 2n-dnv"
6624   algorithm: "file_test_results"
6625   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6626   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6627   data: "dpdk-perf-results-2n-dnv"
6628   filter: "all"
6629   data-start-level: 4
6630
6631 # DPDK Performance Results 3n-dnv
6632 - type: "file"
6633   title: "DPDK Performance Results 3n-dnv"
6634   algorithm: "file_test_results"
6635   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6636   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6637   data: "dpdk-perf-results-3n-dnv"
6638   filter: "all"
6639   data-start-level: 4
6640
6641 # DPDK Performance Results 3n-tsh
6642 - type: "file"
6643   title: "DPDK Performance Results 3n-tsh"
6644   algorithm: "file_test_results"
6645   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6646   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6647   data: "dpdk-perf-results-3n-tsh"
6648   filter: "all"
6649   data-start-level: 4
6650
6651 ################################################################################
6652 ###                                P L O T S                                 ###
6653 ################################################################################
6654
6655 # Hoststack tests 3n-hsw
6656
6657 - type: "plot"
6658   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6659   algorithm: "plot_perf_box_name"
6660   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6661   data: "plot-vpp-hoststack-3n-hsw"
6662   include:
6663     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6664     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6665   layout:
6666     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6667     layout: "plot-hoststack"
6668
6669 - type: "plot"
6670   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6671   algorithm: "plot_perf_box_name"
6672   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6673   data: "plot-vpp-hoststack-3n-hsw"
6674   include:
6675     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6676     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6677   layout:
6678     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6679     layout: "plot-hoststack"
6680
6681 - type: "plot"
6682   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6683   algorithm: "plot_perf_box_name"
6684   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
6685   data: "plot-vpp-hoststack-3n-hsw"
6686   include:
6687     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6688     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6689     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6690     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6691   layout:
6692     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6693     layout: "plot-hoststack"
6694
6695 # Plots VPP HTTP Server Performance
6696 - type: "plot"
6697   title: "VPP HTTP Server Performance"
6698   algorithm: "plot_http_server_perf_box"
6699   output-file-type: ".html"
6700   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6701   data:
6702     "plot-vpp-http-server-performance"
6703   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6704   parameters:
6705   - "result"
6706   - "name"
6707   traces:
6708     hoverinfo: "y+name"
6709     boxpoints: "outliers"
6710     whiskerwidth: 0
6711   layout:
6712     title: "VPP HTTP Server Performance"
6713     layout:
6714       "plot-cps"
6715
6716 - type: "plot"
6717   title: "VPP HTTP Server Performance"
6718   algorithm: "plot_http_server_perf_box"
6719   output-file-type: ".html"
6720   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6721   data:
6722     "plot-vpp-http-server-performance"
6723   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6724   parameters:
6725   - "result"
6726   - "name"
6727   traces:
6728     hoverinfo: "y+name"
6729     boxpoints: "outliers"
6730     whiskerwidth: 0
6731   layout:
6732     title: "VPP HTTP Server Performance"
6733     layout:
6734       "plot-rps"
6735
6736 ################################################################################
6737
6738 # Soak Test (PLRsearch), boxes - 2n-clx
6739 - type: "plot"
6740   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6741   algorithm: "plot_perf_box_name"
6742   output-file-type: ".html"
6743   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6744   data: "plot-vpp-soak-2n-clx"
6745   include:
6746     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6748     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6749     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6752   layout:
6753     title: "30 Minutes Soak Test (PLRsearch)"
6754     layout: "plot-soak-throughput"
6755
6756 # Soak Test (PLRsearch), boxes - 2n-clx
6757 - type: "plot"
6758   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6759   algorithm: "plot_perf_box_name"
6760   output-file-type: ".html"
6761   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6762   data: "plot-vpp-soak-2n-clx"
6763   include:
6764     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6765     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6766     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6767     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6768     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6769     - "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"
6770   layout:
6771     title: "30 Minutes Soak Test (PLRsearch)"
6772     layout: "plot-soak-throughput"
6773
6774 # Soak Test (PLRsearch), boxes - 2n-skx
6775 - type: "plot"
6776   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6777   algorithm: "plot_perf_box_name"
6778   output-file-type: ".html"
6779   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
6780   data: "plot-vpp-soak-2n-skx"
6781   include:
6782     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6783     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6784     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6785     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6788   layout:
6789     title: "30 Minutes Soak Test (PLRsearch)"
6790     layout: "plot-soak-throughput"
6791
6792 # Soak Test (PLRsearch), boxes - 2n-skx
6793 - type: "plot"
6794   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6795   algorithm: "plot_perf_box_name"
6796   output-file-type: ".html"
6797   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
6798   data: "plot-vpp-soak-2n-skx"
6799   include:
6800     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6801     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6802     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6803     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6804     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6805     - "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"
6806   layout:
6807     title: "30 Minutes Soak Test (PLRsearch)"
6808     layout: "plot-soak-throughput"
6809
6810 ###############################################################################
6811
6812 # Reconf tests 2n-skx
6813
6814 - type: "plot"
6815   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6816   algorithm: "plot_nf_reconf_box_name"
6817   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6818   data: "plot-vpp-nfv-reconf-2n-skx"
6819   include:
6820     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
6821     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
6822     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
6823     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
6824     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
6825     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
6826   layout:
6827     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6828     layout: "plot-throughput"
6829
6830 - type: "plot"
6831   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6832   algorithm: "plot_nf_reconf_box_name"
6833   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6834   data: "plot-vpp-nfv-reconf-2n-skx"
6835   include:
6836     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
6837     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
6838     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
6839     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
6840     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
6841     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
6842   layout:
6843     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6844     layout: "plot-throughput"
6845
6846 - type: "plot"
6847   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6848   algorithm: "plot_nf_reconf_box_name"
6849   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6850   data: "plot-vpp-nfv-reconf-2n-skx"
6851   include:
6852     - "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"
6853     - "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"
6854     - "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"
6855     - "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"
6856     - "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"
6857     - "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"
6858   layout:
6859     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6860     layout: "plot-throughput"
6861
6862 ###############################################################################
6863
6864 # Reconf tests 2n-clx
6865
6866 - type: "plot"
6867   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6868   algorithm: "plot_nf_reconf_box_name"
6869   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6870   data: "plot-vpp-nfv-reconf-2n-clx"
6871   include:
6872     - "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"
6873     - "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"
6874     - "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"
6875     - "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"
6876   layout:
6877     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6878     layout: "plot-throughput"
6879
6880 - type: "plot"
6881   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6882   algorithm: "plot_nf_reconf_box_name"
6883   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6884   data: "plot-vpp-nfv-reconf-2n-clx"
6885   include:
6886     - "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"
6887     - "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"
6888     - "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"
6889     - "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"
6890   layout:
6891     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6892     layout: "plot-throughput"
6893
6894 - type: "plot"
6895   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6896   algorithm: "plot_nf_reconf_box_name"
6897   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6898   data: "plot-vpp-nfv-reconf-2n-clx"
6899   include:
6900     - "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"
6901     - "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"
6902     - "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"
6903     - "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"
6904   layout:
6905     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6906     layout: "plot-throughput"
6907
6908 ################################################################################
6909 ## Plots - NF Density - VSC - MRR 64b
6910 #- type: "plot"
6911 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6912 #  algorithm: "plot_nf_heatmap"
6913 #  output-file-type: ".html"
6914 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6915 #  data: "plot-vpp-nfv-2n-skx-mrr"
6916 #  filter: "'NIC_Intel-XXV710' and
6917 #           'NF_DENSITY' and
6918 #           'VHOST' and
6919 #           not 'VXLAN' and
6920 #           'CHAIN' and
6921 #           'NF_VPPIP4' and
6922 #           '64B' and
6923 #           '2T1C' and
6924 #           'MRR'"
6925 #  parameters:
6926 #  - "result"
6927 #  - "name"
6928 #  - "tags"
6929 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6930 #  x-axis: "X = VNFs per Service Chain"
6931 #  y-axis: "Y = Number of Service Chains"
6932 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6933 #  layout:
6934 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6935 #    layout: "plot-service-density"
6936 #
6937 #- type: "plot"
6938 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6939 #  algorithm: "plot_nf_heatmap"
6940 #  output-file-type: ".html"
6941 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6942 #  data: "plot-vpp-nfv-2n-skx-mrr"
6943 #  filter: "'NIC_Intel-XXV710' and
6944 #           'NF_DENSITY' and
6945 #           'VHOST' and
6946 #           not 'VXLAN' and
6947 #           'CHAIN' and
6948 #           'NF_VPPIP4' and
6949 #           '64B' and
6950 #           '4T2C' and
6951 #           'MRR'"
6952 #  parameters:
6953 #  - "result"
6954 #  - "name"
6955 #  - "tags"
6956 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6957 #  x-axis: "X = VNFs per Service Chain"
6958 #  y-axis: "Y = Number of Service Chains"
6959 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6960 #  layout:
6961 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6962 #    layout: "plot-service-density"
6963 #
6964 #- type: "plot"
6965 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6966 #  algorithm: "plot_nf_heatmap"
6967 #  output-file-type: ".html"
6968 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6969 #  data: "plot-vpp-nfv-2n-skx-mrr"
6970 #  filter: "'NIC_Intel-XXV710' and
6971 #           'NF_DENSITY' and
6972 #           'VHOST' and
6973 #           not 'VXLAN' and
6974 #           'CHAIN' and
6975 #           'NF_VPPIP4' and
6976 #           '64B' and
6977 #           '8T4C' and
6978 #           'MRR'"
6979 #  parameters:
6980 #  - "result"
6981 #  - "name"
6982 #  - "tags"
6983 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6984 #  x-axis: "X = VNFs per Service Chain"
6985 #  y-axis: "Y = Number of Service Chains"
6986 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6987 #  layout:
6988 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6989 #    layout: "plot-service-density"
6990 #
6991 ## Plots - NF Density - VSC - MRR IMIX
6992 #- type: "plot"
6993 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6994 #  algorithm: "plot_nf_heatmap"
6995 #  output-file-type: ".html"
6996 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6997 #  data: "plot-vpp-nfv-2n-skx-mrr"
6998 #  filter: "'NIC_Intel-XXV710' and
6999 #           'NF_DENSITY' and
7000 #           'VHOST' and
7001 #           not 'VXLAN' and
7002 #           'CHAIN' and
7003 #           'NF_VPPIP4' and
7004 #           'IMIX' and
7005 #           '2T1C' and
7006 #           'MRR'"
7007 #  parameters:
7008 #  - "result"
7009 #  - "name"
7010 #  - "tags"
7011 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7012 #  x-axis: "X = VNFs per Service Chain"
7013 #  y-axis: "Y = Number of Service Chains"
7014 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7015 #  layout:
7016 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7017 #    layout: "plot-service-density"
7018 #
7019 #- type: "plot"
7020 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7021 #  algorithm: "plot_nf_heatmap"
7022 #  output-file-type: ".html"
7023 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7024 #  data: "plot-vpp-nfv-2n-skx-mrr"
7025 #  filter: "'NIC_Intel-XXV710' and
7026 #           'NF_DENSITY' and
7027 #           'VHOST' and
7028 #           not 'VXLAN' and
7029 #           'CHAIN' and
7030 #           'NF_VPPIP4' and
7031 #           'IMIX' and
7032 #           '4T2C' and
7033 #           'MRR'"
7034 #  parameters:
7035 #  - "result"
7036 #  - "name"
7037 #  - "tags"
7038 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7039 #  x-axis: "X = VNFs per Service Chain"
7040 #  y-axis: "Y = Number of Service Chains"
7041 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7042 #  layout:
7043 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7044 #    layout: "plot-service-density"
7045 #
7046 #- type: "plot"
7047 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7048 #  algorithm: "plot_nf_heatmap"
7049 #  output-file-type: ".html"
7050 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7051 #  data: "plot-vpp-nfv-2n-skx-mrr"
7052 #  filter: "'NIC_Intel-XXV710' and
7053 #           'NF_DENSITY' and
7054 #           'VHOST' and
7055 #           not 'VXLAN' and
7056 #           'CHAIN' and
7057 #           'NF_VPPIP4' and
7058 #           'IMIX' and
7059 #           '8T4C' and
7060 #           'MRR'"
7061 #  parameters:
7062 #  - "result"
7063 #  - "name"
7064 #  - "tags"
7065 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7066 #  x-axis: "X = VNFs per Service Chain"
7067 #  y-axis: "Y = Number of Service Chains"
7068 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7069 #  layout:
7070 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7071 #    layout: "plot-service-density"
7072 #
7073 ## Plots - NF Density - VSC - NDR 64b
7074 #- type: "plot"
7075 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7076 #  algorithm: "plot_nf_heatmap"
7077 #  output-file-type: ".html"
7078 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
7079 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7080 #  filter: "'NIC_Intel-XXV710' and
7081 #           'NF_DENSITY' and
7082 #           'VHOST' and
7083 #           not 'VXLAN' and
7084 #           'CHAIN' and
7085 #           'NF_VPPIP4' and
7086 #           '64B' and
7087 #           '2T1C' and
7088 #           'NDRPDR'"
7089 #  parameters:
7090 #  - "throughput"
7091 #  - "name"
7092 #  - "tags"
7093 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7094 #  x-axis: "X = VNFs per Service Chain"
7095 #  y-axis: "Y = Number of Service Chains"
7096 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7097 #  layout:
7098 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7099 #    layout: "plot-service-density"
7100 #
7101 #- type: "plot"
7102 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7103 #  algorithm: "plot_nf_heatmap"
7104 #  output-file-type: ".html"
7105 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7106 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7107 #  filter: "'NIC_Intel-XXV710' and
7108 #           'NF_DENSITY' and
7109 #           'VHOST' and
7110 #           not 'VXLAN' and
7111 #           'CHAIN' and
7112 #           'NF_VPPIP4' and
7113 #           '64B' and
7114 #           '4T2C' and
7115 #           'NDRPDR'"
7116 #  parameters:
7117 #  - "throughput"
7118 #  - "name"
7119 #  - "tags"
7120 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7121 #  x-axis: "X = VNFs per Service Chain"
7122 #  y-axis: "Y = Number of Service Chains"
7123 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7124 #  layout:
7125 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7126 #    layout: "plot-service-density"
7127 #
7128 #- type: "plot"
7129 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7130 #  algorithm: "plot_nf_heatmap"
7131 #  output-file-type: ".html"
7132 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7133 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7134 #  filter: "'NIC_Intel-XXV710' and
7135 #           'NF_DENSITY' and
7136 #           'VHOST' and
7137 #           not 'VXLAN' and
7138 #           'CHAIN' and
7139 #           'NF_VPPIP4' and
7140 #           '64B' and
7141 #           '8T4C' and
7142 #           'NDRPDR'"
7143 #  parameters:
7144 #  - "throughput"
7145 #  - "name"
7146 #  - "tags"
7147 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7148 #  x-axis: "X = VNFs per Service Chain"
7149 #  y-axis: "Y = Number of Service Chains"
7150 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7151 #  layout:
7152 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7153 #    layout: "plot-service-density"
7154 #
7155 ## Plots - NF Density - VSC - NDR IMIX
7156 #- type: "plot"
7157 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7158 #  algorithm: "plot_nf_heatmap"
7159 #  output-file-type: ".html"
7160 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7161 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7162 #  filter: "'NIC_Intel-XXV710' and
7163 #           'NF_DENSITY' and
7164 #           'VHOST' and
7165 #           not 'VXLAN' and
7166 #           'CHAIN' and
7167 #           'NF_VPPIP4' and
7168 #           'IMIX' and
7169 #           '2T1C' and
7170 #           'NDRPDR'"
7171 #  parameters:
7172 #  - "throughput"
7173 #  - "name"
7174 #  - "tags"
7175 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7176 #  x-axis: "X = VNFs per Service Chain"
7177 #  y-axis: "Y = Number of Service Chains"
7178 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7179 #  layout:
7180 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7181 #    layout: "plot-service-density"
7182 #
7183 #- type: "plot"
7184 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7185 #  algorithm: "plot_nf_heatmap"
7186 #  output-file-type: ".html"
7187 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7188 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7189 #  filter: "'NIC_Intel-XXV710' and
7190 #           'NF_DENSITY' and
7191 #           'VHOST' and
7192 #           not 'VXLAN' and
7193 #           'CHAIN' and
7194 #           'NF_VPPIP4' and
7195 #           'IMIX' and
7196 #           '4T2C' and
7197 #           'NDRPDR'"
7198 #  parameters:
7199 #  - "throughput"
7200 #  - "name"
7201 #  - "tags"
7202 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7203 #  x-axis: "X = VNFs per Service Chain"
7204 #  y-axis: "Y = Number of Service Chains"
7205 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7206 #  layout:
7207 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7208 #    layout: "plot-service-density"
7209 #
7210 #- type: "plot"
7211 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7212 #  algorithm: "plot_nf_heatmap"
7213 #  output-file-type: ".html"
7214 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7215 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7216 #  filter: "'NIC_Intel-XXV710' and
7217 #           'NF_DENSITY' and
7218 #           'VHOST' and
7219 #           not 'VXLAN' and
7220 #           'CHAIN' and
7221 #           'NF_VPPIP4' and
7222 #           'IMIX' and
7223 #           '8T4C' and
7224 #           'NDRPDR'"
7225 #  parameters:
7226 #  - "throughput"
7227 #  - "name"
7228 #  - "tags"
7229 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7230 #  x-axis: "X = VNFs per Service Chain"
7231 #  y-axis: "Y = Number of Service Chains"
7232 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7233 #  layout:
7234 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7235 #    layout: "plot-service-density"
7236 #
7237 ## Plots - NF Density - VSC - PDR 64b
7238 #- type: "plot"
7239 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7240 #  algorithm: "plot_nf_heatmap"
7241 #  output-file-type: ".html"
7242 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
7243 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7244 #  filter: "'NIC_Intel-XXV710' and
7245 #           'NF_DENSITY' and
7246 #           'VHOST' and
7247 #           not 'VXLAN' and
7248 #           'CHAIN' and
7249 #           'NF_VPPIP4' and
7250 #           '64B' and
7251 #           '2T1C' and
7252 #           'NDRPDR'"
7253 #  parameters:
7254 #  - "throughput"
7255 #  - "name"
7256 #  - "tags"
7257 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7258 #  x-axis: "X = VNFs per Service Chain"
7259 #  y-axis: "Y = Number of Service Chains"
7260 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7261 #  layout:
7262 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7263 #    layout: "plot-service-density"
7264 #
7265 #- type: "plot"
7266 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7267 #  algorithm: "plot_nf_heatmap"
7268 #  output-file-type: ".html"
7269 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7270 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7271 #  filter: "'NIC_Intel-XXV710' and
7272 #           'NF_DENSITY' and
7273 #           'VHOST' and
7274 #           not 'VXLAN' and
7275 #           'CHAIN' and
7276 #           'NF_VPPIP4' and
7277 #           '64B' and
7278 #           '4T2C' and
7279 #           'NDRPDR'"
7280 #  parameters:
7281 #  - "throughput"
7282 #  - "name"
7283 #  - "tags"
7284 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7285 #  x-axis: "X = VNFs per Service Chain"
7286 #  y-axis: "Y = Number of Service Chains"
7287 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7288 #  layout:
7289 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7290 #    layout: "plot-service-density"
7291 #
7292 #- type: "plot"
7293 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7294 #  algorithm: "plot_nf_heatmap"
7295 #  output-file-type: ".html"
7296 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7297 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7298 #  filter: "'NIC_Intel-XXV710' and
7299 #           'NF_DENSITY' and
7300 #           'VHOST' and
7301 #           not 'VXLAN' and
7302 #           'CHAIN' and
7303 #           'NF_VPPIP4' and
7304 #           '64B' and
7305 #           '8T4C' and
7306 #           'NDRPDR'"
7307 #  parameters:
7308 #  - "throughput"
7309 #  - "name"
7310 #  - "tags"
7311 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7312 #  x-axis: "X = VNFs per Service Chain"
7313 #  y-axis: "Y = Number of Service Chains"
7314 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7315 #  layout:
7316 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7317 #    layout: "plot-service-density"
7318 #
7319 ## Plots - NF Density - VSC - PDR IMIX
7320 #- type: "plot"
7321 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7322 #  algorithm: "plot_nf_heatmap"
7323 #  output-file-type: ".html"
7324 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7325 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7326 #  filter: "'NIC_Intel-XXV710' and
7327 #           'NF_DENSITY' and
7328 #           'VHOST' and
7329 #           not 'VXLAN' and
7330 #           'CHAIN' and
7331 #           'NF_VPPIP4' and
7332 #           'IMIX' and
7333 #           '2T1C' and
7334 #           'NDRPDR'"
7335 #  parameters:
7336 #  - "throughput"
7337 #  - "name"
7338 #  - "tags"
7339 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7340 #  x-axis: "X = VNFs per Service Chain"
7341 #  y-axis: "Y = Number of Service Chains"
7342 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7343 #  layout:
7344 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7345 #    layout: "plot-service-density"
7346 #
7347 #- type: "plot"
7348 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7349 #  algorithm: "plot_nf_heatmap"
7350 #  output-file-type: ".html"
7351 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7352 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7353 #  filter: "'NIC_Intel-XXV710' and
7354 #           'NF_DENSITY' and
7355 #           'VHOST' and
7356 #           not 'VXLAN' and
7357 #           'CHAIN' and
7358 #           'NF_VPPIP4' and
7359 #           'IMIX' and
7360 #           '4T2C' and
7361 #           'NDRPDR'"
7362 #  parameters:
7363 #  - "throughput"
7364 #  - "name"
7365 #  - "tags"
7366 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7367 #  x-axis: "X = VNFs per Service Chain"
7368 #  y-axis: "Y = Number of Service Chains"
7369 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7370 #  layout:
7371 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7372 #    layout: "plot-service-density"
7373 #
7374 #- type: "plot"
7375 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7376 #  algorithm: "plot_nf_heatmap"
7377 #  output-file-type: ".html"
7378 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7379 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7380 #  filter: "'NIC_Intel-XXV710' and
7381 #           'NF_DENSITY' and
7382 #           'VHOST' and
7383 #           not 'VXLAN' and
7384 #           'CHAIN' and
7385 #           'NF_VPPIP4' and
7386 #           'IMIX' and
7387 #           '8T4C' and
7388 #           'NDRPDR'"
7389 #  parameters:
7390 #  - "throughput"
7391 #  - "name"
7392 #  - "tags"
7393 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7394 #  x-axis: "X = VNFs per Service Chain"
7395 #  y-axis: "Y = Number of Service Chains"
7396 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7397 #  layout:
7398 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7399 #    layout: "plot-service-density"
7400 #
7401 ################################################################################
7402 ## Plots - NF Density - VSC - MRR 64b
7403 #- type: "plot"
7404 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7405 #  algorithm: "plot_nf_heatmap"
7406 #  output-file-type: ".html"
7407 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7408 #  data: "plot-vpp-nfv-2n-skx-mrr"
7409 #  filter: "'NIC_Intel-XXV710' and
7410 #           'NF_DENSITY' and
7411 #           'VHOST' and
7412 #           'VXLAN' and
7413 #           'CHAIN' and
7414 #           '118' and
7415 #           '2T1C' and
7416 #           'MRR'"
7417 #  parameters:
7418 #  - "result"
7419 #  - "name"
7420 #  - "tags"
7421 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7422 #  x-axis: "X = VNFs per Service Chain"
7423 #  y-axis: "Y = Number of Service Chains"
7424 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7425 #  layout:
7426 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7427 #    layout: "plot-service-density"
7428 #
7429 #- type: "plot"
7430 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7431 #  algorithm: "plot_nf_heatmap"
7432 #  output-file-type: ".html"
7433 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7434 #  data: "plot-vpp-nfv-2n-skx-mrr"
7435 #  filter: "'NIC_Intel-XXV710' and
7436 #           'NF_DENSITY' and
7437 #           'VHOST' and
7438 #           'VXLAN' and
7439 #           'CHAIN' and
7440 #           '118' and
7441 #           '4T2C' and
7442 #           'MRR'"
7443 #  parameters:
7444 #  - "result"
7445 #  - "name"
7446 #  - "tags"
7447 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7448 #  x-axis: "X = VNFs per Service Chain"
7449 #  y-axis: "Y = Number of Service Chains"
7450 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7451 #  layout:
7452 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7453 #    layout: "plot-service-density"
7454 #
7455 #- type: "plot"
7456 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7457 #  algorithm: "plot_nf_heatmap"
7458 #  output-file-type: ".html"
7459 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7460 #  data: "plot-vpp-nfv-2n-skx-mrr"
7461 #  filter: "'NIC_Intel-XXV710' and
7462 #           'NF_DENSITY' and
7463 #           'VHOST' and
7464 #           'VXLAN' and
7465 #           'CHAIN' and
7466 #           '118' and
7467 #           '8T4C' and
7468 #           'MRR'"
7469 #  parameters:
7470 #  - "result"
7471 #  - "name"
7472 #  - "tags"
7473 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7474 #  x-axis: "X = VNFs per Service Chain"
7475 #  y-axis: "Y = Number of Service Chains"
7476 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7477 #  layout:
7478 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7479 #    layout: "plot-service-density"
7480 #
7481 ## Plots - NF Density - VSC - MRR IMIX
7482 #- type: "plot"
7483 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7484 #  algorithm: "plot_nf_heatmap"
7485 #  output-file-type: ".html"
7486 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7487 #  data: "plot-vpp-nfv-2n-skx-mrr"
7488 #  filter: "'NIC_Intel-XXV710' and
7489 #           'NF_DENSITY' and
7490 #           'VHOST' and
7491 #           'VXLAN' and
7492 #           'CHAIN' and
7493 #           'IMIX' and
7494 #           '2T1C' and
7495 #           'MRR'"
7496 #  parameters:
7497 #  - "result"
7498 #  - "name"
7499 #  - "tags"
7500 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7501 #  x-axis: "X = VNFs per Service Chain"
7502 #  y-axis: "Y = Number of Service Chains"
7503 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7504 #  layout:
7505 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7506 #    layout: "plot-service-density"
7507 #
7508 #- type: "plot"
7509 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7510 #  algorithm: "plot_nf_heatmap"
7511 #  output-file-type: ".html"
7512 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7513 #  data: "plot-vpp-nfv-2n-skx-mrr"
7514 #  filter: "'NIC_Intel-XXV710' and
7515 #           'NF_DENSITY' and
7516 #           'VHOST' and
7517 #           'VXLAN' and
7518 #           'CHAIN' and
7519 #           'IMIX' and
7520 #           '4T2C' and
7521 #           'MRR'"
7522 #  parameters:
7523 #  - "result"
7524 #  - "name"
7525 #  - "tags"
7526 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7527 #  x-axis: "X = VNFs per Service Chain"
7528 #  y-axis: "Y = Number of Service Chains"
7529 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7530 #  layout:
7531 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7532 #    layout: "plot-service-density"
7533 #
7534 #- type: "plot"
7535 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7536 #  algorithm: "plot_nf_heatmap"
7537 #  output-file-type: ".html"
7538 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7539 #  data: "plot-vpp-nfv-2n-skx-mrr"
7540 #  filter: "'NIC_Intel-XXV710' and
7541 #           'NF_DENSITY' and
7542 #           'VHOST' and
7543 #           'VXLAN' and
7544 #           'CHAIN' and
7545 #           'IMIX' and
7546 #           '8T4C' and
7547 #           'MRR'"
7548 #  parameters:
7549 #  - "result"
7550 #  - "name"
7551 #  - "tags"
7552 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7553 #  x-axis: "X = VNFs per Service Chain"
7554 #  y-axis: "Y = Number of Service Chains"
7555 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7556 #  layout:
7557 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7558 #    layout: "plot-service-density"
7559 #
7560 ## Plots - NF Density - VSC - NDR 64b
7561 #- type: "plot"
7562 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7563 #  algorithm: "plot_nf_heatmap"
7564 #  output-file-type: ".html"
7565 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7566 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7567 #  filter: "'NIC_Intel-XXV710' and
7568 #           'NF_DENSITY' and
7569 #           'VHOST' and
7570 #           'VXLAN' and
7571 #           'CHAIN' and
7572 #           '118' and
7573 #           '2T1C' and
7574 #           'NDRPDR'"
7575 #  parameters:
7576 #  - "throughput"
7577 #  - "name"
7578 #  - "tags"
7579 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7580 #  x-axis: "X = VNFs per Service Chain"
7581 #  y-axis: "Y = Number of Service Chains"
7582 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7583 #  layout:
7584 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7585 #    layout: "plot-service-density"
7586 #
7587 #- type: "plot"
7588 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7589 #  algorithm: "plot_nf_heatmap"
7590 #  output-file-type: ".html"
7591 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7592 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7593 #  filter: "'NIC_Intel-XXV710' and
7594 #           'NF_DENSITY' and
7595 #           'VHOST' and
7596 #           'VXLAN' and
7597 #           'CHAIN' and
7598 #           '118' and
7599 #           '4T2C' and
7600 #           'NDRPDR'"
7601 #  parameters:
7602 #  - "throughput"
7603 #  - "name"
7604 #  - "tags"
7605 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7606 #  x-axis: "X = VNFs per Service Chain"
7607 #  y-axis: "Y = Number of Service Chains"
7608 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7609 #  layout:
7610 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7611 #    layout: "plot-service-density"
7612 #
7613 #- type: "plot"
7614 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7615 #  algorithm: "plot_nf_heatmap"
7616 #  output-file-type: ".html"
7617 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7618 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7619 #  filter: "'NIC_Intel-XXV710' and
7620 #           'NF_DENSITY' and
7621 #           'VHOST' and
7622 #           'VXLAN' and
7623 #           'CHAIN' and
7624 #           '118' and
7625 #           '8T4C' and
7626 #           'NDRPDR'"
7627 #  parameters:
7628 #  - "throughput"
7629 #  - "name"
7630 #  - "tags"
7631 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7632 #  x-axis: "X = VNFs per Service Chain"
7633 #  y-axis: "Y = Number of Service Chains"
7634 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7635 #  layout:
7636 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7637 #    layout: "plot-service-density"
7638 #
7639 ## Plots - NF Density - VSC - NDR IMIX
7640 #- type: "plot"
7641 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7642 #  algorithm: "plot_nf_heatmap"
7643 #  output-file-type: ".html"
7644 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7645 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7646 #  filter: "'NIC_Intel-XXV710' and
7647 #           'NF_DENSITY' and
7648 #           'VHOST' and
7649 #           'VXLAN' and
7650 #           'CHAIN' and
7651 #           'IMIX' and
7652 #           '2T1C' and
7653 #           'NDRPDR'"
7654 #  parameters:
7655 #  - "throughput"
7656 #  - "name"
7657 #  - "tags"
7658 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7659 #  x-axis: "X = VNFs per Service Chain"
7660 #  y-axis: "Y = Number of Service Chains"
7661 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7662 #  layout:
7663 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7664 #    layout: "plot-service-density"
7665 #
7666 #- type: "plot"
7667 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7668 #  algorithm: "plot_nf_heatmap"
7669 #  output-file-type: ".html"
7670 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7671 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7672 #  filter: "'NIC_Intel-XXV710' and
7673 #           'NF_DENSITY' and
7674 #           'VHOST' and
7675 #           'VXLAN' and
7676 #           'CHAIN' and
7677 #           'IMIX' and
7678 #           '4T2C' and
7679 #           'NDRPDR'"
7680 #  parameters:
7681 #  - "throughput"
7682 #  - "name"
7683 #  - "tags"
7684 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7685 #  x-axis: "X = VNFs per Service Chain"
7686 #  y-axis: "Y = Number of Service Chains"
7687 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7688 #  layout:
7689 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7690 #    layout: "plot-service-density"
7691 #
7692 #- type: "plot"
7693 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7694 #  algorithm: "plot_nf_heatmap"
7695 #  output-file-type: ".html"
7696 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7697 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7698 #  filter: "'NIC_Intel-XXV710' and
7699 #           'NF_DENSITY' and
7700 #           'VHOST' and
7701 #           'VXLAN' and
7702 #           'CHAIN' and
7703 #           'IMIX' and
7704 #           '8T4C' and
7705 #           'NDRPDR'"
7706 #  parameters:
7707 #  - "throughput"
7708 #  - "name"
7709 #  - "tags"
7710 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7711 #  x-axis: "X = VNFs per Service Chain"
7712 #  y-axis: "Y = Number of Service Chains"
7713 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7714 #  layout:
7715 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7716 #    layout: "plot-service-density"
7717 #
7718 ## Plots - NF Density - VSC - PDR 64b
7719 #- type: "plot"
7720 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7721 #  algorithm: "plot_nf_heatmap"
7722 #  output-file-type: ".html"
7723 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7724 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7725 #  filter: "'NIC_Intel-XXV710' and
7726 #           'NF_DENSITY' and
7727 #           'VHOST' and
7728 #           'VXLAN' and
7729 #           'CHAIN' and
7730 #           '118' and
7731 #           '2T1C' and
7732 #           'NDRPDR'"
7733 #  parameters:
7734 #  - "throughput"
7735 #  - "name"
7736 #  - "tags"
7737 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7738 #  x-axis: "X = VNFs per Service Chain"
7739 #  y-axis: "Y = Number of Service Chains"
7740 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7741 #  layout:
7742 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7743 #    layout: "plot-service-density"
7744 #
7745 #- type: "plot"
7746 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7747 #  algorithm: "plot_nf_heatmap"
7748 #  output-file-type: ".html"
7749 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7750 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7751 #  filter: "'NIC_Intel-XXV710' and
7752 #           'NF_DENSITY' and
7753 #           'VHOST' and
7754 #           'VXLAN' and
7755 #           'CHAIN' and
7756 #           '118' and
7757 #           '4T2C' and
7758 #           'NDRPDR'"
7759 #  parameters:
7760 #  - "throughput"
7761 #  - "name"
7762 #  - "tags"
7763 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7764 #  x-axis: "X = VNFs per Service Chain"
7765 #  y-axis: "Y = Number of Service Chains"
7766 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7767 #  layout:
7768 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7769 #    layout: "plot-service-density"
7770 #
7771 #- type: "plot"
7772 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7773 #  algorithm: "plot_nf_heatmap"
7774 #  output-file-type: ".html"
7775 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7776 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7777 #  filter: "'NIC_Intel-XXV710' and
7778 #           'NF_DENSITY' and
7779 #           'VHOST' and
7780 #           'VXLAN' and
7781 #           'CHAIN' and
7782 #           '118' and
7783 #           '8T4C' and
7784 #           'NDRPDR'"
7785 #  parameters:
7786 #  - "throughput"
7787 #  - "name"
7788 #  - "tags"
7789 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7790 #  x-axis: "X = VNFs per Service Chain"
7791 #  y-axis: "Y = Number of Service Chains"
7792 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7793 #  layout:
7794 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7795 #    layout: "plot-service-density"
7796 #
7797 ## Plots - NF Density - VSC - PDR IMIX
7798 #- type: "plot"
7799 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7800 #  algorithm: "plot_nf_heatmap"
7801 #  output-file-type: ".html"
7802 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7803 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7804 #  filter: "'NIC_Intel-XXV710' and
7805 #           'NF_DENSITY' and
7806 #           'VHOST' and
7807 #           'VXLAN' and
7808 #           'CHAIN' and
7809 #           'IMIX' and
7810 #           '2T1C' and
7811 #           'NDRPDR'"
7812 #  parameters:
7813 #  - "throughput"
7814 #  - "name"
7815 #  - "tags"
7816 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7817 #  x-axis: "X = VNFs per Service Chain"
7818 #  y-axis: "Y = Number of Service Chains"
7819 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7820 #  layout:
7821 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7822 #    layout: "plot-service-density"
7823 #
7824 #- type: "plot"
7825 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7826 #  algorithm: "plot_nf_heatmap"
7827 #  output-file-type: ".html"
7828 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7829 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7830 #  filter: "'NIC_Intel-XXV710' and
7831 #           'NF_DENSITY' and
7832 #           'VHOST' and
7833 #           'VXLAN' and
7834 #           'CHAIN' and
7835 #           'IMIX' and
7836 #           '4T2C' and
7837 #           'NDRPDR'"
7838 #  parameters:
7839 #  - "throughput"
7840 #  - "name"
7841 #  - "tags"
7842 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7843 #  x-axis: "X = VNFs per Service Chain"
7844 #  y-axis: "Y = Number of Service Chains"
7845 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7846 #  layout:
7847 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7848 #    layout: "plot-service-density"
7849 #
7850 #- type: "plot"
7851 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7852 #  algorithm: "plot_nf_heatmap"
7853 #  output-file-type: ".html"
7854 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7855 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7856 #  filter: "'NIC_Intel-XXV710' and
7857 #           'NF_DENSITY' and
7858 #           'VHOST' and
7859 #           'VXLAN' and
7860 #           'CHAIN' and
7861 #           'IMIX' and
7862 #           '8T4C' and
7863 #           'NDRPDR'"
7864 #  parameters:
7865 #  - "throughput"
7866 #  - "name"
7867 #  - "tags"
7868 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7869 #  x-axis: "X = VNFs per Service Chain"
7870 #  y-axis: "Y = Number of Service Chains"
7871 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7872 #  layout:
7873 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7874 #    layout: "plot-service-density"
7875 #
7876 ################################################################################
7877 ## Plots - NF Density - CSC - MRR 64b
7878 #- type: "plot"
7879 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7880 #  algorithm: "plot_nf_heatmap"
7881 #  output-file-type: ".html"
7882 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7883 #  data: "plot-vpp-nfv-2n-skx-mrr"
7884 #  filter: "'NIC_Intel-XXV710' and
7885 #           'NF_DENSITY' and
7886 #           'DOCKER' and
7887 #           'CHAIN' and
7888 #           'NF_VPPIP4' and
7889 #           '64B' and
7890 #           '2T1C' and
7891 #           'MRR'"
7892 #  parameters:
7893 #  - "result"
7894 #  - "name"
7895 #  - "tags"
7896 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7897 #  x-axis: "X = CNFs per Service Chain"
7898 #  y-axis: "Y = Number of Service Chains"
7899 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7900 #  layout:
7901 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7902 #    layout: "plot-service-density"
7903 #
7904 #- type: "plot"
7905 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7906 #  algorithm: "plot_nf_heatmap"
7907 #  output-file-type: ".html"
7908 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7909 #  data: "plot-vpp-nfv-2n-skx-mrr"
7910 #  filter: "'NIC_Intel-XXV710' and
7911 #           'NF_DENSITY' and
7912 #           'DOCKER' and
7913 #           'CHAIN' and
7914 #           'NF_VPPIP4' and
7915 #           '64B' and
7916 #           '4T2C' and
7917 #           'MRR'"
7918 #  parameters:
7919 #  - "result"
7920 #  - "name"
7921 #  - "tags"
7922 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7923 #  x-axis: "X = CNFs per Service Chain"
7924 #  y-axis: "Y = Number of Service Chains"
7925 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7926 #  layout:
7927 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7928 #    layout: "plot-service-density"
7929 #
7930 #- type: "plot"
7931 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7932 #  algorithm: "plot_nf_heatmap"
7933 #  output-file-type: ".html"
7934 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7935 #  data: "plot-vpp-nfv-2n-skx-mrr"
7936 #  filter: "'NIC_Intel-XXV710' and
7937 #           'NF_DENSITY' and
7938 #           'DOCKER' and
7939 #           'CHAIN' and
7940 #           'NF_VPPIP4' and
7941 #           '64B' and
7942 #           '8T4C' and
7943 #           'MRR'"
7944 #  parameters:
7945 #  - "result"
7946 #  - "name"
7947 #  - "tags"
7948 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7949 #  x-axis: "X = CNFs per Service Chain"
7950 #  y-axis: "Y = Number of Service Chains"
7951 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7952 #  layout:
7953 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7954 #    layout: "plot-service-density"
7955 #
7956 ## Plots - NF Density - CSC - MRR IMIX
7957 #- type: "plot"
7958 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7959 #  algorithm: "plot_nf_heatmap"
7960 #  output-file-type: ".html"
7961 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7962 #  data: "plot-vpp-nfv-2n-skx-mrr"
7963 #  filter: "'NIC_Intel-XXV710' and
7964 #           'NF_DENSITY' and
7965 #           'DOCKER' and
7966 #           'CHAIN' and
7967 #           'NF_VPPIP4' and
7968 #           'IMIX' and
7969 #           '2T1C' and
7970 #           'MRR'"
7971 #  parameters:
7972 #  - "result"
7973 #  - "name"
7974 #  - "tags"
7975 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7976 #  x-axis: "X = CNFs per Service Chain"
7977 #  y-axis: "Y = Number of Service Chains"
7978 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7979 #  layout:
7980 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7981 #    layout: "plot-service-density"
7982 #
7983 #- type: "plot"
7984 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7985 #  algorithm: "plot_nf_heatmap"
7986 #  output-file-type: ".html"
7987 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7988 #  data: "plot-vpp-nfv-2n-skx-mrr"
7989 #  filter: "'NIC_Intel-XXV710' and
7990 #           'NF_DENSITY' and
7991 #           'DOCKER' and
7992 #           'CHAIN' and
7993 #           'NF_VPPIP4' and
7994 #           'IMIX' and
7995 #           '4T2C' and
7996 #           'MRR'"
7997 #  parameters:
7998 #  - "result"
7999 #  - "name"
8000 #  - "tags"
8001 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8002 #  x-axis: "X = CNFs per Service Chain"
8003 #  y-axis: "Y = Number of Service Chains"
8004 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8005 #  layout:
8006 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8007 #    layout: "plot-service-density"
8008 #
8009 #- type: "plot"
8010 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8011 #  algorithm: "plot_nf_heatmap"
8012 #  output-file-type: ".html"
8013 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8014 #  data: "plot-vpp-nfv-2n-skx-mrr"
8015 #  filter: "'NIC_Intel-XXV710' and
8016 #           'NF_DENSITY' and
8017 #           'DOCKER' and
8018 #           'CHAIN' and
8019 #           'NF_VPPIP4' and
8020 #           'IMIX' and
8021 #           '8T4C' and
8022 #           'MRR'"
8023 #  parameters:
8024 #  - "result"
8025 #  - "name"
8026 #  - "tags"
8027 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8028 #  x-axis: "X = CNFs per Service Chain"
8029 #  y-axis: "Y = Number of Service Chains"
8030 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8031 #  layout:
8032 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8033 #    layout: "plot-service-density"
8034 #
8035 ## Plots - NF Density - CSC - NDR 64b
8036 #- type: "plot"
8037 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8038 #  algorithm: "plot_nf_heatmap"
8039 #  output-file-type: ".html"
8040 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
8041 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8042 #  filter: "'NIC_Intel-XXV710' and
8043 #           'NF_DENSITY' and
8044 #           'DOCKER' and
8045 #           'CHAIN' and
8046 #           'NF_VPPIP4' and
8047 #           '64B' and
8048 #           '2T1C' and
8049 #           'NDRPDR'"
8050 #  parameters:
8051 #  - "throughput"
8052 #  - "name"
8053 #  - "tags"
8054 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8055 #  x-axis: "X = CNFs per Service Chain"
8056 #  y-axis: "Y = Number of Service Chains"
8057 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8058 #  layout:
8059 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8060 #    layout: "plot-service-density"
8061 #
8062 #- type: "plot"
8063 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8064 #  algorithm: "plot_nf_heatmap"
8065 #  output-file-type: ".html"
8066 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
8067 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8068 #  filter: "'NIC_Intel-XXV710' and
8069 #           'NF_DENSITY' and
8070 #           'DOCKER' and
8071 #           'CHAIN' and
8072 #           'NF_VPPIP4' and
8073 #           '64B' and
8074 #           '4T2C' and
8075 #           'NDRPDR'"
8076 #  parameters:
8077 #  - "throughput"
8078 #  - "name"
8079 #  - "tags"
8080 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8081 #  x-axis: "X = CNFs per Service Chain"
8082 #  y-axis: "Y = Number of Service Chains"
8083 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8084 #  layout:
8085 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8086 #    layout: "plot-service-density"
8087 #
8088 #- type: "plot"
8089 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8090 #  algorithm: "plot_nf_heatmap"
8091 #  output-file-type: ".html"
8092 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
8093 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8094 #  filter: "'NIC_Intel-XXV710' and
8095 #           'NF_DENSITY' and
8096 #           'DOCKER' and
8097 #           'CHAIN' and
8098 #           'NF_VPPIP4' and
8099 #           '64B' and
8100 #           '8T4C' and
8101 #           'NDRPDR'"
8102 #  parameters:
8103 #  - "throughput"
8104 #  - "name"
8105 #  - "tags"
8106 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8107 #  x-axis: "X = CNFs per Service Chain"
8108 #  y-axis: "Y = Number of Service Chains"
8109 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8110 #  layout:
8111 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8112 #    layout: "plot-service-density"
8113 #
8114 ## Plots - NF Density - CSC - NDR IMIX
8115 #- type: "plot"
8116 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8117 #  algorithm: "plot_nf_heatmap"
8118 #  output-file-type: ".html"
8119 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8120 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8121 #  filter: "'NIC_Intel-XXV710' and
8122 #           'NF_DENSITY' and
8123 #           'DOCKER' and
8124 #           'CHAIN' and
8125 #           'NF_VPPIP4' and
8126 #           'IMIX' and
8127 #           '2T1C' and
8128 #           'NDRPDR'"
8129 #  parameters:
8130 #  - "throughput"
8131 #  - "name"
8132 #  - "tags"
8133 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8134 #  x-axis: "X = CNFs per Service Chain"
8135 #  y-axis: "Y = Number of Service Chains"
8136 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8137 #  layout:
8138 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8139 #    layout: "plot-service-density"
8140 #
8141 #- type: "plot"
8142 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8143 #  algorithm: "plot_nf_heatmap"
8144 #  output-file-type: ".html"
8145 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8146 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8147 #  filter: "'NIC_Intel-XXV710' and
8148 #           'NF_DENSITY' and
8149 #           'DOCKER' and
8150 #           'CHAIN' and
8151 #           'NF_VPPIP4' and
8152 #           'IMIX' and
8153 #           '4T2C' and
8154 #           'NDRPDR'"
8155 #  parameters:
8156 #  - "throughput"
8157 #  - "name"
8158 #  - "tags"
8159 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8160 #  x-axis: "X = CNFs per Service Chain"
8161 #  y-axis: "Y = Number of Service Chains"
8162 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8163 #  layout:
8164 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8165 #    layout: "plot-service-density"
8166 #
8167 #- type: "plot"
8168 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8169 #  algorithm: "plot_nf_heatmap"
8170 #  output-file-type: ".html"
8171 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8172 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8173 #  filter: "'NIC_Intel-XXV710' and
8174 #           'NF_DENSITY' and
8175 #           'DOCKER' and
8176 #           'CHAIN' and
8177 #           'NF_VPPIP4' and
8178 #           'IMIX' and
8179 #           '8T4C' and
8180 #           'NDRPDR'"
8181 #  parameters:
8182 #  - "throughput"
8183 #  - "name"
8184 #  - "tags"
8185 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8186 #  x-axis: "X = CNFs per Service Chain"
8187 #  y-axis: "Y = Number of Service Chains"
8188 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8189 #  layout:
8190 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8191 #    layout: "plot-service-density"
8192 #
8193 ## Plots - NF Density - CSC - PDR 64b
8194 #- type: "plot"
8195 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8196 #  algorithm: "plot_nf_heatmap"
8197 #  output-file-type: ".html"
8198 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8199 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8200 #  filter: "'NIC_Intel-XXV710' and
8201 #           'NF_DENSITY' and
8202 #           'DOCKER' and
8203 #           'CHAIN' and
8204 #           'NF_VPPIP4' and
8205 #           '64B' and
8206 #           '2T1C' and
8207 #           'NDRPDR'"
8208 #  parameters:
8209 #  - "throughput"
8210 #  - "name"
8211 #  - "tags"
8212 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8213 #  x-axis: "X = CNFs per Service Chain"
8214 #  y-axis: "Y = Number of Service Chains"
8215 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8216 #  layout:
8217 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8218 #    layout: "plot-service-density"
8219 #
8220 #- type: "plot"
8221 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8222 #  algorithm: "plot_nf_heatmap"
8223 #  output-file-type: ".html"
8224 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8225 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8226 #  filter: "'NIC_Intel-XXV710' and
8227 #           'NF_DENSITY' and
8228 #           'DOCKER' and
8229 #           'CHAIN' and
8230 #           'NF_VPPIP4' and
8231 #           '64B' and
8232 #           '4T2C' and
8233 #           'NDRPDR'"
8234 #  parameters:
8235 #  - "throughput"
8236 #  - "name"
8237 #  - "tags"
8238 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8239 #  x-axis: "X = CNFs per Service Chain"
8240 #  y-axis: "Y = Number of Service Chains"
8241 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8242 #  layout:
8243 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8244 #    layout: "plot-service-density"
8245 #
8246 #- type: "plot"
8247 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8248 #  algorithm: "plot_nf_heatmap"
8249 #  output-file-type: ".html"
8250 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8251 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8252 #  filter: "'NIC_Intel-XXV710' and
8253 #           'NF_DENSITY' and
8254 #           'DOCKER' and
8255 #           'CHAIN' and
8256 #           'NF_VPPIP4' and
8257 #           '64B' and
8258 #           '8T4C' and
8259 #           'NDRPDR'"
8260 #  parameters:
8261 #  - "throughput"
8262 #  - "name"
8263 #  - "tags"
8264 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8265 #  x-axis: "X = CNFs per Service Chain"
8266 #  y-axis: "Y = Number of Service Chains"
8267 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8268 #  layout:
8269 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8270 #    layout: "plot-service-density"
8271 #
8272 ## Plots - NF Density - CSC - PDR IMIX
8273 #- type: "plot"
8274 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8275 #  algorithm: "plot_nf_heatmap"
8276 #  output-file-type: ".html"
8277 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8278 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8279 #  filter: "'NIC_Intel-XXV710' and
8280 #           'NF_DENSITY' and
8281 #           'DOCKER' and
8282 #           'CHAIN' and
8283 #           'NF_VPPIP4' and
8284 #           'IMIX' and
8285 #           '2T1C' and
8286 #           'NDRPDR'"
8287 #  parameters:
8288 #  - "throughput"
8289 #  - "name"
8290 #  - "tags"
8291 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8292 #  x-axis: "X = CNFs per Service Chain"
8293 #  y-axis: "Y = Number of Service Chains"
8294 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8295 #  layout:
8296 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8297 #    layout: "plot-service-density"
8298 #
8299 #- type: "plot"
8300 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8301 #  algorithm: "plot_nf_heatmap"
8302 #  output-file-type: ".html"
8303 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8304 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8305 #  filter: "'NIC_Intel-XXV710' and
8306 #           'NF_DENSITY' and
8307 #           'DOCKER' and
8308 #           'CHAIN' and
8309 #           'NF_VPPIP4' and
8310 #           'IMIX' and
8311 #           '4T2C' and
8312 #           'NDRPDR'"
8313 #  parameters:
8314 #  - "throughput"
8315 #  - "name"
8316 #  - "tags"
8317 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8318 #  x-axis: "X = CNFs per Service Chain"
8319 #  y-axis: "Y = Number of Service Chains"
8320 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8321 #  layout:
8322 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8323 #    layout: "plot-service-density"
8324 #
8325 #- type: "plot"
8326 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8327 #  algorithm: "plot_nf_heatmap"
8328 #  output-file-type: ".html"
8329 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8330 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8331 #  filter: "'NIC_Intel-XXV710' and
8332 #           'NF_DENSITY' and
8333 #           'DOCKER' and
8334 #           'CHAIN' and
8335 #           'NF_VPPIP4' and
8336 #           'IMIX' and
8337 #           '8T4C' and
8338 #           'NDRPDR'"
8339 #  parameters:
8340 #  - "throughput"
8341 #  - "name"
8342 #  - "tags"
8343 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8344 #  x-axis: "X = CNFs per Service Chain"
8345 #  y-axis: "Y = Number of Service Chains"
8346 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8347 #  layout:
8348 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8349 #    layout: "plot-service-density"
8350 #
8351 ################################################################################
8352 #
8353 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8354 #- type: "plot"
8355 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8356 #  algorithm: "plot_nf_heatmap"
8357 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8358 #  data: "plot-vpp-nfv-3n-skx-mrr"
8359 #  filter: "'NIC_Intel-XXV710' and
8360 #           'NF_DENSITY' and
8361 #           'DOCKER' and
8362 #           'CHAIN' and
8363 #           'NF_VPPIP4' and
8364 #           'IPSEC' and
8365 #           'TNL_4' and
8366 #           'IMIX' and
8367 #           '2T1C' and
8368 #           'MRR'"
8369 #  parameters:
8370 #  - "result"
8371 #  - "name"
8372 #  - "tags"
8373 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8374 #  x-axis: "X = CNFs per Service Chain"
8375 #  y-axis: "Y = Number of Service Chains"
8376 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8377 #  layout:
8378 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8379 #    layout: "plot-service-density"
8380 #
8381 #- type: "plot"
8382 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8383 #  algorithm: "plot_nf_heatmap"
8384 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8385 #  data: "plot-vpp-nfv-3n-skx-mrr"
8386 #  filter: "'NIC_Intel-XXV710' and
8387 #           'NF_DENSITY' and
8388 #           'DOCKER' and
8389 #           'CHAIN' and
8390 #           'NF_VPPIP4' and
8391 #           'IPSEC' and
8392 #           'TNL_4' and
8393 #           'IMIX' and
8394 #           '4T2C' and
8395 #           'MRR'"
8396 #  parameters:
8397 #  - "result"
8398 #  - "name"
8399 #  - "tags"
8400 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8401 #  x-axis: "X = CNFs per Service Chain"
8402 #  y-axis: "Y = Number of Service Chains"
8403 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8404 #  layout:
8405 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8406 #    layout: "plot-service-density"
8407 #
8408 #- type: "plot"
8409 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8410 #  algorithm: "plot_nf_heatmap"
8411 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8412 #  data: "plot-vpp-nfv-3n-skx-mrr"
8413 #  filter: "'NIC_Intel-XXV710' and
8414 #           'NF_DENSITY' and
8415 #           'DOCKER' and
8416 #           'CHAIN' and
8417 #           'NF_VPPIP4' and
8418 #           'IPSEC' and
8419 #           'TNL_4' and
8420 #           'IMIX' and
8421 #           '8T4C' and
8422 #           'MRR'"
8423 #  parameters:
8424 #  - "result"
8425 #  - "name"
8426 #  - "tags"
8427 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8428 #  x-axis: "X = CNFs per Service Chain"
8429 #  y-axis: "Y = Number of Service Chains"
8430 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8431 #  layout:
8432 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8433 #    layout: "plot-service-density"
8434
8435 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8436 - type: "plot"
8437   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8438   algorithm: "plot_nf_heatmap"
8439   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8440   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8441   filter: "'NIC_Intel-XXV710' and
8442            'NF_DENSITY' and
8443            'DOCKER' and
8444            'CHAIN' and
8445            'NF_VPPIP4' and
8446            'IPSEC' and
8447            'TNL_4' and
8448            'IMIX' and
8449            '2T1C' and
8450            'NDRPDR'"
8451   parameters:
8452   - "throughput"
8453   - "name"
8454   - "tags"
8455   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8456   x-axis: "X = CNFs per Service Chain"
8457   y-axis: "Y = Number of Service Chains"
8458   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8459   layout:
8460     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8461     layout: "plot-service-density"
8462
8463 - type: "plot"
8464   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8465   algorithm: "plot_nf_heatmap"
8466   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8467   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8468   filter: "'NIC_Intel-XXV710' and
8469            'NF_DENSITY' and
8470            'DOCKER' and
8471            'CHAIN' and
8472            'NF_VPPIP4' and
8473            'IPSEC' and
8474            'TNL_4' and
8475            'IMIX' and
8476            '4T2C' and
8477            'NDRPDR'"
8478   parameters:
8479   - "throughput"
8480   - "name"
8481   - "tags"
8482   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8483   x-axis: "X = CNFs per Service Chain"
8484   y-axis: "Y = Number of Service Chains"
8485   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8486   layout:
8487     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8488     layout: "plot-service-density"
8489
8490 - type: "plot"
8491   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8492   algorithm: "plot_nf_heatmap"
8493   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8494   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8495   filter: "'NIC_Intel-XXV710' and
8496            'NF_DENSITY' and
8497            'DOCKER' and
8498            'CHAIN' and
8499            'NF_VPPIP4' and
8500            'IPSEC' and
8501            'TNL_4' and
8502            'IMIX' and
8503            '8T4C' and
8504            'NDRPDR'"
8505   parameters:
8506   - "throughput"
8507   - "name"
8508   - "tags"
8509   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8510   x-axis: "X = CNFs per Service Chain"
8511   y-axis: "Y = Number of Service Chains"
8512   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8513   layout:
8514     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8515     layout: "plot-service-density"
8516
8517 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8518 - type: "plot"
8519   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8520   algorithm: "plot_nf_heatmap"
8521   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8522   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8523   filter: "'NIC_Intel-XXV710' and
8524            'NF_DENSITY' and
8525            'DOCKER' and
8526            'CHAIN' and
8527            'NF_VPPIP4' and
8528            'IPSEC' and
8529            'TNL_4' and
8530            'IMIX' and
8531            '2T1C' and
8532            'NDRPDR'"
8533   parameters:
8534   - "throughput"
8535   - "name"
8536   - "tags"
8537   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8538   x-axis: "X = CNFs per Service Chain"
8539   y-axis: "Y = Number of Service Chains"
8540   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8541   layout:
8542     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8543     layout: "plot-service-density"
8544
8545 - type: "plot"
8546   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8547   algorithm: "plot_nf_heatmap"
8548   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8549   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8550   filter: "'NIC_Intel-XXV710' and
8551            'NF_DENSITY' and
8552            'DOCKER' and
8553            'CHAIN' and
8554            'NF_VPPIP4' and
8555            'IPSEC' and
8556            'TNL_4' and
8557            'IMIX' and
8558            '4T2C' and
8559            'NDRPDR'"
8560   parameters:
8561   - "throughput"
8562   - "name"
8563   - "tags"
8564   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8565   x-axis: "X = CNFs per Service Chain"
8566   y-axis: "Y = Number of Service Chains"
8567   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8568   layout:
8569     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8570     layout: "plot-service-density"
8571
8572 - type: "plot"
8573   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8574   algorithm: "plot_nf_heatmap"
8575   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8576   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8577   filter: "'NIC_Intel-XXV710' and
8578            'NF_DENSITY' and
8579            'DOCKER' and
8580            'CHAIN' and
8581            'NF_VPPIP4' and
8582            'IPSEC' and
8583            'TNL_4' and
8584            'IMIX' and
8585            '8T4C' and
8586            'NDRPDR'"
8587   parameters:
8588   - "throughput"
8589   - "name"
8590   - "tags"
8591   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8592   x-axis: "X = CNFs per Service Chain"
8593   y-axis: "Y = Number of Service Chains"
8594   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8595   layout:
8596     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8597     layout: "plot-service-density"
8598
8599 ###############################################################################
8600
8601 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8602 - type: "plot"
8603   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8604   algorithm: "plot_nf_heatmap"
8605   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8606   data: "plot-vpp-nfv-3n-hsw-mrr"
8607   filter: "'NIC_Intel-XL710' and
8608            'NF_DENSITY' and
8609            'DOCKER' and
8610            'CHAIN' and
8611            'NF_VPPIP4' and
8612            'IMIX' and
8613            'TNL_4' and
8614            '1T1C' and
8615            'MRR'"
8616   parameters:
8617   - "result"
8618   - "name"
8619   - "tags"
8620   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8621   x-axis: "X = CNFs per Service Chain"
8622   y-axis: "Y = Number of Service Chains"
8623   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8624   layout:
8625     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8626     layout: "plot-service-density"
8627
8628 - type: "plot"
8629   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8630   algorithm: "plot_nf_heatmap"
8631   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8632   data: "plot-vpp-nfv-3n-hsw-mrr"
8633   filter: "'NIC_Intel-XL710' and
8634            'NF_DENSITY' and
8635            'DOCKER' and
8636            'CHAIN' and
8637            'NF_VPPIP4' and
8638            'IPSEC' and
8639            'TNL_4' and
8640            'IMIX' and
8641            '2T2C' and
8642            'MRR'"
8643   parameters:
8644   - "result"
8645   - "name"
8646   - "tags"
8647   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8648   x-axis: "X = CNFs per Service Chain"
8649   y-axis: "Y = Number of Service Chains"
8650   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8651   layout:
8652     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8653     layout: "plot-service-density"
8654
8655 - type: "plot"
8656   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8657   algorithm: "plot_nf_heatmap"
8658   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8659   data: "plot-vpp-nfv-3n-hsw-mrr"
8660   filter: "'NIC_Intel-XL710' and
8661            'NF_DENSITY' and
8662            'DOCKER' and
8663            'CHAIN' and
8664            'NF_VPPIP4' and
8665            'IPSEC' and
8666            'TNL_4' and
8667            'IMIX' and
8668            '4T4C' and
8669            'MRR'"
8670   parameters:
8671   - "result"
8672   - "name"
8673   - "tags"
8674   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8675   x-axis: "X = CNFs per Service Chain"
8676   y-axis: "Y = Number of Service Chains"
8677   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8678   layout:
8679     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8680     layout: "plot-service-density"
8681
8682 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8683 - type: "plot"
8684   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8685   algorithm: "plot_nf_heatmap"
8686   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8687   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8688   filter: "'NIC_Intel-XL710' and
8689            'NF_DENSITY' and
8690            'DOCKER' and
8691            'CHAIN' and
8692            'NF_VPPIP4' and
8693            'IPSEC' and
8694            'TNL_4' and
8695            'IMIX' and
8696            '1T1C' and
8697            'NDRPDR'"
8698   parameters:
8699   - "throughput"
8700   - "name"
8701   - "tags"
8702   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8703   x-axis: "X = CNFs per Service Chain"
8704   y-axis: "Y = Number of Service Chains"
8705   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8706   layout:
8707     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8708     layout: "plot-service-density"
8709
8710 - type: "plot"
8711   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8712   algorithm: "plot_nf_heatmap"
8713   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8714   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8715   filter: "'NIC_Intel-XL710' and
8716            'NF_DENSITY' and
8717            'DOCKER' and
8718            'CHAIN' and
8719            'NF_VPPIP4' and
8720            'IPSEC' and
8721            'TNL_4' and
8722            'IMIX' and
8723            '2T2C' and
8724            'NDRPDR'"
8725   parameters:
8726   - "throughput"
8727   - "name"
8728   - "tags"
8729   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8730   x-axis: "X = CNFs per Service Chain"
8731   y-axis: "Y = Number of Service Chains"
8732   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8733   layout:
8734     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8735     layout: "plot-service-density"
8736
8737 - type: "plot"
8738   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8739   algorithm: "plot_nf_heatmap"
8740   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8741   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8742   filter: "'NIC_Intel-XL710' and
8743            'NF_DENSITY' and
8744            'DOCKER' and
8745            'CHAIN' and
8746            'NF_VPPIP4' and
8747            'IPSEC' and
8748            'TNL_4' and
8749            'IMIX' and
8750            '4T4C' and
8751            'NDRPDR'"
8752   parameters:
8753   - "throughput"
8754   - "name"
8755   - "tags"
8756   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8757   x-axis: "X = CNFs per Service Chain"
8758   y-axis: "Y = Number of Service Chains"
8759   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8760   layout:
8761     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8762     layout: "plot-service-density"
8763
8764 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8765 - type: "plot"
8766   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8767   algorithm: "plot_nf_heatmap"
8768   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8769   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8770   filter: "'NIC_Intel-XL710' and
8771            'NF_DENSITY' and
8772            'DOCKER' and
8773            'CHAIN' and
8774            'NF_VPPIP4' and
8775            'IPSEC' and
8776            'TNL_4' and
8777            'IMIX' and
8778            '1T1C' and
8779            'NDRPDR'"
8780   parameters:
8781   - "throughput"
8782   - "name"
8783   - "tags"
8784   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8785   x-axis: "X = CNFs per Service Chain"
8786   y-axis: "Y = Number of Service Chains"
8787   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8788   layout:
8789     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8790     layout: "plot-service-density"
8791
8792 - type: "plot"
8793   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8794   algorithm: "plot_nf_heatmap"
8795   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8796   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8797   filter: "'NIC_Intel-XL710' and
8798            'NF_DENSITY' and
8799            'DOCKER' and
8800            'CHAIN' and
8801            'NF_VPPIP4' and
8802            'IPSEC' and
8803            'TNL_4' and
8804            'IMIX' and
8805            '2T2C' and
8806            'NDRPDR'"
8807   parameters:
8808   - "throughput"
8809   - "name"
8810   - "tags"
8811   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8812   x-axis: "X = CNFs per Service Chain"
8813   y-axis: "Y = Number of Service Chains"
8814   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8815   layout:
8816     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8817     layout: "plot-service-density"
8818
8819 - type: "plot"
8820   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8821   algorithm: "plot_nf_heatmap"
8822   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8823   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8824   filter: "'NIC_Intel-XL710' and
8825            'NF_DENSITY' and
8826            'DOCKER' and
8827            'CHAIN' and
8828            'NF_VPPIP4' and
8829            'IPSEC' and
8830            'TNL_4' and
8831            'IMIX' and
8832            '4T4C' and
8833            'NDRPDR'"
8834   parameters:
8835   - "throughput"
8836   - "name"
8837   - "tags"
8838   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8839   x-axis: "X = CNFs per Service Chain"
8840   y-axis: "Y = Number of Service Chains"
8841   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8842   layout:
8843     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8844     layout: "plot-service-density"
8845
8846 ###############################################################################
8847
8848 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8849 #- type: "plot"
8850 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8851 #  algorithm: "plot_nf_heatmap"
8852 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8853 #  data: "plot-vpp-nfv-3n-skx-mrr"
8854 #  filter: "'NIC_Intel-XXV710' and
8855 #           'NF_DENSITY' and
8856 #           'DOCKER' and
8857 #           'CHAIN' and
8858 #           'NF_VPPIP4' and
8859 #           'IPSEC' and
8860 #           'TNL_1000' and
8861 #           'IMIX' and
8862 #           '2T1C' and
8863 #           'MRR'"
8864 #  parameters:
8865 #  - "result"
8866 #  - "name"
8867 #  - "tags"
8868 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8869 #  x-axis: "X = CNFs per Service Chain"
8870 #  y-axis: "Y = Number of Service Chains"
8871 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8872 #  layout:
8873 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8874 #    layout: "plot-service-density"
8875 #
8876 #- type: "plot"
8877 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8878 #  algorithm: "plot_nf_heatmap"
8879 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8880 #  data: "plot-vpp-nfv-3n-skx-mrr"
8881 #  filter: "'NIC_Intel-XXV710' and
8882 #           'NF_DENSITY' and
8883 #           'DOCKER' and
8884 #           'CHAIN' and
8885 #           'NF_VPPIP4' and
8886 #           'IPSEC' and
8887 #           'TNL_1000' and
8888 #           'IMIX' and
8889 #           '4T2C' and
8890 #           'MRR'"
8891 #  parameters:
8892 #  - "result"
8893 #  - "name"
8894 #  - "tags"
8895 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8896 #  x-axis: "X = CNFs per Service Chain"
8897 #  y-axis: "Y = Number of Service Chains"
8898 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8899 #  layout:
8900 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8901 #    layout: "plot-service-density"
8902 #
8903 #- type: "plot"
8904 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8905 #  algorithm: "plot_nf_heatmap"
8906 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8907 #  data: "plot-vpp-nfv-3n-skx-mrr"
8908 #  filter: "'NIC_Intel-XXV710' and
8909 #           'NF_DENSITY' and
8910 #           'DOCKER' and
8911 #           'CHAIN' and
8912 #           'NF_VPPIP4' and
8913 #           'IPSEC' and
8914 #           'TNL_1000' and
8915 #           'IMIX' and
8916 #           '8T4C' and
8917 #           'MRR'"
8918 #  parameters:
8919 #  - "result"
8920 #  - "name"
8921 #  - "tags"
8922 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8923 #  x-axis: "X = CNFs per Service Chain"
8924 #  y-axis: "Y = Number of Service Chains"
8925 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8926 #  layout:
8927 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8928 #    layout: "plot-service-density"
8929
8930 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8931 - type: "plot"
8932   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8933   algorithm: "plot_nf_heatmap"
8934   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8935   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8936   filter: "'NIC_Intel-XXV710' and
8937            'NF_DENSITY' and
8938            'DOCKER' and
8939            'CHAIN' and
8940            'NF_VPPIP4' and
8941            'IPSEC' and
8942            'TNL_1000' and
8943            'IMIX' and
8944            '2T1C' and
8945            'NDRPDR'"
8946   parameters:
8947   - "throughput"
8948   - "name"
8949   - "tags"
8950   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8951   x-axis: "X = CNFs per Service Chain"
8952   y-axis: "Y = Number of Service Chains"
8953   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8954   layout:
8955     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8956     layout: "plot-service-density"
8957
8958 - type: "plot"
8959   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8960   algorithm: "plot_nf_heatmap"
8961   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8962   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8963   filter: "'NIC_Intel-XXV710' and
8964            'NF_DENSITY' and
8965            'DOCKER' and
8966            'CHAIN' and
8967            'NF_VPPIP4' and
8968            'IPSEC' and
8969            'TNL_1000' and
8970            'IMIX' and
8971            '4T2C' and
8972            'NDRPDR'"
8973   parameters:
8974   - "throughput"
8975   - "name"
8976   - "tags"
8977   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8978   x-axis: "X = CNFs per Service Chain"
8979   y-axis: "Y = Number of Service Chains"
8980   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8981   layout:
8982     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8983     layout: "plot-service-density"
8984
8985 - type: "plot"
8986   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8987   algorithm: "plot_nf_heatmap"
8988   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8989   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8990   filter: "'NIC_Intel-XXV710' and
8991            'NF_DENSITY' and
8992            'DOCKER' and
8993            'CHAIN' and
8994            'NF_VPPIP4' and
8995            'IPSEC' and
8996            'TNL_1000' and
8997            'IMIX' and
8998            '8T4C' and
8999            'NDRPDR'"
9000   parameters:
9001   - "throughput"
9002   - "name"
9003   - "tags"
9004   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9005   x-axis: "X = CNFs per Service Chain"
9006   y-axis: "Y = Number of Service Chains"
9007   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9008   layout:
9009     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9010     layout: "plot-service-density"
9011
9012 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9013 - type: "plot"
9014   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9015   algorithm: "plot_nf_heatmap"
9016   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9017   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9018   filter: "'NIC_Intel-XXV710' and
9019            'NF_DENSITY' and
9020            'DOCKER' and
9021            'CHAIN' and
9022            'NF_VPPIP4' and
9023            'IPSEC' and
9024            'TNL_1000' and
9025            'IMIX' and
9026            '2T1C' and
9027            'NDRPDR'"
9028   parameters:
9029   - "throughput"
9030   - "name"
9031   - "tags"
9032   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9033   x-axis: "X = CNFs per Service Chain"
9034   y-axis: "Y = Number of Service Chains"
9035   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9036   layout:
9037     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9038     layout: "plot-service-density"
9039
9040 - type: "plot"
9041   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9042   algorithm: "plot_nf_heatmap"
9043   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9044   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9045   filter: "'NIC_Intel-XXV710' and
9046            'NF_DENSITY' and
9047            'DOCKER' and
9048            'CHAIN' and
9049            'NF_VPPIP4' and
9050            'IPSEC' and
9051            'TNL_1000' and
9052            'IMIX' and
9053            '4T2C' and
9054            'NDRPDR'"
9055   parameters:
9056   - "throughput"
9057   - "name"
9058   - "tags"
9059   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9060   x-axis: "X = CNFs per Service Chain"
9061   y-axis: "Y = Number of Service Chains"
9062   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9063   layout:
9064     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9065     layout: "plot-service-density"
9066
9067 - type: "plot"
9068   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9069   algorithm: "plot_nf_heatmap"
9070   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9071   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9072   filter: "'NIC_Intel-XXV710' and
9073            'NF_DENSITY' and
9074            'DOCKER' and
9075            'CHAIN' and
9076            'NF_VPPIP4' and
9077            'IPSEC' and
9078            'TNL_1000' and
9079            'IMIX' and
9080            '8T4C' and
9081            'NDRPDR'"
9082   parameters:
9083   - "throughput"
9084   - "name"
9085   - "tags"
9086   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9087   x-axis: "X = CNFs per Service Chain"
9088   y-axis: "Y = Number of Service Chains"
9089   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9090   layout:
9091     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9092     layout: "plot-service-density"
9093
9094 ###############################################################################
9095
9096 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9097 - type: "plot"
9098   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9099   algorithm: "plot_nf_heatmap"
9100   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9101   data: "plot-vpp-nfv-3n-hsw-mrr"
9102   filter: "'NIC_Intel-XL710' and
9103            'NF_DENSITY' and
9104            'DOCKER' and
9105            'CHAIN' and
9106            'NF_VPPIP4' and
9107            'IMIX' and
9108            'TNL_1000' and
9109            '1T1C' and
9110            'MRR'"
9111   parameters:
9112   - "result"
9113   - "name"
9114   - "tags"
9115   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9116   x-axis: "X = CNFs per Service Chain"
9117   y-axis: "Y = Number of Service Chains"
9118   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9119   layout:
9120     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9121     layout: "plot-service-density"
9122
9123 - type: "plot"
9124   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9125   algorithm: "plot_nf_heatmap"
9126   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9127   data: "plot-vpp-nfv-3n-hsw-mrr"
9128   filter: "'NIC_Intel-XL710' and
9129            'NF_DENSITY' and
9130            'DOCKER' and
9131            'CHAIN' and
9132            'NF_VPPIP4' and
9133            'IPSEC' and
9134            'TNL_1000' and
9135            'IMIX' and
9136            '2T2C' and
9137            'MRR'"
9138   parameters:
9139   - "result"
9140   - "name"
9141   - "tags"
9142   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9143   x-axis: "X = CNFs per Service Chain"
9144   y-axis: "Y = Number of Service Chains"
9145   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9146   layout:
9147     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9148     layout: "plot-service-density"
9149
9150 - type: "plot"
9151   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9152   algorithm: "plot_nf_heatmap"
9153   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9154   data: "plot-vpp-nfv-3n-hsw-mrr"
9155   filter: "'NIC_Intel-XL710' and
9156            'NF_DENSITY' and
9157            'DOCKER' and
9158            'CHAIN' and
9159            'NF_VPPIP4' and
9160            'IPSEC' and
9161            'TNL_1000' and
9162            'IMIX' and
9163            '4T4C' and
9164            'MRR'"
9165   parameters:
9166   - "result"
9167   - "name"
9168   - "tags"
9169   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9170   x-axis: "X = CNFs per Service Chain"
9171   y-axis: "Y = Number of Service Chains"
9172   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9173   layout:
9174     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9175     layout: "plot-service-density"
9176
9177 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9178 - type: "plot"
9179   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9180   algorithm: "plot_nf_heatmap"
9181   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9182   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9183   filter: "'NIC_Intel-XL710' and
9184            'NF_DENSITY' and
9185            'DOCKER' and
9186            'CHAIN' and
9187            'NF_VPPIP4' and
9188            'IPSEC' and
9189            'TNL_1000' and
9190            'IMIX' and
9191            '1T1C' and
9192            'NDRPDR'"
9193   parameters:
9194   - "throughput"
9195   - "name"
9196   - "tags"
9197   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9198   x-axis: "X = CNFs per Service Chain"
9199   y-axis: "Y = Number of Service Chains"
9200   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9201   layout:
9202     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9203     layout: "plot-service-density"
9204
9205 - type: "plot"
9206   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9207   algorithm: "plot_nf_heatmap"
9208   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9209   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9210   filter: "'NIC_Intel-XL710' and
9211            'NF_DENSITY' and
9212            'DOCKER' and
9213            'CHAIN' and
9214            'NF_VPPIP4' and
9215            'IPSEC' and
9216            'TNL_1000' and
9217            'IMIX' and
9218            '2T2C' and
9219            'NDRPDR'"
9220   parameters:
9221   - "throughput"
9222   - "name"
9223   - "tags"
9224   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9225   x-axis: "X = CNFs per Service Chain"
9226   y-axis: "Y = Number of Service Chains"
9227   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9228   layout:
9229     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9230     layout: "plot-service-density"
9231
9232 - type: "plot"
9233   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9234   algorithm: "plot_nf_heatmap"
9235   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9236   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9237   filter: "'NIC_Intel-XL710' and
9238            'NF_DENSITY' and
9239            'DOCKER' and
9240            'CHAIN' and
9241            'NF_VPPIP4' and
9242            'IPSEC' and
9243            'TNL_1000' and
9244            'IMIX' and
9245            '4T4C' and
9246            'NDRPDR'"
9247   parameters:
9248   - "throughput"
9249   - "name"
9250   - "tags"
9251   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9252   x-axis: "X = CNFs per Service Chain"
9253   y-axis: "Y = Number of Service Chains"
9254   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9255   layout:
9256     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9257     layout: "plot-service-density"
9258
9259 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9260 - type: "plot"
9261   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9262   algorithm: "plot_nf_heatmap"
9263   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9264   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9265   filter: "'NIC_Intel-XL710' and
9266            'NF_DENSITY' and
9267            'DOCKER' and
9268            'CHAIN' and
9269            'NF_VPPIP4' and
9270            'IPSEC' and
9271            'TNL_1000' and
9272            'IMIX' and
9273            '1T1C' and
9274            'NDRPDR'"
9275   parameters:
9276   - "throughput"
9277   - "name"
9278   - "tags"
9279   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9280   x-axis: "X = CNFs per Service Chain"
9281   y-axis: "Y = Number of Service Chains"
9282   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9283   layout:
9284     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9285     layout: "plot-service-density"
9286
9287 - type: "plot"
9288   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9289   algorithm: "plot_nf_heatmap"
9290   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9291   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9292   filter: "'NIC_Intel-XL710' and
9293            'NF_DENSITY' and
9294            'DOCKER' and
9295            'CHAIN' and
9296            'NF_VPPIP4' and
9297            'IPSEC' and
9298            'TNL_1000' and
9299            'IMIX' and
9300            '2T2C' and
9301            'NDRPDR'"
9302   parameters:
9303   - "throughput"
9304   - "name"
9305   - "tags"
9306   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9307   x-axis: "X = CNFs per Service Chain"
9308   y-axis: "Y = Number of Service Chains"
9309   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9310   layout:
9311     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9312     layout: "plot-service-density"
9313
9314 - type: "plot"
9315   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9316   algorithm: "plot_nf_heatmap"
9317   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9318   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9319   filter: "'NIC_Intel-XL710' and
9320            'NF_DENSITY' and
9321            'DOCKER' and
9322            'CHAIN' and
9323            'NF_VPPIP4' and
9324            'IPSEC' and
9325            'TNL_1000' and
9326            'IMIX' and
9327            '4T4C' and
9328            'NDRPDR'"
9329   parameters:
9330   - "throughput"
9331   - "name"
9332   - "tags"
9333   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9334   x-axis: "X = CNFs per Service Chain"
9335   y-axis: "Y = Number of Service Chains"
9336   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9337   layout:
9338     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9339     layout: "plot-service-density"
9340
9341 ###############################################################################
9342
9343 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9344 #- type: "plot"
9345 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9346 #  algorithm: "plot_nf_heatmap"
9347 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9348 #  data: "plot-vpp-nfv-3n-skx-mrr"
9349 #  filter: "'NIC_Intel-XXV710' and
9350 #           'NF_DENSITY' and
9351 #           'DOCKER' and
9352 #           'CHAIN' and
9353 #           'NF_VPPIP4' and
9354 #           'IPSEC' and
9355 #           'TNL_10000' and
9356 #           'IMIX' and
9357 #           '2T1C' and
9358 #           'MRR'"
9359 #  parameters:
9360 #  - "result"
9361 #  - "name"
9362 #  - "tags"
9363 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9364 #  x-axis: "X = CNFs per Service Chain"
9365 #  y-axis: "Y = Number of Service Chains"
9366 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9367 #  layout:
9368 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9369 #    layout: "plot-service-density"
9370 #
9371 #- type: "plot"
9372 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9373 #  algorithm: "plot_nf_heatmap"
9374 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9375 #  data: "plot-vpp-nfv-3n-skx-mrr"
9376 #  filter: "'NIC_Intel-XXV710' and
9377 #           'NF_DENSITY' and
9378 #           'DOCKER' and
9379 #           'CHAIN' and
9380 #           'NF_VPPIP4' and
9381 #           'IPSEC' and
9382 #           'TNL_10000' and
9383 #           'IMIX' and
9384 #           '4T2C' and
9385 #           'MRR'"
9386 #  parameters:
9387 #  - "result"
9388 #  - "name"
9389 #  - "tags"
9390 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9391 #  x-axis: "X = CNFs per Service Chain"
9392 #  y-axis: "Y = Number of Service Chains"
9393 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9394 #  layout:
9395 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9396 #    layout: "plot-service-density"
9397 #
9398 #- type: "plot"
9399 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9400 #  algorithm: "plot_nf_heatmap"
9401 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9402 #  data: "plot-vpp-nfv-3n-skx-mrr"
9403 #  filter: "'NIC_Intel-XXV710' and
9404 #           'NF_DENSITY' and
9405 #           'DOCKER' and
9406 #           'CHAIN' and
9407 #           'NF_VPPIP4' and
9408 #           'IPSEC' and
9409 #           'TNL_10000' and
9410 #           'IMIX' and
9411 #           '8T4C' and
9412 #           'MRR'"
9413 #  parameters:
9414 #  - "result"
9415 #  - "name"
9416 #  - "tags"
9417 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9418 #  x-axis: "X = CNFs per Service Chain"
9419 #  y-axis: "Y = Number of Service Chains"
9420 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9421 #  layout:
9422 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9423 #    layout: "plot-service-density"
9424
9425 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9426 - type: "plot"
9427   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9428   algorithm: "plot_nf_heatmap"
9429   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9430   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9431   filter: "'NIC_Intel-XXV710' and
9432            'NF_DENSITY' and
9433            'DOCKER' and
9434            'CHAIN' and
9435            'NF_VPPIP4' and
9436            'IPSEC' and
9437            'TNL_10000' and
9438            'IMIX' and
9439            '2T1C' and
9440            'NDRPDR'"
9441   parameters:
9442   - "throughput"
9443   - "name"
9444   - "tags"
9445   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9446   x-axis: "X = CNFs per Service Chain"
9447   y-axis: "Y = Number of Service Chains"
9448   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9449   layout:
9450     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9451     layout: "plot-service-density"
9452
9453 - type: "plot"
9454   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9455   algorithm: "plot_nf_heatmap"
9456   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9457   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9458   filter: "'NIC_Intel-XXV710' and
9459            'NF_DENSITY' and
9460            'DOCKER' and
9461            'CHAIN' and
9462            'NF_VPPIP4' and
9463            'IPSEC' and
9464            'TNL_10000' and
9465            'IMIX' and
9466            '4T2C' and
9467            'NDRPDR'"
9468   parameters:
9469   - "throughput"
9470   - "name"
9471   - "tags"
9472   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9473   x-axis: "X = CNFs per Service Chain"
9474   y-axis: "Y = Number of Service Chains"
9475   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9476   layout:
9477     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9478     layout: "plot-service-density"
9479
9480 - type: "plot"
9481   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9482   algorithm: "plot_nf_heatmap"
9483   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9484   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9485   filter: "'NIC_Intel-XXV710' and
9486            'NF_DENSITY' and
9487            'DOCKER' and
9488            'CHAIN' and
9489            'NF_VPPIP4' and
9490            'IPSEC' and
9491            'TNL_10000' and
9492            'IMIX' and
9493            '8T4C' and
9494            'NDRPDR'"
9495   parameters:
9496   - "throughput"
9497   - "name"
9498   - "tags"
9499   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9500   x-axis: "X = CNFs per Service Chain"
9501   y-axis: "Y = Number of Service Chains"
9502   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9503   layout:
9504     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9505     layout: "plot-service-density"
9506
9507 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9508 - type: "plot"
9509   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9510   algorithm: "plot_nf_heatmap"
9511   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9512   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9513   filter: "'NIC_Intel-XXV710' and
9514            'NF_DENSITY' and
9515            'DOCKER' and
9516            'CHAIN' and
9517            'NF_VPPIP4' and
9518            'IPSEC' and
9519            'TNL_10000' and
9520            'IMIX' and
9521            '2T1C' and
9522            'NDRPDR'"
9523   parameters:
9524   - "throughput"
9525   - "name"
9526   - "tags"
9527   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9528   x-axis: "X = CNFs per Service Chain"
9529   y-axis: "Y = Number of Service Chains"
9530   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9531   layout:
9532     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9533     layout: "plot-service-density"
9534
9535 - type: "plot"
9536   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9537   algorithm: "plot_nf_heatmap"
9538   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9539   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9540   filter: "'NIC_Intel-XXV710' and
9541            'NF_DENSITY' and
9542            'DOCKER' and
9543            'CHAIN' and
9544            'NF_VPPIP4' and
9545            'IPSEC' and
9546            'TNL_10000' and
9547            'IMIX' and
9548            '4T2C' and
9549            'NDRPDR'"
9550   parameters:
9551   - "throughput"
9552   - "name"
9553   - "tags"
9554   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9555   x-axis: "X = CNFs per Service Chain"
9556   y-axis: "Y = Number of Service Chains"
9557   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9558   layout:
9559     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9560     layout: "plot-service-density"
9561
9562 - type: "plot"
9563   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9564   algorithm: "plot_nf_heatmap"
9565   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9566   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9567   filter: "'NIC_Intel-XXV710' and
9568            'NF_DENSITY' and
9569            'DOCKER' and
9570            'CHAIN' and
9571            'NF_VPPIP4' and
9572            'IPSEC' and
9573            'TNL_10000' and
9574            'IMIX' and
9575            '8T4C' and
9576            'NDRPDR'"
9577   parameters:
9578   - "throughput"
9579   - "name"
9580   - "tags"
9581   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9582   x-axis: "X = CNFs per Service Chain"
9583   y-axis: "Y = Number of Service Chains"
9584   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9585   layout:
9586     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9587     layout: "plot-service-density"
9588
9589 ###############################################################################
9590
9591 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9592 - type: "plot"
9593   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9594   algorithm: "plot_nf_heatmap"
9595   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9596   data: "plot-vpp-nfv-3n-hsw-mrr"
9597   filter: "'NIC_Intel-XL710' and
9598            'NF_DENSITY' and
9599            'DOCKER' and
9600            'CHAIN' and
9601            'NF_VPPIP4' and
9602            'IMIX' and
9603            'TNL_10000' and
9604            '1T1C' and
9605            'MRR'"
9606   parameters:
9607   - "result"
9608   - "name"
9609   - "tags"
9610   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9611   x-axis: "X = CNFs per Service Chain"
9612   y-axis: "Y = Number of Service Chains"
9613   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9614   layout:
9615     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9616     layout: "plot-service-density"
9617
9618 - type: "plot"
9619   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9620   algorithm: "plot_nf_heatmap"
9621   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9622   data: "plot-vpp-nfv-3n-hsw-mrr"
9623   filter: "'NIC_Intel-XL710' and
9624            'NF_DENSITY' and
9625            'DOCKER' and
9626            'CHAIN' and
9627            'NF_VPPIP4' and
9628            'IPSEC' and
9629            'TNL_10000' and
9630            'IMIX' and
9631            '2T2C' and
9632            'MRR'"
9633   parameters:
9634   - "result"
9635   - "name"
9636   - "tags"
9637   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9638   x-axis: "X = CNFs per Service Chain"
9639   y-axis: "Y = Number of Service Chains"
9640   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9641   layout:
9642     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9643     layout: "plot-service-density"
9644
9645 - type: "plot"
9646   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9647   algorithm: "plot_nf_heatmap"
9648   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9649   data: "plot-vpp-nfv-3n-hsw-mrr"
9650   filter: "'NIC_Intel-XL710' and
9651            'NF_DENSITY' and
9652            'DOCKER' and
9653            'CHAIN' and
9654            'NF_VPPIP4' and
9655            'IPSEC' and
9656            'TNL_10000' and
9657            'IMIX' and
9658            '4T4C' and
9659            'MRR'"
9660   parameters:
9661   - "result"
9662   - "name"
9663   - "tags"
9664   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9665   x-axis: "X = CNFs per Service Chain"
9666   y-axis: "Y = Number of Service Chains"
9667   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9668   layout:
9669     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9670     layout: "plot-service-density"
9671
9672 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9673 - type: "plot"
9674   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9675   algorithm: "plot_nf_heatmap"
9676   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9677   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9678   filter: "'NIC_Intel-XL710' and
9679            'NF_DENSITY' and
9680            'DOCKER' and
9681            'CHAIN' and
9682            'NF_VPPIP4' and
9683            'IPSEC' and
9684            'TNL_10000' and
9685            'IMIX' and
9686            '1T1C' and
9687            'NDRPDR'"
9688   parameters:
9689   - "throughput"
9690   - "name"
9691   - "tags"
9692   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9693   x-axis: "X = CNFs per Service Chain"
9694   y-axis: "Y = Number of Service Chains"
9695   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9696   layout:
9697     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9698     layout: "plot-service-density"
9699
9700 - type: "plot"
9701   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9702   algorithm: "plot_nf_heatmap"
9703   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9704   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9705   filter: "'NIC_Intel-XL710' and
9706            'NF_DENSITY' and
9707            'DOCKER' and
9708            'CHAIN' and
9709            'NF_VPPIP4' and
9710            'IPSEC' and
9711            'TNL_10000' and
9712            'IMIX' and
9713            '2T2C' and
9714            'NDRPDR'"
9715   parameters:
9716   - "throughput"
9717   - "name"
9718   - "tags"
9719   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9720   x-axis: "X = CNFs per Service Chain"
9721   y-axis: "Y = Number of Service Chains"
9722   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9723   layout:
9724     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9725     layout: "plot-service-density"
9726
9727 - type: "plot"
9728   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9729   algorithm: "plot_nf_heatmap"
9730   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9731   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9732   filter: "'NIC_Intel-XL710' and
9733            'NF_DENSITY' and
9734            'DOCKER' and
9735            'CHAIN' and
9736            'NF_VPPIP4' and
9737            'IPSEC' and
9738            'TNL_10000' and
9739            'IMIX' and
9740            '4T4C' and
9741            'NDRPDR'"
9742   parameters:
9743   - "throughput"
9744   - "name"
9745   - "tags"
9746   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9747   x-axis: "X = CNFs per Service Chain"
9748   y-axis: "Y = Number of Service Chains"
9749   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9750   layout:
9751     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9752     layout: "plot-service-density"
9753
9754 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9755 - type: "plot"
9756   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9757   algorithm: "plot_nf_heatmap"
9758   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9759   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9760   filter: "'NIC_Intel-XL710' and
9761            'NF_DENSITY' and
9762            'DOCKER' and
9763            'CHAIN' and
9764            'NF_VPPIP4' and
9765            'IPSEC' and
9766            'TNL_10000' and
9767            'IMIX' and
9768            '1T1C' and
9769            'NDRPDR'"
9770   parameters:
9771   - "throughput"
9772   - "name"
9773   - "tags"
9774   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9775   x-axis: "X = CNFs per Service Chain"
9776   y-axis: "Y = Number of Service Chains"
9777   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9778   layout:
9779     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9780     layout: "plot-service-density"
9781
9782 - type: "plot"
9783   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9784   algorithm: "plot_nf_heatmap"
9785   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9786   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9787   filter: "'NIC_Intel-XL710' and
9788            'NF_DENSITY' and
9789            'DOCKER' and
9790            'CHAIN' and
9791            'NF_VPPIP4' and
9792            'IPSEC' and
9793            'TNL_10000' and
9794            'IMIX' and
9795            '2T2C' and
9796            'NDRPDR'"
9797   parameters:
9798   - "throughput"
9799   - "name"
9800   - "tags"
9801   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9802   x-axis: "X = CNFs per Service Chain"
9803   y-axis: "Y = Number of Service Chains"
9804   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9805   layout:
9806     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9807     layout: "plot-service-density"
9808
9809 - type: "plot"
9810   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9811   algorithm: "plot_nf_heatmap"
9812   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9813   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9814   filter: "'NIC_Intel-XL710' and
9815            'NF_DENSITY' and
9816            'DOCKER' and
9817            'CHAIN' and
9818            'NF_VPPIP4' and
9819            'IPSEC' and
9820            'TNL_10000' and
9821            'IMIX' and
9822            '4T4C' and
9823            'NDRPDR'"
9824   parameters:
9825   - "throughput"
9826   - "name"
9827   - "tags"
9828   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9829   x-axis: "X = CNFs per Service Chain"
9830   y-axis: "Y = Number of Service Chains"
9831   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9832   layout:
9833     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9834     layout: "plot-service-density"
9835
9836 ###############################################################################
9837
9838 # Plots - NF Density - CSP - MRR 64b
9839
9840 #- type: "plot"
9841 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9842 #  algorithm: "plot_nf_heatmap"
9843 #  output-file-type: ".html"
9844 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9845 #  data: "plot-vpp-nfv-2n-skx-mrr"
9846 #  filter: "'NIC_Intel-XXV710' and
9847 #           'NF_DENSITY' and
9848 #           'DOCKER' and
9849 #           'PIPELINE' and
9850 #           'NF_VPPIP4' and
9851 #           '64B' and
9852 #           '2T1C' and
9853 #           'MRR'"
9854 #  parameters:
9855 #  - "result"
9856 #  - "name"
9857 #  - "tags"
9858 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9859 #  x-axis: "X = CNFs per Service Pipeline"
9860 #  y-axis: "Y = Number of Service Pipelines"
9861 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9862 #  layout:
9863 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9864 #    layout: "plot-service-density"
9865 #
9866 #- type: "plot"
9867 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9868 #  algorithm: "plot_nf_heatmap"
9869 #  output-file-type: ".html"
9870 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9871 #  data: "plot-vpp-nfv-2n-skx-mrr"
9872 #  filter: "'NIC_Intel-XXV710' and
9873 #           'NF_DENSITY' and
9874 #           'DOCKER' and
9875 #           'PIPELINE' and
9876 #           'NF_VPPIP4' and
9877 #           '64B' and
9878 #           '4T2C' and
9879 #           'MRR'"
9880 #  parameters:
9881 #  - "result"
9882 #  - "name"
9883 #  - "tags"
9884 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9885 #  x-axis: "X = CNFs per Service Pipeline"
9886 #  y-axis: "Y = Number of Service Pipelines"
9887 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9888 #  layout:
9889 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9890 #    layout: "plot-service-density"
9891 #
9892 #- type: "plot"
9893 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9894 #  algorithm: "plot_nf_heatmap"
9895 #  output-file-type: ".html"
9896 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9897 #  data: "plot-vpp-nfv-2n-skx-mrr"
9898 #  filter: "'NIC_Intel-XXV710' and
9899 #           'NF_DENSITY' and
9900 #           'DOCKER' and
9901 #           'PIPELINE' and
9902 #           'NF_VPPIP4' and
9903 #           '64B' and
9904 #           '8T4C' and
9905 #           'MRR'"
9906 #  parameters:
9907 #  - "result"
9908 #  - "name"
9909 #  - "tags"
9910 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9911 #  x-axis: "X = CNFs per Service Pipeline"
9912 #  y-axis: "Y = Number of Service Pipelines"
9913 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9914 #  layout:
9915 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9916 #    layout: "plot-service-density"
9917 #
9918 ## Plots - NF Density - CSP - MRR IMIX
9919 #- type: "plot"
9920 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9921 #  algorithm: "plot_nf_heatmap"
9922 #  output-file-type: ".html"
9923 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9924 #  data: "plot-vpp-nfv-2n-skx-mrr"
9925 #  filter: "'NIC_Intel-XXV710' and
9926 #           'NF_DENSITY' and
9927 #           'DOCKER' and
9928 #           'PIPELINE' and
9929 #           'NF_VPPIP4' and
9930 #           'IMIX' and
9931 #           '2T1C' and
9932 #           'MRR'"
9933 #  parameters:
9934 #  - "result"
9935 #  - "name"
9936 #  - "tags"
9937 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9938 #  x-axis: "X = CNFs per Service Pipeline"
9939 #  y-axis: "Y = Number of Service Pipelines"
9940 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9941 #  layout:
9942 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9943 #    layout: "plot-service-density"
9944 #
9945 #- type: "plot"
9946 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9947 #  algorithm: "plot_nf_heatmap"
9948 #  output-file-type: ".html"
9949 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9950 #  data: "plot-vpp-nfv-2n-skx-mrr"
9951 #  filter: "'NIC_Intel-XXV710' and
9952 #           'NF_DENSITY' and
9953 #           'DOCKER' and
9954 #           'PIPELINE' and
9955 #           'NF_VPPIP4' and
9956 #           'IMIX' and
9957 #           '4T2C' and
9958 #           'MRR'"
9959 #  parameters:
9960 #  - "result"
9961 #  - "name"
9962 #  - "tags"
9963 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9964 #  x-axis: "X = CNFs per Service Pipeline"
9965 #  y-axis: "Y = Number of Service Pipelines"
9966 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9967 #  layout:
9968 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9969 #    layout: "plot-service-density"
9970 #
9971 #- type: "plot"
9972 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9973 #  algorithm: "plot_nf_heatmap"
9974 #  output-file-type: ".html"
9975 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9976 #  data: "plot-vpp-nfv-2n-skx-mrr"
9977 #  filter: "'NIC_Intel-XXV710' and
9978 #           'NF_DENSITY' and
9979 #           'DOCKER' and
9980 #           'PIPELINE' and
9981 #           'NF_VPPIP4' and
9982 #           'IMIX' and
9983 #           '8T4C' and
9984 #           'MRR'"
9985 #  parameters:
9986 #  - "result"
9987 #  - "name"
9988 #  - "tags"
9989 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9990 #  x-axis: "X = CNFs per Service Pipeline"
9991 #  y-axis: "Y = Number of Service Pipelines"
9992 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9993 #  layout:
9994 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9995 #    layout: "plot-service-density"
9996 #
9997 ## Plots - NF Density - CSP - NDR 64b
9998 #- type: "plot"
9999 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10000 #  algorithm: "plot_nf_heatmap"
10001 #  output-file-type: ".html"
10002 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
10003 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10004 #  filter: "'NIC_Intel-XXV710' and
10005 #           'NF_DENSITY' and
10006 #           'DOCKER' and
10007 #           'PIPELINE' and
10008 #           'NF_VPPIP4' and
10009 #           '64B' and
10010 #           '2T1C' and
10011 #           'NDRPDR'"
10012 #  parameters:
10013 #  - "throughput"
10014 #  - "name"
10015 #  - "tags"
10016 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10017 #  x-axis: "X = CNFs per Service Pipeline"
10018 #  y-axis: "Y = Number of Service Pipelines"
10019 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10020 #  layout:
10021 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10022 #    layout: "plot-service-density"
10023 #
10024 #- type: "plot"
10025 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10026 #  algorithm: "plot_nf_heatmap"
10027 #  output-file-type: ".html"
10028 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
10029 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10030 #  filter: "'NIC_Intel-XXV710' and
10031 #           'NF_DENSITY' and
10032 #           'DOCKER' and
10033 #           'PIPELINE' and
10034 #           'NF_VPPIP4' and
10035 #           '64B' and
10036 #           '4T2C' and
10037 #           'NDRPDR'"
10038 #  parameters:
10039 #  - "throughput"
10040 #  - "name"
10041 #  - "tags"
10042 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10043 #  x-axis: "X = CNFs per Service Pipeline"
10044 #  y-axis: "Y = Number of Service Pipelines"
10045 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10046 #  layout:
10047 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10048 #    layout: "plot-service-density"
10049 #
10050 #- type: "plot"
10051 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10052 #  algorithm: "plot_nf_heatmap"
10053 #  output-file-type: ".html"
10054 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
10055 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10056 #  filter: "'NIC_Intel-XXV710' and
10057 #           'NF_DENSITY' and
10058 #           'DOCKER' and
10059 #           'PIPELINE' and
10060 #           'NF_VPPIP4' and
10061 #           '64B' and
10062 #           '8T4C' and
10063 #           'NDRPDR'"
10064 #  parameters:
10065 #  - "throughput"
10066 #  - "name"
10067 #  - "tags"
10068 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10069 #  x-axis: "X = CNFs per Service Pipeline"
10070 #  y-axis: "Y = Number of Service Pipelines"
10071 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10072 #  layout:
10073 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10074 #    layout: "plot-service-density"
10075 #
10076 ## Plots - NF Density - CSP - NDR IMIX
10077 #- type: "plot"
10078 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10079 #  algorithm: "plot_nf_heatmap"
10080 #  output-file-type: ".html"
10081 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10082 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10083 #  filter: "'NIC_Intel-XXV710' and
10084 #           'NF_DENSITY' and
10085 #           'DOCKER' and
10086 #           'PIPELINE' and
10087 #           'NF_VPPIP4' and
10088 #           'IMIX' and
10089 #           '2T1C' and
10090 #           'NDRPDR'"
10091 #  parameters:
10092 #  - "throughput"
10093 #  - "name"
10094 #  - "tags"
10095 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10096 #  x-axis: "X = CNFs per Service Pipeline"
10097 #  y-axis: "Y = Number of Service Pipelines"
10098 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10099 #  layout:
10100 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10101 #    layout: "plot-service-density"
10102 #
10103 #- type: "plot"
10104 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10105 #  algorithm: "plot_nf_heatmap"
10106 #  output-file-type: ".html"
10107 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10108 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10109 #  filter: "'NIC_Intel-XXV710' and
10110 #           'NF_DENSITY' and
10111 #           'DOCKER' and
10112 #           'PIPELINE' and
10113 #           'NF_VPPIP4' and
10114 #           'IMIX' and
10115 #           '4T2C' and
10116 #           'NDRPDR'"
10117 #  parameters:
10118 #  - "throughput"
10119 #  - "name"
10120 #  - "tags"
10121 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10122 #  x-axis: "X = CNFs per Service Pipeline"
10123 #  y-axis: "Y = Number of Service Pipelines"
10124 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10125 #  layout:
10126 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10127 #    layout: "plot-service-density"
10128 #
10129 #- type: "plot"
10130 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10131 #  algorithm: "plot_nf_heatmap"
10132 #  output-file-type: ".html"
10133 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10134 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10135 #  filter: "'NIC_Intel-XXV710' and
10136 #           'NF_DENSITY' and
10137 #           'DOCKER' and
10138 #           'PIPELINE' and
10139 #           'NF_VPPIP4' and
10140 #           'IMIX' and
10141 #           '8T4C' and
10142 #           'NDRPDR'"
10143 #  parameters:
10144 #  - "throughput"
10145 #  - "name"
10146 #  - "tags"
10147 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10148 #  x-axis: "X = CNFs per Service Pipeline"
10149 #  y-axis: "Y = Number of Service Pipelines"
10150 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10151 #  layout:
10152 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10153 #    layout: "plot-service-density"
10154 #
10155 ## Plots - NF Density - CSP - PDR 64b
10156 #- type: "plot"
10157 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10158 #  algorithm: "plot_nf_heatmap"
10159 #  output-file-type: ".html"
10160 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10161 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10162 #  filter: "'NIC_Intel-XXV710' and
10163 #           'NF_DENSITY' and
10164 #           'DOCKER' and
10165 #           'PIPELINE' and
10166 #           'NF_VPPIP4' and
10167 #           '64B' and
10168 #           '2T1C' and
10169 #           'NDRPDR'"
10170 #  parameters:
10171 #  - "throughput"
10172 #  - "name"
10173 #  - "tags"
10174 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10175 #  x-axis: "X = CNFs per Service Pipeline"
10176 #  y-axis: "Y = Number of Service Pipelines"
10177 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10178 #  layout:
10179 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10180 #    layout: "plot-service-density"
10181 #
10182 #- type: "plot"
10183 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10184 #  algorithm: "plot_nf_heatmap"
10185 #  output-file-type: ".html"
10186 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10187 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10188 #  filter: "'NIC_Intel-XXV710' and
10189 #           'NF_DENSITY' and
10190 #           'DOCKER' and
10191 #           'PIPELINE' and
10192 #           'NF_VPPIP4' and
10193 #           '64B' and
10194 #           '4T2C' and
10195 #           'NDRPDR'"
10196 #  parameters:
10197 #  - "throughput"
10198 #  - "name"
10199 #  - "tags"
10200 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10201 #  x-axis: "X = CNFs per Service Pipeline"
10202 #  y-axis: "Y = Number of Service Pipelines"
10203 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10204 #  layout:
10205 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10206 #    layout: "plot-service-density"
10207 #
10208 #- type: "plot"
10209 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10210 #  algorithm: "plot_nf_heatmap"
10211 #  output-file-type: ".html"
10212 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10213 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10214 #  filter: "'NIC_Intel-XXV710' and
10215 #           'NF_DENSITY' and
10216 #           'DOCKER' and
10217 #           'PIPELINE' and
10218 #           'NF_VPPIP4' and
10219 #           '64B' and
10220 #           '8T4C' and
10221 #           'NDRPDR'"
10222 #  parameters:
10223 #  - "throughput"
10224 #  - "name"
10225 #  - "tags"
10226 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10227 #  x-axis: "X = CNFs per Service Pipeline"
10228 #  y-axis: "Y = Number of Service Pipelines"
10229 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10230 #  layout:
10231 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10232 #    layout: "plot-service-density"
10233 #
10234 ## Plots - NF Density - CSP - PDR IMIX
10235 #- type: "plot"
10236 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10237 #  algorithm: "plot_nf_heatmap"
10238 #  output-file-type: ".html"
10239 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10240 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10241 #  filter: "'NIC_Intel-XXV710' and
10242 #           'NF_DENSITY' and
10243 #           'DOCKER' and
10244 #           'PIPELINE' and
10245 #           'NF_VPPIP4' and
10246 #           'IMIX' and
10247 #           '2T1C' and
10248 #           'NDRPDR'"
10249 #  parameters:
10250 #  - "throughput"
10251 #  - "name"
10252 #  - "tags"
10253 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10254 #  x-axis: "X = CNFs per Service Pipeline"
10255 #  y-axis: "Y = Number of Service Pipelines"
10256 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10257 #  layout:
10258 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10259 #    layout: "plot-service-density"
10260 #
10261 #- type: "plot"
10262 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10263 #  algorithm: "plot_nf_heatmap"
10264 #  output-file-type: ".html"
10265 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10266 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10267 #  filter: "'NIC_Intel-XXV710' and
10268 #           'NF_DENSITY' and
10269 #           'DOCKER' and
10270 #           'PIPELINE' and
10271 #           'NF_VPPIP4' and
10272 #           'IMIX' and
10273 #           '4T2C' and
10274 #           'NDRPDR'"
10275 #  parameters:
10276 #  - "throughput"
10277 #  - "name"
10278 #  - "tags"
10279 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10280 #  x-axis: "X = CNFs per Service Pipeline"
10281 #  y-axis: "Y = Number of Service Pipelines"
10282 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10283 #  layout:
10284 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10285 #    layout: "plot-service-density"
10286 #
10287 #- type: "plot"
10288 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10289 #  algorithm: "plot_nf_heatmap"
10290 #  output-file-type: ".html"
10291 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10292 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10293 #  filter: "'NIC_Intel-XXV710' and
10294 #           'NF_DENSITY' and
10295 #           'DOCKER' and
10296 #           'PIPELINE' and
10297 #           'NF_VPPIP4' and
10298 #           'IMIX' and
10299 #           '8T4C' and
10300 #           'NDRPDR'"
10301 #  parameters:
10302 #  - "throughput"
10303 #  - "name"
10304 #  - "tags"
10305 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10306 #  x-axis: "X = CNFs per Service Pipeline"
10307 #  y-axis: "Y = Number of Service Pipelines"
10308 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10309 #  layout:
10310 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10311 #    layout: "plot-service-density"
10312
10313 ###############################################################################
10314 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10315
10316 - type: "plot"
10317   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10318   algorithm: "plot_nf_heatmap"
10319   output-file-type: ".html"
10320   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10321   data: "plot-vpp-nfv-2n-clx-mrr"
10322   filter: "'NIC_Intel-XXV710' and
10323            'NF_DENSITY' and
10324            'VHOST' and
10325            not 'VXLAN' and
10326            'CHAIN' and
10327            'NF_VPPIP4' and
10328            'IMIX' and
10329            '2T1C' and
10330            'MRR'"
10331   parameters:
10332   - "result"
10333   - "name"
10334   - "tags"
10335   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10336   x-axis: "X = VNFs per Service Chain"
10337   y-axis: "Y = Number of Service Chains"
10338   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10339   layout:
10340     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10341     layout: "plot-service-density"
10342
10343 - type: "plot"
10344   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10345   algorithm: "plot_nf_heatmap"
10346   output-file-type: ".html"
10347   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10348   data: "plot-vpp-nfv-2n-clx-mrr"
10349   filter: "'NIC_Intel-XXV710' and
10350            'NF_DENSITY' and
10351            'VHOST' and
10352            not 'VXLAN' and
10353            'CHAIN' and
10354            'NF_VPPIP4' and
10355            'IMIX' and
10356            '4T2C' and
10357            'MRR'"
10358   parameters:
10359   - "result"
10360   - "name"
10361   - "tags"
10362   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10363   x-axis: "X = VNFs per Service Chain"
10364   y-axis: "Y = Number of Service Chains"
10365   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10366   layout:
10367     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10368     layout: "plot-service-density"
10369
10370 - type: "plot"
10371   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10372   algorithm: "plot_nf_heatmap"
10373   output-file-type: ".html"
10374   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10375   data: "plot-vpp-nfv-2n-clx-mrr"
10376   filter: "'NIC_Intel-XXV710' and
10377            'NF_DENSITY' and
10378            'VHOST' and
10379            not 'VXLAN' and
10380            'CHAIN' and
10381            'NF_VPPIP4' and
10382            'IMIX' and
10383            '8T4C' and
10384            'MRR'"
10385   parameters:
10386   - "result"
10387   - "name"
10388   - "tags"
10389   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10390   x-axis: "X = VNFs per Service Chain"
10391   y-axis: "Y = Number of Service Chains"
10392   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10393   layout:
10394     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10395     layout: "plot-service-density"
10396
10397 # Plots - NF Density - VSC - NDR IMIX
10398 - type: "plot"
10399   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10400   algorithm: "plot_nf_heatmap"
10401   output-file-type: ".html"
10402   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10403   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10404   filter: "'NIC_Intel-XXV710' and
10405            'NF_DENSITY' and
10406            'VHOST' and
10407            not 'VXLAN' and
10408            'CHAIN' and
10409            'NF_VPPIP4' and
10410            'IMIX' and
10411            '2T1C' and
10412            'NDRPDR'"
10413   parameters:
10414   - "throughput"
10415   - "name"
10416   - "tags"
10417   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10418   x-axis: "X = VNFs per Service Chain"
10419   y-axis: "Y = Number of Service Chains"
10420   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10421   layout:
10422     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10423     layout: "plot-service-density"
10424
10425 - type: "plot"
10426   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10427   algorithm: "plot_nf_heatmap"
10428   output-file-type: ".html"
10429   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10430   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10431   filter: "'NIC_Intel-XXV710' and
10432            'NF_DENSITY' and
10433            'VHOST' and
10434            not 'VXLAN' and
10435            'CHAIN' and
10436            'NF_VPPIP4' and
10437            'IMIX' and
10438            '4T2C' and
10439            'NDRPDR'"
10440   parameters:
10441   - "throughput"
10442   - "name"
10443   - "tags"
10444   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10445   x-axis: "X = VNFs per Service Chain"
10446   y-axis: "Y = Number of Service Chains"
10447   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10448   layout:
10449     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10450     layout: "plot-service-density"
10451
10452 - type: "plot"
10453   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10454   algorithm: "plot_nf_heatmap"
10455   output-file-type: ".html"
10456   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10457   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10458   filter: "'NIC_Intel-XXV710' and
10459            'NF_DENSITY' and
10460            'VHOST' and
10461            not 'VXLAN' and
10462            'CHAIN' and
10463            'NF_VPPIP4' and
10464            'IMIX' and
10465            '8T4C' and
10466            'NDRPDR'"
10467   parameters:
10468   - "throughput"
10469   - "name"
10470   - "tags"
10471   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10472   x-axis: "X = VNFs per Service Chain"
10473   y-axis: "Y = Number of Service Chains"
10474   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10475   layout:
10476     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10477     layout: "plot-service-density"
10478
10479 # Plots - NF Density - VSC - PDR IMIX
10480 - type: "plot"
10481   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10482   algorithm: "plot_nf_heatmap"
10483   output-file-type: ".html"
10484   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10485   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10486   filter: "'NIC_Intel-XXV710' and
10487            'NF_DENSITY' and
10488            'VHOST' and
10489            not 'VXLAN' and
10490            'CHAIN' and
10491            'NF_VPPIP4' and
10492            'IMIX' and
10493            '2T1C' and
10494            'NDRPDR'"
10495   parameters:
10496   - "throughput"
10497   - "name"
10498   - "tags"
10499   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10500   x-axis: "X = VNFs per Service Chain"
10501   y-axis: "Y = Number of Service Chains"
10502   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10503   layout:
10504     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10505     layout: "plot-service-density"
10506
10507 - type: "plot"
10508   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10509   algorithm: "plot_nf_heatmap"
10510   output-file-type: ".html"
10511   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10512   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10513   filter: "'NIC_Intel-XXV710' and
10514            'NF_DENSITY' and
10515            'VHOST' and
10516            not 'VXLAN' and
10517            'CHAIN' and
10518            'NF_VPPIP4' and
10519            'IMIX' and
10520            '4T2C' and
10521            'NDRPDR'"
10522   parameters:
10523   - "throughput"
10524   - "name"
10525   - "tags"
10526   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10527   x-axis: "X = VNFs per Service Chain"
10528   y-axis: "Y = Number of Service Chains"
10529   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10530   layout:
10531     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10532     layout: "plot-service-density"
10533
10534 - type: "plot"
10535   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10536   algorithm: "plot_nf_heatmap"
10537   output-file-type: ".html"
10538   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10539   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10540   filter: "'NIC_Intel-XXV710' and
10541            'NF_DENSITY' and
10542            'VHOST' and
10543            not 'VXLAN' and
10544            'CHAIN' and
10545            'NF_VPPIP4' and
10546            'IMIX' and
10547            '8T4C' and
10548            'NDRPDR'"
10549   parameters:
10550   - "throughput"
10551   - "name"
10552   - "tags"
10553   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10554   x-axis: "X = VNFs per Service Chain"
10555   y-axis: "Y = Number of Service Chains"
10556   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10557   layout:
10558     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10559     layout: "plot-service-density"
10560
10561 # Plots - NF Density - VSC - MRR IMIX
10562 - type: "plot"
10563   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10564   algorithm: "plot_nf_heatmap"
10565   output-file-type: ".html"
10566   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10567   data: "plot-vpp-nfv-2n-clx-mrr"
10568   filter: "'NIC_Intel-XXV710' and
10569            'NF_DENSITY' and
10570            'VHOST' and
10571            'VXLAN' and
10572            'CHAIN' and
10573            'IMIX' and
10574            '2T1C' and
10575            'MRR'"
10576   parameters:
10577   - "result"
10578   - "name"
10579   - "tags"
10580   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10581   x-axis: "X = VNFs per Service Chain"
10582   y-axis: "Y = Number of Service Chains"
10583   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10584   layout:
10585     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10586     layout: "plot-service-density"
10587
10588 - type: "plot"
10589   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10590   algorithm: "plot_nf_heatmap"
10591   output-file-type: ".html"
10592   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10593   data: "plot-vpp-nfv-2n-clx-mrr"
10594   filter: "'NIC_Intel-XXV710' and
10595            'NF_DENSITY' and
10596            'VHOST' and
10597            'VXLAN' and
10598            'CHAIN' and
10599            'IMIX' and
10600            '4T2C' and
10601            'MRR'"
10602   parameters:
10603   - "result"
10604   - "name"
10605   - "tags"
10606   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10607   x-axis: "X = VNFs per Service Chain"
10608   y-axis: "Y = Number of Service Chains"
10609   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10610   layout:
10611     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10612     layout: "plot-service-density"
10613
10614 - type: "plot"
10615   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10616   algorithm: "plot_nf_heatmap"
10617   output-file-type: ".html"
10618   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10619   data: "plot-vpp-nfv-2n-clx-mrr"
10620   filter: "'NIC_Intel-XXV710' and
10621            'NF_DENSITY' and
10622            'VHOST' and
10623            'VXLAN' and
10624            'CHAIN' and
10625            'IMIX' and
10626            '8T4C' and
10627            'MRR'"
10628   parameters:
10629   - "result"
10630   - "name"
10631   - "tags"
10632   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10633   x-axis: "X = VNFs per Service Chain"
10634   y-axis: "Y = Number of Service Chains"
10635   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10636   layout:
10637     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10638     layout: "plot-service-density"
10639
10640 # Plots - NF Density - VSC - NDR IMIX
10641 - type: "plot"
10642   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10643   algorithm: "plot_nf_heatmap"
10644   output-file-type: ".html"
10645   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10646   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10647   filter: "'NIC_Intel-XXV710' and
10648            'NF_DENSITY' and
10649            'VHOST' and
10650            'VXLAN' and
10651            'CHAIN' and
10652            'IMIX' and
10653            '2T1C' and
10654            'NDRPDR'"
10655   parameters:
10656   - "throughput"
10657   - "name"
10658   - "tags"
10659   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10660   x-axis: "X = VNFs per Service Chain"
10661   y-axis: "Y = Number of Service Chains"
10662   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10663   layout:
10664     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10665     layout: "plot-service-density"
10666
10667 - type: "plot"
10668   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10669   algorithm: "plot_nf_heatmap"
10670   output-file-type: ".html"
10671   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10672   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10673   filter: "'NIC_Intel-XXV710' and
10674            'NF_DENSITY' and
10675            'VHOST' and
10676            'VXLAN' and
10677            'CHAIN' and
10678            'IMIX' and
10679            '4T2C' and
10680            'NDRPDR'"
10681   parameters:
10682   - "throughput"
10683   - "name"
10684   - "tags"
10685   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10686   x-axis: "X = VNFs per Service Chain"
10687   y-axis: "Y = Number of Service Chains"
10688   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10689   layout:
10690     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10691     layout: "plot-service-density"
10692
10693 - type: "plot"
10694   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10695   algorithm: "plot_nf_heatmap"
10696   output-file-type: ".html"
10697   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10698   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10699   filter: "'NIC_Intel-XXV710' and
10700            'NF_DENSITY' and
10701            'VHOST' and
10702            'VXLAN' and
10703            'CHAIN' and
10704            'IMIX' and
10705            '8T4C' and
10706            'NDRPDR'"
10707   parameters:
10708   - "throughput"
10709   - "name"
10710   - "tags"
10711   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10712   x-axis: "X = VNFs per Service Chain"
10713   y-axis: "Y = Number of Service Chains"
10714   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10715   layout:
10716     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10717     layout: "plot-service-density"
10718
10719 # Plots - NF Density - VSC - PDR IMIX
10720 - type: "plot"
10721   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10722   algorithm: "plot_nf_heatmap"
10723   output-file-type: ".html"
10724   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10725   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10726   filter: "'NIC_Intel-XXV710' and
10727            'NF_DENSITY' and
10728            'VHOST' and
10729            'VXLAN' and
10730            'CHAIN' and
10731            'IMIX' and
10732            '2T1C' and
10733            'NDRPDR'"
10734   parameters:
10735   - "throughput"
10736   - "name"
10737   - "tags"
10738   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10739   x-axis: "X = VNFs per Service Chain"
10740   y-axis: "Y = Number of Service Chains"
10741   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10742   layout:
10743     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10744     layout: "plot-service-density"
10745
10746 - type: "plot"
10747   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10748   algorithm: "plot_nf_heatmap"
10749   output-file-type: ".html"
10750   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10751   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10752   filter: "'NIC_Intel-XXV710' and
10753            'NF_DENSITY' and
10754            'VHOST' and
10755            'VXLAN' and
10756            'CHAIN' and
10757            'IMIX' and
10758            '4T2C' and
10759            'NDRPDR'"
10760   parameters:
10761   - "throughput"
10762   - "name"
10763   - "tags"
10764   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10765   x-axis: "X = VNFs per Service Chain"
10766   y-axis: "Y = Number of Service Chains"
10767   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10768   layout:
10769     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10770     layout: "plot-service-density"
10771
10772 - type: "plot"
10773   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10774   algorithm: "plot_nf_heatmap"
10775   output-file-type: ".html"
10776   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10777   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10778   filter: "'NIC_Intel-XXV710' and
10779            'NF_DENSITY' and
10780            'VHOST' and
10781            'VXLAN' and
10782            'CHAIN' and
10783            'IMIX' and
10784            '8T4C' and
10785            'NDRPDR'"
10786   parameters:
10787   - "throughput"
10788   - "name"
10789   - "tags"
10790   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10791   x-axis: "X = VNFs per Service Chain"
10792   y-axis: "Y = Number of Service Chains"
10793   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10794   layout:
10795     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10796     layout: "plot-service-density"
10797
10798 # Plots - NF Density - CSC - MRR IMIX
10799 - type: "plot"
10800   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10801   algorithm: "plot_nf_heatmap"
10802   output-file-type: ".html"
10803   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10804   data: "plot-vpp-nfv-2n-clx-mrr"
10805   filter: "'NIC_Intel-XXV710' and
10806            'NF_DENSITY' and
10807            'DOCKER' and
10808            'CHAIN' and
10809            'NF_VPPIP4' and
10810            'IMIX' and
10811            '2T1C' and
10812            'MRR'"
10813   parameters:
10814   - "result"
10815   - "name"
10816   - "tags"
10817   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10818   x-axis: "X = CNFs per Service Chain"
10819   y-axis: "Y = Number of Service Chains"
10820   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10821   layout:
10822     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10823     layout: "plot-service-density"
10824
10825 - type: "plot"
10826   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10827   algorithm: "plot_nf_heatmap"
10828   output-file-type: ".html"
10829   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10830   data: "plot-vpp-nfv-2n-clx-mrr"
10831   filter: "'NIC_Intel-XXV710' and
10832            'NF_DENSITY' and
10833            'DOCKER' and
10834            'CHAIN' and
10835            'NF_VPPIP4' and
10836            'IMIX' and
10837            '4T2C' and
10838            'MRR'"
10839   parameters:
10840   - "result"
10841   - "name"
10842   - "tags"
10843   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10844   x-axis: "X = CNFs per Service Chain"
10845   y-axis: "Y = Number of Service Chains"
10846   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10847   layout:
10848     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10849     layout: "plot-service-density"
10850
10851 - type: "plot"
10852   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10853   algorithm: "plot_nf_heatmap"
10854   output-file-type: ".html"
10855   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10856   data: "plot-vpp-nfv-2n-clx-mrr"
10857   filter: "'NIC_Intel-XXV710' and
10858            'NF_DENSITY' and
10859            'DOCKER' and
10860            'CHAIN' and
10861            'NF_VPPIP4' and
10862            'IMIX' and
10863            '8T4C' and
10864            'MRR'"
10865   parameters:
10866   - "result"
10867   - "name"
10868   - "tags"
10869   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10870   x-axis: "X = CNFs per Service Chain"
10871   y-axis: "Y = Number of Service Chains"
10872   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10873   layout:
10874     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10875     layout: "plot-service-density"
10876
10877 # Plots - NF Density - CSC - NDR IMIX
10878 - type: "plot"
10879   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10880   algorithm: "plot_nf_heatmap"
10881   output-file-type: ".html"
10882   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10883   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10884   filter: "'NIC_Intel-XXV710' and
10885            'NF_DENSITY' and
10886            'DOCKER' and
10887            'CHAIN' and
10888            'NF_VPPIP4' and
10889            'IMIX' and
10890            '2T1C' and
10891            'NDRPDR'"
10892   parameters:
10893   - "throughput"
10894   - "name"
10895   - "tags"
10896   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10897   x-axis: "X = CNFs per Service Chain"
10898   y-axis: "Y = Number of Service Chains"
10899   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10900   layout:
10901     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10902     layout: "plot-service-density"
10903
10904 - type: "plot"
10905   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10906   algorithm: "plot_nf_heatmap"
10907   output-file-type: ".html"
10908   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10909   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10910   filter: "'NIC_Intel-XXV710' and
10911            'NF_DENSITY' and
10912            'DOCKER' and
10913            'CHAIN' and
10914            'NF_VPPIP4' and
10915            'IMIX' and
10916            '4T2C' and
10917            'NDRPDR'"
10918   parameters:
10919   - "throughput"
10920   - "name"
10921   - "tags"
10922   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10923   x-axis: "X = CNFs per Service Chain"
10924   y-axis: "Y = Number of Service Chains"
10925   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10926   layout:
10927     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10928     layout: "plot-service-density"
10929
10930 - type: "plot"
10931   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10932   algorithm: "plot_nf_heatmap"
10933   output-file-type: ".html"
10934   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10935   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10936   filter: "'NIC_Intel-XXV710' and
10937            'NF_DENSITY' and
10938            'DOCKER' and
10939            'CHAIN' and
10940            'NF_VPPIP4' and
10941            'IMIX' and
10942            '8T4C' and
10943            'NDRPDR'"
10944   parameters:
10945   - "throughput"
10946   - "name"
10947   - "tags"
10948   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10949   x-axis: "X = CNFs per Service Chain"
10950   y-axis: "Y = Number of Service Chains"
10951   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10952   layout:
10953     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10954     layout: "plot-service-density"
10955
10956 # Plots - NF Density - CSC - PDR IMIX
10957 - type: "plot"
10958   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10959   algorithm: "plot_nf_heatmap"
10960   output-file-type: ".html"
10961   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10962   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10963   filter: "'NIC_Intel-XXV710' and
10964            'NF_DENSITY' and
10965            'DOCKER' and
10966            'CHAIN' and
10967            'NF_VPPIP4' and
10968            'IMIX' and
10969            '2T1C' and
10970            'NDRPDR'"
10971   parameters:
10972   - "throughput"
10973   - "name"
10974   - "tags"
10975   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10976   x-axis: "X = CNFs per Service Chain"
10977   y-axis: "Y = Number of Service Chains"
10978   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10979   layout:
10980     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10981     layout: "plot-service-density"
10982
10983 - type: "plot"
10984   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10985   algorithm: "plot_nf_heatmap"
10986   output-file-type: ".html"
10987   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10988   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10989   filter: "'NIC_Intel-XXV710' and
10990            'NF_DENSITY' and
10991            'DOCKER' and
10992            'CHAIN' and
10993            'NF_VPPIP4' and
10994            'IMIX' and
10995            '4T2C' and
10996            'NDRPDR'"
10997   parameters:
10998   - "throughput"
10999   - "name"
11000   - "tags"
11001   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11002   x-axis: "X = CNFs per Service Chain"
11003   y-axis: "Y = Number of Service Chains"
11004   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11005   layout:
11006     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11007     layout: "plot-service-density"
11008
11009 - type: "plot"
11010   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11011   algorithm: "plot_nf_heatmap"
11012   output-file-type: ".html"
11013   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11014   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11015   filter: "'NIC_Intel-XXV710' and
11016            'NF_DENSITY' and
11017            'DOCKER' and
11018            'CHAIN' and
11019            'NF_VPPIP4' and
11020            'IMIX' and
11021            '8T4C' and
11022            'NDRPDR'"
11023   parameters:
11024   - "throughput"
11025   - "name"
11026   - "tags"
11027   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11028   x-axis: "X = CNFs per Service Chain"
11029   y-axis: "Y = Number of Service Chains"
11030   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11031   layout:
11032     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11033     layout: "plot-service-density"
11034
11035 # Plots - NF Density - CSP - MRR IMIX
11036 - type: "plot"
11037   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11038   algorithm: "plot_nf_heatmap"
11039   output-file-type: ".html"
11040   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11041   data: "plot-vpp-nfv-2n-clx-mrr"
11042   filter: "'NIC_Intel-XXV710' and
11043            'NF_DENSITY' and
11044            'DOCKER' and
11045            'PIPELINE' and
11046            'NF_VPPIP4' and
11047            'IMIX' and
11048            '2T1C' and
11049            'MRR'"
11050   parameters:
11051   - "result"
11052   - "name"
11053   - "tags"
11054   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11055   x-axis: "X = CNFs per Service Pipeline"
11056   y-axis: "Y = Number of Service Pipelines"
11057   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11058   layout:
11059     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11060     layout: "plot-service-density"
11061
11062 - type: "plot"
11063   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11064   algorithm: "plot_nf_heatmap"
11065   output-file-type: ".html"
11066   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11067   data: "plot-vpp-nfv-2n-clx-mrr"
11068   filter: "'NIC_Intel-XXV710' and
11069            'NF_DENSITY' and
11070            'DOCKER' and
11071            'PIPELINE' and
11072            'NF_VPPIP4' and
11073            'IMIX' and
11074            '4T2C' and
11075            'MRR'"
11076   parameters:
11077   - "result"
11078   - "name"
11079   - "tags"
11080   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11081   x-axis: "X = CNFs per Service Pipeline"
11082   y-axis: "Y = Number of Service Pipelines"
11083   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11084   layout:
11085     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11086     layout: "plot-service-density"
11087
11088 - type: "plot"
11089   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11090   algorithm: "plot_nf_heatmap"
11091   output-file-type: ".html"
11092   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11093   data: "plot-vpp-nfv-2n-clx-mrr"
11094   filter: "'NIC_Intel-XXV710' and
11095            'NF_DENSITY' and
11096            'DOCKER' and
11097            'PIPELINE' and
11098            'NF_VPPIP4' and
11099            'IMIX' and
11100            '8T4C' and
11101            'MRR'"
11102   parameters:
11103   - "result"
11104   - "name"
11105   - "tags"
11106   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11107   x-axis: "X = CNFs per Service Pipeline"
11108   y-axis: "Y = Number of Service Pipelines"
11109   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11110   layout:
11111     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11112     layout: "plot-service-density"
11113
11114 # Plots - NF Density - CSP - NDR IMIX
11115 - type: "plot"
11116   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11117   algorithm: "plot_nf_heatmap"
11118   output-file-type: ".html"
11119   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11120   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11121   filter: "'NIC_Intel-XXV710' and
11122            'NF_DENSITY' and
11123            'DOCKER' and
11124            'PIPELINE' and
11125            'NF_VPPIP4' and
11126            'IMIX' and
11127            '2T1C' and
11128            'NDRPDR'"
11129   parameters:
11130   - "throughput"
11131   - "name"
11132   - "tags"
11133   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11134   x-axis: "X = CNFs per Service Pipeline"
11135   y-axis: "Y = Number of Service Pipelines"
11136   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11137   layout:
11138     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11139     layout: "plot-service-density"
11140
11141 - type: "plot"
11142   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11143   algorithm: "plot_nf_heatmap"
11144   output-file-type: ".html"
11145   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11146   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11147   filter: "'NIC_Intel-XXV710' and
11148            'NF_DENSITY' and
11149            'DOCKER' and
11150            'PIPELINE' and
11151            'NF_VPPIP4' and
11152            'IMIX' and
11153            '4T2C' and
11154            'NDRPDR'"
11155   parameters:
11156   - "throughput"
11157   - "name"
11158   - "tags"
11159   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11160   x-axis: "X = CNFs per Service Pipeline"
11161   y-axis: "Y = Number of Service Pipelines"
11162   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11163   layout:
11164     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11165     layout: "plot-service-density"
11166
11167 - type: "plot"
11168   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11169   algorithm: "plot_nf_heatmap"
11170   output-file-type: ".html"
11171   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11172   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11173   filter: "'NIC_Intel-XXV710' and
11174            'NF_DENSITY' and
11175            'DOCKER' and
11176            'PIPELINE' and
11177            'NF_VPPIP4' and
11178            'IMIX' and
11179            '8T4C' and
11180            'NDRPDR'"
11181   parameters:
11182   - "throughput"
11183   - "name"
11184   - "tags"
11185   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11186   x-axis: "X = CNFs per Service Pipeline"
11187   y-axis: "Y = Number of Service Pipelines"
11188   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11189   layout:
11190     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11191     layout: "plot-service-density"
11192
11193 # Plots - NF Density - CSP - PDR IMIX
11194 - type: "plot"
11195   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11196   algorithm: "plot_nf_heatmap"
11197   output-file-type: ".html"
11198   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11199   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11200   filter: "'NIC_Intel-XXV710' and
11201            'NF_DENSITY' and
11202            'DOCKER' and
11203            'PIPELINE' and
11204            'NF_VPPIP4' and
11205            'IMIX' and
11206            '2T1C' and
11207            'NDRPDR'"
11208   parameters:
11209   - "throughput"
11210   - "name"
11211   - "tags"
11212   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11213   x-axis: "X = CNFs per Service Pipeline"
11214   y-axis: "Y = Number of Service Pipelines"
11215   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11216   layout:
11217     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11218     layout: "plot-service-density"
11219
11220 - type: "plot"
11221   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11222   algorithm: "plot_nf_heatmap"
11223   output-file-type: ".html"
11224   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11225   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11226   filter: "'NIC_Intel-XXV710' and
11227            'NF_DENSITY' and
11228            'DOCKER' and
11229            'PIPELINE' and
11230            'NF_VPPIP4' and
11231            'IMIX' and
11232            '4T2C' and
11233            'NDRPDR'"
11234   parameters:
11235   - "throughput"
11236   - "name"
11237   - "tags"
11238   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11239   x-axis: "X = CNFs per Service Pipeline"
11240   y-axis: "Y = Number of Service Pipelines"
11241   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11242   layout:
11243     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11244     layout: "plot-service-density"
11245
11246 - type: "plot"
11247   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11248   algorithm: "plot_nf_heatmap"
11249   output-file-type: ".html"
11250   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11251   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11252   filter: "'NIC_Intel-XXV710' and
11253            'NF_DENSITY' and
11254            'DOCKER' and
11255            'PIPELINE' and
11256            'NF_VPPIP4' and
11257            'IMIX' and
11258            '8T4C' and
11259            'NDRPDR'"
11260   parameters:
11261   - "throughput"
11262   - "name"
11263   - "tags"
11264   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11265   x-axis: "X = CNFs per Service Pipeline"
11266   y-axis: "Y = Number of Service Pipelines"
11267   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11268   layout:
11269     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11270     layout: "plot-service-density"
11271
11272 ################################################################################
11273
11274 # Packet Throughput
11275
11276 - type: "plot"
11277   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11278   algorithm: "plot_perf_box_name"
11279   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11280   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11281   include:
11282     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11283     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11284     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11285     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11286   layout:
11287     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11288     layout: "plot-throughput"
11289
11290 - type: "plot"
11291   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11292   algorithm: "plot_perf_box_name"
11293   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11294   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11295   include:
11296     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11297     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11298     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11299     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11300   layout:
11301     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11302     layout: "plot-throughput"
11303
11304 - type: "plot"
11305   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11306   algorithm: "plot_perf_box_name"
11307   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11308   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11309   include:
11310     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11311     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11312     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11313     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11314   layout:
11315     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11316     layout: "plot-throughput"
11317
11318 - type: "plot"
11319   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11320   algorithm: "plot_perf_box_name"
11321   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11322   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11323   include:
11324     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11325     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11326     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11327     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11328   layout:
11329     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11330     layout: "plot-throughput"
11331
11332 - type: "plot"
11333   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11334   algorithm: "plot_perf_box_name"
11335   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11336   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11337   include:
11338     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11339     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11340     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11341     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11342     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11343   layout:
11344     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11345     layout: "plot-throughput"
11346
11347 - type: "plot"
11348   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11349   algorithm: "plot_perf_box_name"
11350   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11351   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11352   include:
11353     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11354     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11355     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11356     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11357     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11358   layout:
11359     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11360     layout: "plot-throughput"
11361
11362 - type: "plot"
11363   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11364   algorithm: "plot_perf_box_name"
11365   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11366   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11367   include:
11368     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11369     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11370     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11371     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11372     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11373   layout:
11374     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11375     layout: "plot-throughput"
11376
11377 - type: "plot"
11378   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11379   algorithm: "plot_perf_box_name"
11380   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11381   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11382   include:
11383     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11384     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11385     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11386     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11387     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11388   layout:
11389     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11390     layout: "plot-throughput"
11391
11392 - type: "plot"
11393   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11394   algorithm: "plot_perf_box_name"
11395   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11396   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11397   include:
11398     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11399     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11400     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11401     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11402     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11403   layout:
11404     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11405     layout: "plot-throughput"
11406
11407 - type: "plot"
11408   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11409   algorithm: "plot_perf_box_name"
11410   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11411   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11412   include:
11413     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11414     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11415     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11416     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11417     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11418   layout:
11419     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11420     layout: "plot-throughput"
11421
11422 - type: "plot"
11423   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11424   algorithm: "plot_perf_box_name"
11425   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11426   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11427   include:
11428     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11429     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11430     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11431     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11432     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11433     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11434   layout:
11435     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11436     layout: "plot-throughput"
11437
11438 - type: "plot"
11439   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11440   algorithm: "plot_perf_box_name"
11441   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11442   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11443   include:
11444     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11445     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11446     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11447     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11448     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11449     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11450   layout:
11451     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11452     layout: "plot-throughput"
11453
11454 - type: "plot"
11455   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11456   algorithm: "plot_perf_box_name"
11457   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11458   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11459   include:
11460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11462     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11464     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11465   layout:
11466     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11467     layout: "plot-throughput"
11468
11469 - type: "plot"
11470   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11471   algorithm: "plot_perf_box_name"
11472   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11473   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11474   include:
11475     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11476     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11477     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11478     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11479     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11480   layout:
11481     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11482     layout: "plot-throughput"
11483
11484 - type: "plot"
11485   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11486   algorithm: "plot_perf_box_name"
11487   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11488   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11489   include:
11490     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11491     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11492     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11493   layout:
11494     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11495     layout: "plot-throughput"
11496
11497 - type: "plot"
11498   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11499   algorithm: "plot_perf_box_name"
11500   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11501   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11502   include:
11503     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11504     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11505     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11506   layout:
11507     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11508     layout: "plot-throughput"
11509
11510 - type: "plot"
11511   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11512   algorithm: "plot_perf_box_name"
11513   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11514   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11515   include:
11516     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11518     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11521   layout:
11522     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11523     layout: "plot-throughput"
11524
11525 - type: "plot"
11526   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11527   algorithm: "plot_perf_box_name"
11528   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11529   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11530   include:
11531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11534     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11536   layout:
11537     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11538     layout: "plot-throughput"
11539
11540 - type: "plot"
11541   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11542   algorithm: "plot_perf_box_name"
11543   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11544   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11545   include:
11546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11549   layout:
11550     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11551     layout: "plot-throughput"
11552
11553 - type: "plot"
11554   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11555   algorithm: "plot_perf_box_name"
11556   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11557   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11558   include:
11559     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11562   layout:
11563     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11564     layout: "plot-throughput"
11565
11566 - type: "plot"
11567   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11568   algorithm: "plot_perf_box_name"
11569   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11570   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11571   include:
11572     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11573     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11574     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11578   layout:
11579     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11580     layout: "plot-throughput"
11581
11582 - type: "plot"
11583   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11584   algorithm: "plot_perf_box_name"
11585   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11586   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11587   include:
11588     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11593     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11594   layout:
11595     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11596     layout: "plot-throughput"
11597
11598 - type: "plot"
11599   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11600   algorithm: "plot_perf_box_name"
11601   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11602   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11603   include:
11604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11610   layout:
11611     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11612     layout: "plot-throughput"
11613
11614 - type: "plot"
11615   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11616   algorithm: "plot_perf_box_name"
11617   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11618   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11619   include:
11620     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11621     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11625     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11626   layout:
11627     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11628     layout: "plot-throughput"
11629
11630 - type: "plot"
11631   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11632   algorithm: "plot_perf_box_name"
11633   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11634   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11635   include:
11636     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11637     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11638     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11639   layout:
11640     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11641     layout: "plot-throughput"
11642
11643 - type: "plot"
11644   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11645   algorithm: "plot_perf_box_name"
11646   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11647   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11648   include:
11649     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11650     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11651     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11652   layout:
11653     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11654     layout: "plot-throughput"
11655
11656 - type: "plot"
11657   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11658   algorithm: "plot_perf_box_name"
11659   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11660   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11661   include:
11662     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11663     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11664     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11665 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11666 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11667   layout:
11668     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11669     layout: "plot-throughput"
11670
11671 - type: "plot"
11672   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11673   algorithm: "plot_perf_box_name"
11674   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11675   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11676   include:
11677     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11678     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11679     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11680 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11681 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11682   layout:
11683     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11684     layout: "plot-throughput"
11685
11686 - type: "plot"
11687   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11688   algorithm: "plot_perf_box_name"
11689   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11690   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11691   include:
11692     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11693     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11694     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11695     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11696     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11697   layout:
11698     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11699     layout: "plot-throughput"
11700
11701 - type: "plot"
11702   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11703   algorithm: "plot_perf_box_name"
11704   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11705   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11706   include:
11707     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11708     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11709     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11710     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11711     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11712   layout:
11713     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11714     layout: "plot-throughput"
11715
11716 - type: "plot"
11717   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11718   algorithm: "plot_perf_box_name"
11719   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11720   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11721   include:
11722     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11723     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11724     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11725     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11726     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11727   layout:
11728     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11729     layout: "plot-throughput"
11730
11731 - type: "plot"
11732   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11733   algorithm: "plot_perf_box_name"
11734   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11735   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11736   include:
11737     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11738     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11739     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11740     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11741     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11742   layout:
11743     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11744     layout: "plot-throughput"
11745
11746 - type: "plot"
11747   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11748   algorithm: "plot_perf_box_name"
11749   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11750   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11751   include:
11752     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11753     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11754     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11755     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11756     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11757     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11758   layout:
11759     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11760     layout: "plot-throughput"
11761
11762 - type: "plot"
11763   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11764   algorithm: "plot_perf_box_name"
11765   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11766   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11767   include:
11768     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11769     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11770     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11771     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11772     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11773     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11774   layout:
11775     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11776     layout: "plot-throughput"
11777
11778 - type: "plot"
11779   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11780   algorithm: "plot_perf_box_name"
11781   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11782   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11783   include:
11784     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11785     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11786     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11787     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11788     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11789     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11790   layout:
11791     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11792     layout: "plot-throughput"
11793
11794 - type: "plot"
11795   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11796   algorithm: "plot_perf_box_name"
11797   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11798   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11799   include:
11800     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11801     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11802     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11803     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11804     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11805     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11806   layout:
11807     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11808     layout: "plot-throughput"
11809
11810 - type: "plot"
11811   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11812   algorithm: "plot_perf_box_name"
11813   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11814   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11815   include:
11816     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11817     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11818     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11819     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11820     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11821   layout:
11822     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11823     layout: "plot-throughput"
11824
11825 - type: "plot"
11826   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11827   algorithm: "plot_perf_box_name"
11828   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11829   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11830   include:
11831     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11832     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11833     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11834     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11835     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11836   layout:
11837     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11838     layout: "plot-throughput"
11839
11840 - type: "plot"
11841   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11842   algorithm: "plot_perf_box_name"
11843   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11844   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11845   include:
11846     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11847     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11848     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11849     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11850     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11851     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11852   layout:
11853     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11854     layout: "plot-throughput"
11855
11856 - type: "plot"
11857   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11858   algorithm: "plot_perf_box_name"
11859   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11860   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11861   include:
11862     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11863     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11864     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11865     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11866     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11867     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11868   layout:
11869     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11870     layout: "plot-throughput"
11871
11872 - type: "plot"
11873   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11874   algorithm: "plot_perf_box_name"
11875   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11876   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11877   include:
11878     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11879     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11880     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11881     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11882     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11883   layout:
11884     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11885     layout: "plot-throughput"
11886
11887 - type: "plot"
11888   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11889   algorithm: "plot_perf_box_name"
11890   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11891   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11892   include:
11893     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11894     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11895     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11896     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11897     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11898   layout:
11899     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11900     layout: "plot-throughput"
11901
11902 - type: "plot"
11903   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11904   algorithm: "plot_perf_box_name"
11905   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11906   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11907   include:
11908     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11909     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11910     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11911     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11912     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11913     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11914   layout:
11915     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11916     layout: "plot-throughput"
11917
11918 - type: "plot"
11919   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11920   algorithm: "plot_perf_box_name"
11921   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11922   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11923   include:
11924     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11925     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11926     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11927     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11928     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11929     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11930   layout:
11931     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11932     layout: "plot-throughput"
11933
11934 - type: "plot"
11935   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11936   algorithm: "plot_perf_box_name"
11937   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11938   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11939   include:
11940     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11941     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11942     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11943     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11944     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11945   layout:
11946     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11947     layout: "plot-throughput"
11948
11949 - type: "plot"
11950   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11951   algorithm: "plot_perf_box_name"
11952   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11953   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11954   include:
11955     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11956     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11957     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11958     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11959     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11960   layout:
11961     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11962     layout: "plot-throughput"
11963
11964 - type: "plot"
11965   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11966   algorithm: "plot_perf_box_name"
11967   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11968   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11969   include:
11970     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11971     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11972     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11973     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11974     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11975     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11976   layout:
11977     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11978     layout: "plot-throughput"
11979
11980 - type: "plot"
11981   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11982   algorithm: "plot_perf_box_name"
11983   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11984   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11985   include:
11986     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11987     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11988     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11989     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11990     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11991     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11992   layout:
11993     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11994     layout: "plot-throughput"
11995
11996 - type: "plot"
11997   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11998   algorithm: "plot_perf_box_name"
11999   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12000   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12001   include:
12002     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12003     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12004   layout:
12005     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12006     layout: "plot-throughput"
12007
12008 - type: "plot"
12009   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12010   algorithm: "plot_perf_box_name"
12011   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12012   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12013   include:
12014     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12015     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12016   layout:
12017     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12018     layout: "plot-throughput"
12019
12020 - type: "plot"
12021   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12022   algorithm: "plot_perf_box_name"
12023   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12024   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12025   include:
12026     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12027     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12028     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12029     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12030   layout:
12031     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12032     layout: "plot-throughput"
12033
12034 - type: "plot"
12035   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12036   algorithm: "plot_perf_box_name"
12037   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12038   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12039   include:
12040     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12041     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12042     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12043     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12044   layout:
12045     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12046     layout: "plot-throughput"
12047
12048 - type: "plot"
12049   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12050   algorithm: "plot_perf_box_name"
12051   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12052   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12053   include:
12054     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12055     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12056     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12057     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12058   layout:
12059     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12060     layout: "plot-throughput"
12061
12062 - type: "plot"
12063   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12064   algorithm: "plot_perf_box_name"
12065   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12066   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12067   include:
12068     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12069     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12070     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12071     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12072   layout:
12073     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12074     layout: "plot-throughput"
12075
12076 - type: "plot"
12077   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12078   algorithm: "plot_perf_box_name"
12079   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12080   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12081   include:
12082     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12083     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12084     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12085     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12086   layout:
12087     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12088     layout: "plot-throughput"
12089
12090 - type: "plot"
12091   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12092   algorithm: "plot_perf_box_name"
12093   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12094   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12095   include:
12096     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12097     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12098     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12099     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12100   layout:
12101     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12102     layout: "plot-throughput"
12103
12104 - type: "plot"
12105   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12106   algorithm: "plot_perf_box_name"
12107   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12108   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12109   include:
12110     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12111     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12112     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12113     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12114   layout:
12115     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12116     layout: "plot-throughput"
12117
12118 - type: "plot"
12119   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12120   algorithm: "plot_perf_box_name"
12121   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12122   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12123   include:
12124     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12125     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12126     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12127     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12128   layout:
12129     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12130     layout: "plot-throughput"
12131
12132 - type: "plot"
12133   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12134   algorithm: "plot_perf_box_name"
12135   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12136   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12137   include:
12138     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12139     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12140     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12141     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12142     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12143     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12144   layout:
12145     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12146     layout: "plot-throughput"
12147
12148 - type: "plot"
12149   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12150   algorithm: "plot_perf_box_name"
12151   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12152   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12153   include:
12154     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12155     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12156     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12157     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12158     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12159     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12160   layout:
12161     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12162     layout: "plot-throughput"
12163
12164 - type: "plot"
12165   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12166   algorithm: "plot_perf_box_name"
12167   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12168   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12169   include:
12170     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12171     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12172     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12173     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12174     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12175   layout:
12176     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12177     layout: "plot-throughput"
12178
12179 - type: "plot"
12180   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12181   algorithm: "plot_perf_box_name"
12182   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12183   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12184   include:
12185     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12186     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12187     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12188     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12189     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12190   layout:
12191     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12192     layout: "plot-throughput"
12193
12194 - type: "plot"
12195   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12196   algorithm: "plot_perf_box_name"
12197   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12198   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12199   include:
12200     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12201     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12202     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12203     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12204     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12205   layout:
12206     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12207     layout: "plot-throughput"
12208
12209 - type: "plot"
12210   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12211   algorithm: "plot_perf_box_name"
12212   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12213   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12214   include:
12215     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12216     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12217     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12218     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12219     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12220   layout:
12221     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12222     layout: "plot-throughput"
12223
12224 - type: "plot"
12225   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12226   algorithm: "plot_perf_box_name"
12227   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12228   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12229   include:
12230     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12231     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12232     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12233   layout:
12234     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12235     layout: "plot-throughput"
12236
12237 - type: "plot"
12238   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12239   algorithm: "plot_perf_box_name"
12240   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12241   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12242   include:
12243     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12244     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12245     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12246   layout:
12247     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12248     layout: "plot-throughput"
12249
12250 - type: "plot"
12251   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12252   algorithm: "plot_perf_box_name"
12253   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12254   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12255   include:
12256     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12257     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12258     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12259   layout:
12260     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12261     layout: "plot-throughput"
12262
12263 - type: "plot"
12264   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12265   algorithm: "plot_perf_box_name"
12266   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12267   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12268   include:
12269     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12270     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12271     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12272   layout:
12273     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12274     layout: "plot-throughput"
12275
12276 - type: "plot"
12277   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12278   algorithm: "plot_perf_box_name"
12279   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12280   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12281   include:
12282     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12283     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12284     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12285     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12286     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12287   layout:
12288     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12289     layout: "plot-throughput"
12290
12291 - type: "plot"
12292   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12293   algorithm: "plot_perf_box_name"
12294   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12295   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12296   include:
12297     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12298     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12299     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12300     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12301     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12302   layout:
12303     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12304     layout: "plot-throughput"
12305
12306 - type: "plot"
12307   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12308   algorithm: "plot_perf_box_name"
12309   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12310   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12311   include:
12312     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12313     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12314     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12315     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12316     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12317   layout:
12318     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12319     layout: "plot-throughput"
12320
12321 - type: "plot"
12322   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12323   algorithm: "plot_perf_box_name"
12324   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12325   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12326   include:
12327     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12328     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12329     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12330     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12331     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12332   layout:
12333     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12334     layout: "plot-throughput"
12335
12336 - type: "plot"
12337   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12338   algorithm: "plot_perf_box_name"
12339   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12340   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12341   include:
12342     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12343     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12344     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12345     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12346     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12347   layout:
12348     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12349     layout: "plot-throughput"
12350
12351 - type: "plot"
12352   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12353   algorithm: "plot_perf_box_name"
12354   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12355   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12356   include:
12357     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12358     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12359     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12360     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12361     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12362   layout:
12363     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12364     layout: "plot-throughput"
12365
12366 - type: "plot"
12367   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12368   algorithm: "plot_perf_box_name"
12369   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12370   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12371   include:
12372     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12373     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12374     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12375     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12376     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12377   layout:
12378     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12379     layout: "plot-throughput"
12380
12381 - type: "plot"
12382   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12383   algorithm: "plot_perf_box_name"
12384   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12385   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12386   include:
12387     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12388     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12389     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12390     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12391     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12392   layout:
12393     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12394     layout: "plot-throughput"
12395
12396 - type: "plot"
12397   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12398   algorithm: "plot_perf_box_name"
12399   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12400   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12401   include:
12402     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12403     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12404     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12405     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12406     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12407   layout:
12408     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12409     layout: "plot-throughput"
12410
12411 - type: "plot"
12412   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12413   algorithm: "plot_perf_box_name"
12414   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12415   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12416   include:
12417     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12418     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12419     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12420     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12421     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12422   layout:
12423     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12424     layout: "plot-throughput"
12425
12426 - type: "plot"
12427   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12428   algorithm: "plot_perf_box_name"
12429   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12430   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12431   include:
12432     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12433     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12434     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12435     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12436     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12437     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12438   layout:
12439     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12440     layout: "plot-throughput"
12441
12442 - type: "plot"
12443   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12444   algorithm: "plot_perf_box_name"
12445   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12446   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12447   include:
12448     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12449     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12450     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12451     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12452     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12453     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12454   layout:
12455     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12456     layout: "plot-throughput"
12457
12458 - type: "plot"
12459   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12460   algorithm: "plot_perf_box_name"
12461   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12462   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12463   include:
12464     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12465     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12466     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12467     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12468   layout:
12469     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12470     layout: "plot-throughput"
12471
12472 - type: "plot"
12473   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12474   algorithm: "plot_perf_box_name"
12475   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12476   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12477   include:
12478     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12479     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12480     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12481     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12482   layout:
12483     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12484     layout: "plot-throughput"
12485
12486 - type: "plot"
12487   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12488   algorithm: "plot_perf_box_name"
12489   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12491   include:
12492     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12493     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12494     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12495     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12496     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12497     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12498   layout:
12499     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12500     layout: "plot-throughput"
12501
12502 - type: "plot"
12503   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12504   algorithm: "plot_perf_box_name"
12505   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12506   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12507   include:
12508     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12509     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12510     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12511     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12512     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12513     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12514   layout:
12515     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12516     layout: "plot-throughput"
12517
12518 - type: "plot"
12519   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12520   algorithm: "plot_perf_box_name"
12521   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12522   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12523   include:
12524     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12525     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12526     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12527     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12528     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12529     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12530   layout:
12531     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12532     layout: "plot-throughput"
12533
12534 - type: "plot"
12535   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12536   algorithm: "plot_perf_box_name"
12537   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12538   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12539   include:
12540     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12541     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12542     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12543     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12544     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12545     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12546   layout:
12547     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12548     layout: "plot-throughput"
12549
12550 - type: "plot"
12551   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12552   algorithm: "plot_perf_box_name"
12553   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12554   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12555   include:
12556     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12557     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12558     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12559     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12560     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12561     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12562   layout:
12563     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12564     layout: "plot-throughput"
12565
12566 - type: "plot"
12567   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12568   algorithm: "plot_perf_box_name"
12569   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12570   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12571   include:
12572     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12573     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12574     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12575     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12576     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12577     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12578   layout:
12579     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12580     layout: "plot-throughput"
12581
12582 - type: "plot"
12583   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12584   algorithm: "plot_perf_box_name"
12585   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12586   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12587   include:
12588     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12589     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12590     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12591     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12592     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12593     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12594   layout:
12595     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12596     layout: "plot-throughput"
12597
12598 - type: "plot"
12599   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12600   algorithm: "plot_perf_box_name"
12601   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12602   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12603   include:
12604     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12605     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12606     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12607     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12608     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12609     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12610   layout:
12611     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12612     layout: "plot-throughput"
12613
12614 - type: "plot"
12615   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12616   algorithm: "plot_perf_box_name"
12617   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12618   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12619   include:
12620     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12621     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12622     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12623     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12624     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12625     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12626   layout:
12627     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12628     layout: "plot-throughput"
12629
12630 - type: "plot"
12631   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12632   algorithm: "plot_perf_box_name"
12633   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12634   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12635   include:
12636     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12637     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12638     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12639     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12640     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12641     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12642   layout:
12643     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12644     layout: "plot-throughput"
12645
12646 - type: "plot"
12647   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12648   algorithm: "plot_perf_box_name"
12649   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12650   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12651   include:
12652     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12653     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12654     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12655     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12656     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12657     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12658   layout:
12659     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12660     layout: "plot-throughput"
12661
12662 - type: "plot"
12663   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12664   algorithm: "plot_perf_box_name"
12665   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12666   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12667   include:
12668     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12669     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12670     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12671     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12672     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12673     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12674   layout:
12675     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12676     layout: "plot-throughput"
12677
12678 - type: "plot"
12679   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12680   algorithm: "plot_perf_box_name"
12681   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12682   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12683   include:
12684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12688     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12689     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12690   layout:
12691     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12692     layout: "plot-throughput"
12693
12694 - type: "plot"
12695   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12696   algorithm: "plot_perf_box_name"
12697   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12698   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12699   include:
12700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12702     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12704     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12705     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12706   layout:
12707     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12708     layout: "plot-throughput"
12709
12710 - type: "plot"
12711   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12712   algorithm: "plot_perf_box_name"
12713   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12714   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12715   include:
12716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12718     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12719     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12720     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12721     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12722   layout:
12723     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12724     layout: "plot-throughput"
12725
12726 - type: "plot"
12727   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12728   algorithm: "plot_perf_box_name"
12729   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12730   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12731   include:
12732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12734     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12735     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12736     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12737     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12738   layout:
12739     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12740     layout: "plot-throughput"
12741
12742 - type: "plot"
12743   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12744   algorithm: "plot_perf_box_name"
12745   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12746   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12747   include:
12748     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12749     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12750     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12751     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12752   layout:
12753     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12754     layout: "plot-throughput"
12755
12756 - type: "plot"
12757   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12758   algorithm: "plot_perf_box_name"
12759   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12760   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12761   include:
12762     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12763     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12764     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12765     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12766   layout:
12767     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12768     layout: "plot-throughput"
12769
12770 - type: "plot"
12771   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12772   algorithm: "plot_perf_box_name"
12773   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12774   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12775   include:
12776     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12777     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12778     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12779     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12780   layout:
12781     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12782     layout: "plot-throughput"
12783
12784 - type: "plot"
12785   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12786   algorithm: "plot_perf_box_name"
12787   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12788   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12789   include:
12790     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12791     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12792     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12793     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12794   layout:
12795     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12796     layout: "plot-throughput"
12797
12798 - type: "plot"
12799   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12800   algorithm: "plot_perf_box_name"
12801   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12802   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12803   include:
12804     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12805     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12806     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12807     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12808     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12809     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12810   layout:
12811     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12812     layout: "plot-throughput"
12813
12814 - type: "plot"
12815   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12816   algorithm: "plot_perf_box_name"
12817   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12818   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12819   include:
12820     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12821     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12822     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12823     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12824     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12825     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12826   layout:
12827     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12828     layout: "plot-throughput"
12829
12830 - type: "plot"
12831   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12832   algorithm: "plot_perf_box_name"
12833   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12834   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12835   include:
12836     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12837     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12838     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12839     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12840     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12841   layout:
12842     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12843     layout: "plot-throughput"
12844
12845 - type: "plot"
12846   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12847   algorithm: "plot_perf_box_name"
12848   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12849   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12850   include:
12851     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12852     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12853     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12854     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12855     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12856   layout:
12857     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12858     layout: "plot-throughput"
12859
12860 - type: "plot"
12861   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12862   algorithm: "plot_perf_box_name"
12863   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12864   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12865   include:
12866     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12867     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12868     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12869     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12870     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12871   layout:
12872     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12873     layout: "plot-throughput"
12874
12875 - type: "plot"
12876   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12877   algorithm: "plot_perf_box_name"
12878   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12879   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12880   include:
12881     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12882     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12883     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12884     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12885     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12886   layout:
12887     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12888     layout: "plot-throughput"
12889
12890 - type: "plot"
12891   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12892   algorithm: "plot_perf_box_name"
12893   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12894   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12895   include:
12896     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12897     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12898     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12899     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12900   layout:
12901     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12902     layout: "plot-throughput"
12903
12904 - type: "plot"
12905   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12906   algorithm: "plot_perf_box_name"
12907   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12908   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12909   include:
12910     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12911     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12912     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12913     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12914   layout:
12915     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12916     layout: "plot-throughput"
12917
12918 - type: "plot"
12919   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12920   algorithm: "plot_perf_box_name"
12921   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12922   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12923   include:
12924     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12925     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12926     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12927     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12928     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12929     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12930   layout:
12931     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12932     layout: "plot-throughput"
12933
12934 - type: "plot"
12935   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12936   algorithm: "plot_perf_box_name"
12937   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12938   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12939   include:
12940     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12941     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12942     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12943     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12944     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12945     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12946   layout:
12947     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12948     layout: "plot-throughput"
12949
12950 - type: "plot"
12951   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12952   algorithm: "plot_perf_box_name"
12953   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12954   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12955   include:
12956     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12957     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12958     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12959     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12960     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12961     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12962   layout:
12963     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12964     layout: "plot-throughput"
12965
12966 - type: "plot"
12967   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12968   algorithm: "plot_perf_box_name"
12969   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12970   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12971   include:
12972     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12973     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12974     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12975     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12976     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12977     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12978   layout:
12979     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12980     layout: "plot-throughput"
12981
12982 - type: "plot"
12983   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12984   algorithm: "plot_perf_box_name"
12985   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12986   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12987   include:
12988     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12989     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12990     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12991     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12992     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12993     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12994   layout:
12995     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12996     layout: "plot-throughput"
12997
12998 - type: "plot"
12999   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13000   algorithm: "plot_perf_box_name"
13001   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13002   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13003   include:
13004     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13005     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13006     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13007     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13008     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13009     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13010   layout:
13011     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13012     layout: "plot-throughput"
13013
13014 - type: "plot"
13015   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13016   algorithm: "plot_perf_box_name"
13017   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13018   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13019   include:
13020     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13021     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13022     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13023     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13024     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13025     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13026   layout:
13027     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13028     layout: "plot-throughput"
13029
13030 - type: "plot"
13031   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13032   algorithm: "plot_perf_box_name"
13033   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13034   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13035   include:
13036     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13037     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13038     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13039     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13040     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13041     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13042   layout:
13043     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13044     layout: "plot-throughput"
13045
13046 - type: "plot"
13047   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13048   algorithm: "plot_perf_box_name"
13049   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13050   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13051   include:
13052     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13053     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13054     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13055     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13056   layout:
13057     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13058     layout: "plot-throughput"
13059
13060 - type: "plot"
13061   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13062   algorithm: "plot_perf_box_name"
13063   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13064   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13065   include:
13066     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13067     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13068     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13069     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13070   layout:
13071     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13072     layout: "plot-throughput"
13073
13074 - type: "plot"
13075   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13076   algorithm: "plot_perf_box_name"
13077   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13078   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13079   include:
13080     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13081     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13082     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13083     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13084     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13085     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13086   layout:
13087     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13088     layout: "plot-throughput"
13089
13090 - type: "plot"
13091   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13092   algorithm: "plot_perf_box_name"
13093   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13094   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13095   include:
13096     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13097     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13098     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13099     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13100     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13101     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13102   layout:
13103     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13104     layout: "plot-throughput"
13105
13106 - type: "plot"
13107   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13108   algorithm: "plot_perf_box_name"
13109   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13110   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13111   include:
13112     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13113     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13114     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13115     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13116     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13117     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13118   layout:
13119     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13120     layout: "plot-throughput"
13121
13122 - type: "plot"
13123   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13124   algorithm: "plot_perf_box_name"
13125   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13126   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13127   include:
13128     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13129     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13130     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13131     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13132     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13133     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13134   layout:
13135     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13136     layout: "plot-throughput"
13137
13138 #- type: "plot"
13139 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13140 #  algorithm: "plot_perf_box_name"
13141 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13142 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13143 #  include:
13144 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13145 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13146 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13147 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13148 #  layout:
13149 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13150 #    layout: "plot-throughput"
13151 #
13152 #- type: "plot"
13153 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13154 #  algorithm: "plot_perf_box_name"
13155 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13156 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13157 #  include:
13158 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13159 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13160 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13161 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13162 #  layout:
13163 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13164 #    layout: "plot-throughput"
13165
13166 - type: "plot"
13167   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13168   algorithm: "plot_perf_box_name"
13169   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13170   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13171   include:
13172     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13173     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13174     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13175     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13176     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13177     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13178   layout:
13179     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13180     layout: "plot-throughput"
13181
13182 - type: "plot"
13183   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13184   algorithm: "plot_perf_box_name"
13185   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13186   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13187   include:
13188     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13189     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13190     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13191     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13192     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13193     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13194   layout:
13195     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13196     layout: "plot-throughput"
13197
13198 #- type: "plot"
13199 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13200 #  algorithm: "plot_perf_box_name"
13201 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13202 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13203 #  include:
13204 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13205 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13206 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13207 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13208 #  layout:
13209 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13210 #    layout: "plot-throughput"
13211 #
13212 #- type: "plot"
13213 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13214 #  algorithm: "plot_perf_box_name"
13215 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13216 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13217 #  include:
13218 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13219 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13220 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13221 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13222 #  layout:
13223 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13224 #    layout: "plot-throughput"
13225
13226 - type: "plot"
13227   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13228   algorithm: "plot_perf_box_name"
13229   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13230   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13231   include:
13232     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13233     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13234     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13235     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13236     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13237     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13238   layout:
13239     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13240     layout: "plot-throughput"
13241
13242 - type: "plot"
13243   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13244   algorithm: "plot_perf_box_name"
13245   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13246   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13247   include:
13248     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13249     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13250     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13251     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13252     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13253     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13254   layout:
13255     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13256     layout: "plot-throughput"
13257
13258 #- type: "plot"
13259 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13260 #  algorithm: "plot_perf_box_name"
13261 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13262 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13263 #  include:
13264 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13265 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13266 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13267 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13268 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13269 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13270 #  layout:
13271 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13272 #    layout: "plot-throughput"
13273 #
13274 #- type: "plot"
13275 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13276 #  algorithm: "plot_perf_box_name"
13277 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13278 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13279 #  include:
13280 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13281 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13282 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13283 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13284 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13285 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13286 #  layout:
13287 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13288 #    layout: "plot-throughput"
13289
13290 - type: "plot"
13291   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13292   algorithm: "plot_perf_box_name"
13293   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13294   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13295   include:
13296     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13297     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13298     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13299     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13300     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13301     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13302   layout:
13303     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13304     layout: "plot-throughput"
13305
13306 - type: "plot"
13307   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13308   algorithm: "plot_perf_box_name"
13309   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13310   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13311   include:
13312     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13313     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13314     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13315     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13316     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13317     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13318   layout:
13319     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13320     layout: "plot-throughput"
13321
13322 - type: "plot"
13323   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13324   algorithm: "plot_perf_box_name"
13325   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13326   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13327   include:
13328     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13329     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13330     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13331     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13332     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13333     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13334   layout:
13335     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13336     layout: "plot-throughput"
13337
13338 - type: "plot"
13339   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13340   algorithm: "plot_perf_box_name"
13341   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13342   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13343   include:
13344     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13345     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13346     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13347     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13348     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13349     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13350   layout:
13351     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13352     layout: "plot-throughput"
13353
13354 - type: "plot"
13355   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13356   algorithm: "plot_perf_box_name"
13357   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13358   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13359   include:
13360     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13361     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13362     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13363     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13364     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13365     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13366   layout:
13367     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13368     layout: "plot-throughput"
13369
13370 - type: "plot"
13371   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13372   algorithm: "plot_perf_box_name"
13373   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13374   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13375   include:
13376     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13377     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13378     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13379     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13380     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13381     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13382   layout:
13383     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13384     layout: "plot-throughput"
13385
13386 - type: "plot"
13387   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13388   algorithm: "plot_perf_box_name"
13389   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13390   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13391   include:
13392     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13393     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13394     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13395     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13396     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13397     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13398   layout:
13399     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13400     layout: "plot-throughput"
13401
13402 - type: "plot"
13403   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13404   algorithm: "plot_perf_box_name"
13405   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13406   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13407   include:
13408     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13409     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13410     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13411     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13412     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13413     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13414   layout:
13415     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13416     layout: "plot-throughput"
13417
13418 #- type: "plot"
13419 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13420 #  algorithm: "plot_perf_box_name"
13421 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13422 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13423 #  include:
13424 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13425 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13426 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13427 #  layout:
13428 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13429 #    layout: "plot-throughput"
13430 #
13431 #- type: "plot"
13432 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13433 #  algorithm: "plot_perf_box_name"
13434 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13435 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13436 #  include:
13437 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13438 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13439 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13440 #  layout:
13441 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13442 #    layout: "plot-throughput"
13443
13444 - type: "plot"
13445   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13446   algorithm: "plot_perf_box_name"
13447   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13448   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13449   include:
13450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13451     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13452     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13454     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13455   layout:
13456     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13457     layout: "plot-throughput"
13458
13459 - type: "plot"
13460   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13461   algorithm: "plot_perf_box_name"
13462   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13463   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13464   include:
13465     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13466     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13467     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13468     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13469     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13470   layout:
13471     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13472     layout: "plot-throughput"
13473
13474 - type: "plot"
13475   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13476   algorithm: "plot_perf_box_name"
13477   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13478   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13479   include:
13480     - "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"
13481     - "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"
13482     - "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"
13483     - "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"
13484     - "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"
13485   layout:
13486     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13487     layout: "plot-throughput"
13488
13489 - type: "plot"
13490   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13491   algorithm: "plot_perf_box_name"
13492   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13493   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13494   include:
13495     - "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"
13496     - "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"
13497     - "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"
13498     - "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"
13499     - "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"
13500   layout:
13501     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13502     layout: "plot-throughput"
13503
13504 - type: "plot"
13505   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13506   algorithm: "plot_perf_box_name"
13507   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13508   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13509   include:
13510     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13511     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13512     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13513     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13514     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13515   layout:
13516     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13517     layout: "plot-throughput"
13518
13519 - type: "plot"
13520   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13521   algorithm: "plot_perf_box_name"
13522   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13523   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13524   include:
13525     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13526     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13527     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13528     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13529     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13530   layout:
13531     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13532     layout: "plot-throughput"
13533
13534 - type: "plot"
13535   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13536   algorithm: "plot_perf_box_name"
13537   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13538   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13539   include:
13540     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13541     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13542     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13543     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13544     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13545   layout:
13546     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13547     layout: "plot-throughput"
13548
13549 - type: "plot"
13550   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13551   algorithm: "plot_perf_box_name"
13552   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13553   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13554   include:
13555     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13556     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13557     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13558     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13559     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13560   layout:
13561     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13562     layout: "plot-throughput"
13563
13564 - type: "plot"
13565   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13566   algorithm: "plot_perf_box_name"
13567   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13568   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13569   include:
13570     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13571     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13572     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13573     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13574     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13575   layout:
13576     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13577     layout: "plot-throughput"
13578
13579 - type: "plot"
13580   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13581   algorithm: "plot_perf_box_name"
13582   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13583   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13584   include:
13585     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13586     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13587     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13588     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13589     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13590   layout:
13591     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13592     layout: "plot-throughput"
13593
13594 - type: "plot"
13595   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13596   algorithm: "plot_perf_box_name"
13597   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13598   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13599   include:
13600     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13601     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13602     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13603     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13604     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13605   layout:
13606     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13607     layout: "plot-throughput"
13608
13609 - type: "plot"
13610   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13611   algorithm: "plot_perf_box_name"
13612   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13613   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13614   include:
13615     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13616     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13617     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13618     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13619     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13620   layout:
13621     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13622     layout: "plot-throughput"
13623
13624 - type: "plot"
13625   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13626   algorithm: "plot_perf_box_name"
13627   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13628   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13629   include:
13630     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13631     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13632     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13633     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13634   layout:
13635     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13636     layout: "plot-throughput"
13637
13638 - type: "plot"
13639   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13640   algorithm: "plot_perf_box_name"
13641   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13642   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13643   include:
13644     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13645     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13646     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13647     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13648   layout:
13649     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13650     layout: "plot-throughput"
13651
13652 - type: "plot"
13653   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13654   algorithm: "plot_perf_box_name"
13655   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13656   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13657   include:
13658     - "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"
13659     - "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"
13660     - "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"
13661     - "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"
13662   layout:
13663     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13664     layout: "plot-throughput"
13665
13666 - type: "plot"
13667   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13668   algorithm: "plot_perf_box_name"
13669   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13670   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13671   include:
13672     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13673     - "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"
13674     - "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"
13675     - "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"
13676   layout:
13677     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13678     layout: "plot-throughput"
13679
13680 - type: "plot"
13681   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13682   algorithm: "plot_perf_box_name"
13683   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13684   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13685   include:
13686     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13687     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13688     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13689     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13690     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13691     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13692   layout:
13693     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13694     layout: "plot-throughput"
13695
13696 - type: "plot"
13697   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13698   algorithm: "plot_perf_box_name"
13699   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13700   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13701   include:
13702     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13703     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13704     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13705     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13706     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13707     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13708   layout:
13709     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13710     layout: "plot-throughput"
13711
13712 - type: "plot"
13713   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13714   algorithm: "plot_perf_box_name"
13715   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13716   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13717   include:
13718     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13719     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13720     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13721     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13722     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13723     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13724   layout:
13725     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13726     layout: "plot-throughput"
13727
13728 - type: "plot"
13729   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13730   algorithm: "plot_perf_box_name"
13731   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13732   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13733   include:
13734     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13735     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13736     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13737     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13738     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13739     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13740   layout:
13741     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13742     layout: "plot-throughput"
13743
13744 - type: "plot"
13745   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13746   algorithm: "plot_perf_box_name"
13747   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13748   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13749   include:
13750     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13751     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13752     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13753     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13754     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13755     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13756   layout:
13757     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13758     layout: "plot-throughput"
13759
13760 - type: "plot"
13761   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13762   algorithm: "plot_perf_box_name"
13763   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13764   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13765   include:
13766     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13767     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13768     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13769     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13770     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13771     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13772   layout:
13773     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13774     layout: "plot-throughput"
13775
13776 - type: "plot"
13777   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13778   algorithm: "plot_perf_box_name"
13779   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13780   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13781   include:
13782     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13783     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13784     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13785     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13786     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13787   layout:
13788     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13789     layout: "plot-throughput"
13790
13791 - type: "plot"
13792   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13793   algorithm: "plot_perf_box_name"
13794   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13795   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13796   include:
13797     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13798     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13799     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13800     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13801     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13802   layout:
13803     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13804     layout: "plot-throughput"
13805
13806 - type: "plot"
13807   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13808   algorithm: "plot_perf_box_name"
13809   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13810   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13811   include:
13812     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13813     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13814   layout:
13815     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13816     layout: "plot-throughput"
13817
13818 - type: "plot"
13819   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13820   algorithm: "plot_perf_box_name"
13821   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13822   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13823   include:
13824     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13825     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13826   layout:
13827     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13828     layout: "plot-throughput"
13829
13830 - type: "plot"
13831   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13832   algorithm: "plot_perf_box_name"
13833   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13834   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13835   include:
13836     - "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"
13837     - "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"
13838   layout:
13839     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13840     layout: "plot-throughput"
13841
13842 - type: "plot"
13843   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13844   algorithm: "plot_perf_box_name"
13845   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13846   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13847   include:
13848     - "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"
13849     - "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"
13850   layout:
13851     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13852     layout: "plot-throughput"
13853
13854 - type: "plot"
13855   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13856   algorithm: "plot_perf_box_name"
13857   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13858   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13859   include:
13860     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13861     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13862   layout:
13863     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13864     layout: "plot-throughput"
13865
13866 - type: "plot"
13867   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13868   algorithm: "plot_perf_box_name"
13869   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13870   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13871   include:
13872     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13873     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13874   layout:
13875     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13876     layout: "plot-throughput"
13877
13878 - type: "plot"
13879   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13880   algorithm: "plot_perf_box_name"
13881   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13882   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13883   include:
13884     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13885     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13886   layout:
13887     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13888     layout: "plot-throughput"
13889
13890 - type: "plot"
13891   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13892   algorithm: "plot_perf_box_name"
13893   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13894   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13895   include:
13896     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13897     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13898   layout:
13899     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13900     layout: "plot-throughput"
13901
13902 - type: "plot"
13903   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13904   algorithm: "plot_perf_box_name"
13905   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13906   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13907   include:
13908     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13909     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13910     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13911     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13912     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13913     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13914   layout:
13915     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13916     layout: "plot-throughput"
13917
13918 - type: "plot"
13919   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13920   algorithm: "plot_perf_box_name"
13921   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13922   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13923   include:
13924     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13925     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13926     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13927     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13928     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13929     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13930   layout:
13931     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13932     layout: "plot-throughput"
13933
13934 - type: "plot"
13935   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13936   algorithm: "plot_perf_box_name"
13937   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13938   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13939   include:
13940     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13941     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13942     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13943     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13944     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13945     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13946   layout:
13947     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13948     layout: "plot-throughput"
13949
13950 - type: "plot"
13951   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13952   algorithm: "plot_perf_box_name"
13953   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13954   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13955   include:
13956     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13957     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13958     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13959     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13960     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13961     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13962   layout:
13963     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13964     layout: "plot-throughput"
13965
13966 #- type: "plot"
13967 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13968 #  algorithm: "plot_perf_box_name"
13969 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13970 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13971 #  include:
13972 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13973 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13974 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13975 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13976 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13977 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13978 #  layout:
13979 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13980 #    layout: "plot-throughput"
13981 #
13982 #- type: "plot"
13983 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13984 #  algorithm: "plot_perf_box_name"
13985 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13986 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13987 #  include:
13988 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13989 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13990 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13991 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13992 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13993 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13994 #  layout:
13995 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13996 #    layout: "plot-throughput"
13997
13998 - type: "plot"
13999   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14000   algorithm: "plot_perf_box_name"
14001   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14002   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14003   include:
14004     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14005     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14006     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14007     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14008     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14009     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14010   layout:
14011     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14012     layout: "plot-throughput"
14013
14014 - type: "plot"
14015   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14016   algorithm: "plot_perf_box_name"
14017   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14018   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14019   include:
14020     - "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"
14021     - "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"
14022     - "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"
14023     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14024     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14025     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14026   layout:
14027     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14028     layout: "plot-throughput"
14029
14030 ################################################################################
14031
14032 # Packet Speedup
14033
14034 - type: "plot"
14035   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14036   algorithm: "plot_tsa_name"
14037   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14038   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14039   include:
14040     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14041     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14042     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14043     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14044   layout:
14045     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14046     layout: "plot-throughput-speedup-analysis"
14047
14048 - type: "plot"
14049   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14050   algorithm: "plot_tsa_name"
14051   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14052   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14053   include:
14054     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14055     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14056     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14057     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14058   layout:
14059     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14060     layout: "plot-throughput-speedup-analysis"
14061
14062 - type: "plot"
14063   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14064   algorithm: "plot_tsa_name"
14065   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14066   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14067   include:
14068     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14069     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14070     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14071     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14072   layout:
14073     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14074     layout: "plot-throughput-speedup-analysis"
14075
14076 - type: "plot"
14077   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14078   algorithm: "plot_tsa_name"
14079   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14080   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14081   include:
14082     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14083     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14084     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14085     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14086   layout:
14087     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14088     layout: "plot-throughput-speedup-analysis"
14089
14090 - type: "plot"
14091   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14092   algorithm: "plot_tsa_name"
14093   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14094   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14095   include:
14096     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14097     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14098     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14099     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14100     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14101   layout:
14102     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14103     layout: "plot-throughput-speedup-analysis"
14104
14105 - type: "plot"
14106   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14107   algorithm: "plot_tsa_name"
14108   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14109   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14110   include:
14111     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14112     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14113     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14114     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14115     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14116   layout:
14117     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14118     layout: "plot-throughput-speedup-analysis"
14119
14120 - type: "plot"
14121   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14122   algorithm: "plot_tsa_name"
14123   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14124   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14125   include:
14126     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14127     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14128     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14129     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14130     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14131   layout:
14132     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14133     layout: "plot-throughput-speedup-analysis"
14134
14135 - type: "plot"
14136   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14137   algorithm: "plot_tsa_name"
14138   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14139   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14140   include:
14141     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14142     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14143     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14144     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14145     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14146   layout:
14147     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14148     layout: "plot-throughput-speedup-analysis"
14149
14150 - type: "plot"
14151   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14152   algorithm: "plot_tsa_name"
14153   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14154   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14155   include:
14156     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14157     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14158     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14159     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14160     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14161     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14162   layout:
14163     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14164     layout: "plot-throughput-speedup-analysis"
14165
14166 - type: "plot"
14167   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14168   algorithm: "plot_tsa_name"
14169   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14170   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14171   include:
14172     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14173     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14174     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14175     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14176     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14177     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14178   layout:
14179     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14180     layout: "plot-throughput-speedup-analysis"
14181
14182 - type: "plot"
14183   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14184   algorithm: "plot_tsa_name"
14185   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14186   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14187   include:
14188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14192     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14193   layout:
14194     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14195     layout: "plot-throughput-speedup-analysis"
14196
14197 - type: "plot"
14198   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14199   algorithm: "plot_tsa_name"
14200   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14201   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14202   include:
14203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14206     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14208   layout:
14209     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14210     layout: "plot-throughput-speedup-analysis"
14211
14212 - type: "plot"
14213   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14214   algorithm: "plot_tsa_name"
14215   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14216   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14217   include:
14218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14221   layout:
14222     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14223     layout: "plot-throughput-speedup-analysis"
14224
14225 - type: "plot"
14226   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14227   algorithm: "plot_tsa_name"
14228   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14229   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14230   include:
14231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14234   layout:
14235     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14236     layout: "plot-throughput-speedup-analysis"
14237
14238 - type: "plot"
14239   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14240   algorithm: "plot_tsa_name"
14241   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14242   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14243   include:
14244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14249   layout:
14250     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14251     layout: "plot-throughput-speedup-analysis"
14252
14253 - type: "plot"
14254   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14255   algorithm: "plot_tsa_name"
14256   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14257   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14258   include:
14259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14264   layout:
14265     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14266     layout: "plot-throughput-speedup-analysis"
14267
14268 - type: "plot"
14269   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14270   algorithm: "plot_tsa_name"
14271   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14272   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14273   include:
14274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14277   layout:
14278     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14279     layout: "plot-throughput-speedup-analysis"
14280
14281 - type: "plot"
14282   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14283   algorithm: "plot_tsa_name"
14284   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14285   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14286   include:
14287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14290   layout:
14291     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14292     layout: "plot-throughput-speedup-analysis"
14293
14294 - type: "plot"
14295   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14296   algorithm: "plot_tsa_name"
14297   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14298   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14299   include:
14300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14306   layout:
14307     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14308     layout: "plot-throughput-speedup-analysis"
14309
14310 - type: "plot"
14311   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14312   algorithm: "plot_tsa_name"
14313   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14314   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14315   include:
14316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14322   layout:
14323     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14324     layout: "plot-throughput-speedup-analysis"
14325
14326 - type: "plot"
14327   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14328   algorithm: "plot_tsa_name"
14329   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14330   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14331   include:
14332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14338   layout:
14339     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14340     layout: "plot-throughput-speedup-analysis"
14341
14342 - type: "plot"
14343   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14344   algorithm: "plot_tsa_name"
14345   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14346   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14347   include:
14348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14354   layout:
14355     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14356     layout: "plot-throughput-speedup-analysis"
14357
14358 - type: "plot"
14359   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14360   algorithm: "plot_tsa_name"
14361   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14362   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14363   include:
14364     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14365     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14366     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14367   layout:
14368     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14369     layout: "plot-throughput-speedup-analysis"
14370
14371 - type: "plot"
14372   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14373   algorithm: "plot_tsa_name"
14374   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14375   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14376   include:
14377     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14378     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14379     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14380   layout:
14381     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14382     layout: "plot-throughput-speedup-analysis"
14383
14384 - type: "plot"
14385   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14386   algorithm: "plot_tsa_name"
14387   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14388   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14389   include:
14390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14393 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14394 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14395   layout:
14396     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14397     layout: "plot-throughput-speedup-analysis"
14398
14399 - type: "plot"
14400   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14401   algorithm: "plot_tsa_name"
14402   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14403   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14404   include:
14405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14406     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14407     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14408 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14409 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14410   layout:
14411     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14412     layout: "plot-throughput-speedup-analysis"
14413
14414 - type: "plot"
14415   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14416   algorithm: "plot_tsa_name"
14417   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14418   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14419   include:
14420     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14421     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14422     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14423     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14424     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14425   layout:
14426     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14427     layout: "plot-throughput-speedup-analysis"
14428
14429 - type: "plot"
14430   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14431   algorithm: "plot_tsa_name"
14432   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14433   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14434   include:
14435     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14436     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14437     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14438     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14439     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14440   layout:
14441     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14442     layout: "plot-throughput-speedup-analysis"
14443
14444 - type: "plot"
14445   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14446   algorithm: "plot_tsa_name"
14447   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14448   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14449   include:
14450     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14451     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14452     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14453     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14454     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14455   layout:
14456     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14457     layout: "plot-throughput-speedup-analysis"
14458
14459 - type: "plot"
14460   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14461   algorithm: "plot_tsa_name"
14462   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14463   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14464   include:
14465     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14466     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14467     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14468     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14469     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14470   layout:
14471     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14472     layout: "plot-throughput-speedup-analysis"
14473
14474 - type: "plot"
14475   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14476   algorithm: "plot_tsa_name"
14477   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14478   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14479   include:
14480     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14481     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14482     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14483     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14484     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14485     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14486   layout:
14487     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14488     layout: "plot-throughput-speedup-analysis"
14489
14490 - type: "plot"
14491   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14492   algorithm: "plot_tsa_name"
14493   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14494   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14495   include:
14496     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14497     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14498     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14499     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14500     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14501     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14502   layout:
14503     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14504     layout: "plot-throughput-speedup-analysis"
14505
14506 - type: "plot"
14507   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14508   algorithm: "plot_tsa_name"
14509   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14510   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14511   include:
14512     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14513     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14514     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14515     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14516     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14517     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14518   layout:
14519     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14520     layout: "plot-throughput-speedup-analysis"
14521
14522 - type: "plot"
14523   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14524   algorithm: "plot_tsa_name"
14525   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14526   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14527   include:
14528     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14529     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14530     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14531     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14532     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14533     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14534   layout:
14535     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14536     layout: "plot-throughput-speedup-analysis"
14537
14538 - type: "plot"
14539   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14540   algorithm: "plot_tsa_name"
14541   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14542   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14543   include:
14544     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14545     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14546   layout:
14547     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14548     layout: "plot-throughput-speedup-analysis"
14549
14550 - type: "plot"
14551   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14552   algorithm: "plot_tsa_name"
14553   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14554   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14555   include:
14556     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14557     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14558   layout:
14559     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14560     layout: "plot-throughput-speedup-analysis"
14561
14562 - type: "plot"
14563   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14564   algorithm: "plot_tsa_name"
14565   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14566   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14567   include:
14568     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14569     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14570     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14571     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14572   layout:
14573     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14574     layout: "plot-throughput-speedup-analysis"
14575
14576 - type: "plot"
14577   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14578   algorithm: "plot_tsa_name"
14579   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14580   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14581   include:
14582     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14583     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14584     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14585     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14586   layout:
14587     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14588     layout: "plot-throughput-speedup-analysis"
14589
14590 - type: "plot"
14591   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14592   algorithm: "plot_tsa_name"
14593   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14594   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14595   include:
14596     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14597     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14598     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14599     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14600   layout:
14601     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14602     layout: "plot-throughput-speedup-analysis"
14603
14604 - type: "plot"
14605   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14606   algorithm: "plot_tsa_name"
14607   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14608   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14609   include:
14610     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14611     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14612     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14613     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14614   layout:
14615     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14616     layout: "plot-throughput-speedup-analysis"
14617
14618 - type: "plot"
14619   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14620   algorithm: "plot_tsa_name"
14621   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14622   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14623   include:
14624     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14625     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14626     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14627     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14628     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14629     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14630   layout:
14631     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14632     layout: "plot-throughput-speedup-analysis"
14633
14634 - type: "plot"
14635   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14636   algorithm: "plot_tsa_name"
14637   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14638   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14639   include:
14640     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14641     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14642     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14643     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14644     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14645     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14646   layout:
14647     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14648     layout: "plot-throughput-speedup-analysis"
14649
14650 - type: "plot"
14651   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14652   algorithm: "plot_tsa_name"
14653   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14654   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14655   include:
14656     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14657     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14658     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14659     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14660     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14661   layout:
14662     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14663     layout: "plot-throughput-speedup-analysis"
14664
14665 - type: "plot"
14666   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14667   algorithm: "plot_tsa_name"
14668   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14669   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14670   include:
14671     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14672     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14673     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14674     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14675     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14676   layout:
14677     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14678     layout: "plot-throughput-speedup-analysis"
14679
14680 - type: "plot"
14681   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14682   algorithm: "plot_tsa_name"
14683   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14684   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14685   include:
14686     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14687     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14688     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14689     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14690     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14691   layout:
14692     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14693     layout: "plot-throughput-speedup-analysis"
14694
14695 - type: "plot"
14696   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14697   algorithm: "plot_tsa_name"
14698   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14699   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14700   include:
14701     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14702     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14703     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14704     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14705     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14706   layout:
14707     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14708     layout: "plot-throughput-speedup-analysis"
14709
14710 - type: "plot"
14711   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14712   algorithm: "plot_tsa_name"
14713   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14714   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14715   include:
14716     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14717     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14718     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14719   layout:
14720     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14721     layout: "plot-throughput-speedup-analysis"
14722
14723 - type: "plot"
14724   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14725   algorithm: "plot_tsa_name"
14726   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14727   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14728   include:
14729     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14730     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14731     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14732   layout:
14733     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14734     layout: "plot-throughput-speedup-analysis"
14735
14736 - type: "plot"
14737   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14738   algorithm: "plot_tsa_name"
14739   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14740   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14741   include:
14742     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14743     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14744     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14745   layout:
14746     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14747     layout: "plot-throughput-speedup-analysis"
14748
14749 - type: "plot"
14750   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14751   algorithm: "plot_tsa_name"
14752   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14753   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14754   include:
14755     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14756     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14757     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14758   layout:
14759     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14760     layout: "plot-throughput-speedup-analysis"
14761
14762 - type: "plot"
14763   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14764   algorithm: "plot_tsa_name"
14765   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14766   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14767   include:
14768     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14769     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14770     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14771     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14772     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14773   layout:
14774     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14775     layout: "plot-throughput-speedup-analysis"
14776
14777 - type: "plot"
14778   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14779   algorithm: "plot_tsa_name"
14780   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14781   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14782   include:
14783     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14784     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14785     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14786     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14787     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14788   layout:
14789     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14790     layout: "plot-throughput-speedup-analysis"
14791
14792 - type: "plot"
14793   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14794   algorithm: "plot_tsa_name"
14795   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14796   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14797   include:
14798     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14799     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14800     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14801     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14802     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14803   layout:
14804     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14805     layout: "plot-throughput-speedup-analysis"
14806
14807 - type: "plot"
14808   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14809   algorithm: "plot_tsa_name"
14810   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14811   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14812   include:
14813     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14814     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14815     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14816     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14817     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14818   layout:
14819     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14820     layout: "plot-throughput-speedup-analysis"
14821
14822 - type: "plot"
14823   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14824   algorithm: "plot_tsa_name"
14825   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14826   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14827   include:
14828     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14829     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14830     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14831     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14832     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14833     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14834   layout:
14835     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14836     layout: "plot-throughput-speedup-analysis"
14837
14838 - type: "plot"
14839   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14840   algorithm: "plot_tsa_name"
14841   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14842   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14843   include:
14844     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14845     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14846     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14847     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14848     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14849     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14850   layout:
14851     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14852     layout: "plot-throughput-speedup-analysis"
14853
14854 - type: "plot"
14855   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14856   algorithm: "plot_tsa_name"
14857   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14858   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14859   include:
14860     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14861     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14862     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14863     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14864   layout:
14865     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14866     layout: "plot-throughput-speedup-analysis"
14867
14868 - type: "plot"
14869   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14870   algorithm: "plot_tsa_name"
14871   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14872   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14873   include:
14874     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14875     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14876     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14877     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14878   layout:
14879     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14880     layout: "plot-throughput-speedup-analysis"
14881
14882 - type: "plot"
14883   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14884   algorithm: "plot_tsa_name"
14885   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14886   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14887   include:
14888     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14889     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14890     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14891     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14892     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14893     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14894   layout:
14895     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14896     layout: "plot-throughput-speedup-analysis"
14897
14898 - type: "plot"
14899   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14900   algorithm: "plot_tsa_name"
14901   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14902   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14903   include:
14904     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14905     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14906     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14907     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14908     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14909     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14910   layout:
14911     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14912     layout: "plot-throughput-speedup-analysis"
14913
14914 - type: "plot"
14915   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14916   algorithm: "plot_tsa_name"
14917   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14918   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14919   include:
14920     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14921     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14922     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14923     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14924     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14925     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14926   layout:
14927     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14928     layout: "plot-throughput-speedup-analysis"
14929
14930 - type: "plot"
14931   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14932   algorithm: "plot_tsa_name"
14933   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14934   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14935   include:
14936     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14937     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14938     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14939     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14940     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14941     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14942   layout:
14943     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14944     layout: "plot-throughput-speedup-analysis"
14945
14946 - type: "plot"
14947   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14948   algorithm: "plot_tsa_name"
14949   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14950   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14951   include:
14952     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14953     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14954     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14955     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14956     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14957     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14958   layout:
14959     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14960     layout: "plot-throughput-speedup-analysis"
14961
14962 - type: "plot"
14963   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14964   algorithm: "plot_tsa_name"
14965   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14966   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14967   include:
14968     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14969     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14970     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14971     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14972     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14973     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14974   layout:
14975     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14976     layout: "plot-throughput-speedup-analysis"
14977
14978 - type: "plot"
14979   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14980   algorithm: "plot_tsa_name"
14981   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14982   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14983   include:
14984     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14985     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14988     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14989     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14990   layout:
14991     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14992     layout: "plot-throughput-speedup-analysis"
14993
14994 - type: "plot"
14995   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14996   algorithm: "plot_tsa_name"
14997   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14998   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14999   include:
15000     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15001     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15002     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15004     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15005     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15006   layout:
15007     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15008     layout: "plot-throughput-speedup-analysis"
15009
15010 - type: "plot"
15011   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15012   algorithm: "plot_tsa_name"
15013   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15014   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15015   include:
15016     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15017     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15020     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15021     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15022   layout:
15023     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15024     layout: "plot-throughput-speedup-analysis"
15025
15026 - type: "plot"
15027   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15028   algorithm: "plot_tsa_name"
15029   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15030   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15031   include:
15032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15034     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15035     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15036     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15037     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15038   layout:
15039     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15040     layout: "plot-throughput-speedup-analysis"
15041
15042 - type: "plot"
15043   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15044   algorithm: "plot_tsa_name"
15045   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15046   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15047   include:
15048     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15049     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15050     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15051     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15052   layout:
15053     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15054     layout: "plot-throughput-speedup-analysis"
15055
15056 - type: "plot"
15057   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15058   algorithm: "plot_tsa_name"
15059   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15060   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15061   include:
15062     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15063     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15064     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15065     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15066   layout:
15067     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15068     layout: "plot-throughput-speedup-analysis"
15069
15070 - type: "plot"
15071   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15072   algorithm: "plot_tsa_name"
15073   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15074   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15075   include:
15076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15078     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15079     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15080   layout:
15081     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15082     layout: "plot-throughput-speedup-analysis"
15083
15084 - type: "plot"
15085   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15086   algorithm: "plot_tsa_name"
15087   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15088   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15089   include:
15090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15092     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15093     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15094   layout:
15095     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15096     layout: "plot-throughput-speedup-analysis"
15097
15098 - type: "plot"
15099   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15100   algorithm: "plot_tsa_name"
15101   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15102   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15103   include:
15104     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15105     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15106     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15107     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15108     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15109     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15110   layout:
15111     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15112     layout: "plot-throughput-speedup-analysis"
15113
15114 - type: "plot"
15115   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15116   algorithm: "plot_tsa_name"
15117   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15118   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15119   include:
15120     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15121     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15122     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15123     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15124     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15125     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15126   layout:
15127     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15128     layout: "plot-throughput-speedup-analysis"
15129
15130 - type: "plot"
15131   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15132   algorithm: "plot_tsa_name"
15133   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15134   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15135   include:
15136     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15137     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15138     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15139     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15140     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15141   layout:
15142     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15143     layout: "plot-throughput-speedup-analysis"
15144
15145 - type: "plot"
15146   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15147   algorithm: "plot_tsa_name"
15148   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15149   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15150   include:
15151     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15152     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15153     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15154     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15155     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15156   layout:
15157     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15158     layout: "plot-throughput-speedup-analysis"
15159
15160 - type: "plot"
15161   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15162   algorithm: "plot_tsa_name"
15163   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15164   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15165   include:
15166     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15167     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15168     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15169     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15170     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15171   layout:
15172     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15173     layout: "plot-throughput-speedup-analysis"
15174
15175 - type: "plot"
15176   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15177   algorithm: "plot_tsa_name"
15178   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15179   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15180   include:
15181     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15182     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15183     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15184     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15185     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15186   layout:
15187     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15188     layout: "plot-throughput-speedup-analysis"
15189
15190 - type: "plot"
15191   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15192   algorithm: "plot_tsa_name"
15193   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15194   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15195   include:
15196     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15197     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15198     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15199     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15200   layout:
15201     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15202     layout: "plot-throughput-speedup-analysis"
15203
15204 - type: "plot"
15205   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15206   algorithm: "plot_tsa_name"
15207   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15208   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15209   include:
15210     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15211     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15212     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15213     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15214   layout:
15215     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15216     layout: "plot-throughput-speedup-analysis"
15217
15218 - type: "plot"
15219   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15220   algorithm: "plot_tsa_name"
15221   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15222   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15223   include:
15224     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15225     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15226     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15227     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15228     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15229     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15230   layout:
15231     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15232     layout: "plot-throughput-speedup-analysis"
15233
15234 - type: "plot"
15235   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15236   algorithm: "plot_tsa_name"
15237   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15238   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15239   include:
15240     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15241     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15242     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15243     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15244     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15245     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15246   layout:
15247     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15248     layout: "plot-throughput-speedup-analysis"
15249
15250 - type: "plot"
15251   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15252   algorithm: "plot_tsa_name"
15253   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15254   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15255   include:
15256     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15257     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15258     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15259     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15260     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15261     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15262   layout:
15263     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15264     layout: "plot-throughput-speedup-analysis"
15265
15266 - type: "plot"
15267   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15268   algorithm: "plot_tsa_name"
15269   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15270   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15271   include:
15272     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15273     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15274     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15275     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15276     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15277     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15278   layout:
15279     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15280     layout: "plot-throughput-speedup-analysis"
15281
15282 - type: "plot"
15283   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15284   algorithm: "plot_tsa_name"
15285   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15286   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15287   include:
15288     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15289     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15290     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15291     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15292     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15293     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15294   layout:
15295     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15296     layout: "plot-throughput-speedup-analysis"
15297
15298 - type: "plot"
15299   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15300   algorithm: "plot_tsa_name"
15301   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15302   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15303   include:
15304     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15305     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15306     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15307     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15308     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15309     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15310   layout:
15311     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15312     layout: "plot-throughput-speedup-analysis"
15313
15314 - type: "plot"
15315   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15316   algorithm: "plot_tsa_name"
15317   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15318   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15319   include:
15320     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15321     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15322     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15323     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15324     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15325     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15326   layout:
15327     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15328     layout: "plot-throughput-speedup-analysis"
15329
15330 - type: "plot"
15331   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15332   algorithm: "plot_tsa_name"
15333   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15334   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15335   include:
15336     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15337     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15338     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15339     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15340     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15341     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15342   layout:
15343     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15344     layout: "plot-throughput-speedup-analysis"
15345
15346 - type: "plot"
15347   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15348   algorithm: "plot_tsa_name"
15349   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15350   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15351   include:
15352     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15353     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15354     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15355     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15356     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15357     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15358   layout:
15359     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15360     layout: "plot-throughput-speedup-analysis"
15361
15362 - type: "plot"
15363   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15364   algorithm: "plot_tsa_name"
15365   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15366   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15367   include:
15368     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15369     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15370     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15371     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15372     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15373     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15374   layout:
15375     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15376     layout: "plot-throughput-speedup-analysis"
15377
15378 - type: "plot"
15379   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15380   algorithm: "plot_tsa_name"
15381   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15382   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15383   include:
15384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15385     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15386     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15387     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15388     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15389   layout:
15390     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15391     layout: "plot-throughput-speedup-analysis"
15392
15393 - type: "plot"
15394   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15395   algorithm: "plot_tsa_name"
15396   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15397   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15398   include:
15399     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15400     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15401     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15402     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15403     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15404   layout:
15405     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15406     layout: "plot-throughput-speedup-analysis"
15407
15408 - type: "plot"
15409   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15410   algorithm: "plot_tsa_name"
15411   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15412   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15413   include:
15414     - "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"
15415     - "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"
15416     - "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"
15417     - "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"
15418     - "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"
15419   layout:
15420     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15421     layout: "plot-throughput-speedup-analysis"
15422
15423 - type: "plot"
15424   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15425   algorithm: "plot_tsa_name"
15426   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15427   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15428   include:
15429     - "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"
15430     - "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"
15431     - "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"
15432     - "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"
15433     - "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"
15434   layout:
15435     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15436     layout: "plot-throughput-speedup-analysis"
15437
15438 - type: "plot"
15439   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15440   algorithm: "plot_tsa_name"
15441   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15442   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15443   include:
15444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15446     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15447     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15448     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15449   layout:
15450     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15451     layout: "plot-throughput-speedup-analysis"
15452
15453 - type: "plot"
15454   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15455   algorithm: "plot_tsa_name"
15456   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15457   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15458   include:
15459     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15461     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15462     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15463     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15464   layout:
15465     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15466     layout: "plot-throughput-speedup-analysis"
15467
15468 - type: "plot"
15469   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15470   algorithm: "plot_tsa_name"
15471   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15472   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15473   include:
15474     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15475     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15476     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15477     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15478     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15479   layout:
15480     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15481     layout: "plot-throughput-speedup-analysis"
15482
15483 - type: "plot"
15484   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15485   algorithm: "plot_tsa_name"
15486   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15487   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15488   include:
15489     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15490     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15491     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15492     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15493     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15494   layout:
15495     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15496     layout: "plot-throughput-speedup-analysis"
15497
15498 - type: "plot"
15499   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15500   algorithm: "plot_tsa_name"
15501   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15502   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15503   include:
15504     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15505     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15506     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15507     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15508     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15509   layout:
15510     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15511     layout: "plot-throughput-speedup-analysis"
15512
15513 - type: "plot"
15514   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15515   algorithm: "plot_tsa_name"
15516   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15517   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15518   include:
15519     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15520     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15521     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15522     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15523     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15524   layout:
15525     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15526     layout: "plot-throughput-speedup-analysis"
15527
15528 - type: "plot"
15529   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15530   algorithm: "plot_tsa_name"
15531   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15532   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15533   include:
15534     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15535     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15536     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15537     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15538     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15539   layout:
15540     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15541     layout: "plot-throughput-speedup-analysis"
15542
15543 - type: "plot"
15544   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15545   algorithm: "plot_tsa_name"
15546   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15547   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15548   include:
15549     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15550     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15551     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15552     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15553     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15554   layout:
15555     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15556     layout: "plot-throughput-speedup-analysis"
15557
15558 - type: "plot"
15559   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15560   algorithm: "plot_tsa_name"
15561   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15562   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15563   include:
15564     - "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"
15565     - "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"
15566     - "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"
15567     - "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"
15568   layout:
15569     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15570     layout: "plot-throughput-speedup-analysis"
15571
15572 - type: "plot"
15573   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15574   algorithm: "plot_tsa_name"
15575   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15576   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15577   include:
15578     - "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"
15579     - "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"
15580     - "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"
15581     - "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"
15582   layout:
15583     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15584     layout: "plot-throughput-speedup-analysis"
15585
15586 - type: "plot"
15587   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15588   algorithm: "plot_tsa_name"
15589   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15590   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15591   include:
15592     - "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"
15593     - "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"
15594     - "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"
15595     - "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"
15596   layout:
15597     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15598     layout: "plot-throughput-speedup-analysis"
15599
15600 - type: "plot"
15601   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15602   algorithm: "plot_tsa_name"
15603   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15604   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15605   include:
15606     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15607     - "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"
15608     - "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"
15609     - "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"
15610   layout:
15611     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15612     layout: "plot-throughput-speedup-analysis"
15613
15614 - type: "plot"
15615   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15616   algorithm: "plot_tsa_name"
15617   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15618   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15619   include:
15620     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15621     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15622     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15623     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15624     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15625     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15626   layout:
15627     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15628     layout: "plot-throughput-speedup-analysis"
15629
15630 - type: "plot"
15631   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15632   algorithm: "plot_tsa_name"
15633   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15634   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15635   include:
15636     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15637     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15638     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15639     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15640     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15641     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15642   layout:
15643     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15644     layout: "plot-throughput-speedup-analysis"
15645
15646 - type: "plot"
15647   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15648   algorithm: "plot_tsa_name"
15649   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15650   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15651   include:
15652     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15653     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15654     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15655     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15656     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15657     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15658   layout:
15659     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15660     layout: "plot-throughput-speedup-analysis"
15661
15662 - type: "plot"
15663   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15664   algorithm: "plot_tsa_name"
15665   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15666   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15667   include:
15668     - "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"
15669     - "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"
15670     - "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"
15671     - "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"
15672     - "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"
15673     - "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"
15674   layout:
15675     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15676     layout: "plot-throughput-speedup-analysis"
15677
15678 - type: "plot"
15679   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15680   algorithm: "plot_tsa_name"
15681   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15682   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15683   include:
15684     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15685     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15686     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15687     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15688     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15689     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15690   layout:
15691     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15692     layout: "plot-throughput-speedup-analysis"
15693
15694 - type: "plot"
15695   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15696   algorithm: "plot_tsa_name"
15697   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15699   include:
15700     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15701     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15702     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15703     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15704     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15705     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15706   layout:
15707     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15708     layout: "plot-throughput-speedup-analysis"
15709
15710 - type: "plot"
15711   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15712   algorithm: "plot_tsa_name"
15713   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15714   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15715   include:
15716     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15717     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15718     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15719     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15720     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15721   layout:
15722     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15723     layout: "plot-throughput-speedup-analysis"
15724
15725 - type: "plot"
15726   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15727   algorithm: "plot_tsa_name"
15728   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15729   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15730   include:
15731     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15732     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15733     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15734     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15735     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15736   layout:
15737     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15738     layout: "plot-throughput-speedup-analysis"
15739
15740 - type: "plot"
15741   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15742   algorithm: "plot_tsa_name"
15743   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15744   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15745   include:
15746     - "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"
15747     - "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"
15748   layout:
15749     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15750     layout: "plot-throughput-speedup-analysis"
15751
15752 - type: "plot"
15753   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15754   algorithm: "plot_tsa_name"
15755   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15756   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15757   include:
15758     - "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"
15759     - "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"
15760   layout:
15761     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15762     layout: "plot-throughput-speedup-analysis"
15763
15764 - type: "plot"
15765   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15766   algorithm: "plot_tsa_name"
15767   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15768   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15769   include:
15770     - "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"
15771     - "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"
15772   layout:
15773     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15774     layout: "plot-throughput-speedup-analysis"
15775
15776 - type: "plot"
15777   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15778   algorithm: "plot_tsa_name"
15779   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15780   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15781   include:
15782     - "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"
15783     - "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"
15784   layout:
15785     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15786     layout: "plot-throughput-speedup-analysis"
15787
15788 - type: "plot"
15789   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15790   algorithm: "plot_tsa_name"
15791   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15792   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15793   include:
15794     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
15795     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
15796     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
15797     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
15798     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
15799     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
15800   layout:
15801     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15802     layout: "plot-throughput-speedup-analysis"
15803
15804 - type: "plot"
15805   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15806   algorithm: "plot_tsa_name"
15807   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15808   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15809   include:
15810     - "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"
15811     - "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"
15812     - "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"
15813     - "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"
15814     - "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"
15815     - "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"
15816   layout:
15817     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15818     layout: "plot-throughput-speedup-analysis"
15819
15820 - type: "plot"
15821   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15822   algorithm: "plot_tsa_name"
15823   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15824   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15825   include:
15826     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15827     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15828     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15829     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15830     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15831   layout:
15832     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15833     layout: "plot-throughput-speedup-analysis"
15834
15835 - type: "plot"
15836   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15837   algorithm: "plot_tsa_name"
15838   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15839   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15840   include:
15841     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15842     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15843     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15844     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15845     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15846   layout:
15847     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15848     layout: "plot-throughput-speedup-analysis"
15849
15850 - type: "plot"
15851   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15852   algorithm: "plot_tsa_name"
15853   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15854   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15855   include:
15856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15859     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15860     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15861   layout:
15862     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15863     layout: "plot-throughput-speedup-analysis"
15864
15865 - type: "plot"
15866   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15867   algorithm: "plot_tsa_name"
15868   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15869   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15870   include:
15871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15872     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15873     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15874     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15875     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15876   layout:
15877     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15878     layout: "plot-throughput-speedup-analysis"
15879
15880 - type: "plot"
15881   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15882   algorithm: "plot_tsa_name"
15883   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15884   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15885   include:
15886     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15887     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15888     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15889     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15890     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15891     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15892   layout:
15893     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15894     layout: "plot-throughput-speedup-analysis"
15895
15896 - type: "plot"
15897   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15898   algorithm: "plot_tsa_name"
15899   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15900   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15901   include:
15902     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15903     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15904     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15905     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15906     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15907     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15908   layout:
15909     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15910     layout: "plot-throughput-speedup-analysis"
15911
15912 - type: "plot"
15913   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15914   algorithm: "plot_tsa_name"
15915   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15916   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15917   include:
15918     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15919     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15920     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15921     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15922   layout:
15923     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15924     layout: "plot-throughput-speedup-analysis"
15925
15926 - type: "plot"
15927   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15928   algorithm: "plot_tsa_name"
15929   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15930   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15931   include:
15932     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15933     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15934     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15935     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15936   layout:
15937     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15938     layout: "plot-throughput-speedup-analysis"
15939
15940 - type: "plot"
15941   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15942   algorithm: "plot_tsa_name"
15943   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15944   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15945   include:
15946     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15947     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15948     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15949     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15950     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15951   layout:
15952     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15953     layout: "plot-throughput-speedup-analysis"
15954
15955 - type: "plot"
15956   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15957   algorithm: "plot_tsa_name"
15958   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15959   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15960   include:
15961     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15962     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15963     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15964     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15965     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15966   layout:
15967     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15968     layout: "plot-throughput-speedup-analysis"
15969
15970 - type: "plot"
15971   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15972   algorithm: "plot_tsa_name"
15973   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15974   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15975   include:
15976     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15977     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15978     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15979     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15980     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15981     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15982   layout:
15983     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15984     layout: "plot-throughput-speedup-analysis"
15985
15986 - type: "plot"
15987   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15988   algorithm: "plot_tsa_name"
15989   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15990   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15991   include:
15992     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15993     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15994     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15995     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15996     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15997     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15998   layout:
15999     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16000     layout: "plot-throughput-speedup-analysis"
16001
16002 - type: "plot"
16003   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16004   algorithm: "plot_tsa_name"
16005   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16006   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16007   include:
16008     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16009     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16010     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16011     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16012   layout:
16013     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16014     layout: "plot-throughput-speedup-analysis"
16015
16016 - type: "plot"
16017   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16018   algorithm: "plot_tsa_name"
16019   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16020   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16021   include:
16022     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16023     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16024     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16025     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16026   layout:
16027     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16028     layout: "plot-throughput-speedup-analysis"
16029
16030 - type: "plot"
16031   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16032   algorithm: "plot_tsa_name"
16033   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16034   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16035   include:
16036     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16037     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16038     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16039     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16040     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16041     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16042   layout:
16043     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16044     layout: "plot-throughput-speedup-analysis"
16045
16046 - type: "plot"
16047   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16048   algorithm: "plot_tsa_name"
16049   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16050   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16051   include:
16052     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16053     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16054     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16055     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16056     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16057     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16058   layout:
16059     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16060     layout: "plot-throughput-speedup-analysis"
16061
16062 - type: "plot"
16063   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16064   algorithm: "plot_tsa_name"
16065   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16066   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16067   include:
16068     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16069     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16070     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16071     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16072     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16073     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16074   layout:
16075     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16076     layout: "plot-throughput-speedup-analysis"
16077
16078 - type: "plot"
16079   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16080   algorithm: "plot_tsa_name"
16081   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16082   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16083   include:
16084     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16085     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16086     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16087     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16088     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16089     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16090   layout:
16091     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16092     layout: "plot-throughput-speedup-analysis"
16093
16094 - type: "plot"
16095   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16096   algorithm: "plot_tsa_name"
16097   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16098   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16099   include:
16100     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16101     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16102     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16103     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16104     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16105     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16106   layout:
16107     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16108     layout: "plot-throughput-speedup-analysis"
16109
16110 - type: "plot"
16111   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16112   algorithm: "plot_tsa_name"
16113   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16114   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16115   include:
16116     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16117     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16118     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16119     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16120     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16121     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16122   layout:
16123     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16124     layout: "plot-throughput-speedup-analysis"
16125
16126 - type: "plot"
16127   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16128   algorithm: "plot_tsa_name"
16129   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16130   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16131   include:
16132     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16133     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16134     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16135     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16136     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16137     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16138   layout:
16139     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16140     layout: "plot-throughput-speedup-analysis"
16141
16142 - type: "plot"
16143   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16144   algorithm: "plot_tsa_name"
16145   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16146   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16147   include:
16148     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16149     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16150     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16151     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16152     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16153     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16154   layout:
16155     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16156     layout: "plot-throughput-speedup-analysis"
16157
16158 - type: "plot"
16159   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16160   algorithm: "plot_tsa_name"
16161   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16162   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16163   include:
16164     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16165     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16166     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16167     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16168     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16169     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16170   layout:
16171     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16172     layout: "plot-throughput-speedup-analysis"
16173
16174 - type: "plot"
16175   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16176   algorithm: "plot_tsa_name"
16177   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16178   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16179   include:
16180     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16181     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16182     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16183     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16184     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16185     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16186   layout:
16187     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16188     layout: "plot-throughput-speedup-analysis"
16189
16190 #- type: "plot"
16191 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16192 #  algorithm: "plot_tsa_name"
16193 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16194 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16195 #  include:
16196 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16197 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16198 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16199 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16200 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16201 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16202 #  layout:
16203 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16204 #    layout: "plot-throughput-speedup-analysis"
16205 #
16206 #- type: "plot"
16207 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16208 #  algorithm: "plot_tsa_name"
16209 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16210 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16211 #  include:
16212 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16213 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16214 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16215 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16216 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16217 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16218 #  layout:
16219 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16220 #    layout: "plot-throughput-speedup-analysis"
16221
16222 - type: "plot"
16223   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16224   algorithm: "plot_tsa_name"
16225   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16226   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16227   include:
16228     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16229     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16230     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16231     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16232     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16233   layout:
16234     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16235     layout: "plot-throughput-speedup-analysis"
16236
16237 - type: "plot"
16238   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16239   algorithm: "plot_tsa_name"
16240   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16241   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16242   include:
16243     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16244     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16245     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16246     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16247     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16248   layout:
16249     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16250     layout: "plot-throughput-speedup-analysis"
16251
16252 - type: "plot"
16253   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16254   algorithm: "plot_tsa_name"
16255   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16256   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16257   include:
16258     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16259     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16260     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16261     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16262     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16263     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16264   layout:
16265     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16266     layout: "plot-throughput-speedup-analysis"
16267
16268 - type: "plot"
16269   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16270   algorithm: "plot_tsa_name"
16271   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16272   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16273   include:
16274     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16275     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16276     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16277     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16278     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16279     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16280   layout:
16281     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16282     layout: "plot-throughput-speedup-analysis"
16283
16284 - type: "plot"
16285   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16286   algorithm: "plot_tsa_name"
16287   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16288   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16289   include:
16290     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16291     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16292     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16293     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16294     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16295   layout:
16296     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16297     layout: "plot-throughput-speedup-analysis"
16298
16299 - type: "plot"
16300   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16301   algorithm: "plot_tsa_name"
16302   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16303   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16304   include:
16305     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16306     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16307     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16308     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16309     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16310   layout:
16311     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16312     layout: "plot-throughput-speedup-analysis"
16313
16314 #- type: "plot"
16315 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16316 #  algorithm: "plot_tsa_name"
16317 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16318 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16319 #  include:
16320 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16321 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16322 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16323 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16324 #  layout:
16325 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16326 #    layout: "plot-throughput-speedup-analysis"
16327 #
16328 #- type: "plot"
16329 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16330 #  algorithm: "plot_tsa_name"
16331 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16332 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16333 #  include:
16334 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16335 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16336 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16337 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16338 #  layout:
16339 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16340 #    layout: "plot-throughput-speedup-analysis"
16341
16342 - type: "plot"
16343   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16344   algorithm: "plot_tsa_name"
16345   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16346   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16347   include:
16348     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16349     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16350     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16351     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16352     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16353     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16354   layout:
16355     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16356     layout: "plot-throughput-speedup-analysis"
16357
16358 - type: "plot"
16359   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16360   algorithm: "plot_tsa_name"
16361   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16362   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16363   include:
16364     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16365     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16366     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16367     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16368     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16369     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16370   layout:
16371     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16372     layout: "plot-throughput-speedup-analysis"
16373
16374 - type: "plot"
16375   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16376   algorithm: "plot_tsa_name"
16377   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16378   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16379   include:
16380     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16381     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16382     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16383     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16384     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16385   layout:
16386     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16387     layout: "plot-throughput-speedup-analysis"
16388
16389 - type: "plot"
16390   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16391   algorithm: "plot_tsa_name"
16392   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16393   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16394   include:
16395     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16396     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16397     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16398     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16399     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16400   layout:
16401     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16402     layout: "plot-throughput-speedup-analysis"
16403
16404 - type: "plot"
16405   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16406   algorithm: "plot_tsa_name"
16407   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16408   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16409   include:
16410     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16411     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16412     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16413     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16414     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16415     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16416   layout:
16417     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16418     layout: "plot-throughput-speedup-analysis"
16419
16420 - type: "plot"
16421   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16422   algorithm: "plot_tsa_name"
16423   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16424   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16425   include:
16426     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16427     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16428     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16429     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16430     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16431     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16432   layout:
16433     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16434     layout: "plot-throughput-speedup-analysis"
16435
16436 - type: "plot"
16437   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16438   algorithm: "plot_tsa_name"
16439   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16440   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16441   include:
16442     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16443     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16444     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16445     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16446   layout:
16447     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16448     layout: "plot-throughput-speedup-analysis"
16449
16450 - type: "plot"
16451   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16452   algorithm: "plot_tsa_name"
16453   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16454   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16455   include:
16456     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16457     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16458     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16459     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16460   layout:
16461     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16462     layout: "plot-throughput-speedup-analysis"
16463
16464 - type: "plot"
16465   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16466   algorithm: "plot_tsa_name"
16467   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16468   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16469   include:
16470     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16471     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16472     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16473     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16474     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16475   layout:
16476     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16477     layout: "plot-throughput-speedup-analysis"
16478
16479 - type: "plot"
16480   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16481   algorithm: "plot_tsa_name"
16482   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16483   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16484   include:
16485     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16486     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16487     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16488     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16489     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16490   layout:
16491     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16492     layout: "plot-throughput-speedup-analysis"
16493
16494 - type: "plot"
16495   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16496   algorithm: "plot_tsa_name"
16497   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16498   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16499   include:
16500     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16501     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16502     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16503     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16504     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16505     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16506   layout:
16507     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16508     layout: "plot-throughput-speedup-analysis"
16509
16510 - type: "plot"
16511   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16512   algorithm: "plot_tsa_name"
16513   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16514   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16515   include:
16516     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16517     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16518     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16519     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16520     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16521     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16522   layout:
16523     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16524     layout: "plot-throughput-speedup-analysis"
16525
16526 #- type: "plot"
16527 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16528 #  algorithm: "plot_tsa_name"
16529 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16530 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16531 #  include:
16532 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16533 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16534 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16535 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16536 #  layout:
16537 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16538 #    layout: "plot-throughput-speedup-analysis"
16539 #
16540 #- type: "plot"
16541 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16542 #  algorithm: "plot_tsa_name"
16543 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16544 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16545 #  include:
16546 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16547 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16548 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16549 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16550 #  layout:
16551 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16552 #    layout: "plot-throughput-speedup-analysis"
16553
16554 - type: "plot"
16555   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16556   algorithm: "plot_tsa_name"
16557   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16558   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16559   include:
16560     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16561     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16562     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16563     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16564     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16565     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16566   layout:
16567     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16568     layout: "plot-throughput-speedup-analysis"
16569
16570 - type: "plot"
16571   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16572   algorithm: "plot_tsa_name"
16573   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16574   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16575   include:
16576     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16577     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16578     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16579     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16580     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16581     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16582   layout:
16583     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16584     layout: "plot-throughput-speedup-analysis"
16585
16586 #- type: "plot"
16587 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16588 #  algorithm: "plot_tsa_name"
16589 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16590 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16591 #  include:
16592 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16593 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16594 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16595 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16596 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16597 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16598 #  layout:
16599 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16600 #    layout: "plot-throughput-speedup-analysis"
16601 #
16602 #- type: "plot"
16603 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16604 #  algorithm: "plot_tsa_name"
16605 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16606 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16607 #  include:
16608 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16609 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16610 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16611 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16612 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16613 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16614 #  layout:
16615 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16616 #    layout: "plot-throughput-speedup-analysis"
16617
16618 #- type: "plot"
16619 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16620 #  algorithm: "plot_tsa_name"
16621 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16622 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16623 #  include:
16624 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16625 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16626 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16627 #  layout:
16628 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16629 #    layout: "plot-throughput-speedup-analysis"
16630 #
16631 #- type: "plot"
16632 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16633 #  algorithm: "plot_tsa_name"
16634 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16635 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16636 #  include:
16637 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16638 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16639 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16640 #  layout:
16641 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16642 #    layout: "plot-throughput-speedup-analysis"
16643
16644 ################################################################################
16645
16646 # Packet Throughput - DPDK
16647
16648 # 2n-skx-xxv710
16649
16650 - type: "plot"
16651   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16652   algorithm: "plot_perf_box_name"
16653   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16654   data: "plot-dpdk-throughput-latency-2n-skx"
16655   include:
16656     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16657     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16658   layout:
16659     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16660     layout: "plot-throughput"
16661
16662 - type: "plot"
16663   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16664   algorithm: "plot_perf_box_name"
16665   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16666   data: "plot-dpdk-throughput-latency-2n-skx"
16667   include:
16668     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16669     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16670   layout:
16671     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16672     layout: "plot-throughput"
16673
16674 - type: "plot"
16675   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16676   algorithm: "plot_perf_box_name"
16677   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16678   data: "plot-dpdk-throughput-latency-2n-skx"
16679   include:
16680     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16681     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16682   layout:
16683     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16684     layout: "plot-throughput"
16685
16686 - type: "plot"
16687   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16688   algorithm: "plot_perf_box_name"
16689   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16690   data: "plot-dpdk-throughput-latency-2n-skx"
16691   include:
16692     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16693     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16694   layout:
16695     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16696     layout: "plot-throughput"
16697
16698 # 2n-skx-x710
16699
16700 - type: "plot"
16701   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16702   algorithm: "plot_perf_box_name"
16703   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16704   data: "plot-dpdk-throughput-latency-2n-skx"
16705   include:
16706     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16707     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16708   layout:
16709     title: "2n-skx-x710-64b-2t1c-base-ndr"
16710     layout: "plot-throughput"
16711
16712 - type: "plot"
16713   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16714   algorithm: "plot_perf_box_name"
16715   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16716   data: "plot-dpdk-throughput-latency-2n-skx"
16717   include:
16718     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16719     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16720   layout:
16721     title: "2n-skx-x710-64b-4t2c-base-ndr"
16722     layout: "plot-throughput"
16723
16724 - type: "plot"
16725   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16726   algorithm: "plot_perf_box_name"
16727   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16728   data: "plot-dpdk-throughput-latency-2n-skx"
16729   include:
16730     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16731     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16732   layout:
16733     title: "2n-skx-x710-64b-2t1c-base-pdr"
16734     layout: "plot-throughput"
16735
16736 - type: "plot"
16737   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16738   algorithm: "plot_perf_box_name"
16739   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16740   data: "plot-dpdk-throughput-latency-2n-skx"
16741   include:
16742     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16743     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16744   layout:
16745     title: "2n-skx-x710-64b-4t2c-base-pdr"
16746     layout: "plot-throughput"
16747
16748 # 3n-skx-xxv710
16749
16750 - type: "plot"
16751   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16752   algorithm: "plot_perf_box_name"
16753   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16754   data: "plot-dpdk-throughput-latency-3n-skx"
16755   include:
16756     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16757     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16758   layout:
16759     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16760     layout: "plot-throughput"
16761
16762 - type: "plot"
16763   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16764   algorithm: "plot_perf_box_name"
16765   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16766   data: "plot-dpdk-throughput-latency-3n-skx"
16767   include:
16768     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16769     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16770   layout:
16771     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16772     layout: "plot-throughput"
16773
16774 - type: "plot"
16775   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16776   algorithm: "plot_perf_box_name"
16777   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16778   data: "plot-dpdk-throughput-latency-3n-skx"
16779   include:
16780     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16781     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16782   layout:
16783     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16784     layout: "plot-throughput"
16785
16786 - type: "plot"
16787   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16788   algorithm: "plot_perf_box_name"
16789   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16790   data: "plot-dpdk-throughput-latency-3n-skx"
16791   include:
16792     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16793     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16794   layout:
16795     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16796     layout: "plot-throughput"
16797
16798 # 3n-skx-x710
16799
16800 - type: "plot"
16801   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16802   algorithm: "plot_perf_box_name"
16803   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16804   data: "plot-dpdk-throughput-latency-3n-skx"
16805   include:
16806     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16807     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16808   layout:
16809     title: "3n-skx-x710-64b-2t1c-base-ndr"
16810     layout: "plot-throughput"
16811
16812 - type: "plot"
16813   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16814   algorithm: "plot_perf_box_name"
16815   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16816   data: "plot-dpdk-throughput-latency-3n-skx"
16817   include:
16818     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16819     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16820   layout:
16821     title: "3n-skx-x710-64b-4t2c-base-ndr"
16822     layout: "plot-throughput"
16823
16824 - type: "plot"
16825   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16826   algorithm: "plot_perf_box_name"
16827   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16828   data: "plot-dpdk-throughput-latency-3n-skx"
16829   include:
16830     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16831     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16832   layout:
16833     title: "3n-skx-x710-64b-2t1c-base-pdr"
16834     layout: "plot-throughput"
16835
16836 - type: "plot"
16837   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16838   algorithm: "plot_perf_box_name"
16839   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16840   data: "plot-dpdk-throughput-latency-3n-skx"
16841   include:
16842     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16843     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16844   layout:
16845     title: "3n-skx-x710-64b-4t2c-base-pdr"
16846     layout: "plot-throughput"
16847
16848 # 3n-hsw-xl710
16849
16850 - type: "plot"
16851   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16852   algorithm: "plot_perf_box_name"
16853   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16854   data: "plot-dpdk-throughput-latency-3n-hsw"
16855   include:
16856     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16857     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16858   layout:
16859     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16860     layout: "plot-throughput"
16861
16862 - type: "plot"
16863   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16864   algorithm: "plot_perf_box_name"
16865   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16866   data: "plot-dpdk-throughput-latency-3n-hsw"
16867   include:
16868     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16869     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16870   layout:
16871     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16872     layout: "plot-throughput"
16873
16874 - type: "plot"
16875   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16876   algorithm: "plot_perf_box_name"
16877   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16878   data: "plot-dpdk-throughput-latency-3n-hsw"
16879   include:
16880     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16881     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16882   layout:
16883     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16884     layout: "plot-throughput"
16885
16886 - type: "plot"
16887   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16888   algorithm: "plot_perf_box_name"
16889   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16890   data: "plot-dpdk-throughput-latency-3n-hsw"
16891   include:
16892     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16893     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16894   layout:
16895     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16896     layout: "plot-throughput"
16897
16898 # 3n-hsw-x710
16899
16900 - type: "plot"
16901   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16902   algorithm: "plot_perf_box_name"
16903   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16904   data: "plot-dpdk-throughput-latency-3n-hsw"
16905   include:
16906     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16907     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16908   layout:
16909     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16910     layout: "plot-throughput"
16911
16912 - type: "plot"
16913   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16914   algorithm: "plot_perf_box_name"
16915   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16916   data: "plot-dpdk-throughput-latency-3n-hsw"
16917   include:
16918     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16919     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16920   layout:
16921     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16922     layout: "plot-throughput"
16923
16924 - type: "plot"
16925   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16926   algorithm: "plot_perf_box_name"
16927   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16928   data: "plot-dpdk-throughput-latency-3n-hsw"
16929   include:
16930     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16931     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16932   layout:
16933     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16934     layout: "plot-throughput"
16935
16936 - type: "plot"
16937   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16938   algorithm: "plot_perf_box_name"
16939   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16940   data: "plot-dpdk-throughput-latency-3n-hsw"
16941   include:
16942     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16943     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16944   layout:
16945     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16946     layout: "plot-throughput"
16947
16948 # 2n-dnv-x553
16949
16950 - type: "plot"
16951   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16952   algorithm: "plot_perf_box_name"
16953   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16954   data: "plot-dpdk-throughput-latency-2n-dnv"
16955   include:
16956     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16957     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16958   layout:
16959     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16960     layout: "plot-throughput"
16961
16962 - type: "plot"
16963   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16964   algorithm: "plot_perf_box_name"
16965   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16966   data: "plot-dpdk-throughput-latency-2n-dnv"
16967   include:
16968     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16969     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16970   layout:
16971     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16972     layout: "plot-throughput"
16973
16974 - type: "plot"
16975   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16976   algorithm: "plot_perf_box_name"
16977   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16978   data: "plot-dpdk-throughput-latency-2n-dnv"
16979   include:
16980     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16981     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16982   layout:
16983     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16984     layout: "plot-throughput"
16985
16986 - type: "plot"
16987   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16988   algorithm: "plot_perf_box_name"
16989   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16990   data: "plot-dpdk-throughput-latency-2n-dnv"
16991   include:
16992     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16993     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16994   layout:
16995     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16996     layout: "plot-throughput"
16997
16998 # 3n-dnv-x553
16999
17000 - type: "plot"
17001   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17002   algorithm: "plot_perf_box_name"
17003   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17004   data: "plot-dpdk-throughput-latency-3n-dnv"
17005   include:
17006     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17007     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17008   layout:
17009     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17010     layout: "plot-throughput"
17011
17012 - type: "plot"
17013   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17014   algorithm: "plot_perf_box_name"
17015   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17016   data: "plot-dpdk-throughput-latency-3n-dnv"
17017   include:
17018     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17019     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17020   layout:
17021     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17022     layout: "plot-throughput"
17023
17024 - type: "plot"
17025   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17026   algorithm: "plot_perf_box_name"
17027   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17028   data: "plot-dpdk-throughput-latency-3n-dnv"
17029   include:
17030     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17031     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17032   layout:
17033     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17034     layout: "plot-throughput"
17035
17036 - type: "plot"
17037   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17038   algorithm: "plot_perf_box_name"
17039   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17040   data: "plot-dpdk-throughput-latency-3n-dnv"
17041   include:
17042     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17043     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17044   layout:
17045     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17046     layout: "plot-throughput"
17047
17048 # 3n-tsh-x520
17049
17050 - type: "plot"
17051   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17052   algorithm: "plot_perf_box_name"
17053   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17054   data: "plot-dpdk-throughput-latency-3n-tsh"
17055   include:
17056     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17057     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17058   layout:
17059     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17060     layout: "plot-throughput"
17061
17062 - type: "plot"
17063   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17064   algorithm: "plot_perf_box_name"
17065   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17066   data: "plot-dpdk-throughput-latency-3n-tsh"
17067   include:
17068     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17069     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17070   layout:
17071     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17072     layout: "plot-throughput"
17073
17074 - type: "plot"
17075   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17076   algorithm: "plot_perf_box_name"
17077   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17078   data: "plot-dpdk-throughput-latency-3n-tsh"
17079   include:
17080     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17081     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17082   layout:
17083     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17084     layout: "plot-throughput"
17085
17086 - type: "plot"
17087   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17088   algorithm: "plot_perf_box_name"
17089   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17090   data: "plot-dpdk-throughput-latency-3n-tsh"
17091   include:
17092     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17093     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17094   layout:
17095     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17096     layout: "plot-throughput"
17097
17098 ################################################################################
17099 ###   2n-clx                                                                 ###
17100 ################################################################################
17101
17102 # Packet Throughput
17103
17104 - type: "plot"
17105   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17106   algorithm: "plot_perf_box_name"
17107   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17108   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17109   include:
17110     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17111     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17112     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17113     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17114   layout:
17115     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17116     layout: "plot-throughput"
17117
17118 - type: "plot"
17119   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17120   algorithm: "plot_perf_box_name"
17121   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17122   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17123   include:
17124     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17125     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17126     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17127     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17128   layout:
17129     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17130     layout: "plot-throughput"
17131
17132 - type: "plot"
17133   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17134   algorithm: "plot_perf_box_name"
17135   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17136   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17137   include:
17138     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17139     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17140     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17141     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17142   layout:
17143     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17144     layout: "plot-throughput"
17145
17146 - type: "plot"
17147   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17148   algorithm: "plot_perf_box_name"
17149   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17150   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17151   include:
17152     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17153     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17154     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17155     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17156   layout:
17157     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17158     layout: "plot-throughput"
17159
17160 - type: "plot"
17161   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17162   algorithm: "plot_perf_box_name"
17163   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17164   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17165   include:
17166     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17167     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17168     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17169     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17170   layout:
17171     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17172     layout: "plot-throughput"
17173
17174 - type: "plot"
17175   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17176   algorithm: "plot_perf_box_name"
17177   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17178   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17179   include:
17180     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17181     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17182     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17183     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17184   layout:
17185     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17186     layout: "plot-throughput"
17187
17188 - type: "plot"
17189   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17190   algorithm: "plot_perf_box_name"
17191   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17192   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17193   include:
17194     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17195     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17196     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17197     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17198     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17199     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17200   layout:
17201     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17202     layout: "plot-throughput"
17203
17204 - type: "plot"
17205   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17206   algorithm: "plot_perf_box_name"
17207   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17208   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17209   include:
17210     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17211     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17212     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17213     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17214     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17215   layout:
17216     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17217     layout: "plot-throughput"
17218
17219 - type: "plot"
17220   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17221   algorithm: "plot_perf_box_name"
17222   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17223   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17224   include:
17225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17229   layout:
17230     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17231     layout: "plot-throughput"
17232
17233 - type: "plot"
17234   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17235   algorithm: "plot_perf_box_name"
17236   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17237   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17238   include:
17239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17243   layout:
17244     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17245     layout: "plot-throughput"
17246
17247 - type: "plot"
17248   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17249   algorithm: "plot_perf_box_name"
17250   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17251   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17252   include:
17253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17256   layout:
17257     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17258     layout: "plot-throughput"
17259
17260 - type: "plot"
17261   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17262   algorithm: "plot_perf_box_name"
17263   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17264   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17265   include:
17266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17269   layout:
17270     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17271     layout: "plot-throughput"
17272
17273 - type: "plot"
17274   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17275   algorithm: "plot_perf_box_name"
17276   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17277   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17278   include:
17279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17284   layout:
17285     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17286     layout: "plot-throughput"
17287
17288 - type: "plot"
17289   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17290   algorithm: "plot_perf_box_name"
17291   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17292   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17293   include:
17294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17299   layout:
17300     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17301     layout: "plot-throughput"
17302
17303 - type: "plot"
17304   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17305   algorithm: "plot_perf_box_name"
17306   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17307   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17308   include:
17309     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17312   layout:
17313     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17314     layout: "plot-throughput"
17315
17316 - type: "plot"
17317   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17318   algorithm: "plot_perf_box_name"
17319   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17320   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17321   include:
17322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17325   layout:
17326     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17327     layout: "plot-throughput"
17328
17329 - type: "plot"
17330   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17331   algorithm: "plot_perf_box_name"
17332   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17333   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17334   include:
17335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17341   layout:
17342     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17343     layout: "plot-throughput"
17344
17345 - type: "plot"
17346   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17347   algorithm: "plot_perf_box_name"
17348   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17349   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17350   include:
17351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17357   layout:
17358     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17359     layout: "plot-throughput"
17360
17361 - type: "plot"
17362   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17363   algorithm: "plot_perf_box_name"
17364   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17365   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17366   include:
17367     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17371     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17372     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17373   layout:
17374     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17375     layout: "plot-throughput"
17376
17377 - type: "plot"
17378   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17379   algorithm: "plot_perf_box_name"
17380   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17381   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17382   include:
17383     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17384     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17385     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17386     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17387     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17388     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17389   layout:
17390     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17391     layout: "plot-throughput"
17392
17393 - type: "plot"
17394   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17395   algorithm: "plot_perf_box_name"
17396   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17397   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17398   include:
17399     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17400     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17401   layout:
17402     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17403     layout: "plot-throughput"
17404
17405 - type: "plot"
17406   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17407   algorithm: "plot_perf_box_name"
17408   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17409   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17410   include:
17411     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17412     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17413   layout:
17414     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17415     layout: "plot-throughput"
17416
17417 - type: "plot"
17418   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17419   algorithm: "plot_perf_box_name"
17420   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17421   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17422   include:
17423     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17424     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17425     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17426     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17427     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17428     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17429   layout:
17430     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17431     layout: "plot-throughput"
17432
17433 - type: "plot"
17434   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17435   algorithm: "plot_perf_box_name"
17436   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17437   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17438   include:
17439     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17440     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17441     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17442     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17443     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17444     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17445   layout:
17446     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17447     layout: "plot-throughput"
17448
17449 - type: "plot"
17450   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17451   algorithm: "plot_perf_box_name"
17452   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17453   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17454   include:
17455     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17456     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17457     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17458     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17459     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17460     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17461   layout:
17462     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17463     layout: "plot-throughput"
17464
17465 - type: "plot"
17466   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17467   algorithm: "plot_perf_box_name"
17468   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17469   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17470   include:
17471     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17472     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17473     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17474     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17475     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17476     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17477   layout:
17478     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17479     layout: "plot-throughput"
17480
17481 - type: "plot"
17482   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17483   algorithm: "plot_perf_box_name"
17484   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17485   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17486   include:
17487     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17488     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17489     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17490     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17491     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17492     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17493   layout:
17494     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17495     layout: "plot-throughput"
17496
17497 - type: "plot"
17498   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17499   algorithm: "plot_perf_box_name"
17500   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17501   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17502   include:
17503     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17504     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17505     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17506     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17507     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17508     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17509   layout:
17510     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17511     layout: "plot-throughput"
17512
17513 - type: "plot"
17514   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17515   algorithm: "plot_perf_box_name"
17516   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17517   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17518   include:
17519     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17520     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17521     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17522     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17523     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17524   layout:
17525     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17526     layout: "plot-throughput"
17527
17528 - type: "plot"
17529   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17530   algorithm: "plot_perf_box_name"
17531   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17532   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17533   include:
17534     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17535     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17536     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17537     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17538     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17539   layout:
17540     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17541     layout: "plot-throughput"
17542
17543 - type: "plot"
17544   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17545   algorithm: "plot_perf_box_name"
17546   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17547   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17548   include:
17549     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17550     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17551     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17552     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17553     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17554   layout:
17555     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17556     layout: "plot-throughput"
17557
17558 - type: "plot"
17559   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17560   algorithm: "plot_perf_box_name"
17561   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17562   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17563   include:
17564     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17565     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17566     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17567     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17568     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17569   layout:
17570     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17571     layout: "plot-throughput"
17572
17573 - type: "plot"
17574   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17575   algorithm: "plot_perf_box_name"
17576   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17577   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17578   include:
17579     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17580     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17581     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17582     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17583     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17584   layout:
17585     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17586     layout: "plot-throughput"
17587
17588 - type: "plot"
17589   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17590   algorithm: "plot_perf_box_name"
17591   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17592   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17593   include:
17594     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17595     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17596     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17597     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17598     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17599   layout:
17600     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17601     layout: "plot-throughput"
17602
17603 - type: "plot"
17604   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17605   algorithm: "plot_perf_box_name"
17606   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17607   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17608   include:
17609     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17610     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17611     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17612     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17613     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17614   layout:
17615     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17616     layout: "plot-throughput"
17617
17618 - type: "plot"
17619   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17620   algorithm: "plot_perf_box_name"
17621   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17622   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17623   include:
17624     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17625     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17626     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17627     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17628     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17629   layout:
17630     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17631     layout: "plot-throughput"
17632
17633 - type: "plot"
17634   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17635   algorithm: "plot_perf_box_name"
17636   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17637   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17638   include:
17639     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17640     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17641     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17642     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17643     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17644   layout:
17645     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17646     layout: "plot-throughput"
17647
17648 - type: "plot"
17649   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17650   algorithm: "plot_perf_box_name"
17651   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17652   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17653   include:
17654     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17655     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17656     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17657     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17658     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17659   layout:
17660     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17661     layout: "plot-throughput"
17662
17663 - type: "plot"
17664   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17665   algorithm: "plot_perf_box_name"
17666   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17667   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17668   include:
17669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17674     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17675   layout:
17676     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17677     layout: "plot-throughput"
17678
17679 - type: "plot"
17680   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17681   algorithm: "plot_perf_box_name"
17682   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17683   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17684   include:
17685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17688     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17689     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17690     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17691   layout:
17692     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17693     layout: "plot-throughput"
17694
17695 - type: "plot"
17696   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17697   algorithm: "plot_perf_box_name"
17698   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17699   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17700   include:
17701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17702     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17704     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17705   layout:
17706     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17707     layout: "plot-throughput"
17708
17709 - type: "plot"
17710   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17711   algorithm: "plot_perf_box_name"
17712   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17713   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17714   include:
17715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17718     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17719   layout:
17720     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17721     layout: "plot-throughput"
17722
17723 - type: "plot"
17724   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17725   algorithm: "plot_perf_box_name"
17726   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17727   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17728   include:
17729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17734     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17735   layout:
17736     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17737     layout: "plot-throughput"
17738
17739 - type: "plot"
17740   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17741   algorithm: "plot_perf_box_name"
17742   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17743   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17744   include:
17745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17746     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17748     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17749     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17750     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17751   layout:
17752     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17753     layout: "plot-throughput"
17754
17755 - type: "plot"
17756   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17757   algorithm: "plot_perf_box_name"
17758   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17759   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17760   include:
17761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17762     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17763     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17764     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17765   layout:
17766     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17767     layout: "plot-throughput"
17768
17769 - type: "plot"
17770   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17771   algorithm: "plot_perf_box_name"
17772   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17773   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17774   include:
17775     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17776     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17777     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17778     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17779   layout:
17780     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17781     layout: "plot-throughput"
17782
17783 - type: "plot"
17784   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17785   algorithm: "plot_perf_box_name"
17786   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17787   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17788   include:
17789     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17790     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17791     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17792     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17793     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17794     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17795   layout:
17796     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17797     layout: "plot-throughput"
17798
17799 - type: "plot"
17800   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17801   algorithm: "plot_perf_box_name"
17802   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17803   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17804   include:
17805     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17806     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17807     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17808     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17809     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17810     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17811   layout:
17812     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17813     layout: "plot-throughput"
17814
17815 - type: "plot"
17816   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17817   algorithm: "plot_perf_box_name"
17818   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17819   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17820   include:
17821     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17822     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17823     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17824     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17825   layout:
17826     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17827     layout: "plot-throughput"
17828
17829 - type: "plot"
17830   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17831   algorithm: "plot_perf_box_name"
17832   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17833   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17834   include:
17835     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17836     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17837     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17838     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17839   layout:
17840     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17841     layout: "plot-throughput"
17842
17843 - type: "plot"
17844   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17845   algorithm: "plot_perf_box_name"
17846   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17847   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17848   include:
17849     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17850     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17851     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17852     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17853     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17854   layout:
17855     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17856     layout: "plot-throughput"
17857
17858 - type: "plot"
17859   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17860   algorithm: "plot_perf_box_name"
17861   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17862   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17863   include:
17864     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17865     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17866     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17867     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17868     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17869   layout:
17870     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17871     layout: "plot-throughput"
17872
17873 - type: "plot"
17874   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17875   algorithm: "plot_perf_box_name"
17876   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17877   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17878   include:
17879     - "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"
17880     - "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"
17881     - "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"
17882     - "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"
17883     - "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"
17884   layout:
17885     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17886     layout: "plot-throughput"
17887
17888 - type: "plot"
17889   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17890   algorithm: "plot_perf_box_name"
17891   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17892   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17893   include:
17894     - "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"
17895     - "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"
17896     - "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"
17897     - "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"
17898     - "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"
17899   layout:
17900     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17901     layout: "plot-throughput"
17902
17903 - type: "plot"
17904   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17905   algorithm: "plot_perf_box_name"
17906   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17907   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17908   include:
17909     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17910     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17913     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17914   layout:
17915     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17916     layout: "plot-throughput"
17917
17918 - type: "plot"
17919   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17920   algorithm: "plot_perf_box_name"
17921   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17922   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17923   include:
17924     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17925     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17926     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17927     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17928     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17929   layout:
17930     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17931     layout: "plot-throughput"
17932
17933 - type: "plot"
17934   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17935   algorithm: "plot_perf_box_name"
17936   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17937   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17938   include:
17939     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17940     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17941     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17942     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17943     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17944   layout:
17945     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17946     layout: "plot-throughput"
17947
17948 - type: "plot"
17949   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17950   algorithm: "plot_perf_box_name"
17951   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17952   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17953   include:
17954     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17955     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17956     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17959   layout:
17960     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17961     layout: "plot-throughput"
17962
17963 - type: "plot"
17964   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17965   algorithm: "plot_perf_box_name"
17966   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17967   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17968   include:
17969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17971     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17973   layout:
17974     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17975     layout: "plot-throughput"
17976
17977 - type: "plot"
17978   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17979   algorithm: "plot_perf_box_name"
17980   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17981   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17982   include:
17983     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17984     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17985     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17986     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17987   layout:
17988     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17989     layout: "plot-throughput"
17990
17991 - type: "plot"
17992   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17993   algorithm: "plot_perf_box_name"
17994   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17995   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17996   include:
17997     - "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"
17998     - "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"
17999     - "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"
18000     - "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"
18001   layout:
18002     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18003     layout: "plot-throughput"
18004
18005 - type: "plot"
18006   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18007   algorithm: "plot_perf_box_name"
18008   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18009   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18010   include:
18011     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18012     - "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"
18013     - "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"
18014     - "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"
18015   layout:
18016     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18017     layout: "plot-throughput"
18018
18019 - type: "plot"
18020   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18021   algorithm: "plot_perf_box_name"
18022   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18023   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18024   include:
18025     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18026     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18027     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18028     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18029     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18030     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18031   layout:
18032     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18033     layout: "plot-throughput"
18034
18035 - type: "plot"
18036   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18037   algorithm: "plot_perf_box_name"
18038   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18039   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18040   include:
18041     - "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"
18042     - "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"
18043     - "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"
18044     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18045     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18046     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18047   layout:
18048     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18049     layout: "plot-throughput"
18050
18051 ################################################################################
18052
18053 # Packet Speedup
18054
18055 - type: "plot"
18056   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18057   algorithm: "plot_tsa_name"
18058   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18059   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18060   include:
18061     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18062     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18063     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18064     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18065   layout:
18066     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18067     layout: "plot-throughput-speedup-analysis"
18068
18069 - type: "plot"
18070   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18071   algorithm: "plot_tsa_name"
18072   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18073   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18074   include:
18075     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18076     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18077     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18078     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18079   layout:
18080     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18081     layout: "plot-throughput-speedup-analysis"
18082
18083 - type: "plot"
18084   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18085   algorithm: "plot_tsa_name"
18086   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18087   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18088   include:
18089     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18090     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18091     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18092     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18093   layout:
18094     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18095     layout: "plot-throughput-speedup-analysis"
18096
18097 - type: "plot"
18098   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18099   algorithm: "plot_tsa_name"
18100   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18101   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18102   include:
18103     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18104     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18105     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18106     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18107   layout:
18108     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18109     layout: "plot-throughput-speedup-analysis"
18110
18111 - type: "plot"
18112   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18113   algorithm: "plot_tsa_name"
18114   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18115   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18116   include:
18117     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18118     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18119     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18120     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18121   layout:
18122     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18123     layout: "plot-throughput-speedup-analysis"
18124
18125 - type: "plot"
18126   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18127   algorithm: "plot_tsa_name"
18128   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18129   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18130   include:
18131     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18132     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18133     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18134     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18135   layout:
18136     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18137     layout: "plot-throughput-speedup-analysis"
18138
18139 - type: "plot"
18140   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18141   algorithm: "plot_tsa_name"
18142   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18143   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18144   include:
18145     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18146     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18147     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18148     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18149     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18150     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18151   layout:
18152     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18153     layout: "plot-throughput-speedup-analysis"
18154
18155 - type: "plot"
18156   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18157   algorithm: "plot_tsa_name"
18158   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18159   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18160   include:
18161     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18162     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18163     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18164     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18165     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18166     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18167   layout:
18168     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18169     layout: "plot-throughput-speedup-analysis"
18170
18171 - type: "plot"
18172   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18173   algorithm: "plot_tsa_name"
18174   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18175   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18176   include:
18177     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18178     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18179     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18180     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18181   layout:
18182     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18183     layout: "plot-throughput-speedup-analysis"
18184
18185 - type: "plot"
18186   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18187   algorithm: "plot_tsa_name"
18188   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18189   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18190   include:
18191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18192     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18193     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18194     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18195   layout:
18196     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18197     layout: "plot-throughput-speedup-analysis"
18198
18199 - type: "plot"
18200   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18201   algorithm: "plot_tsa_name"
18202   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18203   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18204   include:
18205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18206     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18208   layout:
18209     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18210     layout: "plot-throughput-speedup-analysis"
18211
18212 - type: "plot"
18213   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18214   algorithm: "plot_tsa_name"
18215   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18216   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18217   include:
18218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18221   layout:
18222     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18223     layout: "plot-throughput-speedup-analysis"
18224
18225 - type: "plot"
18226   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18227   algorithm: "plot_tsa_name"
18228   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18229   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18230   include:
18231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18235     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18236   layout:
18237     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18238     layout: "plot-throughput-speedup-analysis"
18239
18240 - type: "plot"
18241   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18242   algorithm: "plot_tsa_name"
18243   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18244   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18245   include:
18246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18249     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18251   layout:
18252     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18253     layout: "plot-throughput-speedup-analysis"
18254
18255 - type: "plot"
18256   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18257   algorithm: "plot_tsa_name"
18258   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18259   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18260   include:
18261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18264   layout:
18265     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18266     layout: "plot-throughput-speedup-analysis"
18267
18268 - type: "plot"
18269   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18270   algorithm: "plot_tsa_name"
18271   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18272   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18273   include:
18274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18277   layout:
18278     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18279     layout: "plot-throughput-speedup-analysis"
18280
18281 - type: "plot"
18282   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18283   algorithm: "plot_tsa_name"
18284   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18285   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18286   include:
18287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18293   layout:
18294     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18295     layout: "plot-throughput-speedup-analysis"
18296
18297 - type: "plot"
18298   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18299   algorithm: "plot_tsa_name"
18300   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18301   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18302   include:
18303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18309   layout:
18310     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18311     layout: "plot-throughput-speedup-analysis"
18312
18313 - type: "plot"
18314   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18315   algorithm: "plot_tsa_name"
18316   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18317   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18318   include:
18319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18325   layout:
18326     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18327     layout: "plot-throughput-speedup-analysis"
18328
18329 - type: "plot"
18330   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18331   algorithm: "plot_tsa_name"
18332   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18333   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18334   include:
18335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18341   layout:
18342     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18343     layout: "plot-throughput-speedup-analysis"
18344
18345 - type: "plot"
18346   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18347   algorithm: "plot_tsa_name"
18348   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18349   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18350   include:
18351     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18352     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18353   layout:
18354     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18355     layout: "plot-throughput-speedup-analysis"
18356
18357 - type: "plot"
18358   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18359   algorithm: "plot_tsa_name"
18360   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18361   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18362   include:
18363     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18364     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18365   layout:
18366     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18367     layout: "plot-throughput-speedup-analysis"
18368
18369 - type: "plot"
18370   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18371   algorithm: "plot_tsa_name"
18372   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18373   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18374   include:
18375     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18376     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18377     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18378     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18379     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18380     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18381   layout:
18382     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18383     layout: "plot-throughput-speedup-analysis"
18384
18385 - type: "plot"
18386   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18387   algorithm: "plot_tsa_name"
18388   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18389   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18390   include:
18391     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18392     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18393     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18394     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18395     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18396     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18397   layout:
18398     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18399     layout: "plot-throughput-speedup-analysis"
18400
18401 - type: "plot"
18402   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18403   algorithm: "plot_tsa_name"
18404   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18405   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18406   include:
18407     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18408     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18409     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18410     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18411     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18412     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18413   layout:
18414     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18415     layout: "plot-throughput-speedup-analysis"
18416
18417 - type: "plot"
18418   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18419   algorithm: "plot_tsa_name"
18420   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18421   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18422   include:
18423     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18424     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18425     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18426     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18427     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18428     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18429   layout:
18430     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18431     layout: "plot-throughput-speedup-analysis"
18432
18433 - type: "plot"
18434   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18435   algorithm: "plot_tsa_name"
18436   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18437   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18438   include:
18439     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18440     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18441     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18442     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18443     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18444     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18445   layout:
18446     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18447     layout: "plot-throughput-speedup-analysis"
18448
18449 - type: "plot"
18450   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18451   algorithm: "plot_tsa_name"
18452   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18453   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18454   include:
18455     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18456     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18457     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18458     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18459     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18460     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18461   layout:
18462     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18463     layout: "plot-throughput-speedup-analysis"
18464
18465 - type: "plot"
18466   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18467   algorithm: "plot_tsa_name"
18468   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18469   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18470   include:
18471     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18472     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18473     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18474     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18475     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18476   layout:
18477     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18478     layout: "plot-throughput-speedup-analysis"
18479
18480 - type: "plot"
18481   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18482   algorithm: "plot_tsa_name"
18483   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18484   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18485   include:
18486     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18487     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18488     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18489     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18490     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18491   layout:
18492     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18493     layout: "plot-throughput-speedup-analysis"
18494
18495 - type: "plot"
18496   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18497   algorithm: "plot_tsa_name"
18498   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18499   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18500   include:
18501     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18502     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18503     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18504     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18505     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18506   layout:
18507     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18508     layout: "plot-throughput-speedup-analysis"
18509
18510 - type: "plot"
18511   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18512   algorithm: "plot_tsa_name"
18513   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18514   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18515   include:
18516     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18517     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18518     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18519     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18520     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18521   layout:
18522     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18523     layout: "plot-throughput-speedup-analysis"
18524
18525 - type: "plot"
18526   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18527   algorithm: "plot_tsa_name"
18528   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18529   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18530   include:
18531     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18532     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18533     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18534     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18535     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18536   layout:
18537     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18538     layout: "plot-throughput-speedup-analysis"
18539
18540 - type: "plot"
18541   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18542   algorithm: "plot_tsa_name"
18543   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18544   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18545   include:
18546     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18547     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18548     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18549     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18550     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18551   layout:
18552     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18553     layout: "plot-throughput-speedup-analysis"
18554
18555 - type: "plot"
18556   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18557   algorithm: "plot_tsa_name"
18558   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18559   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18560   include:
18561     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18562     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18563     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18564     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18565     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18566   layout:
18567     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18568     layout: "plot-throughput-speedup-analysis"
18569
18570 - type: "plot"
18571   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18572   algorithm: "plot_tsa_name"
18573   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18574   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18575   include:
18576     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18577     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18578     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18579     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18580     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18581   layout:
18582     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18583     layout: "plot-throughput-speedup-analysis"
18584
18585 - type: "plot"
18586   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18587   algorithm: "plot_tsa_name"
18588   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18589   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18590   include:
18591     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18592     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18593     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18594     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18595     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18596   layout:
18597     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18598     layout: "plot-throughput-speedup-analysis"
18599
18600 - type: "plot"
18601   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18602   algorithm: "plot_tsa_name"
18603   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18604   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18605   include:
18606     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18607     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18608     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18609     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18610     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18611   layout:
18612     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18613     layout: "plot-throughput-speedup-analysis"
18614
18615 - type: "plot"
18616   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18617   algorithm: "plot_tsa_name"
18618   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18619   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18620   include:
18621     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18622     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18623     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18624     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18625     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18626     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18627   layout:
18628     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18629     layout: "plot-throughput-speedup-analysis"
18630
18631 - type: "plot"
18632   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18633   algorithm: "plot_tsa_name"
18634   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18635   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18636   include:
18637     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18638     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18639     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18640     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18641     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18642     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18643   layout:
18644     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18645     layout: "plot-throughput-speedup-analysis"
18646
18647 - type: "plot"
18648   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18649   algorithm: "plot_tsa_name"
18650   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18651   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18652   include:
18653     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18654     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18655     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18656     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18657   layout:
18658     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18659     layout: "plot-throughput-speedup-analysis"
18660
18661 - type: "plot"
18662   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18663   algorithm: "plot_tsa_name"
18664   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18665   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18666   include:
18667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18671   layout:
18672     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18673     layout: "plot-throughput-speedup-analysis"
18674
18675 - type: "plot"
18676   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18677   algorithm: "plot_tsa_name"
18678   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18679   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18680   include:
18681     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18682     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18683     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18687   layout:
18688     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18689     layout: "plot-throughput-speedup-analysis"
18690
18691 - type: "plot"
18692   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18693   algorithm: "plot_tsa_name"
18694   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18695   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18696   include:
18697     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18699     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18702     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18703   layout:
18704     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18705     layout: "plot-throughput-speedup-analysis"
18706
18707 - type: "plot"
18708   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18709   algorithm: "plot_tsa_name"
18710   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18711   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18712   include:
18713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18717   layout:
18718     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18719     layout: "plot-throughput-speedup-analysis"
18720
18721 - type: "plot"
18722   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18723   algorithm: "plot_tsa_name"
18724   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18725   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18726   include:
18727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18731   layout:
18732     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18733     layout: "plot-throughput-speedup-analysis"
18734
18735 - type: "plot"
18736   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18737   algorithm: "plot_tsa_name"
18738   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18739   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18740   include:
18741     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18742     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18743     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18744     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18745     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18746     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18747   layout:
18748     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18749     layout: "plot-throughput-speedup-analysis"
18750
18751 - type: "plot"
18752   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18753   algorithm: "plot_tsa_name"
18754   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18755   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18756   include:
18757     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18758     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18759     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18760     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18761     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18762     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18763   layout:
18764     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18765     layout: "plot-throughput-speedup-analysis"
18766
18767 - type: "plot"
18768   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18769   algorithm: "plot_tsa_name"
18770   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18771   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18772   include:
18773     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18774     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18775     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18776     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18777   layout:
18778     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18779     layout: "plot-throughput-speedup-analysis"
18780
18781 - type: "plot"
18782   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18783   algorithm: "plot_tsa_name"
18784   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18785   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18786   include:
18787     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18788     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18789     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18790     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18791   layout:
18792     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18793     layout: "plot-throughput-speedup-analysis"
18794
18795 - type: "plot"
18796   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18797   algorithm: "plot_tsa_name"
18798   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18799   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18800   include:
18801     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18802     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18803     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18804     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18805     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18806   layout:
18807     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18808     layout: "plot-throughput-speedup-analysis"
18809
18810 - type: "plot"
18811   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18812   algorithm: "plot_tsa_name"
18813   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18814   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18815   include:
18816     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18817     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18818     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18819     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18820     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18821   layout:
18822     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18823     layout: "plot-throughput-speedup-analysis"
18824
18825 - type: "plot"
18826   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18827   algorithm: "plot_tsa_name"
18828   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18829   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18830   include:
18831     - "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"
18832     - "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"
18833     - "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"
18834     - "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"
18835     - "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"
18836   layout:
18837     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18838     layout: "plot-throughput-speedup-analysis"
18839
18840 - type: "plot"
18841   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18842   algorithm: "plot_tsa_name"
18843   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18844   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18845   include:
18846     - "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"
18847     - "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"
18848     - "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"
18849     - "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"
18850     - "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"
18851   layout:
18852     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18853     layout: "plot-throughput-speedup-analysis"
18854
18855 - type: "plot"
18856   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18857   algorithm: "plot_tsa_name"
18858   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18859   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18860   include:
18861     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18862     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18863     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18864     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18865     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18866   layout:
18867     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18868     layout: "plot-throughput-speedup-analysis"
18869
18870 - type: "plot"
18871   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18872   algorithm: "plot_tsa_name"
18873   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18874   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18875   include:
18876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18878     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18879     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18880     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18881   layout:
18882     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18883     layout: "plot-throughput-speedup-analysis"
18884
18885 - type: "plot"
18886   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18887   algorithm: "plot_tsa_name"
18888   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18889   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18890   include:
18891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18895     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18896   layout:
18897     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18898     layout: "plot-throughput-speedup-analysis"
18899
18900 - type: "plot"
18901   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18902   algorithm: "plot_tsa_name"
18903   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18904   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18905   include:
18906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18908     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18909     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18910     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18911   layout:
18912     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18913     layout: "plot-throughput-speedup-analysis"
18914
18915 - type: "plot"
18916   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18917   algorithm: "plot_tsa_name"
18918   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18919   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18920   include:
18921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18923     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18924     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18925   layout:
18926     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18927     layout: "plot-throughput-speedup-analysis"
18928
18929 - type: "plot"
18930   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18931   algorithm: "plot_tsa_name"
18932   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18933   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18934   include:
18935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18937     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18938     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18939   layout:
18940     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18941     layout: "plot-throughput-speedup-analysis"
18942
18943 - type: "plot"
18944   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18945   algorithm: "plot_tsa_name"
18946   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18947   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18948   include:
18949     - "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"
18950     - "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"
18951     - "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"
18952     - "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"
18953   layout:
18954     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18955     layout: "plot-throughput-speedup-analysis"
18956
18957 - type: "plot"
18958   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18959   algorithm: "plot_tsa_name"
18960   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18961   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18962   include:
18963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18964     - "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"
18965     - "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"
18966     - "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"
18967   layout:
18968     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
18969     layout: "plot-throughput-speedup-analysis"
18970
18971 - type: "plot"
18972   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18973   algorithm: "plot_tsa_name"
18974   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18975   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18976   include:
18977     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18978     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18979     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18980     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18981     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18982     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18983   layout:
18984     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18985     layout: "plot-throughput-speedup-analysis"
18986
18987 - type: "plot"
18988   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18989   algorithm: "plot_tsa_name"
18990   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18991   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18992   include:
18993     - "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"
18994     - "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"
18995     - "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"
18996     - "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"
18997     - "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"
18998     - "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"
18999   layout:
19000     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19001     layout: "plot-throughput-speedup-analysis"
19002
19003 ################################################################################
19004
19005 # Packet Throughput - DPDK
19006
19007 # 2n-clx-xxv710
19008
19009 - type: "plot"
19010   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19011   algorithm: "plot_perf_box_name"
19012   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19013   data: "plot-dpdk-throughput-latency-2n-clx"
19014   include:
19015     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19016     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19017   layout:
19018     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19019     layout: "plot-throughput"
19020
19021 - type: "plot"
19022   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19023   algorithm: "plot_perf_box_name"
19024   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19025   data: "plot-dpdk-throughput-latency-2n-clx"
19026   include:
19027     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19028     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19029   layout:
19030     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19031     layout: "plot-throughput"
19032
19033 - type: "plot"
19034   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19035   algorithm: "plot_perf_box_name"
19036   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19037   data: "plot-dpdk-throughput-latency-2n-clx"
19038   include:
19039     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19040     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19041   layout:
19042     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19043     layout: "plot-throughput"
19044
19045 - type: "plot"
19046   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19047   algorithm: "plot_perf_box_name"
19048   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19049   data: "plot-dpdk-throughput-latency-2n-clx"
19050   include:
19051     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19052     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19053   layout:
19054     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19055     layout: "plot-throughput"
19056
19057 # 2n-clx-x710
19058
19059 - type: "plot"
19060   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19061   algorithm: "plot_perf_box_name"
19062   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19063   data: "plot-dpdk-throughput-latency-2n-clx"
19064   include:
19065     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19066     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19067   layout:
19068     title: "2n-clx-x710-64b-2t1c-base-ndr"
19069     layout: "plot-throughput"
19070
19071 - type: "plot"
19072   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19073   algorithm: "plot_perf_box_name"
19074   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19075   data: "plot-dpdk-throughput-latency-2n-clx"
19076   include:
19077     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19078     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19079   layout:
19080     title: "2n-clx-x710-64b-4t2c-base-ndr"
19081     layout: "plot-throughput"
19082
19083 - type: "plot"
19084   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19085   algorithm: "plot_perf_box_name"
19086   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19087   data: "plot-dpdk-throughput-latency-2n-clx"
19088   include:
19089     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19090     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19091   layout:
19092     title: "2n-clx-x710-64b-2t1c-base-pdr"
19093     layout: "plot-throughput"
19094
19095 - type: "plot"
19096   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19097   algorithm: "plot_perf_box_name"
19098   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19099   data: "plot-dpdk-throughput-latency-2n-clx"
19100   include:
19101     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19102     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19103   layout:
19104     title: "2n-clx-x710-64b-4t2c-base-pdr"
19105     layout: "plot-throughput"
19106
19107 ################################################################################
19108
19109 - type: "plot"
19110   title: "Latency by percentile: 2n-skx"
19111   algorithm: "plot_hdrh_lat_by_percentile"
19112   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19113   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19114   target-links: "../../_static/vpp"
19115   data: "plot-vpp-hdrh-lat-2n-skx"
19116   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19117   layout:
19118     layout: "plot-hdrh-latency-by-percentile"
19119
19120 - type: "plot"
19121   title: "Latency by percentile: 3n-skx"
19122   algorithm: "plot_hdrh_lat_by_percentile"
19123   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19124   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19125   target-links: "../../_static/vpp"
19126   data: "plot-vpp-hdrh-lat-3n-skx"
19127   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19128   layout:
19129     layout: "plot-hdrh-latency-by-percentile"
19130
19131 - type: "plot"
19132   title: "Latency by percentile: 2n-clx"
19133   algorithm: "plot_hdrh_lat_by_percentile"
19134   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19135   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19136   target-links: "../../_static/vpp"
19137   data: "plot-vpp-hdrh-lat-2n-clx"
19138   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19139   layout:
19140     layout: "plot-hdrh-latency-by-percentile"
19141
19142 - type: "plot"
19143   title: "Latency by percentile: 3n-hsw"
19144   algorithm: "plot_hdrh_lat_by_percentile"
19145   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19146   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19147   target-links: "../../_static/vpp"
19148   data: "plot-vpp-hdrh-lat-3n-hsw"
19149   filter: "'1T1C' and 'NIC_Intel-XL710'"
19150   layout:
19151     layout: "plot-hdrh-latency-by-percentile"
19152
19153 - type: "plot"
19154   title: "Latency by percentile: 3n-tsh"
19155   algorithm: "plot_hdrh_lat_by_percentile"
19156   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19157   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19158   target-links: "../../_static/vpp"
19159   data: "plot-vpp-hdrh-lat-3n-tsh"
19160   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19161   layout:
19162     layout: "plot-hdrh-latency-by-percentile"
19163
19164 - type: "plot"
19165   title: "Latency by percentile: DPDK 2n-skx"
19166   algorithm: "plot_hdrh_lat_by_percentile"
19167   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19168   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19169   target-links: "../../_static/dpdk"
19170   data: "plot-dpdk-hdrh-lat-2n-skx"
19171   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19172   layout:
19173     layout: "plot-hdrh-latency-by-percentile"
19174
19175 - type: "plot"
19176   title: "Latency by percentile: DPDK 3n-skx"
19177   algorithm: "plot_hdrh_lat_by_percentile"
19178   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19179   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19180   target-links: "../../_static/dpdk"
19181   data: "plot-dpdk-hdrh-lat-3n-skx"
19182   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19183   layout:
19184     layout: "plot-hdrh-latency-by-percentile"
19185
19186 - type: "plot"
19187   title: "Latency by percentile: DPDK 2n-clx"
19188   algorithm: "plot_hdrh_lat_by_percentile"
19189   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19190   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19191   target-links: "../../_static/dpdk"
19192   data: "plot-dpdk-hdrh-lat-2n-clx"
19193   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19194   layout:
19195     layout: "plot-hdrh-latency-by-percentile"
19196
19197 - type: "plot"
19198   title: "Latency by percentile: DPDK 3n-hsw"
19199   algorithm: "plot_hdrh_lat_by_percentile"
19200   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19201   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19202   target-links: "../../_static/dpdk"
19203   data: "plot-dpdk-hdrh-lat-3n-hsw"
19204   filter: "'1T1C' and 'NIC_Intel-XL710'"
19205   layout:
19206     layout: "plot-hdrh-latency-by-percentile"
19207
19208 - type: "plot"
19209   title: "Latency by percentile: DPDK 3n-tsh"
19210   algorithm: "plot_hdrh_lat_by_percentile"
19211   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19212   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19213   target-links: "../../_static/dpdk"
19214   data: "plot-dpdk-hdrh-lat-3n-tsh"
19215   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19216   layout:
19217     layout: "plot-hdrh-latency-by-percentile"