Report: Update to version numbering for RCA tables
[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
674     vpp-perf-results-2n-skx:
675       csit-vpp-perf-verify-2001-2n-skx:
676         - 155  # NDRPDR full - perf-full-2n-skx-ip4_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
677         - 156  # NDRPDR full - perf-full-2n-skx-ip4_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
678         - 157  # NDRPDR full - perf-full-2n-skx-ip4_III - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
679         - 158  # NDRPDR full - perf-full-2n-skx-ip4_V - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
680         - 159  # NDRPDR full - perf-full-2n-skx-ip4_VIII - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
681         - 160  # NDRPDR full - perf-full-2n-skx-ip4_IX - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
682         - 161  # NDRPDR full - perf-full-2n-skx-ip6_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
683         - 162  # NDRPDR full - perf-full-2n-skx-ip6_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
684         - 163  # NDRPDR full - perf-full-2n-skx-l2_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
685         - 164  # NDRPDR full - perf-full-2n-skx-l2_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
686         - 165  # NDRPDR full - perf-full-2n-skx-memif - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
687         - 166  # NDRPDR full - perf-full-2n-skx-vhost I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
688         - 167  # NDRPDR full - perf-full-2n-skx-vhost II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
689         - 168  # NDRPDR full - perf-full-2n-skx-vts - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
690
691     vpp-perf-results-2n-clx:
692       csit-vpp-perf-verify-2001-2n-clx:
693         - 53  # NDRPDR full
694         - 54  # NDRPDR full
695         - 55  # NDRPDR full
696         - 56  # NDRPDR full
697         - 57  # NDRPDR full
698         - 58  # NDRPDR full
699         - 59  # NDRPDR full
700         - 60  # NDRPDR full
701         - 61  # NDRPDR full
702         - 62  # NDRPDR full
703         - 63  # NDRPDR full
704         - 64  # NDRPDR full
705         - 65  # NDRPDR full
706         - 66  # NDRPDR full
707         - 67  # NDRPDR full
708
709     vpp-perf-results-3n-tsh:
710       csit-vpp-perf-verify-2001-3n-tsh:
711         - 10  # NDRPDR sel
712
713     vpp-perf-results-3n-dnv:
714       csit-vpp-perf-verify-2001-3n-dnv:
715         - 19  # NDRPDR full
716         - 20  # NDRPDR full
717         - 21  # NDRPDR full
718         - 22  # NDRPDR full
719         - 23  # NDRPDR full
720         - 24  # NDRPDR full
721         - 25  # NDRPDR full
722         - 26  # NDRPDR full
723         - 37  # NDRPDR full
724         - 38  # NDRPDR full
725         - 39  # NDRPDR full
726
727     vpp-perf-results-2n-dnv:
728       csit-vpp-perf-verify-2001-2n-dnv:
729         - 21  # NDRPDR full
730         - 22  # NDRPDR full
731         - 25  # NDRPDR full
732         - 26  # NDRPDR full
733         - 27  # NDRPDR full
734         - 28  # NDRPDR full
735
736     vpp-mrr-results-3n-hsw:
737       csit-vpp-perf-verify-2001-3n-hsw:
738         - 17  # MRR sel
739
740     vpp-mrr-results-3n-skx:
741       csit-vpp-perf-verify-2001-3n-skx:
742         - 50  # MRR sel
743         - 53  # MRR sel addition
744
745     vpp-mrr-results-2n-skx:
746       csit-vpp-perf-verify-2001-2n-skx:
747         - 101 # MRR sel
748         - 128 # MRR sel addition
749
750     vpp-mrr-results-2n-clx:
751       csit-vpp-perf-verify-2001-2n-clx:
752         - 39  # MRR
753
754     vpp-mrr-results-3n-tsh:
755       csit-vpp-perf-verify-2001-3n-tsh:
756         - 9   # MRR sel
757
758     vpp-mrr-results-3n-dnv:
759       csit-vpp-perf-verify-2001-3n-dnv:
760         - 11  # MRR sel
761
762     vpp-mrr-results-2n-dnv:
763       csit-vpp-perf-verify-2001-2n-dnv:
764         - 12  # MRR sel
765
766     vpp-device-results-ubuntu:
767       csit-vpp-device-2001-ubuntu1804-1n-skx:
768         - 57
769
770     dpdk-perf-results-3n-hsw:
771       csit-dpdk-perf-verify-2001-3n-hsw:
772         - 25  # NDRPDR full
773         - 26  # NDRPDR full
774
775     dpdk-perf-results-3n-skx:
776       csit-dpdk-perf-verify-2001-3n-skx:
777         - 29  # NDRPDR sel xxv710
778         - 30  # NDRPDR sel x710
779
780     dpdk-perf-results-2n-skx:
781       csit-dpdk-perf-verify-2001-2n-skx:
782         - 35  # NDRPDR sel xxv710
783         - 38  # NDRPDR sel x710
784
785     dpdk-perf-results-2n-clx:
786       csit-dpdk-perf-verify-2001-2n-clx:
787         - 15  # NDRPDR sel
788         - 34  # NDRPDR sel
789
790     dpdk-perf-results-2n-dnv:
791       csit-dpdk-perf-verify-2001-2n-dnv:
792         - 16  # NDRPDR sel
793
794     dpdk-perf-results-3n-dnv:
795       csit-dpdk-perf-verify-2001-3n-dnv:
796         - 12  # NDRPDR sel
797
798     dpdk-perf-results-3n-tsh:
799       csit-dpdk-perf-verify-2001-3n-tsh:
800         - 3   # NDRPDR sel
801
802 ###########################################################################
803     # Tables (more than one data set)
804
805     # Performance changes
806
807     vpp-perf-changes-2n-skx-old1908_0:
808       csit-vpp-perf-verify-1908-2n-skx:
809         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
810         - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
811         - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
812         - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
813         - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
814         - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
815         - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
816         - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
817         - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
818         - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
819     vpp-perf-changes-2n-skx-old1908_1:
820       csit-vpp-perf-verify-1908_1-2n-skx:
821         - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
822         - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
823         - 6   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
824         - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
825         - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
826         - 16  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
827         - 21  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
828         - 23  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
829         - 24  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
830         - 25  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
831     vpp-perf-changes-2n-skx-new1908_1:
832       csit-vpp-perf-verify-1908_1-2n-skx:
833         - 39  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
834         - 40  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
835         - 41  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
836         - 43  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
837         - 44  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
838         - 45  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
839         - 46  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
840         - 47  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
841         - 48  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
842         - 49  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
843     vpp-perf-changes-2n-skx-new1908_2:
844       csit-vpp-perf-verify-1908_2-2n-skx:
845         - 1   # NDRPDR sel
846         - 2   # NDRPDR sel
847         - 3   # NDRPDR sel
848         - 4   # NDRPDR sel
849         - 5   # NDRPDR sel
850         - 6   # NDRPDR sel
851         - 7   # NDRPDR sel
852         - 8   # NDRPDR sel
853         - 9   # NDRPDR sel
854         - 10  # NDRPDR sel
855     vpp-perf-changes-2n-skx-new2001_0:
856       csit-vpp-perf-verify-2001-2n-skx:
857         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
858         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
859         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
860         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
861         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
862         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
863         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
864         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
865         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
866         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
867
868     vpp-perf-changes-3n-skx-old1908_0:
869       csit-vpp-perf-verify-1908-3n-skx:
870         - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
871         - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
872         - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
873         - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
874         - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
875         - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
876         - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
877         - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
878         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
879         - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
880     vpp-perf-changes-3n-skx-old1908_1:
881       csit-vpp-perf-verify-1908_1-3n-skx:
882         - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
883         - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
884         - 7   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
885         - 8   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
886         - 9   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
887         - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
888         - 11  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
889         - 12  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
890         - 13  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
891         - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
892     vpp-perf-changes-3n-skx-new1908_1:
893       csit-vpp-perf-verify-1908_1-3n-skx:
894         - 26  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
895         - 27  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
896         - 28  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
897         - 29  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
898         - 30  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
899         - 31  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
900         - 33  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
901         - 34  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
902         - 35  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
903         - 36  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
904     vpp-perf-changes-3n-skx-new1908_2:
905       csit-vpp-perf-verify-1908_2-3n-skx:
906         - 1   # NDRPDR sel
907         - 2   # NDRPDR sel
908     vpp-perf-changes-3n-skx-new2001_0:
909       csit-vpp-perf-verify-2001-3n-skx:
910         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
911         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
912         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
913         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
914         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
915         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
916         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
917
918     vpp-perf-changes-2n-clx-new1908_1:
919       csit-vpp-perf-verify-1908_1-2n-clx:
920         - 5  # NDRPDR sel
921         - 6  # NDRPDR sel
922         - 7  # NDRPDR sel
923         - 8  # NDRPDR sel
924     vpp-perf-changes-2n-clx-new1908_2:
925       csit-vpp-perf-verify-1908_2-2n-clx:
926         - 4  # NDRPDR sel
927         - 5  # NDRPDR sel
928         - 6  # NDRPDR sel
929         - 7  # NDRPDR sel
930         - 8  # NDRPDR sel
931
932     vpp-performance-changes-3n-hsw-h1:
933       csit-vpp-perf-verify-1904-3n-hsw:
934         - 11  # NDRPDR sel
935         - 12  # NDRPDR sel
936         - 20  # NDRPDR sel
937         - 21  # NDRPDR sel
938         - 23  # NDRPDR sel
939         - 24  # NDRPDR sel
940         - 25  # NDRPDR sel
941         - 26  # NDRPDR sel
942         - 29  # NDRPDR sel
943         - 30  # NDRPDR sel
944     vpp-performance-changes-3n-hsw-ref:
945       csit-vpp-perf-verify-1908-3n-hsw:
946         - 12  # NDRPDR sel
947         - 13  # NDRPDR sel
948         - 14  # NDRPDR sel
949         - 15  # NDRPDR sel
950         - 16  # NDRPDR sel
951         - 17  # NDRPDR sel
952         - 18  # NDRPDR sel
953         - 19  # NDRPDR sel
954         - 20  # NDRPDR sel
955         - 21  # NDRPDR sel
956     vpp-performance-changes-3n-hsw-cmp:
957       csit-vpp-perf-verify-2001-3n-hsw:
958         - 21  # NDRPDR sel
959         - 22  # NDRPDR sel
960         - 23  # NDRPDR sel
961         - 24  # NDRPDR sel
962         - 25  # NDRPDR sel
963         - 29  # NDRPDR sel
964         - 30  # NDRPDR sel
965         - 31  # NDRPDR sel
966         - 32  # NDRPDR sel
967         - 34  # NDRPDR sel
968
969     vpp-performance-changes-3n-skx-h1:
970       csit-vpp-perf-verify-1904-3n-skx:
971         - 8   # NDRPDR sel
972         - 9   # NDRPDR sel
973         - 10  # NDRPDR sel
974         - 11  # NDRPDR sel
975         - 12  # NDRPDR sel
976         - 14  # NDRPDR sel
977         - 16  # NDRPDR sel
978         - 21  # NDRPDR sel
979         - 23  # NDRPDR sel
980         - 25  # NDRPDR sel
981     vpp-performance-changes-3n-skx-ref:
982       csit-vpp-perf-verify-1908-3n-skx:
983         - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
984         - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
985         - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
986         - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
987         - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
988         - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
989         - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
990         - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
991         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
992         - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
993     vpp-performance-changes-3n-skx-cmp:
994       # TODO: Add the data
995       csit-vpp-perf-verify-2001-3n-skx:
996         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
997         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
998         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
999         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1000         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1001         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1002         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1003
1004     vpp-performance-changes-2n-skx-h1:
1005       csit-vpp-perf-verify-1904-2n-skx:
1006         - 12  # NDRPDR sel
1007         - 14  # NDRPDR sel
1008         - 16  # NDRPDR sel
1009         - 17  # NDRPDR sel
1010         - 18  # NDRPDR sel
1011         - 21  # NDRPDR sel
1012         - 27  # NDRPDR sel
1013         - 30  # NDRPDR sel
1014         - 31  # NDRPDR sel
1015         - 32  # NDRPDR sel
1016     vpp-performance-changes-2n-skx-ref:
1017       csit-vpp-perf-verify-1908-2n-skx:
1018         - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
1019         - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
1020         - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
1021         - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
1022         - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
1023         - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
1024         - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
1025         - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
1026         - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
1027         - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
1028     vpp-performance-changes-2n-skx-cmp:
1029       csit-vpp-perf-verify-2001-2n-skx:
1030         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1031         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1032         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1033         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1034         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1035         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1036         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1037         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1038         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1039         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1040
1041     vpp-performance-changes-nfv-2n-skx-ref:
1042       csit-vpp-perf-verify-1908-2n-skx:
1043         - 22  # NFV
1044         - 31  # NFV
1045         - 32  # NFV
1046     vpp-performance-changes-nfv-2n-skx-cmp:
1047       # TODO: Add the data
1048       csit-vpp-perf-verify-2001-2n-skx:
1049         - 30  # NFV
1050         - 31  # NFV
1051
1052     vpp-performance-changes-2n-dnv-ref:
1053       csit-vpp-perf-verify-1908-2n-dnv:
1054         - 1   # NDRPDR sel
1055         - 2   # NDRPDR sel
1056         - 3   # NDRPDR sel
1057         - 4   # NDRPDR sel
1058         - 5   # NDRPDR sel
1059         - 6   # NDRPDR sel
1060         - 7   # NDRPDR sel
1061         - 8   # NDRPDR sel
1062         - 9   # NDRPDR sel
1063         - 10  # NDRPDR sel
1064     vpp-performance-changes-2n-dnv-cmp:
1065       csit-vpp-perf-verify-2001-2n-dnv:
1066         - 4   # NDRPDR sel
1067         - 5   # NDRPDR sel
1068         - 6   # NDRPDR sel
1069         - 7   # NDRPDR sel
1070         - 8   # NDRPDR sel
1071         - 9   # NDRPDR sel
1072         - 10  # NDRPDR sel
1073         - 11  # NDRPDR sel
1074         - 13  # NDRPDR sel
1075         - 16  # NDRPDR sel
1076
1077     vpp-performance-changes-3n-dnv-ref:
1078       csit-vpp-perf-verify-1908-3n-dnv:
1079         - 6   # NDRPDR sel
1080         - 7   # NDRPDR sel
1081         - 8   # NDRPDR sel
1082         - 9   # NDRPDR sel
1083         - 10  # NDRPDR sel
1084         - 12  # NDRPDR sel
1085         - 13  # NDRPDR sel
1086         - 14  # NDRPDR sel
1087         - 15  # NDRPDR sel
1088         - 16  # NDRPDR sel
1089     vpp-performance-changes-3n-dnv-cmp:
1090       csit-vpp-perf-verify-2001-3n-dnv:
1091         - 5   # NDRPDR sel
1092         - 6   # NDRPDR sel
1093         - 7   # NDRPDR sel
1094         - 8   # NDRPDR sel
1095         - 9   # NDRPDR sel
1096         - 10  # NDRPDR sel
1097         - 12  # NDRPDR sel
1098         - 16  # NDRPDR sel
1099         - 17  # NDRPDR sel
1100         - 18  # NDRPDR sel
1101
1102     vpp-performance-changes-3n-tsh-ref:
1103       csit-vpp-perf-verify-1908-3n-tsh:
1104         - 7   # NDRPDR sel
1105         - 8   # NDRPDR sel
1106         - 9   # NDRPDR sel
1107         - 10  # NDRPDR sel
1108         - 11  # NDRPDR sel
1109         - 12  # NDRPDR sel
1110         - 13  # NDRPDR sel
1111         - 14  # NDRPDR sel
1112         - 15  # NDRPDR sel
1113         - 16  # NDRPDR sel
1114     vpp-performance-changes-3n-tsh-cmp:
1115       csit-vpp-perf-verify-2001-3n-tsh:
1116         - 3   # NDRPDR sel
1117         - 4   # NDRPDR sel
1118         - 7   # NDRPDR sel
1119         - 8   # NDRPDR sel
1120         - 10  # NDRPDR sel
1121         - 12  # NDRPDR sel
1122         - 13  # NDRPDR sel
1123         - 14  # NDRPDR sel
1124         - 15  # NDRPDR sel
1125         - 21  # NDRPDR sel
1126
1127     vpp-soak-vs-ndr-2n-skx-ref:
1128       csit-vpp-perf-verify-2001-2n-skx:
1129         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1130         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1131         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1132         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1133         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1134         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1135         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1136         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1137         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1138         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1139     vpp-soak-vs-ndr-2n-skx-cmp:
1140       csit-vpp-perf-verify-2001-2n-skx:
1141         - 181  # Soak
1142         - 182  # Soak
1143     vpp-soak-vs-ndr-2n-skx:
1144       csit-vpp-perf-verify-2001-2n-skx:
1145         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1146         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1147         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1148         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1149         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1150         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1151         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1152         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1153         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1154         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1155         - 181  # Soak
1156         - 182  # Soak
1157
1158     vpp-soak-vs-ndr-2n-clx-ref:
1159       csit-vpp-perf-verify-2001-2n-clx:
1160         - 28  # NDRPDR sel
1161         - 29  # NDRPDR sel
1162         - 32  # NDRPDR sel
1163         - 40  # NDRPDR sel
1164         - 43  # NDRPDR sel
1165         - 44  # NDRPDR sel
1166         - 45  # NDRPDR sel
1167         - 47  # NDRPDR sel
1168         - 48  # NDRPDR sel
1169         - 49  # NDRPDR sel
1170     vpp-soak-vs-ndr-2n-clx-cmp:
1171       csit-vpp-perf-verify-2001-2n-clx:
1172         - 93  # SOAK
1173         - 94  # Soak
1174     vpp-soak-vs-ndr-2n-clx:
1175       csit-vpp-perf-verify-2001-2n-clx:
1176         - 28  # NDRPDR sel
1177         - 29  # NDRPDR sel
1178         - 32  # NDRPDR sel
1179         - 40  # NDRPDR sel
1180         - 43  # NDRPDR sel
1181         - 44  # NDRPDR sel
1182         - 45  # NDRPDR sel
1183         - 47  # NDRPDR sel
1184         - 48  # NDRPDR sel
1185         - 49  # NDRPDR sel
1186         - 93  # SOAK
1187         - 94  # Soak
1188
1189     vpp-performance-changes-3n-hsw-mrr-h1:
1190       csit-vpp-perf-verify-1904-3n-hsw:
1191         - 9   # MRR sel
1192     vpp-performance-changes-3n-hsw-mrr-ref:
1193       csit-vpp-perf-verify-1908-3n-hsw:
1194         - 39  # MRR sel
1195     vpp-performance-changes-3n-hsw-mrr-cmp:
1196       csit-vpp-perf-verify-2001-3n-hsw:
1197         - 17  # MRR sel
1198
1199     vpp-performance-changes-3n-skx-mrr-h1:
1200       csit-vpp-perf-verify-1904-3n-skx:
1201         - 7   # MRR sel
1202     vpp-performance-changes-3n-skx-mrr-ref:
1203       csit-vpp-perf-verify-1908-3n-skx:
1204         - 36  # MRR sel
1205     vpp-performance-changes-3n-skx-mrr-cmp:
1206       csit-vpp-perf-verify-2001-3n-skx:
1207         - 50  # MRR sel
1208         - 53  # MRR sel addition
1209
1210     vpp-performance-changes-2n-skx-mrr-h1:
1211       csit-vpp-perf-verify-1904-2n-skx:
1212         - 11  # MRR sel
1213     vpp-performance-changes-2n-skx-mrr-ref:
1214       csit-vpp-perf-verify-1908-2n-skx:
1215         - 69  # MRR sel
1216     vpp-performance-changes-2n-skx-mrr-cmp:
1217       csit-vpp-perf-verify-2001-2n-skx:
1218         - 101 # MRR sel
1219         - 128 # MRR sel addition
1220
1221     vpp-performance-changes-nfv-2n-skx-mrr-ref:
1222       csit-vpp-perf-verify-1908-2n-skx:
1223         - 71  # NFV MRR
1224     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1225       # TODO: Replace
1226       # csit-vpp-perf-verify-2001-2n-skx:
1227       csit-vpp-perf-verify-1908-2n-skx:
1228         - 71  # NFV MRR
1229
1230     vpp-performance-changes-2n-dnv-mrr-ref:
1231       csit-vpp-perf-verify-1908-2n-dnv:
1232         - 11  # MRR sel
1233     vpp-performance-changes-2n-dnv-mrr-cmp:
1234       csit-vpp-perf-verify-2001-2n-dnv:
1235         - 12  # MRR sel
1236
1237     vpp-performance-changes-3n-dnv-mrr-ref:
1238       csit-vpp-perf-verify-1908-3n-dnv:
1239         - 17  # MRR sel
1240     vpp-performance-changes-3n-dnv-mrr-cmp:
1241       csit-vpp-perf-verify-2001-3n-dnv:
1242         - 11  # MRR sel
1243
1244     vpp-performance-changes-3n-tsh-mrr-ref:
1245       csit-vpp-perf-verify-1908-3n-tsh:
1246         - 17  # MRR sel
1247     vpp-performance-changes-3n-tsh-mrr-cmp:
1248       csit-vpp-perf-verify-2001-3n-tsh:
1249         - 9   # MRR sel
1250
1251     dpdk-performance-changes-3n-hsw-h1:
1252       csit-dpdk-perf-verify-1904-3n-hsw:
1253         - 2   # NDRPDR sel
1254         - 3   # NDRPDR sel
1255         - 5   # NDRPDR sel
1256         - 6   # NDRPDR sel
1257         - 13  # NDRPDR sel
1258         - 14  # NDRPDR sel
1259         - 15  # NDRPDR sel
1260         - 18  # NDRPDR sel
1261         - 19  # NDRPDR sel
1262         - 20  # NDRPDR sel
1263     dpdk-performance-changes-3n-hsw-ref:
1264       csit-dpdk-perf-verify-1908-3n-hsw:
1265         - 2   # NDRPDR sel
1266         - 3   # NDRPDR sel
1267         - 4   # NDRPDR sel
1268         - 5   # NDRPDR sel
1269         - 6   # NDRPDR sel
1270         - 7   # NDRPDR sel
1271         - 8   # NDRPDR sel
1272         - 9   # NDRPDR sel
1273         - 10  # NDRPDR sel
1274         - 11  # NDRPDR sel
1275     dpdk-performance-changes-3n-hsw-cmp:
1276       csit-dpdk-perf-verify-2001-3n-hsw:
1277 #        - 4   # NDRPDR sel
1278 #        - 5   # NDRPDR sel
1279 #        - 6   # NDRPDR sel
1280 #        - 7   # NDRPDR sel
1281 #        - 8   # NDRPDR sel
1282 #        - 9   # NDRPDR sel
1283 #        - 10  # NDRPDR sel
1284 #        - 11  # NDRPDR sel
1285 #        - 12  # NDRPDR sel
1286 #        - 13  # NDRPDR sel
1287         - 15  # NDRPDR sel
1288         - 16  # NDRPDR sel
1289         - 17  # NDRPDR sel
1290         - 18  # NDRPDR sel
1291         - 19  # NDRPDR sel
1292         - 20  # NDRPDR sel
1293         - 21  # NDRPDR sel
1294         - 22  # NDRPDR sel
1295         - 23  # NDRPDR sel
1296         - 24  # NDRPDR sel
1297
1298     dpdk-performance-changes-3n-skx-h1:
1299       csit-dpdk-perf-verify-1904-3n-skx:
1300         - 2   # NDRPDR sel
1301         - 3   # NDRPDR sel
1302         - 4   # NDRPDR sel
1303         - 5   # NDRPDR sel
1304         - 6   # NDRPDR sel
1305         - 7   # NDRPDR sel
1306         - 11  # NDRPDR sel
1307         - 12  # NDRPDR sel
1308         - 13  # NDRPDR sel
1309         - 14  # NDRPDR sel
1310     dpdk-performance-changes-3n-skx-ref:
1311       csit-dpdk-perf-verify-1908-3n-skx:
1312         - 3   # NDRPDR sel
1313         - 4   # NDRPDR sel
1314         - 5   # NDRPDR sel
1315         - 6   # NDRPDR sel
1316         - 7   # NDRPDR sel
1317         - 8   # NDRPDR sel
1318         - 9   # NDRPDR sel
1319         - 10  # NDRPDR sel
1320         - 11  # NDRPDR sel
1321         - 12  # NDRPDR sel
1322     dpdk-performance-changes-3n-skx-cmp:
1323       csit-dpdk-perf-verify-2001-3n-skx:
1324         - 29  # NDRPDR sel xxv710
1325         - 33  # NDRPDR sel xxv710
1326         - 34  # NDRPDR sel xxv710
1327         - 35  # NDRPDR sel xxv710
1328         - 36  # NDRPDR sel xxv710
1329         - 37  # NDRPDR sel xxv710
1330         - 41  # NDRPDR sel xxv710
1331         - 42  # NDRPDR sel xxv710
1332         - 43  # NDRPDR sel xxv710
1333         - 45  # NDRPDR sel xxv710
1334         - 30  # NDRPDR sel x710
1335         - 31  # NDRPDR sel x710
1336         - 32  # NDRPDR sel x710
1337         - 38  # NDRPDR sel x710
1338         - 39  # NDRPDR sel x710
1339         - 40  # NDRPDR sel x710
1340         - 44  # NDRPDR sel x710
1341         - 46  # NDRPDR sel x710
1342         - 47  # NDRPDR sel x710
1343         - 48  # NDRPDR sel x710
1344
1345     dpdk-performance-changes-2n-skx-h1:
1346       csit-dpdk-perf-verify-1904-2n-skx:
1347         - 2   # NDRPDR sel
1348         - 3   # NDRPDR sel
1349         - 4   # NDRPDR sel
1350         - 5   # NDRPDR sel
1351         - 7   # NDRPDR sel
1352         - 8   # NDRPDR sel
1353         - 9   # NDRPDR sel
1354         - 10  # NDRPDR sel
1355         - 11  # NDRPDR sel
1356         - 12  # NDRPDR sel
1357     dpdk-performance-changes-2n-skx-ref:
1358       csit-dpdk-perf-verify-1908-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-cmp:
1370       csit-dpdk-perf-verify-2001-2n-skx:
1371         - 35  # NDRPDR sel xxv710
1372         - 36  # NDRPDR sel xxv710
1373         - 37  # NDRPDR sel xxv710
1374         - 41  # NDRPDR sel xxv710
1375         - 42  # NDRPDR sel xxv710
1376         - 43  # NDRPDR sel xxv710
1377         - 46  # NDRPDR sel xxv710
1378         - 47  # NDRPDR sel xxv710
1379         - 52  # NDRPDR sel xxv710
1380         - 53  # NDRPDR sel xxv710
1381         - 38  # NDRPDR sel x710
1382         - 39  # NDRPDR sel x710
1383         - 40  # NDRPDR sel x710
1384         - 44  # NDRPDR sel x710
1385         - 45  # NDRPDR sel x710
1386         - 48  # NDRPDR sel x710
1387         - 49  # NDRPDR sel x710
1388         - 50  # NDRPDR sel x710
1389         - 51  # NDRPDR sel x710
1390         - 54  # NDRPDR sel x710
1391
1392     # Compare testbeds
1393
1394     vpp-compare-testbeds-ref:
1395       csit-vpp-perf-verify-2001-3n-hsw:
1396         - 21  # NDRPDR sel
1397         - 22  # NDRPDR sel
1398         - 23  # NDRPDR sel
1399         - 24  # NDRPDR sel
1400         - 25  # NDRPDR sel
1401         - 29  # NDRPDR sel
1402         - 30  # NDRPDR sel
1403         - 31  # NDRPDR sel
1404         - 32  # NDRPDR sel
1405         - 34  # NDRPDR sel
1406     vpp-compare-testbeds-cmp:
1407       # TODO: Add the data
1408       csit-vpp-perf-verify-2001-3n-skx:
1409         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1410         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1411         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1412         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1413         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1414         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1415         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1416
1417     vpp-compare-testbeds-skx-clx-ref:
1418       csit-vpp-perf-verify-2001-2n-skx:
1419         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1420         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1421         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1422         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1423         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1424         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1425         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1426         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1427         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1428         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1429     vpp-compare-testbeds-skx-clx-cmp:
1430       csit-vpp-perf-verify-2001-2n-clx:
1431         - 28  # NDRPDR sel
1432         - 29  # NDRPDR sel
1433         - 32  # NDRPDR sel
1434         - 40  # NDRPDR sel
1435         - 43  # NDRPDR sel
1436         - 44  # NDRPDR sel
1437         - 45  # NDRPDR sel
1438         - 47  # NDRPDR sel
1439         - 48  # NDRPDR sel
1440         - 49  # NDRPDR sel
1441
1442     vpp-compare-testbeds-hsw-clx-ref:
1443       csit-vpp-perf-verify-2001-3n-hsw:
1444         - 21  # NDRPDR sel
1445         - 22  # NDRPDR sel
1446         - 23  # NDRPDR sel
1447         - 24  # NDRPDR sel
1448         - 25  # NDRPDR sel
1449         - 29  # NDRPDR sel
1450         - 30  # NDRPDR sel
1451         - 31  # NDRPDR sel
1452         - 32  # NDRPDR sel
1453         - 34  # NDRPDR sel
1454     vpp-compare-testbeds-hsw-clx-cmp:
1455       csit-vpp-perf-verify-2001-2n-clx:
1456         - 28  # NDRPDR sel
1457         - 29  # NDRPDR sel
1458         - 32  # NDRPDR sel
1459         - 40  # NDRPDR sel
1460         - 43  # NDRPDR sel
1461         - 44  # NDRPDR sel
1462         - 45  # NDRPDR sel
1463         - 47  # NDRPDR sel
1464         - 48  # NDRPDR sel
1465         - 49  # NDRPDR sel
1466
1467     vpp-compare-testbeds-mrr-ref:
1468       csit-vpp-perf-verify-2001-3n-hsw:
1469         - 17  # MRR sel
1470     vpp-compare-testbeds-mrr-cmp:
1471       csit-vpp-perf-verify-2001-3n-skx:
1472         - 50  # MRR sel
1473         - 53  # MRR sel addition
1474
1475     vpp-compare-testbeds-mrr-skx-clx-ref:
1476       csit-vpp-perf-verify-2001-2n-skx:
1477         - 101 # MRR sel
1478         - 128 # MRR sel addition
1479     vpp-compare-testbeds-mrr-skx-clx-cmp:
1480       csit-vpp-perf-verify-2001-2n-clx:
1481         - 39  # MRR
1482
1483     vpp-compare-testbeds-mrr-hsw-clx-ref:
1484       csit-vpp-perf-verify-2001-3n-hsw:
1485         - 17  # MRR sel
1486     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1487       csit-vpp-perf-verify-2001-2n-clx:
1488         - 39  # MRR
1489
1490     dpdk-compare-testbeds-ref:
1491       csit-dpdk-perf-verify-2001-3n-hsw:
1492         - 4   # NDRPDR sel
1493         - 5   # NDRPDR sel
1494         - 6   # NDRPDR sel
1495         - 7   # NDRPDR sel
1496         - 8   # NDRPDR sel
1497         - 9   # NDRPDR sel
1498         - 10  # NDRPDR sel
1499         - 11  # NDRPDR sel
1500         - 12  # NDRPDR sel
1501         - 13  # NDRPDR sel
1502         - 15  # NDRPDR sel
1503         - 16  # NDRPDR sel
1504         - 17  # NDRPDR sel
1505         - 18  # NDRPDR sel
1506         - 19  # NDRPDR sel
1507         - 20  # NDRPDR sel
1508         - 21  # NDRPDR sel
1509         - 22  # NDRPDR sel
1510         - 23  # NDRPDR sel
1511         - 24  # NDRPDR sel
1512     dpdk-compare-testbeds-cmp:
1513       csit-dpdk-perf-verify-2001-3n-skx:
1514         - 29  # NDRPDR sel xxv710
1515         - 33  # NDRPDR sel xxv710
1516         - 34  # NDRPDR sel xxv710
1517         - 35  # NDRPDR sel xxv710
1518         - 36  # NDRPDR sel xxv710
1519         - 37  # NDRPDR sel xxv710
1520         - 41  # NDRPDR sel xxv710
1521         - 42  # NDRPDR sel xxv710
1522         - 43  # NDRPDR sel xxv710
1523         - 45  # NDRPDR sel xxv710
1524         - 30  # NDRPDR sel x710
1525         - 31  # NDRPDR sel x710
1526         - 32  # NDRPDR sel x710
1527         - 38  # NDRPDR sel x710
1528         - 39  # NDRPDR sel x710
1529         - 40  # NDRPDR sel x710
1530         - 44  # NDRPDR sel x710
1531         - 46  # NDRPDR sel x710
1532         - 47  # NDRPDR sel x710
1533         - 48  # NDRPDR sel x710
1534
1535     dpdk-compare-testbeds-skx-clx-ref:
1536       csit-dpdk-perf-verify-2001-2n-skx:
1537         - 35  # NDRPDR sel xxv710
1538         - 36  # NDRPDR sel xxv710
1539         - 37  # NDRPDR sel xxv710
1540         - 41  # NDRPDR sel xxv710
1541         - 42  # NDRPDR sel xxv710
1542         - 43  # NDRPDR sel xxv710
1543         - 46  # NDRPDR sel xxv710
1544         - 47  # NDRPDR sel xxv710
1545         - 52  # NDRPDR sel xxv710
1546         - 53  # NDRPDR sel xxv710
1547         - 38  # NDRPDR sel x710
1548         - 39  # NDRPDR sel x710
1549         - 40  # NDRPDR sel x710
1550         - 44  # NDRPDR sel x710
1551         - 45  # NDRPDR sel x710
1552         - 48  # NDRPDR sel x710
1553         - 49  # NDRPDR sel x710
1554         - 50  # NDRPDR sel x710
1555         - 51  # NDRPDR sel x710
1556         - 54  # NDRPDR sel x710
1557     dpdk-compare-testbeds-skx-clx-cmp:
1558       csit-dpdk-perf-verify-2001-2n-clx:
1559         - 15  # NDRPDR sel
1560         - 16  # NDRPDR sel
1561         - 17  # NDRPDR sel
1562         - 18  # NDRPDR sel
1563         - 19  # NDRPDR sel
1564         - 20  # NDRPDR sel
1565         - 21  # NDRPDR sel
1566         - 22  # NDRPDR sel
1567         - 23  # NDRPDR sel
1568         - 24  # NDRPDR sel
1569         - 25  # NDRPDR sel
1570         - 26  # NDRPDR sel
1571         - 27  # NDRPDR sel
1572         - 28  # NDRPDR sel
1573         - 29  # NDRPDR sel
1574         - 30  # NDRPDR sel
1575         - 31  # NDRPDR sel
1576         - 32  # NDRPDR sel
1577         - 33  # NDRPDR sel
1578         - 34  # NDRPDR sel
1579
1580     # Compare topologies
1581
1582     vpp-compare-topologies-ref:
1583       # TODO: Add the data
1584       csit-vpp-perf-verify-2001-3n-skx:
1585         - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1586         - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1587         - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1588         - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1589         - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1590         - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1591         - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1592     vpp-compare-topologies-cmp:
1593       csit-vpp-perf-verify-2001-2n-skx:
1594         - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1595         - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1596         - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1597         - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1598         - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1599         - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1600         - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1601         - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1602         - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1603         - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
1604
1605     vpp-compare-topologies-mrr-ref:
1606       csit-vpp-perf-verify-2001-3n-skx:
1607         - 50  # MRR sel
1608         - 53  # MRR sel addition
1609     vpp-compare-topologies-mrr-cmp:
1610       csit-vpp-perf-verify-2001-2n-skx:
1611         - 101 # MRR sel
1612         - 128 # MRR sel addition
1613
1614     dpdk-compare-topologies-ref:
1615       csit-dpdk-perf-verify-2001-3n-skx:
1616         - 29  # NDRPDR sel xxv710
1617         - 33  # NDRPDR sel xxv710
1618         - 34  # NDRPDR sel xxv710
1619         - 35  # NDRPDR sel xxv710
1620         - 36  # NDRPDR sel xxv710
1621         - 37  # NDRPDR sel xxv710
1622         - 41  # NDRPDR sel xxv710
1623         - 42  # NDRPDR sel xxv710
1624         - 43  # NDRPDR sel xxv710
1625         - 45  # NDRPDR sel xxv710
1626         - 30  # NDRPDR sel x710
1627         - 31  # NDRPDR sel x710
1628         - 32  # NDRPDR sel x710
1629         - 38  # NDRPDR sel x710
1630         - 39  # NDRPDR sel x710
1631         - 40  # NDRPDR sel x710
1632         - 44  # NDRPDR sel x710
1633         - 46  # NDRPDR sel x710
1634         - 47  # NDRPDR sel x710
1635         - 48  # NDRPDR sel x710
1636     dpdk-compare-topologies-cmp:
1637       csit-dpdk-perf-verify-2001-2n-skx:
1638         - 35  # NDRPDR sel xxv710
1639         - 36  # NDRPDR sel xxv710
1640         - 37  # NDRPDR sel xxv710
1641         - 41  # NDRPDR sel xxv710
1642         - 42  # NDRPDR sel xxv710
1643         - 43  # NDRPDR sel xxv710
1644         - 46  # NDRPDR sel xxv710
1645         - 47  # NDRPDR sel xxv710
1646         - 52  # NDRPDR sel xxv710
1647         - 53  # NDRPDR sel xxv710
1648         - 38  # NDRPDR sel x710
1649         - 39  # NDRPDR sel x710
1650         - 40  # NDRPDR sel x710
1651         - 44  # NDRPDR sel x710
1652         - 45  # NDRPDR sel x710
1653         - 48  # NDRPDR sel x710
1654         - 49  # NDRPDR sel x710
1655         - 50  # NDRPDR sel x710
1656         - 51  # NDRPDR sel x710
1657         - 54  # NDRPDR sel x710
1658
1659   plot-layouts:
1660
1661     plot-soak-throughput:
1662       titlefont:
1663         size: 18
1664       xaxis:
1665         title: "<b>Test Cases [Index]</b>"
1666         titlefont:
1667           size: 16
1668         autorange: True
1669         fixedrange: False
1670         gridcolor: "rgb(230, 230, 230)"
1671         linecolor: "rgb(220, 220, 220)"
1672         linewidth: 1
1673         showgrid: True
1674         showline: True
1675         showticklabels: True
1676         tickcolor: "rgb(220, 220, 220)"
1677         tickmode: "linear"
1678         tickfont:
1679           size: 16
1680         zeroline: False
1681       yaxis:
1682         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1683         titlefont:
1684           size: 16
1685         gridcolor: "rgb(230, 230, 230)"
1686         hoverformat: ".4r"
1687         tickformat: ".3r"
1688         linecolor: "rgb(220, 220, 220)"
1689         linewidth: 1
1690         showgrid: True
1691         showline: True
1692         showticklabels: True
1693         tickcolor: "rgb(220, 220, 220)"
1694         tickfont:
1695           size: 16
1696         zeroline: False
1697         range: [0,50]
1698       autosize: False
1699       margin:
1700         t: 50
1701         b: 0
1702         l: 80
1703         r: 20
1704       showlegend: True
1705       legend:
1706         orientation: "h"
1707         font:
1708           size: 16
1709       width: 700
1710       height: 900
1711       paper_bgcolor: "#fff"
1712       plot_bgcolor: "#fff"
1713       hoverlabel:
1714         namelength: -1
1715
1716     plot-service-density:
1717       titlefont:
1718         size: 18
1719       xaxis:
1720         side: "top"
1721         autorange: True
1722         fixedrange: False
1723         showgrid: False
1724         showline: False
1725         showticklabels: False
1726         ticks: ""
1727         ticklen: 0
1728         tickwidth: 0
1729         zeroline: False
1730       yaxis:
1731         autorange: "reversed"
1732         showgrid: False
1733         showline: False
1734         showticklabels: False
1735         ticks: ""
1736         ticklen: 0
1737         tickwidth: 0
1738         zeroline: False
1739       showlegend: False
1740       paper_bgcolor: "#fff"
1741       plot_bgcolor: "#fff"
1742       width: 700
1743       height: 700
1744       hoverlabel:
1745         namelength: -1
1746
1747     plot-cps:
1748       titlefont:
1749         size: 18
1750       xaxis:
1751         title: "<b>Test Cases [Index]</b>"
1752         titlefont:
1753           size: 16
1754         autorange: True
1755         fixedrange: False
1756         gridcolor: "rgb(230, 230, 230)"
1757         linecolor: "rgb(220, 220, 220)"
1758         linewidth: 1
1759         showgrid: True
1760         showline: True
1761         showticklabels: True
1762         tickcolor: "rgb(220, 220, 220)"
1763         tickmode: "linear"
1764         tickfont:
1765           size: 16
1766         zeroline: False
1767       yaxis:
1768         title: "<b>Connections Per Second [cps]</b>"
1769         titlefont:
1770           size: 16
1771         gridcolor: "rgb(230, 230, 230)"
1772         hoverformat: ".4s"
1773         linecolor: "rgb(220, 220, 220)"
1774         linewidth: 1
1775         rangemode: "tozero"
1776         showgrid: True
1777         showline: True
1778         showticklabels: True
1779         tickcolor: "rgb(220, 220, 220)"
1780         tickformat: ".3s"
1781         tickfont:
1782           size: 16
1783         zeroline: False
1784       boxmode: "group"
1785       boxgroupgap: 0.5
1786       autosize: False
1787       margin:
1788         t: 50
1789         b: 20
1790         l: 80
1791         r: 20
1792       showlegend: True
1793       legend:
1794         orientation: "h"
1795         font:
1796           size: 16
1797       width: 700
1798       height: 800
1799       paper_bgcolor: "#fff"
1800       plot_bgcolor: "#fff"
1801       hoverlabel:
1802         namelength: -1
1803
1804     plot-rps:
1805       titlefont:
1806         size: 18
1807       xaxis:
1808         title: "<b>Test Cases [Index]</b>"
1809         titlefont:
1810           size: 16
1811         autorange: True
1812         fixedrange: False
1813         gridcolor: "rgb(230, 230, 230)"
1814         linecolor: "rgb(220, 220, 220)"
1815         linewidth: 1
1816         showgrid: True
1817         showline: True
1818         showticklabels: True
1819         tickcolor: "rgb(220, 220, 220)"
1820         tickmode: "linear"
1821         tickfont:
1822           size: 16
1823         zeroline: False
1824       yaxis:
1825         title: "<b>Requests Per Second [rps]</b>"
1826         titlefont:
1827           size: 16
1828         gridcolor: "rgb(230, 230, 230)"
1829         hoverformat: ".4s"
1830         linecolor: "rgb(220, 220, 220)"
1831         linewidth: 1
1832         rangemode: "tozero"
1833         showgrid: True
1834         showline: True
1835         showticklabels: True
1836         tickcolor: "rgb(230, 230, 230)"
1837         tickformat: ".3s"
1838         tickfont:
1839           size: 16
1840         zeroline: False
1841       boxmode: "group"
1842       boxgroupgap: 0.5
1843       autosize: False
1844       margin:
1845         t: 50
1846         b: 20
1847         l: 80
1848         r: 20
1849       showlegend: True
1850       legend:
1851         orientation: "h"
1852         font:
1853           size: 16
1854       width: 700
1855       height: 800
1856       paper_bgcolor: "#fff"
1857       plot_bgcolor: "#fff"
1858       hoverlabel:
1859         namelength: -1
1860
1861     plot-hoststack:
1862       titlefont:
1863         size: 16
1864       xaxis:
1865         title: "<b>Test Cases [Index]</b>"
1866         titlefont:
1867           size: 14
1868         autorange: True
1869         fixedrange: False
1870         gridcolor: "rgb(230, 230, 230)"
1871         linecolor: "rgb(220, 220, 220)"
1872         linewidth: 1
1873         showgrid: True
1874         showline: True
1875         showticklabels: True
1876         tickcolor: "rgb(220, 220, 220)"
1877         tickmode: "linear"
1878         tickfont:
1879           size: 14
1880         zeroline: False
1881       yaxis:
1882         title: "<b>Bandwidth [Gbps]</b>"
1883         titlefont:
1884           size: 14
1885         gridcolor: "rgb(230, 230, 230)"
1886         hoverformat: ".4s"
1887         linecolor: "rgb(220, 220, 220)"
1888         linewidth: 1
1889         rangemode: "tozero"
1890         showgrid: True
1891         showline: True
1892         showticklabels: True
1893         tickcolor: "rgb(230, 230, 230)"
1894         tickformat: ".3s"
1895         tickfont:
1896           size: 14
1897         zeroline: False
1898       boxmode: "group"
1899       boxgroupgap: 0.5
1900       autosize: False
1901       margin:
1902         t: 50
1903         b: 20
1904         l: 80
1905         r: 20
1906       showlegend: True
1907       legend:
1908         orientation: "h"
1909         font:
1910           size: 14
1911       width: 700
1912       height: 800
1913       paper_bgcolor: "#fff"
1914       plot_bgcolor: "#fff"
1915       hoverlabel:
1916         namelength: -1
1917
1918     plot-throughput:
1919       titlefont:
1920         size: 18
1921       xaxis:
1922         title: "<b>Test Cases [Index]</b>"
1923         titlefont:
1924           size: 16
1925         autorange: True
1926         fixedrange: False
1927         gridcolor: "rgb(230, 230, 230)"
1928         linecolor: "rgb(220, 220, 220)"
1929         linewidth: 1
1930         showgrid: True
1931         showline: True
1932         showticklabels: True
1933         tickcolor: "rgb(220, 220, 220)"
1934         tickmode: "linear"
1935         tickfont:
1936           size: 16
1937         zeroline: False
1938       yaxis:
1939         title: "<b>Packet Throughput [Mpps]</b>"
1940         titlefont:
1941           size: 16
1942         gridcolor: "rgb(230, 230, 230)"
1943         hoverformat: ".4r"
1944         tickformat: ".3r"
1945         linecolor: "rgb(220, 220, 220)"
1946         linewidth: 1
1947         showgrid: True
1948         showline: True
1949         showticklabels: True
1950         tickcolor: "rgb(220, 220, 220)"
1951         tickfont:
1952           size: 16
1953         zeroline: False
1954         range: [0,50]
1955       autosize: False
1956       margin:
1957         t: 50
1958         b: 0
1959         l: 80
1960         r: 20
1961       showlegend: True
1962       legend:
1963         orientation: "h"
1964         font:
1965           size: 16
1966       width: 700
1967       height: 900
1968       paper_bgcolor: "#fff"
1969       plot_bgcolor: "#fff"
1970       hoverlabel:
1971         namelength: -1
1972
1973     plot-throughput-speedup-analysis:
1974       titlefont:
1975         size: 18
1976       xaxis:
1977         title: "<b>Number of Cores [Qty]</b>"
1978         titlefont:
1979           size: 16
1980         autorange: True
1981         fixedrange: False
1982         gridcolor: "rgb(230, 230, 230)"
1983         linecolor: "rgb(220, 220, 220)"
1984         linewidth: 1
1985         showgrid: True
1986         showline: True
1987         showticklabels: True
1988         tickcolor: "rgb(238, 238, 238)"
1989         tickmode: "linear"
1990         tickfont:
1991           size: 16
1992         zeroline: False
1993       yaxis:
1994         title: "<b>Packet Throughput [Mpps]</b>"
1995         titlefont:
1996           size: 16
1997         type: "linear"
1998         gridcolor: "rgb(230, 230, 230)"
1999         hoverformat: ".4s"
2000         linecolor: "rgb(220, 220, 220)"
2001         linewidth: 1
2002         showgrid: True
2003         showline: True
2004         showticklabels: True
2005         tickcolor: "rgb(220, 220, 220)"
2006         tickformat: ".4s"
2007         tickfont:
2008           size: 16
2009         zeroline: True
2010         rangemode: "tozero"
2011         range: [0,100]
2012       legend:
2013         orientation: "h"
2014         font:
2015           size: 16
2016         xanchor: "left"
2017         yanchor: "top"
2018         x: 0
2019         y: -0.2
2020         bgcolor: "rgba(255, 255, 255, 0)"
2021         bordercolor: "rgba(255, 255, 255, 0)"
2022         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2023       autosize: False
2024       margin:
2025           't': 50
2026           'b': 150
2027           'l': 85
2028           'r': 10
2029       showlegend: True
2030       width: 700
2031       height: 700
2032       paper_bgcolor: "#fff"
2033       plot_bgcolor: "#fff"
2034       hoverlabel:
2035         namelength: -1
2036       annotations: [
2037         {
2038           text: "_ _          __          ...",
2039           align: "left",
2040           showarrow: False,
2041           xref: "paper",
2042           yref: "paper",
2043           xanchor: "left",
2044           yanchor: "top",
2045           x: 0,
2046           y: -0.13,
2047           font: {
2048             family: "Consolas, Courier New",
2049             size: 15
2050           },
2051         },
2052         {
2053           text: "    Perfect     Measured     Limit",
2054           align: "left",
2055           showarrow: False,
2056           xref: "paper",
2057           yref: "paper",
2058           xanchor: "left",
2059           yanchor: "top",
2060           x: 0,
2061           y: -0.15,
2062           font: {
2063             family: "Consolas, Courier New",
2064             size: 15
2065           },
2066         },
2067       ]
2068
2069     plot-latency:
2070       titlefont:
2071         size: 18
2072       xaxis:
2073         title: "<b>Direction</b>"
2074         titlefont:
2075           size: 16
2076         autorange: True
2077         fixedrange: False
2078         gridcolor: "rgb(230, 230, 230)"
2079         linecolor: "rgb(220, 220, 220)"
2080         linewidth: 1
2081         showgrid: True
2082         showline: True
2083         showticklabels: False
2084         tickcolor: "rgb(220, 220, 220)"
2085         tickmode: "linear"
2086         tickfont:
2087           size: 16
2088         zeroline: False
2089       yaxis:
2090         title: "<b>Packet Latency [uSec]</b>"
2091         titlefont:
2092           size: 16
2093         type: "linear"
2094         gridcolor: "rgb(230, 230, 230)"
2095         hoverformat: ".4s"
2096         linecolor: "rgb(220, 220, 220)"
2097         linewidth: 1
2098         showgrid: True
2099         showline: True
2100         showticklabels: True
2101         tickcolor: "rgb(220, 220, 220)"
2102         tickformat: ".4s"
2103         tickfont:
2104           size: 16
2105         zeroline: True
2106         rangemode: "tozero"
2107       legend:
2108         orientation: "h"
2109         font:
2110           size: 16
2111         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2112       autosize: False
2113       margin:
2114           't': 50
2115           'b': 150
2116           'l': 80
2117           'r': 10
2118       showlegend: True
2119       width: 700
2120       height: 700
2121       paper_bgcolor: "#fff"
2122       plot_bgcolor: "#fff"
2123       hoverlabel:
2124         namelength: -1
2125
2126     plot-hdrh-latency:
2127       title:
2128         text: ""
2129         xanchor: "center"
2130         x: 0.5
2131         font:
2132           size: 16
2133       width: 700
2134       plot_bgcolor: "white"
2135       annotations:
2136         - font:
2137             size: 14
2138           showarrow: False
2139           text: "<b>Packet Latency [uSec]</b>"
2140           x: 1
2141           xanchor: "right"
2142           xref: "paper"
2143           y: -0.045
2144           yanchor: "top"
2145           yref: "paper"
2146         - font:
2147             size: 14
2148           showarrow: False
2149           text: "<b>Probability [%]</b>"
2150           textangle: 270
2151           x: -0.06
2152           xanchor: "center"
2153           xref: "paper"
2154           y: 0.5
2155           yanchor: "middle"
2156           yref: "paper"
2157         - font:
2158             size: 14
2159           showarrow: False
2160           text: "<b>Direction: E-W</b>"
2161           x: 0.24
2162           xanchor: "center"
2163           xref: "paper"
2164           y: 1.05
2165           yanchor: "bottom"
2166           yref: "paper"
2167         - font:
2168             size: 14
2169           showarrow: False
2170           text: "<b>Direction: W-E</b>"
2171           x: 0.74
2172           xanchor: "center"
2173           xref: "paper"
2174           y: 1.05
2175           yanchor: "bottom"
2176           yref: "paper"
2177
2178     plot-hdrh-latency-percentile:
2179       title:
2180         text: ""
2181         xanchor: "center"
2182         x: 0.5
2183         font:
2184           size: 18
2185       xaxis:
2186         type: "log"
2187         title: "<b>Percentile [%]</b>"
2188         titlefont:
2189           size: 16
2190         autorange: True
2191         fixedrange: False
2192         gridcolor: "rgb(230, 230, 230)"
2193         linecolor: "rgb(220, 220, 220)"
2194         linewidth: 1
2195         showgrid: True
2196         showline: True
2197         showticklabels: True
2198         tickcolor: "rgb(220, 220, 220)"
2199         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2200         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2201         tickfont:
2202           size: 16
2203       yaxis:
2204         title: "<b>Packet Latency [uSec]</b>"
2205         titlefont:
2206           size: 16
2207         gridcolor: "rgb(230, 230, 230)"
2208         linecolor: "rgb(220, 220, 220)"
2209         linewidth: 1
2210         showgrid: True
2211         showline: True
2212         showticklabels: True
2213         tickcolor: "rgb(220, 220, 220)"
2214         tickfont:
2215           size: 16
2216       autosize: False
2217       showlegend: True
2218       legend:
2219         traceorder: "normal"
2220         orientation: "h"
2221         font:
2222           size: 16
2223         xanchor: "left"
2224         yanchor: "top"
2225         x: 0
2226         y: -0.15
2227         bgcolor: "rgba(255, 255, 255, 0)"
2228         bordercolor: "rgba(255, 255, 255, 0)"
2229       width: 700
2230       height: 700
2231       paper_bgcolor: "white"
2232       plot_bgcolor: "white"
2233
2234     plot-hdrh-latency-by-percentile:
2235       title:
2236         text: "<b>Latency by Percentile Distribution</b>"
2237         xanchor: "center"
2238         x: 0.5
2239         font:
2240           size: 18
2241       showlegend: True
2242       legend:
2243         traceorder: "normal"
2244         orientation: "h"
2245         font:
2246           size: 16
2247         xanchor: "left"
2248         yanchor: "top"
2249         x: 0
2250         y: -0.2
2251         bgcolor: "rgba(255, 255, 255, 0)"
2252         bordercolor: "rgba(255, 255, 255, 0)"
2253       xaxis:
2254         type: "linear"
2255         title: "<b>Percentile [%]</b>"
2256         titlefont:
2257           size: 14
2258         autorange: False
2259         fixedrange: False
2260         range: [0, 100]
2261         gridcolor: "rgb(230, 230, 230)"
2262         linecolor: "rgb(220, 220, 220)"
2263         linewidth: 1
2264         showgrid: True
2265         showline: True
2266         showticklabels: True
2267         tickcolor: "rgb(220, 220, 220)"
2268         tickvals: [0, 25, 50, 75, 100]
2269         ticktext: [0, 25, 50, 75, 100]
2270         tickfont:
2271           size: 14
2272       yaxis:
2273         title: "<b>One-Way Latency per Direction [uSec]</b>"
2274         titlefont:
2275           size: 14
2276         gridcolor: "rgb(230, 230, 230)"
2277         linecolor: "rgb(220, 220, 220)"
2278         linewidth: 1
2279         showgrid: True
2280         showline: True
2281         showticklabels: True
2282         tickcolor: "rgb(220, 220, 220)"
2283         tickfont:
2284           size: 14
2285       width: 700
2286       height: 700
2287       paper_bgcolor: "white"
2288       plot_bgcolor: "white"
2289
2290 - type: "static"
2291   src-path: "{DIR[RST]}"
2292   dst-path: "{DIR[WORKING,SRC]}"
2293
2294 - type: "input"
2295   general:
2296     file-name: "output_info.xml.gz"
2297     file-format: ".gz"
2298     arch-file-format:
2299       - ".gz"
2300       - ".zip"
2301     download-path: "{job}/{build}/archives/{filename}"
2302     extract: "output.xml"
2303
2304     zip-file-name: "robot-plugin.zip"
2305     zip-file-format: ".zip"
2306     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2307     zip-extract: "robot-plugin/output.xml"
2308
2309   builds:
2310
2311     csit-vpp-perf-verify-1904-3n-hsw:
2312       - 9   # MRR sel
2313       - 11  # NDRPDR sel
2314       - 12  # NDRPDR sel
2315       - 20  # NDRPDR sel
2316       - 21  # NDRPDR sel
2317       - 23  # NDRPDR sel
2318       - 24  # NDRPDR sel
2319       - 25  # NDRPDR sel
2320       - 26  # NDRPDR sel
2321       - 29  # NDRPDR sel
2322       - 30  # NDRPDR sel
2323     csit-vpp-perf-verify-1908-3n-hsw:
2324       - 12  # NDRPDR sel
2325       - 13  # NDRPDR sel
2326       - 14  # NDRPDR sel
2327       - 15  # NDRPDR sel
2328       - 16  # NDRPDR sel
2329       - 17  # NDRPDR sel
2330       - 18  # NDRPDR sel
2331       - 19  # NDRPDR sel
2332       - 20  # NDRPDR sel
2333       - 21  # NDRPDR sel
2334       - 48  # NDRPDR sel vhost
2335       - 49  # NDRPDR sel vhost
2336       - 52  # NDRPDR sel vhost
2337       - 53  # NDRPDR sel vhost
2338       - 54  # NDRPDR sel vhost
2339       - 55  # NDRPDR sel vhost
2340       - 56  # NDRPDR sel vhost
2341       - 57  # NDRPDR sel vhost
2342       - 58  # NDRPDR sel vhost
2343       - 59  # NDRPDR sel vhost
2344       - 39  # MRR sel
2345     csit-vpp-perf-verify-2001-3n-hsw:
2346       - 21  # NDRPDR sel
2347       - 22  # NDRPDR sel
2348       - 23  # NDRPDR sel
2349       - 24  # NDRPDR sel
2350       - 25  # NDRPDR sel
2351       - 29  # NDRPDR sel
2352       - 30  # NDRPDR sel
2353       - 31  # NDRPDR sel
2354       - 32  # NDRPDR sel
2355       - 34  # NDRPDR sel
2356       - 17  # MRR sel
2357       - 18  # NDRPDR full
2358       - 20  # NDRPDR full
2359       - 28  # NDRPDR full
2360       - 35  # NDRPDR full
2361       - 42  # NDRPDR full
2362       - 46  # NDRPDR full
2363       - 47  # NDRPDR full
2364       - 48  # NDRPDR full
2365       - 49  # NDRPDR full
2366       - 50  # NDRPDR full
2367       - 51  # NDRPDR full
2368       - 52  # NDRPDR full
2369       - 53  # NDRPDR full
2370       - 54  # NDRPDR full
2371       - 55  # NDRPDR full
2372       - 56  # NDRPDR full
2373       - 57  # NDRPDR full
2374       - 58  # NDRPDR full
2375       - 59  # NDRPDR full
2376       - 61  # NDRPDR full
2377       - 62  # NDRPDR full
2378       - 63  # NDRPDR full
2379       - 64  # NDRPDR full
2380       - 65  # NDRPDR full
2381       - 67  # NDRPDR full
2382       - 70  # NDRPDR full
2383       - 72  # NDRPDR full
2384       - 73  # NDRPDR full
2385       - 76  # NDRPDR full
2386       - 77  # NDRPDR full
2387       - 78  # NDRPDR full
2388       - 79  # NDRPDR full
2389       - 81  # NDRPDR full
2390       - 82  # NDRPDR full
2391       - 84  # NDRPDR full
2392       - 85  # NDRPDR full
2393       - 103  # hoststack
2394       - 104  # hoststack
2395       - 105  # hoststack
2396       - 106  # hoststack
2397       - 107  # hoststack
2398       - 108  # hoststack
2399       - 109  # hoststack
2400       - 110  # hoststack
2401       - 111  # hoststack
2402       - 112  # hoststack
2403
2404     csit-vpp-perf-verify-1904-3n-skx:
2405       - 7   # MRR sel
2406       - 8   # NDRPDR sel
2407       - 9   # NDRPDR sel
2408       - 10  # NDRPDR sel
2409       - 11  # NDRPDR sel
2410       - 12  # NDRPDR sel
2411       - 14  # NDRPDR sel
2412       - 16  # NDRPDR sel
2413       - 21  # NDRPDR sel
2414       - 23  # NDRPDR sel
2415       - 25  # NDRPDR sel
2416     csit-vpp-perf-verify-1908-3n-skx:
2417       - 14  # NDRPDR sel - old1908 - vpp build: 19.08-release
2418       - 16  # NDRPDR sel - old1908 - vpp build: 19.08-release
2419       - 19  # NDRPDR sel - old1908 - vpp build: 19.08-release
2420       - 20  # NDRPDR sel - old1908 - vpp build: 19.08-release
2421       - 22  # NDRPDR sel - old1908 - vpp build: 19.08-release
2422       - 23  # NDRPDR sel - old1908 - vpp build: 19.08-release
2423       - 24  # NDRPDR sel - old1908 - vpp build: 19.08-release
2424       - 25  # NDRPDR sel - old1908 - vpp build: 19.08-release
2425       - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
2426       - 29  # NDRPDR sel - old1908 - vpp build: 19.08-release
2427       - 52  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2428       - 53  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2429       - 55  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2430       - 61  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2431       - 62  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2432       - 63  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2433       - 64  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2434       - 65  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2435       - 66  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2436       - 67  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2437       - 36  # MRR sel - old1908 - vpp build: 19.08-release
2438     csit-vpp-perf-verify-1908_1-3n-skx:
2439       - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2440       - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2441       - 7   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2442       - 8   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2443       - 9   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2444       - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2445       - 11  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2446       - 12  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2447       - 13  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2448       - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2449       - 26  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2450       - 27  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2451       - 28  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2452       - 29  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2453       - 30  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2454       - 31  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2455       - 33  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2456       - 34  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2457       - 35  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2458       - 36  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2459     csit-vpp-perf-verify-1908_2-3n-skx:
2460       - 1   # NDRPDR sel
2461       - 2   # NDRPDR sel
2462     csit-vpp-perf-verify-2001-3n-skx:
2463       - 69  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2464       - 71  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2465       - 72  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2466       - 76  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2467       - 77  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2468       - 78  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2469       - 80  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2470       - 82  # NDRPDR full - crypto-1
2471       - 85  # NDRPDR full - l2-2
2472       - 87  # NDRPDR full - ip6-1
2473       - 88  # NDRPDR full - ip6-2
2474       - 90  # NDRPDR full - memif
2475       - 50  # MRR sel
2476       - 53  # MRR sel addition
2477
2478     csit-vpp-perf-verify-1904-2n-skx:
2479       - 11  # MRR sel
2480       - 12  # NDRPDR sel
2481       - 14  # NDRPDR sel
2482       - 16  # NDRPDR sel
2483       - 17  # NDRPDR sel
2484       - 18  # NDRPDR sel
2485       - 21  # NDRPDR sel
2486       - 27  # NDRPDR sel
2487       - 30  # NDRPDR sel
2488       - 31  # NDRPDR sel
2489       - 32  # NDRPDR sel
2490     csit-vpp-perf-verify-1908-2n-skx:
2491       - 26  # NDRPDR sel - old1908 - vpp build: 19.08-release
2492       - 27  # NDRPDR sel - old1908 - vpp build: 19.08-release
2493       - 34  # NDRPDR sel - old1908 - vpp build: 19.08-release
2494       - 35  # NDRPDR sel - old1908 - vpp build: 19.08-release
2495       - 36  # NDRPDR sel - old1908 - vpp build: 19.08-release
2496       - 42  # NDRPDR sel - old1908 - vpp build: 19.08-release
2497       - 43  # NDRPDR sel - old1908 - vpp build: 19.08-release
2498       - 44  # NDRPDR sel - old1908 - vpp build: 19.08-release
2499       - 45  # NDRPDR sel - old1908 - vpp build: 19.08-release
2500       - 46  # NDRPDR sel - old1908 - vpp build: 19.08-release
2501       - 88  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2502       - 89  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2503       - 91  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2504       - 92  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2505       - 93  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2506       - 94  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2507       - 95  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2508       - 96  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2509       - 97  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2510       - 98  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
2511       - 69  # MRR sel - old1908 - vpp build: 19.08-release
2512     csit-vpp-perf-verify-1908_1-2n-skx:
2513       - 3   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2514       - 4   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2515       - 6   # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2516       - 10  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2517       - 14  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2518       - 16  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2519       - 21  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2520       - 23  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2521       - 24  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2522       - 25  # NDRPDR sel - old1908.1 - vpp build: 19.08.1-release, old BIOS and ucode
2523       - 39  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2524       - 40  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2525       - 41  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2526       - 43  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2527       - 44  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2528       - 45  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2529       - 46  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2530       - 47  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2531       - 48  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2532       - 49  # NDRPDR sel - new1908.1 - vpp build: 19.08.1-release, new BIOS and ucode, irqbalance set
2533     csit-vpp-perf-verify-1908_2-2n-skx:
2534       - 1   # NDRPDR sel
2535       - 2   # NDRPDR sel
2536       - 3   # NDRPDR sel
2537       - 4   # NDRPDR sel
2538       - 5   # NDRPDR sel
2539       - 6   # NDRPDR sel
2540       - 7   # NDRPDR sel
2541       - 8   # NDRPDR sel
2542       - 9   # NDRPDR sel
2543       - 10  # NDRPDR sel
2544     csit-vpp-perf-verify-2001-2n-skx:
2545       - 143  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2546       - 146  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2547       - 147  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2548       - 148  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2549       - 149  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2550       - 150  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2551       - 151  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2552       - 152  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2553       - 153  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2554       - 154  # NDRPDR sel - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2555       - 155  # NDRPDR full - perf-full-2n-skx-ip4_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2556       - 156  # NDRPDR full - perf-full-2n-skx-ip4_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2557       - 157  # NDRPDR full - perf-full-2n-skx-ip4_III - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2558       - 158  # NDRPDR full - perf-full-2n-skx-ip4_V - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2559       - 159  # NDRPDR full - perf-full-2n-skx-ip4_VIII - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2560       - 160  # NDRPDR full - perf-full-2n-skx-ip4_IX - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2561       - 161  # NDRPDR full - perf-full-2n-skx-ip6_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2562       - 162  # NDRPDR full - perf-full-2n-skx-ip6_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2563       - 163  # NDRPDR full - perf-full-2n-skx-l2_I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2564       - 164  # NDRPDR full - perf-full-2n-skx-l2_II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2565       - 165  # NDRPDR full - perf-full-2n-skx-memif - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2566       - 166  # NDRPDR full - perf-full-2n-skx-vhost I - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2567       - 167  # NDRPDR full - perf-full-2n-skx-vhost II - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2568       - 168  # NDRPDR full - perf-full-2n-skx-vts - new2001.0 - vpp build: 20.01.0-release, new BIOS and ucode, irqbalance set
2569       - 101  # MRR sel - old
2570       - 128  # MRR sel addition - old
2571       - 169  # Reconf
2572       - 171  # Reconf
2573       - 172  # Reconf
2574       - 173  # Reconf
2575       - 174  # Reconf
2576       - 175  # Reconf
2577       - 176  # Reconf
2578       - 177  # Reconf
2579       - 178  # Reconf
2580       - 179  # Reconf
2581       - 181  # Soak
2582       - 182  # Soak
2583
2584     csit-vpp-perf-verify-1908_1-2n-clx:
2585       - 5  # NDRPDR sel
2586       - 6  # NDRPDR sel
2587       - 7  # NDRPDR sel
2588       - 8  # NDRPDR sel
2589     csit-vpp-perf-verify-1908_2-2n-clx:
2590       - 4  # NDRPDR sel
2591       - 5  # NDRPDR sel
2592       - 6  # NDRPDR sel
2593       - 7  # NDRPDR sel
2594       - 8  # NDRPDR sel
2595     csit-vpp-perf-verify-2001-2n-clx:
2596       - 28  # NDRPDR sel
2597       - 29  # NDRPDR sel
2598       - 32  # NDRPDR sel
2599       - 40  # NDRPDR sel
2600       - 43  # NDRPDR sel
2601       - 44  # NDRPDR sel
2602       - 45  # NDRPDR sel
2603       - 47  # NDRPDR sel
2604       - 48  # NDRPDR sel
2605       - 49  # NDRPDR sel
2606       - 39  # MRR
2607       - 53  # NDRPDR full
2608       - 54  # NDRPDR full
2609       - 55  # NDRPDR full
2610       - 56  # NDRPDR full
2611       - 57  # NDRPDR full
2612       - 58  # NDRPDR full
2613       - 59  # NDRPDR full
2614       - 60  # NDRPDR full
2615       - 61  # NDRPDR full
2616       - 62  # NDRPDR full
2617       - 63  # NDRPDR full
2618       - 64  # NDRPDR full
2619       - 65  # NDRPDR full
2620       - 66  # NDRPDR full
2621       - 67  # NDRPDR full
2622       - 68  # Reconf
2623       - 69  # Reconf
2624       - 70  # Reconf
2625       - 71  # Reconf
2626       - 72  # Reconf
2627       - 73  # Reconf
2628       - 74  # Reconf
2629       - 75  # Reconf
2630       - 76  # Reconf
2631       - 77  # Reconf
2632       - 80  # TCP
2633       - 82  # TCP
2634       - 83  # TCP
2635       - 85  # TCP
2636       - 86  # TCP
2637       - 87  # TCP
2638       - 88  # TCP
2639       - 89  # TCP
2640       - 90  # TCP
2641       - 91  # TCP
2642       - 93  # Soak
2643       - 94  # Soak
2644
2645     csit-vpp-perf-verify-1908-3n-tsh:
2646       - 7   # NDRPDR sel
2647       - 8   # NDRPDR sel
2648       - 9   # NDRPDR sel
2649       - 10  # NDRPDR sel
2650       - 11  # NDRPDR sel
2651       - 12  # NDRPDR sel
2652       - 13  # NDRPDR sel
2653       - 14  # NDRPDR sel
2654       - 15  # NDRPDR sel
2655       - 16  # NDRPDR sel
2656       - 17  # MRR sel
2657     csit-vpp-perf-verify-2001-3n-tsh:
2658       - 3   # NDRPDR sel
2659       - 4   # NDRPDR sel
2660       - 7   # NDRPDR sel
2661       - 8   # NDRPDR sel
2662       - 10  # NDRPDR sel
2663       - 12  # NDRPDR sel
2664       - 13  # NDRPDR sel
2665       - 14  # NDRPDR sel
2666       - 15  # NDRPDR sel
2667       - 21  # NDRPDR sel
2668       - 9   # MRR sel
2669
2670     csit-vpp-perf-verify-1908-3n-dnv:
2671       - 6   # NDRPDR sel
2672       - 7   # NDRPDR sel
2673       - 8   # NDRPDR sel
2674       - 9   # NDRPDR sel
2675       - 10  # NDRPDR sel
2676       - 12  # NDRPDR sel
2677       - 13  # NDRPDR sel
2678       - 14  # NDRPDR sel
2679       - 15  # NDRPDR sel
2680       - 16  # NDRPDR sel
2681       - 17  # MRR sel
2682     csit-vpp-perf-verify-2001-3n-dnv:
2683       - 5   # NDRPDR sel
2684       - 6   # NDRPDR sel
2685       - 7   # NDRPDR sel
2686       - 8   # NDRPDR sel
2687       - 9   # NDRPDR sel
2688       - 10  # NDRPDR sel
2689       - 12  # NDRPDR sel
2690       - 16  # NDRPDR sel
2691       - 17  # NDRPDR sel
2692       - 18  # NDRPDR sel
2693       - 11  # MRR sel
2694       - 19  # NDRPDR full
2695       - 20  # NDRPDR full
2696       - 21  # NDRPDR full
2697       - 22  # NDRPDR full
2698       - 23  # NDRPDR full
2699       - 24  # NDRPDR full
2700       - 25  # NDRPDR full
2701       - 26  # NDRPDR full
2702       - 37  # NDRPDR full
2703       - 38  # NDRPDR full
2704       - 39  # NDRPDR full
2705
2706     csit-vpp-perf-verify-1908-2n-dnv:
2707       - 1   # NDRPDR sel
2708       - 2   # NDRPDR sel
2709       - 3   # NDRPDR sel
2710       - 4   # NDRPDR sel
2711       - 5   # NDRPDR sel
2712       - 6   # NDRPDR sel
2713       - 7   # NDRPDR sel
2714       - 8   # NDRPDR sel
2715       - 9   # NDRPDR sel
2716       - 10  # NDRPDR sel
2717       - 11  # MRR sel
2718     csit-vpp-perf-verify-2001-2n-dnv:
2719       - 4   # NDRPDR sel
2720       - 5   # NDRPDR sel
2721       - 6   # NDRPDR sel
2722       - 7   # NDRPDR sel
2723       - 8   # NDRPDR sel
2724       - 9   # NDRPDR sel
2725       - 10  # NDRPDR sel
2726       - 11  # NDRPDR sel
2727       - 13  # NDRPDR sel
2728       - 16  # NDRPDR sel
2729       - 12  # MRR sel
2730       - 21  # NDRPDR full
2731       - 22  # NDRPDR full
2732       - 25  # NDRPDR full
2733       - 26  # NDRPDR full
2734       - 27  # NDRPDR full
2735       - 28  # NDRPDR full
2736
2737     csit-dpdk-perf-verify-1904-3n-hsw:
2738       - 2   # NDRPDR sel
2739       - 3   # NDRPDR sel
2740       - 5   # NDRPDR sel
2741       - 6   # NDRPDR sel
2742       - 13  # NDRPDR sel
2743       - 14  # NDRPDR sel
2744       - 15  # NDRPDR sel
2745       - 18  # NDRPDR sel
2746       - 19  # NDRPDR sel
2747       - 20  # NDRPDR sel
2748     csit-dpdk-perf-verify-1908-3n-hsw:
2749       - 2   # NDRPDR sel
2750       - 3   # NDRPDR sel
2751       - 4   # NDRPDR sel
2752       - 5   # NDRPDR sel
2753       - 6   # NDRPDR sel
2754       - 7   # NDRPDR sel
2755       - 8   # NDRPDR sel
2756       - 9   # NDRPDR sel
2757       - 10  # NDRPDR sel
2758       - 11  # NDRPDR sel
2759     csit-dpdk-perf-verify-2001-3n-hsw:
2760       - 4   # NDRPDR sel
2761       - 5   # NDRPDR sel
2762       - 6   # NDRPDR sel
2763       - 7   # NDRPDR sel
2764       - 8   # NDRPDR sel
2765       - 9   # NDRPDR sel
2766       - 10  # NDRPDR sel
2767       - 11  # NDRPDR sel
2768       - 12  # NDRPDR sel
2769       - 13  # NDRPDR sel
2770       - 15  # NDRPDR sel
2771       - 16  # NDRPDR sel
2772       - 17  # NDRPDR sel
2773       - 18  # NDRPDR sel
2774       - 19  # NDRPDR sel
2775       - 20  # NDRPDR sel
2776       - 21  # NDRPDR sel
2777       - 22  # NDRPDR sel
2778       - 23  # NDRPDR sel
2779       - 24  # NDRPDR sel
2780       - 25  # NDRPDR full
2781       - 26  # NDRPDR full
2782
2783     csit-dpdk-perf-verify-1904-3n-skx:
2784       - 2   # NDRPDR sel
2785       - 3   # NDRPDR sel
2786       - 4   # NDRPDR sel
2787       - 5   # NDRPDR sel
2788       - 6   # NDRPDR sel
2789       - 7   # NDRPDR sel
2790       - 11  # NDRPDR sel
2791       - 12  # NDRPDR sel
2792       - 13  # NDRPDR sel
2793       - 14  # NDRPDR sel
2794     csit-dpdk-perf-verify-1908-3n-skx:
2795       - 3   # NDRPDR sel
2796       - 4   # NDRPDR sel
2797       - 5   # NDRPDR sel
2798       - 6   # NDRPDR sel
2799       - 7   # NDRPDR sel
2800       - 8   # NDRPDR sel
2801       - 9   # NDRPDR sel
2802       - 10  # NDRPDR sel
2803       - 11  # NDRPDR sel
2804       - 12  # NDRPDR sel
2805     csit-dpdk-perf-verify-2001-3n-skx:
2806       - 29  # NDRPDR sel xxv710
2807       - 33  # NDRPDR sel xxv710
2808       - 34  # NDRPDR sel xxv710
2809       - 35  # NDRPDR sel xxv710
2810       - 36  # NDRPDR sel xxv710
2811       - 37  # NDRPDR sel xxv710
2812       - 41  # NDRPDR sel xxv710
2813       - 42  # NDRPDR sel xxv710
2814       - 43  # NDRPDR sel xxv710
2815       - 45  # NDRPDR sel xxv710
2816       - 30  # NDRPDR sel x710
2817       - 31  # NDRPDR sel x710
2818       - 32  # NDRPDR sel x710
2819       - 38  # NDRPDR sel x710
2820       - 39  # NDRPDR sel x710
2821       - 40  # NDRPDR sel x710
2822       - 44  # NDRPDR sel x710
2823       - 46  # NDRPDR sel x710
2824       - 47  # NDRPDR sel x710
2825       - 48  # NDRPDR sel x710
2826
2827     csit-dpdk-perf-verify-1904-2n-skx:
2828       - 2   # NDRPDR sel
2829       - 3   # NDRPDR sel
2830       - 4   # NDRPDR sel
2831       - 5   # NDRPDR sel
2832       - 7   # NDRPDR sel
2833       - 8   # NDRPDR sel
2834       - 9   # NDRPDR sel
2835       - 10  # NDRPDR sel
2836       - 11  # NDRPDR sel
2837       - 12  # NDRPDR sel
2838     csit-dpdk-perf-verify-1908-2n-skx:
2839       - 2   # NDRPDR sel
2840       - 3   # NDRPDR sel
2841       - 4   # NDRPDR sel
2842       - 5   # NDRPDR sel
2843       - 7   # NDRPDR sel
2844       - 8   # NDRPDR sel
2845       - 9   # NDRPDR sel
2846       - 10  # NDRPDR sel
2847       - 11  # NDRPDR sel
2848       - 12  # NDRPDR sel
2849     csit-dpdk-perf-verify-2001-2n-skx:
2850       - 35  # NDRPDR sel xxv710
2851       - 36  # NDRPDR sel xxv710
2852       - 37  # NDRPDR sel xxv710
2853       - 41  # NDRPDR sel xxv710
2854       - 42  # NDRPDR sel xxv710
2855       - 43  # NDRPDR sel xxv710
2856       - 46  # NDRPDR sel xxv710
2857       - 47  # NDRPDR sel xxv710
2858       - 52  # NDRPDR sel xxv710
2859       - 53  # NDRPDR sel xxv710
2860       - 38  # NDRPDR sel x710
2861       - 39  # NDRPDR sel x710
2862       - 40  # NDRPDR sel x710
2863       - 44  # NDRPDR sel x710
2864       - 45  # NDRPDR sel x710
2865       - 48  # NDRPDR sel x710
2866       - 49  # NDRPDR sel x710
2867       - 50  # NDRPDR sel x710
2868       - 51  # NDRPDR sel x710
2869       - 54  # NDRPDR sel x710
2870
2871     csit-dpdk-perf-verify-2001-2n-clx:
2872       - 15  # NDRPDR sel
2873       - 16  # NDRPDR sel
2874       - 17  # NDRPDR sel
2875       - 18  # NDRPDR sel
2876       - 19  # NDRPDR sel
2877       - 20  # NDRPDR sel
2878       - 21  # NDRPDR sel
2879       - 22  # NDRPDR sel
2880       - 23  # NDRPDR sel
2881       - 24  # NDRPDR sel
2882       - 25  # NDRPDR sel
2883       - 26  # NDRPDR sel
2884       - 27  # NDRPDR sel
2885       - 28  # NDRPDR sel
2886       - 29  # NDRPDR sel
2887       - 30  # NDRPDR sel
2888       - 31  # NDRPDR sel
2889       - 32  # NDRPDR sel
2890       - 33  # NDRPDR sel
2891       - 34  # NDRPDR sel
2892
2893     csit-dpdk-perf-verify-2001-2n-dnv:
2894       - 9   # NDRPDR sel
2895       - 10  # NDRPDR sel
2896       - 11  # NDRPDR sel
2897       - 12  # NDRPDR sel
2898       - 13  # NDRPDR sel
2899       - 14  # NDRPDR sel
2900       - 15  # NDRPDR sel
2901       - 16  # NDRPDR sel
2902       - 17  # NDRPDR sel
2903       - 18  # NDRPDR sel
2904
2905     csit-dpdk-perf-verify-2001-3n-dnv:
2906       - 12  # NDRPDR sel
2907       - 13  # NDRPDR sel
2908       - 14  # NDRPDR sel
2909       - 15  # NDRPDR sel
2910       - 16  # NDRPDR sel
2911       - 17  # NDRPDR sel
2912       - 18  # NDRPDR sel
2913       - 19  # NDRPDR sel
2914       - 20  # NDRPDR sel
2915       - 22  # NDRPDR sel
2916
2917     csit-dpdk-perf-verify-2001-3n-tsh:
2918       - 3   # NDRPDR sel
2919       - 4   # NDRPDR sel
2920       - 5   # NDRPDR sel
2921       - 9   # NDRPDR sel
2922       - 10  # NDRPDR sel
2923       - 11  # NDRPDR sel
2924       - 12  # NDRPDR sel
2925       - 14  # NDRPDR sel
2926       - 15  # NDRPDR sel
2927       - 18  # NDRPDR sel
2928
2929     csit-vpp-device-2001-ubuntu1804-1n-skx:
2930       - 57
2931
2932 - type: "output"
2933   output: "report"
2934   format:
2935     html:
2936     - full
2937 #    pdf:
2938 #    - minimal
2939
2940 ################################################################################
2941 ###                               T A B L E S                                ###
2942 ################################################################################
2943
2944 # VPP Soak vs NDR - 2n-skx
2945 - type: "table"
2946   title: "VPP Soak vs NDR 2n-skx"
2947   algorithm: "table_soak_vs_ndr"
2948   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2949   reference:
2950     title: "NDR"
2951     data: "vpp-soak-vs-ndr-2n-skx-ref"
2952   compare:
2953     title: "Soak"
2954     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2955   data: "vpp-soak-vs-ndr-2n-skx"
2956   include-tests: "NDR"
2957   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2958   parameters:
2959     - "throughput"
2960     - "name"
2961     - "parent"
2962
2963 # VPP Soak vs NDR - 2n-clx
2964 - type: "table"
2965   title: "VPP Soak vs NDR 2n-clx"
2966   algorithm: "table_soak_vs_ndr"
2967   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2968   reference:
2969     title: "NDR"
2970     data: "vpp-soak-vs-ndr-2n-clx-ref"
2971   compare:
2972     title: "Soak"
2973     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2974   data: "vpp-soak-vs-ndr-2n-clx"
2975   include-tests: "NDR"
2976   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2977   parameters:
2978     - "throughput"
2979     - "name"
2980     - "parent"
2981
2982 ################################################################################
2983
2984 # VPP Compare NICs 3n-skx 2t1c ndr
2985 - type: "table"
2986   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2987   algorithm: "table_comparison"
2988   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2989   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2990   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2991   columns:
2992     - title: "x710"
2993       data-set: "vpp-nic-comparison-3n-skx"
2994       tag: "NIC_Intel-X710"
2995     - title: "xxv710"
2996       data-set: "vpp-nic-comparison-3n-skx"
2997       tag: "NIC_Intel-XXV710"
2998   comparisons:
2999     - title: "Diff"
3000       reference: 1
3001       compare: 2
3002   legend:
3003     - "Legend to Table:"
3004     - "x710, xxv710 - NICs tested."
3005     - "Diff - difference between x710 and xxv710 NIC."
3006
3007 # VPP Compare NICs 3n-skx 4t2c ndr
3008 - type: "table"
3009   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3010   algorithm: "table_comparison"
3011   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3012   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3013   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3014   columns:
3015     - title: "x710"
3016       data-set: "vpp-nic-comparison-3n-skx"
3017       tag: "NIC_Intel-X710"
3018     - title: "xxv710"
3019       data-set: "vpp-nic-comparison-3n-skx"
3020       tag: "NIC_Intel-XXV710"
3021   comparisons:
3022     - title: "Diff"
3023       reference: 1
3024       compare: 2
3025   legend:
3026     - "Legend to Table:"
3027     - "x710, xxv710 - NICs tested."
3028     - "Diff - difference between x710 and xxv710 NIC."
3029
3030 # VPP Compare NICs 3n-skx 2t1c pdr
3031 - type: "table"
3032   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3033   algorithm: "table_comparison"
3034   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3035   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3036   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3037   columns:
3038     - title: "x710"
3039       data-set: "vpp-nic-comparison-3n-skx"
3040       tag: "NIC_Intel-X710"
3041     - title: "xxv710"
3042       data-set: "vpp-nic-comparison-3n-skx"
3043       tag: "NIC_Intel-XXV710"
3044   comparisons:
3045     - title: "Diff"
3046       reference: 1
3047       compare: 2
3048   legend:
3049     - "Legend to Table:"
3050     - "x710, xxv710 - NICs tested."
3051     - "Diff - difference between x710 and xxv710 NIC."
3052
3053 # VPP Compare NICs 3n-skx 4t2c pdr
3054 - type: "table"
3055   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3056   algorithm: "table_comparison"
3057   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3058   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3059   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3060   columns:
3061     - title: "x710"
3062       data-set: "vpp-nic-comparison-3n-skx"
3063       tag: "NIC_Intel-X710"
3064     - title: "xxv710"
3065       data-set: "vpp-nic-comparison-3n-skx"
3066       tag: "NIC_Intel-XXV710"
3067   comparisons:
3068     - title: "Diff"
3069       reference: 1
3070       compare: 2
3071   legend:
3072     - "Legend to Table:"
3073     - "x710, xxv710 - NICs tested."
3074     - "Diff - difference between x710 and xxv710 NIC."
3075
3076 # VPP Compare NICs 3n-skx 2t1c mrr
3077 - type: "table"
3078   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3079   algorithm: "table_comparison"
3080   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3081   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3082   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3083   columns:
3084     - title: "x710"
3085       data-set: "vpp-nic-comparison-3n-skx-mrr"
3086       tag: "NIC_Intel-X710"
3087     - title: "xxv710"
3088       data-set: "vpp-nic-comparison-3n-skx-mrr"
3089       tag: "NIC_Intel-XXV710"
3090   comparisons:
3091     - title: "Diff"
3092       reference: 1
3093       compare: 2
3094   legend:
3095     - "Legend to Table:"
3096     - "x710, xxv710 - NICs tested."
3097     - "Diff - difference between x710 and xxv710 NIC."
3098
3099 # VPP Compare NICs 3n-skx 4t2c mrr
3100 - type: "table"
3101   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3102   algorithm: "table_comparison"
3103   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3104   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3105   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3106   columns:
3107     - title: "x710"
3108       data-set: "vpp-nic-comparison-3n-skx-mrr"
3109       tag: "NIC_Intel-X710"
3110     - title: "xxv710"
3111       data-set: "vpp-nic-comparison-3n-skx-mrr"
3112       tag: "NIC_Intel-XXV710"
3113   comparisons:
3114     - title: "Diff"
3115       reference: 1
3116       compare: 2
3117   legend:
3118     - "Legend to Table:"
3119     - "x710, xxv710 - NICs tested."
3120     - "Diff - difference between x710 and xxv710 NIC."
3121
3122 # VPP Compare NICs 3n-skx 8t4c mrr
3123 - type: "table"
3124   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3125   algorithm: "table_comparison"
3126   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3127   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3128   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3129   columns:
3130     - title: "x710"
3131       data-set: "vpp-nic-comparison-3n-skx-mrr"
3132       tag: "NIC_Intel-X710"
3133     - title: "xxv710"
3134       data-set: "vpp-nic-comparison-3n-skx-mrr"
3135       tag: "NIC_Intel-XXV710"
3136   comparisons:
3137     - title: "Diff"
3138       reference: 1
3139       compare: 2
3140   legend:
3141     - "Legend to Table:"
3142     - "x710, xxv710 - NICs tested."
3143     - "Diff - difference between x710 and xxv710 NIC."
3144
3145 # VPP Compare NICs 2n-skx 2t1c ndr
3146 - type: "table"
3147   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3148   algorithm: "table_comparison"
3149   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3150   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3151   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3152   columns:
3153     - title: "x710"
3154       data-set: "vpp-nic-comparison-2n-skx"
3155       tag: "NIC_Intel-X710"
3156     - title: "xxv710"
3157       data-set: "vpp-nic-comparison-2n-skx"
3158       tag: "NIC_Intel-XXV710"
3159   comparisons:
3160     - title: "Diff"
3161       reference: 1
3162       compare: 2
3163   legend:
3164     - "Legend to Table:"
3165     - "x710, xxv710 - NICs tested."
3166     - "Diff - difference between x710 and xxv710 NIC."
3167
3168 # VPP Compare NICs 2n-skx 4t2c ndr
3169 - type: "table"
3170   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3171   algorithm: "table_comparison"
3172   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3173   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3174   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3175   columns:
3176     - title: "x710"
3177       data-set: "vpp-nic-comparison-2n-skx"
3178       tag: "NIC_Intel-X710"
3179     - title: "xxv710"
3180       data-set: "vpp-nic-comparison-2n-skx"
3181       tag: "NIC_Intel-XXV710"
3182   comparisons:
3183     - title: "Diff"
3184       reference: 1
3185       compare: 2
3186   legend:
3187     - "Legend to Table:"
3188     - "x710, xxv710 - NICs tested."
3189     - "Diff - difference between x710 and xxv710 NIC."
3190
3191 # VPP Compare NICs 2n-skx 2t1c pdr
3192 - type: "table"
3193   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3194   algorithm: "table_comparison"
3195   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3196   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3197   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3198   columns:
3199     - title: "x710"
3200       data-set: "vpp-nic-comparison-2n-skx"
3201       tag: "NIC_Intel-X710"
3202     - title: "xxv710"
3203       data-set: "vpp-nic-comparison-2n-skx"
3204       tag: "NIC_Intel-XXV710"
3205   comparisons:
3206     - title: "Diff"
3207       reference: 1
3208       compare: 2
3209   legend:
3210     - "Legend to Table:"
3211     - "x710, xxv710 - NICs tested."
3212     - "Diff - difference between x710 and xxv710 NIC."
3213
3214 # VPP Compare NICs 2n-skx 4t2c pdr
3215 - type: "table"
3216   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3217   algorithm: "table_comparison"
3218   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3219   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3220   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3221   columns:
3222     - title: "x710"
3223       data-set: "vpp-nic-comparison-2n-skx"
3224       tag: "NIC_Intel-X710"
3225     - title: "xxv710"
3226       data-set: "vpp-nic-comparison-2n-skx"
3227       tag: "NIC_Intel-XXV710"
3228   comparisons:
3229     - title: "Diff"
3230       reference: 1
3231       compare: 2
3232   legend:
3233     - "Legend to Table:"
3234     - "x710, xxv710 - NICs tested."
3235     - "Diff - difference between x710 and xxv710 NIC."
3236
3237 # VPP Compare NICs 2n-skx 2t1c mrr
3238 - type: "table"
3239   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3240   algorithm: "table_comparison"
3241   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3242   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3243   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3244   columns:
3245     - title: "x710"
3246       data-set: "vpp-nic-comparison-2n-skx-mrr"
3247       tag: "NIC_Intel-X710"
3248     - title: "xxv710"
3249       data-set: "vpp-nic-comparison-2n-skx-mrr"
3250       tag: "NIC_Intel-XXV710"
3251   comparisons:
3252     - title: "Diff"
3253       reference: 1
3254       compare: 2
3255   legend:
3256     - "Legend to Table:"
3257     - "x710, xxv710 - NICs tested."
3258     - "Diff - difference between x710 and xxv710 NIC."
3259
3260 # VPP Compare NICs 2n-skx 4t2c mrr
3261 - type: "table"
3262   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3263   algorithm: "table_comparison"
3264   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3265   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3266   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3267   columns:
3268     - title: "x710"
3269       data-set: "vpp-nic-comparison-2n-skx-mrr"
3270       tag: "NIC_Intel-X710"
3271     - title: "xxv710"
3272       data-set: "vpp-nic-comparison-2n-skx-mrr"
3273       tag: "NIC_Intel-XXV710"
3274   comparisons:
3275     - title: "Diff"
3276       reference: 1
3277       compare: 2
3278   legend:
3279     - "Legend to Table:"
3280     - "x710, xxv710 - NICs tested."
3281     - "Diff - difference between x710 and xxv710 NIC."
3282
3283 # VPP Compare NICs 2n-skx 8t4c mrr
3284 - type: "table"
3285   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3286   algorithm: "table_comparison"
3287   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3288   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3289   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3290   columns:
3291     - title: "x710"
3292       data-set: "vpp-nic-comparison-2n-skx-mrr"
3293       tag: "NIC_Intel-X710"
3294     - title: "xxv710"
3295       data-set: "vpp-nic-comparison-2n-skx-mrr"
3296       tag: "NIC_Intel-XXV710"
3297   comparisons:
3298     - title: "Diff"
3299       reference: 1
3300       compare: 2
3301   legend:
3302     - "Legend to Table:"
3303     - "x710, xxv710 - NICs tested."
3304     - "Diff - difference between x710 and xxv710 NIC."
3305
3306 ################################################################################
3307 # VPP
3308
3309 # VPP Performance changes 2n-skx-xxv710 2t1c ndr
3310 - type: "table"
3311   title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
3312   algorithm: "table_comparison"
3313   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
3314   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3315   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3316   columns:
3317     - title: "1908.1"
3318       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3319     - title: "1908.2"
3320       data-set: "vpp-perf-changes-2n-skx-new1908_2"
3321   comparisons:
3322     - title: "Diff"
3323       reference: 1
3324       compare: 2
3325   legend:
3326     - "Legend to Table:"
3327     - "1908.1, 1908.2 - VPP versions tested."
3328     - "Diff - difference between the previous and the current VPP version."
3329
3330 # VPP Performance changes 2n-skx-xxv710 2t1c pdr
3331 - type: "table"
3332   title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
3333   algorithm: "table_comparison"
3334   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
3335   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3336   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3337   columns:
3338     - title: "1908.1"
3339       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3340     - title: "1908.2"
3341       data-set: "vpp-perf-changes-2n-skx-new1908_2"
3342   comparisons:
3343     - title: "Diff"
3344       reference: 1
3345       compare: 2
3346   legend:
3347     - "Legend to Table:"
3348     - "1908.1, 1908.2 - VPP versions tested."
3349     - "Diff - difference between the previous and the current VPP version."
3350
3351 # VPP Performance changes 3n-skx-xxv710 2t1c ndr
3352 - type: "table"
3353   title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3354   algorithm: "table_comparison"
3355   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3356   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3357   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3358   columns:
3359     - title: "1908.1"
3360       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3361     - title: "1908.2"
3362       data-set: "vpp-perf-changes-3n-skx-new1908_2"
3363   comparisons:
3364     - title: "Diff"
3365       reference: 1
3366       compare: 2
3367   legend:
3368     - "Legend to Table:"
3369     - "1908.1, 1908.2 - VPP versions tested."
3370     - "Diff - difference between the previous and the current VPP version."
3371
3372 # VPP Performance changes 3n-skx-xxv710 2t1c pdr
3373 - type: "table"
3374   title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3375   algorithm: "table_comparison"
3376   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3377   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3378   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3379   columns:
3380     - title: "1908.1"
3381       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3382     - title: "1908.2"
3383       data-set: "vpp-perf-changes-3n-skx-new1908_2"
3384   comparisons:
3385     - title: "Diff"
3386       reference: 1
3387       compare: 2
3388   legend:
3389     - "Legend to Table:"
3390     - "1908.1, 1908.2 - VPP versions tested."
3391     - "Diff - difference between the previous and the current VPP version."
3392
3393 # VPP Performance changes 2n-clx-xxv710 2t1c ndr
3394 - type: "table"
3395   title: "VPP Performance changes 2n-clx-xxv710 2t1c ndr"
3396   algorithm: "table_comparison"
3397   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-ndr"
3398   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3399   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3400   columns:
3401     - title: "1908.1"
3402       data-set: "vpp-perf-changes-2n-clx-new1908_1"
3403     - title: "1908.2"
3404       data-set: "vpp-perf-changes-2n-clx-new1908_2"
3405   comparisons:
3406     - title: "Diff"
3407       reference: 1
3408       compare: 2
3409   legend:
3410     - "Legend to Table:"
3411     - "1908.1, 1908.2 - VPP versions tested."
3412     - "Diff - difference between the previous and the current VPP version."
3413
3414 # VPP Performance changes 2n-clx-xxv710 2t1c pdr
3415 - type: "table"
3416   title: "VPP Performance changes 2n-clx-xxv710 2t1c pdr"
3417   algorithm: "table_comparison"
3418   output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-pdr"
3419   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3420   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3421   columns:
3422     - title: "1908.1"
3423       data-set: "vpp-perf-changes-2n-clx-new1908_1"
3424     - title: "1908.2"
3425       data-set: "vpp-perf-changes-2n-clx-new1908_2"
3426   comparisons:
3427     - title: "Diff"
3428       reference: 1
3429       compare: 2
3430   legend:
3431     - "Legend to Table:"
3432     - "1908.1, 1908.2 - VPP versions tested."
3433     - "Diff - difference between the previous and the current VPP version."
3434
3435 # VPP Performance Changes 3n-hsw 1t1c pdr
3436 - type: "table"
3437   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3438   algorithm: "table_comparison"
3439   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3440   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3441   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3442   columns:
3443     - title: "1904"
3444       data-set: "vpp-performance-changes-3n-hsw-h1"
3445     - title: "1908"
3446       data-set: "vpp-performance-changes-3n-hsw-ref"
3447     - title: "2001"
3448       data-set: "vpp-performance-changes-3n-hsw-cmp"
3449   comparisons:
3450     - title: "Diff"
3451       reference: 2
3452       compare: 3
3453   legend:
3454     - "Legend to Table"
3455     - "1904, 1908, 2001 - VPP versions tested."
3456     - "Diff - difference between 1908 and 2001 VPP version."
3457
3458 # VPP Performance Changes 3n-hsw 2t2c pdr
3459 - type: "table"
3460   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3461   algorithm: "table_comparison"
3462   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3463   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3464   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3465   columns:
3466     - title: "1904"
3467       data-set: "vpp-performance-changes-3n-hsw-h1"
3468     - title: "1908"
3469       data-set: "vpp-performance-changes-3n-hsw-ref"
3470     - title: "2001"
3471       data-set: "vpp-performance-changes-3n-hsw-cmp"
3472   comparisons:
3473     - title: "Diff"
3474       reference: 2
3475       compare: 3
3476   legend:
3477     - "Legend to Table"
3478     - "1904, 1908, 2001 - VPP versions tested."
3479     - "Diff - difference between 1908 and 2001 VPP version."
3480
3481 # VPP Performance Changes 3n-hsw 1t1c ndr
3482 - type: "table"
3483   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3484   algorithm: "table_comparison"
3485   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3486   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3487   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3488   columns:
3489     - title: "1904"
3490       data-set: "vpp-performance-changes-3n-hsw-h1"
3491     - title: "1908"
3492       data-set: "vpp-performance-changes-3n-hsw-ref"
3493     - title: "2001"
3494       data-set: "vpp-performance-changes-3n-hsw-cmp"
3495   comparisons:
3496     - title: "Diff"
3497       reference: 2
3498       compare: 3
3499   legend:
3500     - "Legend to Table"
3501     - "1904, 1908, 2001 - VPP versions tested."
3502     - "Diff - difference between 1908 and 2001 VPP version."
3503
3504 # VPP Performance Changes 3n-hsw 2t2c ndr
3505 - type: "table"
3506   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3507   algorithm: "table_comparison"
3508   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3509   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3510   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3511   columns:
3512     - title: "1904"
3513       data-set: "vpp-performance-changes-3n-hsw-h1"
3514     - title: "1908"
3515       data-set: "vpp-performance-changes-3n-hsw-ref"
3516     - title: "2001"
3517       data-set: "vpp-performance-changes-3n-hsw-cmp"
3518   comparisons:
3519     - title: "Diff"
3520       reference: 2
3521       compare: 3
3522   legend:
3523     - "Legend to Table"
3524     - "1904, 1908, 2001 - VPP versions tested."
3525     - "Diff - difference between 1908 and 2001 VPP version."
3526
3527 # VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3528 - type: "table"
3529   title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3530   algorithm: "table_comparison"
3531   output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3532   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3533   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3534   rca:
3535     - title: "RCA1"
3536       data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3537     - title: "RCA2"
3538       data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3539   columns:
3540     - title: "1908.0-1"
3541       data-set: "vpp-perf-changes-3n-skx-old1908_0"
3542       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3543     - title: "1908.1-1"
3544       data-set: "vpp-perf-changes-3n-skx-old1908_1"
3545     - title: "1908.1-2"
3546       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3547     - title: "2001.0-1"
3548       data-set: "vpp-perf-changes-3n-skx-new2001_0"
3549   comparisons:
3550     - title: "Diff1"
3551       reference: 2
3552       reference-alt: 1
3553       compare: 3
3554     - title: "Diff2"
3555       reference: 3
3556       compare: 4
3557   legend:
3558     - "Legend to Table"
3559     - "YYMM.MV-EV - tested VPP version (YY year, MM month, MV minor version) and CSIT test environment version (EV environment version), covered versions are 1908.0-1, 1908.1-1, 1908.1-2, 2001.0-2."
3560     - "Diff1 - difference between the previous and the current environment for the same VPP version, 1908.1-2 vs. 1908.1-1 (if latter results not available, 1908.0-1 is used)."
3561     - "Diff2 - difference between the previous and the current VPP version in the current environment, 2001.0-1 vs. 1908.1-2."
3562     - "RCA1 - root cause analysis reference for Diff1."
3563     - "RCA2 - root cause analysis reference for Diff2."
3564
3565 # VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3566 - type: "table"
3567   title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3568   algorithm: "table_comparison"
3569   output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3570   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3571   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3572   rca:
3573     - title: "RCA1"
3574       data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"  # For now we'll use PDR RCAs
3575     - title: "RCA2"
3576       data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"  # For now we'll use PDR RCAs
3577   columns:
3578     - title: "1908.0-1"
3579       data-set: "vpp-perf-changes-3n-skx-old1908_0"
3580       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3581     - title: "1908.1-1"
3582       data-set: "vpp-perf-changes-3n-skx-old1908_1"
3583     - title: "1908.1-2"
3584       data-set: "vpp-perf-changes-3n-skx-new1908_1"
3585     - title: "2001.0-1"
3586       data-set: "vpp-perf-changes-3n-skx-new2001_0"
3587   comparisons:
3588     - title: "Diff1"
3589       reference: 2
3590       reference-alt: 1
3591       compare: 3
3592     - title: "Diff2"
3593       reference: 3
3594       compare: 4
3595   legend:
3596     - "Legend to Table"
3597     - "YYMM.MV-EV - tested VPP version (YY year, MM month, MV minor version) and CSIT test environment version (EV environment version), covered versions are 1908.0-1, 1908.1-1, 1908.1-2, 2001.0-2."
3598     - "Diff1 - difference between the previous and the current environment for the same VPP version, 1908.1-2 vs. 1908.1-1 (if latter results not available, 1908.0-1 is used)."
3599     - "Diff2 - difference between the previous and the current VPP version in the current environment, 2001.0-1 vs. 1908.1-2."
3600     - "RCA1 - root cause analysis reference for Diff1."
3601     - "RCA2 - root cause analysis reference for Diff2."
3602
3603 # VPP Performance Changes 3n-skx 2t1c pdr
3604 - type: "table"
3605   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3606   algorithm: "table_comparison"
3607   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3608   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3609   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3610   columns:
3611     - title: "1904"
3612       data-set: "vpp-performance-changes-3n-skx-h1"
3613       tag: "NIC_Intel-X710"
3614     - title: "1908"
3615       data-set: "vpp-performance-changes-3n-skx-ref"
3616       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3617       tag: "NIC_Intel-XXV710"
3618     - title: "2001"
3619       data-set: "vpp-performance-changes-3n-skx-cmp"
3620       tag: "NIC_Intel-XXV710"
3621   comparisons:
3622     - title: "Diff"
3623       reference: 2
3624       compare: 3
3625   legend:
3626     - "Legend to Table"
3627     - "1904, 1908, 2001 - VPP versions tested."
3628     - "Diff - difference between 1908 and 2001 VPP version."
3629
3630 # VPP Performance Changes 3n-skx 4t2c pdr
3631 - type: "table"
3632   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3633   algorithm: "table_comparison"
3634   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3635   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3636   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3637   columns:
3638     - title: "1904"
3639       data-set: "vpp-performance-changes-3n-skx-h1"
3640       tag: "NIC_Intel-X710"
3641     - title: "1908"
3642       data-set: "vpp-performance-changes-3n-skx-ref"
3643       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3644       tag: "NIC_Intel-XXV710"
3645     - title: "2001"
3646       data-set: "vpp-performance-changes-3n-skx-cmp"
3647       tag: "NIC_Intel-XXV710"
3648   comparisons:
3649     - title: "Diff"
3650       reference: 2
3651       compare: 3
3652   legend:
3653     - "Legend to Table"
3654     - "1904, 1908, 2001 - VPP versions tested."
3655     - "Diff - difference between 1908 and 2001 VPP version."
3656
3657 # VPP Performance Changes 3n-skx 2t1c ndr
3658 - type: "table"
3659   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3660   algorithm: "table_comparison"
3661   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3662   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3663   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3664   columns:
3665     - title: "1904"
3666       data-set: "vpp-performance-changes-3n-skx-h1"
3667       tag: "NIC_Intel-X710"
3668     - title: "1908"
3669       data-set: "vpp-performance-changes-3n-skx-ref"
3670       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3671       tag: "NIC_Intel-XXV710"
3672     - title: "2001"
3673       data-set: "vpp-performance-changes-3n-skx-cmp"
3674       tag: "NIC_Intel-XXV710"
3675   comparisons:
3676     - title: "Diff"
3677       reference: 2
3678       compare: 3
3679   legend:
3680     - "Legend to Table"
3681     - "1904, 1908, 2001 - VPP versions tested."
3682     - "Diff - difference between 1908 and 2001 VPP version."
3683
3684 # VPP Performance Changes 3n-skx 4t2c ndr
3685 - type: "table"
3686   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3687   algorithm: "table_comparison"
3688   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3689   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3690   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3691   columns:
3692     - title: "1904"
3693       data-set: "vpp-performance-changes-3n-skx-h1"
3694       tag: "NIC_Intel-X710"
3695     - title: "1908"
3696       data-set: "vpp-performance-changes-3n-skx-ref"
3697       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3698       tag: "NIC_Intel-XXV710"
3699     - title: "2001"
3700       data-set: "vpp-performance-changes-3n-skx-cmp"
3701       tag: "NIC_Intel-XXV710"
3702   comparisons:
3703     - title: "Diff"
3704       reference: 2
3705       compare: 3
3706   legend:
3707     - "Legend to Table"
3708     - "1904, 1908, 2001 - VPP versions tested."
3709     - "Diff - difference between 1908 and 2001 VPP version."
3710
3711 # VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3712 - type: "table"
3713   title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3714   algorithm: "table_comparison"
3715   output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3716   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3717   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3718   rca:
3719     - title: "RCA1"
3720       data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3721     - title: "RCA2"
3722       data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3723   columns:
3724     - title: "1908.0-1"
3725       data-set: "vpp-perf-changes-2n-skx-old1908_0"
3726       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3727     - title: "1908.1-1"
3728       data-set: "vpp-perf-changes-2n-skx-old1908_1"
3729     - title: "1908.1-2"
3730       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3731     - title: "2001.0-1"
3732       data-set: "vpp-perf-changes-2n-skx-new2001_0"
3733   comparisons:
3734     - title: "Diff1"
3735       reference: 2
3736       reference-alt: 1
3737       compare: 3
3738     - title: "Diff2"
3739       reference: 3
3740       compare: 4
3741   legend:
3742     - "Legend to Table"
3743     - "YYMM.MV-EV - tested VPP version (YY year, MM month, MV minor version) and CSIT test environment version (EV environment version), covered versions are 1908.0-1, 1908.1-1, 1908.1-2, 2001.0-2."
3744     - "Diff1 - difference between the previous and the current environment for the same VPP version, 1908.1-2 vs. 1908.1-1 (if latter results not available, 1908.0-1 is used)."
3745     - "Diff2 - difference between the previous and the current VPP version in the current environment, 2001.0-1 vs. 1908.1-2."
3746     - "RCA1 - root cause analysis reference for Diff1."
3747     - "RCA2 - root cause analysis reference for Diff2."
3748
3749 # VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3750 - type: "table"
3751   title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3752   algorithm: "table_comparison"
3753   output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3754   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3755   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3756   rca:
3757     - title: "RCA1"
3758       data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"  # For now we'll use PDR RCAs
3759     - title: "RCA2"
3760       data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"  # For now we'll use PDR RCAs
3761   columns:
3762     - title: "1908.0-1"
3763       data-set: "vpp-perf-changes-2n-skx-old1908_0"
3764       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3765     - title: "1908.1-1"
3766       data-set: "vpp-perf-changes-2n-skx-old1908_1"
3767     - title: "1908.1-2"
3768       data-set: "vpp-perf-changes-2n-skx-new1908_1"
3769     - title: "2001.0-1"
3770       data-set: "vpp-perf-changes-2n-skx-new2001_0"
3771   comparisons:
3772     - title: "Diff1"
3773       reference: 2
3774       reference-alt: 1
3775       compare: 3
3776     - title: "Diff2"
3777       reference: 3
3778       compare: 4
3779   legend:
3780     - "Legend to Table"
3781     - "YYMM.MV-EV - tested VPP version (YY year, MM month, MV minor version) and CSIT test environment version (EV environment version), covered versions are 1908.0-1, 1908.1-1, 1908.1-2, 2001.0-2."
3782     - "Diff1 - difference between the previous and the current environment for the same VPP version, 1908.1-2 vs. 1908.1-1 (if latter results not available, 1908.0-1 is used)."
3783     - "Diff2 - difference between the previous and the current VPP version in the current environment, 2001.0-1 vs. 1908.1-2."
3784     - "RCA1 - root cause analysis reference for Diff1."
3785     - "RCA2 - root cause analysis reference for Diff2."
3786
3787 # VPP Performance Changes 2n-skx 2t1c pdr
3788 - type: "table"
3789   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3790   algorithm: "table_comparison"
3791   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3792   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3793   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3794   columns:
3795     - title: "1904"
3796       data-set: "vpp-performance-changes-2n-skx-h1"
3797       tag: "NIC_Intel-X710"
3798     - title: "1908"
3799       data-set: "vpp-performance-changes-2n-skx-ref"
3800       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3801       tag: "NIC_Intel-XXV710"
3802     - title: "2001"
3803       data-set: "vpp-performance-changes-2n-skx-cmp"
3804       tag: "NIC_Intel-XXV710"
3805   comparisons:
3806     - title: "Diff"
3807       reference: 2
3808       compare: 3
3809   legend:
3810     - "Legend to Table"
3811     - "1904, 1908, 2001 - VPP versions tested."
3812     - "Diff - difference between 1908 and 2001 VPP version."
3813
3814 # VPP Performance Changes 2n-skx 4t2c pdr
3815 - type: "table"
3816   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3817   algorithm: "table_comparison"
3818   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3819   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3820   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3821   columns:
3822     - title: "1904"
3823       data-set: "vpp-performance-changes-2n-skx-h1"
3824       tag: "NIC_Intel-X710"
3825     - title: "1908"
3826       data-set: "vpp-performance-changes-2n-skx-ref"
3827       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3828       tag: "NIC_Intel-XXV710"
3829     - title: "2001"
3830       data-set: "vpp-performance-changes-2n-skx-cmp"
3831       tag: "NIC_Intel-XXV710"
3832   comparisons:
3833     - title: "Diff"
3834       reference: 2
3835       compare: 3
3836   legend:
3837     - "Legend to Table"
3838     - "1904, 1908, 2001 - VPP versions tested."
3839     - "Diff - difference between 1908 and 2001 VPP version."
3840
3841 # VPP Performance Changes 2n-skx 2t1c ndr
3842 - type: "table"
3843   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3844   algorithm: "table_comparison"
3845   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3846   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3847   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3848   columns:
3849     - title: "1904"
3850       data-set: "vpp-performance-changes-2n-skx-h1"
3851       tag: "NIC_Intel-X710"
3852     - title: "1908"
3853       data-set: "vpp-performance-changes-2n-skx-ref"
3854       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3855       tag: "NIC_Intel-XXV710"
3856     - title: "2001"
3857       data-set: "vpp-performance-changes-2n-skx-cmp"
3858       tag: "NIC_Intel-XXV710"
3859   comparisons:
3860     - title: "Diff"
3861       reference: 2
3862       compare: 3
3863   legend:
3864     - "Legend to Table"
3865     - "1904, 1908, 2001 - VPP versions tested."
3866     - "Diff - difference between 1908 and 2001 VPP version."
3867
3868 # VPP Performance Changes 2n-skx 4t2c ndr
3869 - type: "table"
3870   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3871   algorithm: "table_comparison"
3872   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3873   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3874   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3875   columns:
3876     - title: "1904"
3877       data-set: "vpp-performance-changes-2n-skx-h1"
3878       tag: "NIC_Intel-X710"
3879     - title: "1908"
3880       data-set: "vpp-performance-changes-2n-skx-ref"
3881       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3882       tag: "NIC_Intel-XXV710"
3883     - title: "2001"
3884       data-set: "vpp-performance-changes-2n-skx-cmp"
3885       tag: "NIC_Intel-XXV710"
3886   comparisons:
3887     - title: "Diff"
3888       reference: 2
3889       compare: 3
3890   legend:
3891     - "Legend to Table"
3892     - "1904, 1908, 2001 - VPP versions tested."
3893     - "Diff - difference between 1908 and 2001 VPP version."
3894
3895 # VPP Performance Changes 2n-dnv 1t1c pdr
3896 - type: "table"
3897   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3898   algorithm: "table_comparison"
3899   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3900   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3901   filter: "'1T1C'"
3902   columns:
3903     - title: "1908"
3904       data-set: "vpp-performance-changes-2n-dnv-ref"
3905     - title: "2001"
3906       data-set: "vpp-performance-changes-2n-dnv-cmp"
3907   comparisons:
3908     - title: "Diff"
3909       reference: 1
3910       compare: 2
3911   legend:
3912     - "Legend to Table"
3913     - "1908, 2001 - VPP versions tested."
3914     - "Diff - difference between 1908 and 2001 VPP version."
3915
3916 # VPP Performance Changes 2n-dnv 2t2c pdr
3917 - type: "table"
3918   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3919   algorithm: "table_comparison"
3920   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3921   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3922   filter: "'2T2C'"
3923   columns:
3924     - title: "1908"
3925       data-set: "vpp-performance-changes-2n-dnv-ref"
3926     - title: "2001"
3927       data-set: "vpp-performance-changes-2n-dnv-cmp"
3928   comparisons:
3929     - title: "Diff"
3930       reference: 1
3931       compare: 2
3932   legend:
3933     - "Legend to Table"
3934     - "1908, 2001 - VPP versions tested."
3935     - "Diff - difference between 1908 and 2001 VPP version."
3936
3937 # VPP Performance Changes 2n-dnv 1t1c ndr
3938 - type: "table"
3939   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3940   algorithm: "table_comparison"
3941   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3942   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3943   filter: "'1T1C'"
3944   columns:
3945     - title: "1908"
3946       data-set: "vpp-performance-changes-2n-dnv-ref"
3947     - title: "2001"
3948       data-set: "vpp-performance-changes-2n-dnv-cmp"
3949   comparisons:
3950     - title: "Diff"
3951       reference: 1
3952       compare: 2
3953   legend:
3954     - "Legend to Table"
3955     - "1908, 2001 - VPP versions tested."
3956     - "Diff - difference between 1908 and 2001 VPP version."
3957
3958 # VPP Performance Changes 2n-dnv 2t2c ndr
3959 - type: "table"
3960   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3961   algorithm: "table_comparison"
3962   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3963   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3964   filter: "'2T2C'"
3965   columns:
3966     - title: "1908"
3967       data-set: "vpp-performance-changes-2n-dnv-ref"
3968     - title: "2001"
3969       data-set: "vpp-performance-changes-2n-dnv-cmp"
3970   comparisons:
3971     - title: "Diff"
3972       reference: 1
3973       compare: 2
3974   legend:
3975     - "Legend to Table"
3976     - "1908, 2001 - VPP versions tested."
3977     - "Diff - difference between 1908 and 2001 VPP version."
3978
3979 # VPP Performance Changes 3n-dnv 1t1c pdr
3980 - type: "table"
3981   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3982   algorithm: "table_comparison"
3983   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3984   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3985   filter: "'1T1C'"
3986   columns:
3987     - title: "1908"
3988       data-set: "vpp-performance-changes-3n-dnv-ref"
3989     - title: "2001"
3990       data-set: "vpp-performance-changes-3n-dnv-cmp"
3991   comparisons:
3992     - title: "Diff"
3993       reference: 1
3994       compare: 2
3995   legend:
3996     - "Legend to Table"
3997     - "1908, 2001 - VPP versions tested."
3998     - "Diff - difference between 1908 and 2001 VPP version."
3999
4000 # VPP Performance Changes 3n-dnv 2t2c pdr
4001 - type: "table"
4002   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4003   algorithm: "table_comparison"
4004   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4005   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4006   filter: "'2T2C'"
4007   columns:
4008     - title: "1908"
4009       data-set: "vpp-performance-changes-3n-dnv-ref"
4010     - title: "2001"
4011       data-set: "vpp-performance-changes-3n-dnv-cmp"
4012   comparisons:
4013     - title: "Diff"
4014       reference: 1
4015       compare: 2
4016   legend:
4017     - "Legend to Table"
4018     - "1908, 2001 - VPP versions tested."
4019     - "Diff - difference between 1908 and 2001 VPP version."
4020
4021 # VPP Performance Changes 3n-dnv 1t1c ndr
4022 - type: "table"
4023   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4024   algorithm: "table_comparison"
4025   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4026   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4027   filter: "'1T1C'"
4028   columns:
4029     - title: "1908"
4030       data-set: "vpp-performance-changes-3n-dnv-ref"
4031     - title: "2001"
4032       data-set: "vpp-performance-changes-3n-dnv-cmp"
4033   comparisons:
4034     - title: "Diff"
4035       reference: 1
4036       compare: 2
4037   legend:
4038     - "Legend to Table"
4039     - "1908, 2001 - VPP versions tested."
4040     - "Diff - difference between 1908 and 2001 VPP version."
4041
4042 # VPP Performance Changes 3n-dnv 2t2c ndr
4043 - type: "table"
4044   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4045   algorithm: "table_comparison"
4046   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4047   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4048   filter: "'2T2C'"
4049   columns:
4050     - title: "1908"
4051       data-set: "vpp-performance-changes-3n-dnv-ref"
4052     - title: "2001"
4053       data-set: "vpp-performance-changes-3n-dnv-cmp"
4054   comparisons:
4055     - title: "Diff"
4056       reference: 1
4057       compare: 2
4058   legend:
4059     - "Legend to Table"
4060     - "1908, 2001 - VPP versions tested."
4061     - "Diff - difference between 1908 and 2001 VPP version."
4062
4063 # VPP Performance Changes 3n-tsh 1t1c pdr
4064 - type: "table"
4065   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4066   algorithm: "table_comparison"
4067   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4068   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4069   filter: "'1T1C'"
4070   columns:
4071     - title: "1908"
4072       data-set: "vpp-performance-changes-3n-tsh-ref"
4073     - title: "2001"
4074       data-set: "vpp-performance-changes-3n-tsh-cmp"
4075   comparisons:
4076     - title: "Diff"
4077       reference: 1
4078       compare: 2
4079   legend:
4080     - "Legend to Table"
4081     - "1908, 2001 - VPP versions tested."
4082     - "Diff - difference between 1908 and 2001 VPP version."
4083
4084 # VPP Performance Changes 3n-tsh 2t2c pdr
4085 - type: "table"
4086   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4087   algorithm: "table_comparison"
4088   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4089   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4090   filter: "'2T2C'"
4091   columns:
4092     - title: "1908"
4093       data-set: "vpp-performance-changes-3n-tsh-ref"
4094     - title: "2001"
4095       data-set: "vpp-performance-changes-3n-tsh-cmp"
4096   comparisons:
4097     - title: "Diff"
4098       reference: 1
4099       compare: 2
4100   legend:
4101     - "Legend to Table"
4102     - "1908, 2001 - VPP versions tested."
4103     - "Diff - difference between 1908 and 2001 VPP version."
4104
4105 # VPP Performance Changes 3n-tsh 1t1c ndr
4106 - type: "table"
4107   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4108   algorithm: "table_comparison"
4109   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4110   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4111   filter: "'1T1C'"
4112   columns:
4113     - title: "1908"
4114       data-set: "vpp-performance-changes-3n-tsh-ref"
4115     - title: "2001"
4116       data-set: "vpp-performance-changes-3n-tsh-cmp"
4117   comparisons:
4118     - title: "Diff"
4119       reference: 1
4120       compare: 2
4121   legend:
4122     - "Legend to Table"
4123     - "1908, 2001 - VPP versions tested."
4124     - "Diff - difference between 1908 and 2001 VPP version."
4125
4126 # VPP Performance Changes 3n-tsh 2t2c ndr
4127 - type: "table"
4128   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4129   algorithm: "table_comparison"
4130   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4131   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4132   filter: "'2T2C'"
4133   columns:
4134     - title: "1908"
4135       data-set: "vpp-performance-changes-3n-tsh-ref"
4136     - title: "2001"
4137       data-set: "vpp-performance-changes-3n-tsh-cmp"
4138   comparisons:
4139     - title: "Diff"
4140       reference: 1
4141       compare: 2
4142   legend:
4143     - "Legend to Table"
4144     - "1908, 2001 - VPP versions tested."
4145     - "Diff - difference between 1908 and 2001 VPP version."
4146
4147 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4148 - type: "table"
4149   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4150   algorithm: "table_comparison"
4151   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4152   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4153   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4154   columns:
4155     - title: "3n-hsw xl710"
4156       data-set: "vpp-compare-testbeds-ref"
4157       tag: "NIC_Intel-XL710"
4158     - title: "3n-skx xxv710"
4159       data-set: "vpp-compare-testbeds-cmp"
4160       tag: "NIC_Intel-XXV710"
4161   comparisons:
4162     - title: "Diff"
4163       reference: 1
4164       compare: 2
4165   legend:
4166     - "Legend to Table"
4167     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4168     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4169
4170 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4171 - type: "table"
4172   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4173   algorithm: "table_comparison"
4174   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4175   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4176   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4177   columns:
4178     - title: "3n-hsw xl710"
4179       data-set: "vpp-compare-testbeds-ref"
4180       tag: "NIC_Intel-XL710"
4181     - title: "3n-skx xxv710"
4182       data-set: "vpp-compare-testbeds-cmp"
4183       tag: "NIC_Intel-XXV710"
4184   comparisons:
4185     - title: "Diff"
4186       reference: 1
4187       compare: 2
4188   legend:
4189     - "Legend to Table"
4190     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4191     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4192
4193 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4194 - type: "table"
4195   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4196   algorithm: "table_comparison"
4197   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4198   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4199   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4200   columns:
4201     - title: "3n-hsw xl710"
4202       data-set: "vpp-compare-testbeds-ref"
4203       tag: "NIC_Intel-XL710"
4204     - title: "3n-skx xxv710"
4205       data-set: "vpp-compare-testbeds-cmp"
4206       tag: "NIC_Intel-XXV710"
4207   comparisons:
4208     - title: "Diff"
4209       reference: 1
4210       compare: 2
4211   legend:
4212     - "Legend to Table"
4213     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4214     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4215
4216 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4217 - type: "table"
4218   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4219   algorithm: "table_comparison"
4220   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4221   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4222   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4223   columns:
4224     - title: "3n-hsw xl710"
4225       data-set: "vpp-compare-testbeds-ref"
4226       tag: "NIC_Intel-XL710"
4227     - title: "3n-skx xxv710"
4228       data-set: "vpp-compare-testbeds-cmp"
4229       tag: "NIC_Intel-XXV710"
4230   comparisons:
4231     - title: "Diff"
4232       reference: 1
4233       compare: 2
4234   legend:
4235     - "Legend to Table"
4236     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4237     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4238
4239 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4240 - type: "table"
4241   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4242   algorithm: "table_comparison"
4243   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4244   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4245   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4246   columns:
4247     - title: "2n-skx"
4248       data-set: "vpp-compare-testbeds-skx-clx-ref"
4249     - title: "2n-clx"
4250       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4251   comparisons:
4252     - title: "Diff"
4253       reference: 1
4254       compare: 2
4255   legend:
4256     - "Legend to Table"
4257     - "2n-skx, 2n-clx - testbeds and NICs tested."
4258     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4259
4260 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4261 - type: "table"
4262   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4263   algorithm: "table_comparison"
4264   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4265   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4266   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4267   columns:
4268     - title: "2n-skx"
4269       data-set: "vpp-compare-testbeds-skx-clx-ref"
4270     - title: "2n-clx"
4271       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4272   comparisons:
4273     - title: "Diff"
4274       reference: 1
4275       compare: 2
4276   legend:
4277     - "Legend to Table"
4278     - "2n-skx, 2n-clx - testbeds and NICs tested."
4279     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4280
4281 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4282 - type: "table"
4283   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4284   algorithm: "table_comparison"
4285   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4286   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4287   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4288   columns:
4289     - title: "2n-skx"
4290       data-set: "vpp-compare-testbeds-skx-clx-ref"
4291     - title: "2n-clx"
4292       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4293   comparisons:
4294     - title: "Diff"
4295       reference: 1
4296       compare: 2
4297   legend:
4298     - "Legend to Table"
4299     - "2n-skx, 2n-clx - testbeds and NICs tested."
4300     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4301
4302 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4303 - type: "table"
4304   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4305   algorithm: "table_comparison"
4306   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4307   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4308   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4309   columns:
4310     - title: "2n-skx"
4311       data-set: "vpp-compare-testbeds-skx-clx-ref"
4312     - title: "2n-clx"
4313       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4314   comparisons:
4315     - title: "Diff"
4316       reference: 1
4317       compare: 2
4318   legend:
4319     - "Legend to Table"
4320     - "2n-skx, 2n-clx - testbeds and NICs tested."
4321     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4322
4323 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4324 - type: "table"
4325   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4326   algorithm: "table_comparison"
4327   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4328   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4329   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4330   columns:
4331     - title: "3n-hsw xl710"
4332       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4333       tag: "NIC_Intel-XL710"
4334     - title: "2n-clx xxv710"
4335       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4336       tag: "NIC_Intel-XXV710"
4337   comparisons:
4338     - title: "Diff"
4339       reference: 1
4340       compare: 2
4341   legend:
4342     - "Legend to Table"
4343     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4344     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4345
4346 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4347 - type: "table"
4348   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4349   algorithm: "table_comparison"
4350   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4351   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4352   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4353   columns:
4354     - title: "3n-hsw xl710"
4355       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4356       tag: "NIC_Intel-XL710"
4357     - title: "2n-clx xxv710"
4358       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4359       tag: "NIC_Intel-XXV710"
4360   comparisons:
4361     - title: "Diff"
4362       reference: 1
4363       compare: 2
4364   legend:
4365     - "Legend to Table"
4366     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4367     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4368
4369 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4370 - type: "table"
4371   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4372   algorithm: "table_comparison"
4373   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4374   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4375   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4376   columns:
4377     - title: "3n-hsw xl710"
4378       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4379       tag: "NIC_Intel-XL710"
4380     - title: "2n-clx xxv710"
4381       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4382       tag: "NIC_Intel-XXV710"
4383   comparisons:
4384     - title: "Diff"
4385       reference: 1
4386       compare: 2
4387   legend:
4388     - "Legend to Table"
4389     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4390     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4391
4392 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4393 - type: "table"
4394   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4395   algorithm: "table_comparison"
4396   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4397   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4398   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4399   columns:
4400     - title: "3n-hsw xl710"
4401       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4402       tag: "NIC_Intel-XL710"
4403     - title: "2n-clx xxv710"
4404       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4405       tag: "NIC_Intel-XXV710"
4406   comparisons:
4407     - title: "Diff"
4408       reference: 1
4409       compare: 2
4410   legend:
4411     - "Legend to Table"
4412     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4413     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4414
4415 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4416 - type: "table"
4417   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4418   algorithm: "table_comparison"
4419   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4420   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4421   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4422   columns:
4423     - title: "3n-skx"
4424       data-set: "vpp-compare-topologies-ref"
4425     - title: "2n-skx"
4426       data-set: "vpp-compare-topologies-cmp"
4427   comparisons:
4428     - title: "Diff"
4429       reference: 1
4430       compare: 2
4431   legend:
4432     - "Legend to Table"
4433     - "3n-skx, 2n-skx - topologies tested."
4434     - "Diff - difference between 3n-skx and 2n-skx topologies."
4435
4436 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4437 - type: "table"
4438   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4439   algorithm: "table_comparison"
4440   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4441   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4442   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4443   columns:
4444     - title: "3n-skx"
4445       data-set: "vpp-compare-topologies-ref"
4446     - title: "2n-skx"
4447       data-set: "vpp-compare-topologies-cmp"
4448   comparisons:
4449     - title: "Diff"
4450       reference: 1
4451       compare: 2
4452   legend:
4453     - "Legend to Table"
4454     - "3n-skx, 2n-skx - topologies tested."
4455     - "Diff - difference between 3n-skx and 2n-skx topologies."
4456
4457 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4458 - type: "table"
4459   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4460   algorithm: "table_comparison"
4461   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4462   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4463   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4464   columns:
4465     - title: "3n-skx"
4466       data-set: "vpp-compare-topologies-ref"
4467     - title: "2n-skx"
4468       data-set: "vpp-compare-topologies-cmp"
4469   comparisons:
4470     - title: "Diff"
4471       reference: 1
4472       compare: 2
4473   legend:
4474     - "Legend to Table"
4475     - "3n-skx, 2n-skx - topologies tested."
4476     - "Diff - difference between 3n-skx and 2n-skx topologies."
4477
4478 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4479 - type: "table"
4480   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4481   algorithm: "table_comparison"
4482   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4483   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4484   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4485   columns:
4486     - title: "3n-skx"
4487       data-set: "vpp-compare-topologies-ref"
4488     - title: "2n-skx"
4489       data-set: "vpp-compare-topologies-cmp"
4490   comparisons:
4491     - title: "Diff"
4492       reference: 1
4493       compare: 2
4494   legend:
4495     - "Legend to Table"
4496     - "3n-skx, 2n-skx - topologies tested."
4497     - "Diff - difference between 3n-skx and 2n-skx topologies."
4498
4499 # VPP Performance Changes 3n-hsw 1t1c mrr
4500 - type: "table"
4501   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4502   algorithm: "table_comparison"
4503   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4504   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4505   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4506   columns:
4507     - title: "1904"
4508       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4509     - title: "1908"
4510       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4511     - title: "2001"
4512       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4513   comparisons:
4514     - title: "Diff"
4515       reference: 2
4516       compare: 3
4517   legend:
4518     - "Legend to Table"
4519     - "1904, 1908, 2001 - VPP versions tested."
4520     - "Diff - difference between 1908 and 2001 VPP version."
4521
4522 # VPP Performance Changes 3n-hsw 2t2c mrr
4523 - type: "table"
4524   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4525   algorithm: "table_comparison"
4526   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4527   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4528   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4529   columns:
4530     - title: "1904"
4531       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4532     - title: "1908"
4533       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4534     - title: "2001"
4535       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4536   comparisons:
4537     - title: "Diff"
4538       reference: 2
4539       compare: 3
4540   legend:
4541     - "Legend to Table"
4542     - "1904, 1908, 2001 - VPP versions tested."
4543     - "Diff - difference between 1908 and 2001 VPP version."
4544
4545 # VPP Performance Changes 3n-hsw 4t4c mrr
4546 - type: "table"
4547   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4548   algorithm: "table_comparison"
4549   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4550   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4551   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4552   columns:
4553     - title: "1904"
4554       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4555     - title: "1908"
4556       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4557     - title: "2001"
4558       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4559   comparisons:
4560     - title: "Diff"
4561       reference: 2
4562       compare: 3
4563   legend:
4564     - "Legend to Table"
4565     - "1904, 1908, 2001 - VPP versions tested."
4566     - "Diff - difference between 1908 and 2001 VPP version."
4567
4568 # VPP Performance Changes 3n-skx 2t1c mrr
4569 - type: "table"
4570   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4571   algorithm: "table_comparison"
4572   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4573   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4574   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4575   columns:
4576     - title: "1904"
4577       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4578     - title: "1908"
4579       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4580     - title: "2001"
4581       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4582   comparisons:
4583     - title: "Diff"
4584       reference: 2
4585       compare: 3
4586   legend:
4587     - "Legend to Table"
4588     - "1904, 1908, 2001 - VPP versions tested."
4589     - "Diff - difference between 1908 and 2001 VPP version."
4590
4591 # VPP Performance Changes 3n-skx 4t2c mrr
4592 - type: "table"
4593   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4594   algorithm: "table_comparison"
4595   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4596   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4597   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4598   columns:
4599     - title: "1904"
4600       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4601     - title: "1908"
4602       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4603     - title: "2001"
4604       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4605   comparisons:
4606     - title: "Diff"
4607       reference: 2
4608       compare: 3
4609   legend:
4610     - "Legend to Table"
4611     - "1904, 1908, 2001 - VPP versions tested."
4612     - "Diff - difference between 1908 and 2001 VPP version."
4613
4614 # VPP Performance Changes 3n-skx 8t4c mrr
4615 - type: "table"
4616   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4617   algorithm: "table_comparison"
4618   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4619   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4620   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4621   columns:
4622     - title: "1904"
4623       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4624     - title: "1908"
4625       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4626     - title: "2001"
4627       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4628   comparisons:
4629     - title: "Diff"
4630       reference: 2
4631       compare: 3
4632   legend:
4633     - "Legend to Table"
4634     - "1904, 1908, 2001 - VPP versions tested."
4635     - "Diff - difference between 1908 and 2001 VPP version."
4636
4637 # VPP Performance Changes 2n-skx 2t1c mrr
4638 - type: "table"
4639   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4640   algorithm: "table_comparison"
4641   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4642   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4643   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4644   columns:
4645     - title: "1904"
4646       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4647     - title: "1908"
4648       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4649     - title: "2001"
4650       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4651   comparisons:
4652     - title: "Diff"
4653       reference: 2
4654       compare: 3
4655   legend:
4656     - "Legend to Table"
4657     - "1904, 1908, 2001 - VPP versions tested."
4658     - "Diff - difference between 1908 and 2001 VPP version."
4659
4660 # VPP Performance Changes 2n-skx 4t2c mrr
4661 - type: "table"
4662   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4663   algorithm: "table_comparison"
4664   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4665   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4666   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4667   columns:
4668     - title: "1904"
4669       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4670     - title: "1908"
4671       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4672     - title: "2001"
4673       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4674   comparisons:
4675     - title: "Diff"
4676       reference: 2
4677       compare: 3
4678   legend:
4679     - "Legend to Table"
4680     - "1904, 1908, 2001 - VPP versions tested."
4681     - "Diff - difference between 1908 and 2001 VPP version."
4682
4683 # VPP Performance Changes 2n-skx 8t4c mrr
4684 - type: "table"
4685   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4686   algorithm: "table_comparison"
4687   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4688   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4689   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4690   columns:
4691     - title: "1904"
4692       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4693     - title: "1908"
4694       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4695     - title: "2001"
4696       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4697   comparisons:
4698     - title: "Diff"
4699       reference: 2
4700       compare: 3
4701   legend:
4702     - "Legend to Table"
4703     - "1904, 1908, 2001 - VPP versions tested."
4704     - "Diff - difference between 1908 and 2001 VPP version."
4705
4706 # VPP Performance Changes 2n-dnv 1t1c mrr
4707 - type: "table"
4708   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4709   algorithm: "table_comparison"
4710   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4711   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4712   filter: "'1T1C'"
4713   columns:
4714     - title: "1908"
4715       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4716     - title: "2001"
4717       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4718   comparisons:
4719     - title: "Diff"
4720       reference: 1
4721       compare: 2
4722   legend:
4723     - "Legend to Table"
4724     - "1908, 2001 - VPP versions tested."
4725     - "Diff - difference between 1908 and 2001 VPP version."
4726
4727 # VPP Performance Changes 2n-dnv 2t2c mrr
4728 - type: "table"
4729   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4730   algorithm: "table_comparison"
4731   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4732   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4733   filter: "'2T2C'"
4734   columns:
4735     - title: "1908"
4736       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4737     - title: "2001"
4738       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4739   comparisons:
4740     - title: "Diff"
4741       reference: 1
4742       compare: 2
4743   legend:
4744     - "Legend to Table"
4745     - "1908, 2001 - VPP versions tested."
4746     - "Diff - difference between 1908 and 2001 VPP version."
4747
4748 # VPP Performance Changes 2n-dnv 4t4c mrr
4749 - type: "table"
4750   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4751   algorithm: "table_comparison"
4752   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4753   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4754   filter: "'4T4C'"
4755   columns:
4756     - title: "1908"
4757       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4758     - title: "2001"
4759       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4760   comparisons:
4761     - title: "Diff"
4762       reference: 1
4763       compare: 2
4764   legend:
4765     - "Legend to Table"
4766     - "1908, 2001 - VPP versions tested."
4767     - "Diff - difference between 1908 and 2001 VPP version."
4768
4769 # VPP Performance Changes 3n-dnv 1t1c mrr
4770 - type: "table"
4771   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4772   algorithm: "table_comparison"
4773   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4774   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4775   filter: "'1T1C'"
4776   columns:
4777     - title: "1908"
4778       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4779     - title: "2001"
4780       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4781   comparisons:
4782     - title: "Diff"
4783       reference: 1
4784       compare: 2
4785   legend:
4786     - "Legend to Table"
4787     - "1908, 2001 - VPP versions tested."
4788     - "Diff - difference between 1908 and 2001 VPP version."
4789
4790 # VPP Performance Changes 3n-dnv 2t2c mrr
4791 - type: "table"
4792   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4793   algorithm: "table_comparison"
4794   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4795   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4796   filter: "'2T2C'"
4797   columns:
4798     - title: "1908"
4799       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4800     - title: "2001"
4801       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4802   comparisons:
4803     - title: "Diff"
4804       reference: 1
4805       compare: 2
4806   legend:
4807     - "Legend to Table"
4808     - "1908, 2001 - VPP versions tested."
4809     - "Diff - difference between 1908 and 2001 VPP version."
4810
4811 # VPP Performance Changes 3n-dnv 4t4c mrr
4812 - type: "table"
4813   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4814   algorithm: "table_comparison"
4815   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4816   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4817   filter: "'4T4C'"
4818   columns:
4819     - title: "1908"
4820       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4821     - title: "2001"
4822       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4823   comparisons:
4824     - title: "Diff"
4825       reference: 1
4826       compare: 2
4827   legend:
4828     - "Legend to Table"
4829     - "1908, 2001 - VPP versions tested."
4830     - "Diff - difference between 1908 and 2001 VPP version."
4831
4832 # VPP Performance Changes 3n-tsh 1t1c mrr
4833 - type: "table"
4834   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4835   algorithm: "table_comparison"
4836   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4837   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4838   filter: "'1T1C'"
4839   columns:
4840     - title: "1908"
4841       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4842     - title: "2001"
4843       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4844   comparisons:
4845     - title: "Diff"
4846       reference: 1
4847       compare: 2
4848   legend:
4849     - "Legend to Table"
4850     - "1908, 2001 - VPP versions tested."
4851     - "Diff - difference between 1908 and 2001 VPP version."
4852
4853 # VPP Performance Changes 3n-tsh 2t2c mrr
4854 - type: "table"
4855   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4856   algorithm: "table_comparison"
4857   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4858   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4859   filter: "'2T2C'"
4860   columns:
4861     - title: "1908"
4862       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4863     - title: "2001"
4864       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4865   comparisons:
4866     - title: "Diff"
4867       reference: 1
4868       compare: 2
4869   legend:
4870     - "Legend to Table"
4871     - "1908, 2001 - VPP versions tested."
4872     - "Diff - difference between 1908 and 2001 VPP version."
4873
4874 # VPP Performance Changes 3n-tsh 4t4c mrr
4875 - type: "table"
4876   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
4877   algorithm: "table_comparison"
4878   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4879   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4880   filter: "'4T4C'"
4881   columns:
4882     - title: "1908"
4883       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4884     - title: "2001"
4885       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4886   comparisons:
4887     - title: "Diff"
4888       reference: 1
4889       compare: 2
4890   legend:
4891     - "Legend to Table"
4892     - "1908, 2001 - VPP versions tested."
4893     - "Diff - difference between 1908 and 2001 VPP version."
4894
4895 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4896 - type: "table"
4897   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4898   algorithm: "table_comparison"
4899   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4900   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4901   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4902   columns:
4903     - title: "3n-hsw xl710"
4904       data-set: "vpp-compare-testbeds-mrr-ref"
4905       tag: "NIC_Intel-XL710"
4906     - title: "3n-skx xxv710"
4907       data-set: "vpp-compare-testbeds-mrr-cmp"
4908       tag: "NIC_Intel-XXV710"
4909   comparisons:
4910     - title: "Diff"
4911       reference: 1
4912       compare: 2
4913   legend:
4914     - "Legend to Table"
4915     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4916     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4917
4918 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4919 - type: "table"
4920   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4921   algorithm: "table_comparison"
4922   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4923   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4924   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4925   columns:
4926     - title: "3n-hsw xl710"
4927       data-set: "vpp-compare-testbeds-mrr-ref"
4928       tag: "NIC_Intel-XL710"
4929     - title: "3n-skx xxv710"
4930       data-set: "vpp-compare-testbeds-mrr-cmp"
4931       tag: "NIC_Intel-XXV710"
4932   comparisons:
4933     - title: "Diff"
4934       reference: 1
4935       compare: 2
4936   legend:
4937     - "Legend to Table"
4938     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4939     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4940
4941 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4942 - type: "table"
4943   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4944   algorithm: "table_comparison"
4945   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4946   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4947   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4948   columns:
4949     - title: "3n-hsw xl710"
4950       data-set: "vpp-compare-testbeds-mrr-ref"
4951       tag: "NIC_Intel-XL710"
4952     - title: "3n-skx xxv710"
4953       data-set: "vpp-compare-testbeds-mrr-cmp"
4954       tag: "NIC_Intel-XXV710"
4955   comparisons:
4956     - title: "Diff"
4957       reference: 1
4958       compare: 2
4959   legend:
4960     - "Legend to Table"
4961     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4962     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4963
4964 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4965 - type: "table"
4966   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4967   algorithm: "table_comparison"
4968   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4969   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4970   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4971   columns:
4972     - title: "2n-skx"
4973       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4974     - title: "2n-clx"
4975       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4976   comparisons:
4977     - title: "Diff"
4978       reference: 1
4979       compare: 2
4980   legend:
4981     - "Legend to Table"
4982     - "2n-skx, 2n-clx - testbeds and NICs tested."
4983     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4984
4985 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4986 - type: "table"
4987   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4988   algorithm: "table_comparison"
4989   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4990   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4991   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4992   columns:
4993     - title: "2n-skx"
4994       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4995     - title: "2n-clx"
4996       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4997   comparisons:
4998     - title: "Diff"
4999       reference: 1
5000       compare: 2
5001   legend:
5002     - "Legend to Table"
5003     - "2n-skx, 2n-clx - testbeds and NICs tested."
5004     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5005
5006 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5007 - type: "table"
5008   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5009   algorithm: "table_comparison"
5010   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5011   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5012   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5013   columns:
5014     - title: "2n-skx"
5015       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5016     - title: "2n-clx"
5017       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5018   comparisons:
5019     - title: "Diff"
5020       reference: 1
5021       compare: 2
5022   legend:
5023     - "Legend to Table"
5024     - "2n-skx, 2n-clx - testbeds and NICs tested."
5025     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5026
5027 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5028 - type: "table"
5029   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5030   algorithm: "table_comparison"
5031   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5032   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5033   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5034   columns:
5035     - title: "3n-skx"
5036       data-set: "vpp-compare-topologies-mrr-ref"
5037     - title: "2n-skx"
5038       data-set: "vpp-compare-topologies-mrr-cmp"
5039   comparisons:
5040     - title: "Diff"
5041       reference: 1
5042       compare: 2
5043   legend:
5044     - "Legend to Table"
5045     - "3n-skx, 2n-skx - topologies tested."
5046     - "Diff - difference between 3n-skx and 2n-skx topologies."
5047
5048 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5049 - type: "table"
5050   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5051   algorithm: "table_comparison"
5052   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5053   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5054   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5055   columns:
5056     - title: "3n-skx"
5057       data-set: "vpp-compare-topologies-mrr-ref"
5058     - title: "2n-skx"
5059       data-set: "vpp-compare-topologies-mrr-cmp"
5060   comparisons:
5061     - title: "Diff"
5062       reference: 1
5063       compare: 2
5064   legend:
5065     - "Legend to Table"
5066     - "3n-skx, 2n-skx - topologies tested."
5067     - "Diff - difference between 3n-skx and 2n-skx topologies."
5068
5069 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5070 - type: "table"
5071   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5072   algorithm: "table_comparison"
5073   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5074   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5075   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5076   columns:
5077     - title: "3n-skx"
5078       data-set: "vpp-compare-topologies-mrr-ref"
5079     - title: "2n-skx"
5080       data-set: "vpp-compare-topologies-mrr-cmp"
5081   comparisons:
5082     - title: "Diff"
5083       reference: 1
5084       compare: 2
5085   legend:
5086     - "Legend to Table"
5087     - "3n-skx, 2n-skx - topologies tested."
5088     - "Diff - difference between 3n-skx and 2n-skx topologies."
5089
5090 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5091 - type: "table"
5092   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5093   algorithm: "table_comparison"
5094   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5095   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5096   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5097   columns:
5098     - title: "3n-hsw xl710"
5099       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5100       tag: "NIC_Intel-XL710"
5101     - title: "2n-clx xxv710"
5102       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5103       tag: "NIC_Intel-XXV710"
5104   comparisons:
5105     - title: "Diff"
5106       reference: 1
5107       compare: 2
5108   legend:
5109     - "Legend to Table"
5110     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5111     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5112
5113 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5114 - type: "table"
5115   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5116   algorithm: "table_comparison"
5117   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5118   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5119   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5120   columns:
5121     - title: "3n-hsw xl710"
5122       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5123       tag: "NIC_Intel-XL710"
5124     - title: "2n-clx xxv710"
5125       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5126       tag: "NIC_Intel-XXV710"
5127   comparisons:
5128     - title: "Diff"
5129       reference: 1
5130       compare: 2
5131   legend:
5132     - "Legend to Table"
5133     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5134     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5135
5136 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5137 - type: "table"
5138   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5139   algorithm: "table_comparison"
5140   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5141   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5142   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5143   columns:
5144     - title: "3n-hsw xl710"
5145       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5146       tag: "NIC_Intel-XL710"
5147     - title: "2n-clx xxv710"
5148       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5149       tag: "NIC_Intel-XXV710"
5150   comparisons:
5151     - title: "Diff"
5152       reference: 1
5153       compare: 2
5154   legend:
5155     - "Legend to Table"
5156     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5157     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5158
5159 # Detailed Test Results - VPP Performance Results 3n-hsw
5160 - type: "table"
5161   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5162   algorithm: "table_merged_details"
5163   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5164   columns:
5165     - title: " |prein| Test Name |preout| "
5166       data: "data name"
5167     - 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| "
5168       data: "data msg"
5169   data: "vpp-perf-results-3n-hsw"
5170   filter: "all"
5171   parameters:
5172   - "name"
5173   - "parent"
5174   - "msg"
5175
5176 # Detailed Test Results - VPP Performance Results 3n-skx
5177 - type: "table"
5178   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5179   algorithm: "table_merged_details"
5180   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5181   columns:
5182     - title: " |prein| Test Name |preout| "
5183       data: "data name"
5184     - 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| "
5185       data: "data msg"
5186   data: "vpp-perf-results-3n-skx"
5187   filter: "all"
5188   remove-ndr: True  # Temporary solution: remove NDR results from test message
5189   parameters:
5190   - "name"
5191   - "parent"
5192   - "msg"
5193
5194 # Detailed Test Results - VPP Performance Results 2n-skx
5195 - type: "table"
5196   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5197   algorithm: "table_merged_details"
5198   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5199   columns:
5200     - title: " |prein| Test Name |preout| "
5201       data: "data name"
5202     - 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| "
5203       data: "data msg"
5204   data: "vpp-perf-results-2n-skx"
5205   filter: "all"
5206   remove-ndr: True  # Temporary solution: remove NDR results from test message
5207   parameters:
5208   - "name"
5209   - "parent"
5210   - "msg"
5211
5212 # Detailed Test Results - VPP Performance Results 2n-clx
5213 - type: "table"
5214   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5215   algorithm: "table_merged_details"
5216   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5217   columns:
5218     - title: " |prein| Test Name |preout| "
5219       data: "data name"
5220     - 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| "
5221       data: "data msg"
5222   data: "vpp-perf-results-2n-clx"
5223   filter: "all"
5224   parameters:
5225   - "name"
5226   - "parent"
5227   - "msg"
5228
5229 # Detailed Test Results - VPP Performance Results 3n-tsh
5230 - type: "table"
5231   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5232   algorithm: "table_merged_details"
5233   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5234   columns:
5235     - title: " |prein| Test Name |preout| "
5236       data: "data name"
5237     - 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| "
5238       data: "data msg"
5239   data: "vpp-perf-results-3n-tsh"
5240   filter: "all"
5241   parameters:
5242   - "name"
5243   - "parent"
5244   - "msg"
5245
5246 # Detailed Test Results - VPP Performance Results 3n-dnv
5247 - type: "table"
5248   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5249   algorithm: "table_merged_details"
5250   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5251   columns:
5252     - title: " |prein| Test Name |preout| "
5253       data: "data name"
5254     - 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| "
5255       data: "data msg"
5256   data: "vpp-perf-results-3n-dnv"
5257   filter: "all"
5258   parameters:
5259   - "name"
5260   - "parent"
5261   - "msg"
5262
5263 # Detailed Test Results - VPP Performance Results 2n-dnv
5264 - type: "table"
5265   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5266   algorithm: "table_merged_details"
5267   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5268   columns:
5269     - title: " |prein| Test Name |preout| "
5270       data: "data name"
5271     - 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| "
5272       data: "data msg"
5273   data: "vpp-perf-results-2n-dnv"
5274   filter: "all"
5275   parameters:
5276   - "name"
5277   - "parent"
5278   - "msg"
5279
5280 # Test configuration - VPP Performance Test Configs 3n-hsw
5281 - type: "table"
5282   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5283   algorithm: "table_merged_details"
5284   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5285   columns:
5286     - title: " |prein| Test Name |preout| "
5287       data: "data name"
5288     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5289       data: "data conf-history"
5290   data: "vpp-perf-results-3n-hsw"
5291   filter: "all"
5292   parameters:
5293   - "parent"
5294   - "name"
5295   - "conf-history"
5296
5297 # Test configuration - VPP Performance Test Configs 3n-skx
5298 - type: "table"
5299   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5300   algorithm: "table_merged_details"
5301   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5302   columns:
5303     - title: " |prein| Test Name |preout| "
5304       data: "data name"
5305     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5306       data: "data conf-history"
5307   data: "vpp-perf-results-3n-skx"
5308   filter: "all"
5309   parameters:
5310   - "parent"
5311   - "name"
5312   - "conf-history"
5313
5314 # Test configuration - VPP Performance Test Configs 2n-skx
5315 - type: "table"
5316   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5317   algorithm: "table_merged_details"
5318   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5319   columns:
5320     - title: " |prein| Test Name |preout| "
5321       data: "data name"
5322     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5323       data: "data conf-history"
5324   data: "vpp-perf-results-2n-skx"
5325   filter: "all"
5326   parameters:
5327   - "parent"
5328   - "name"
5329   - "conf-history"
5330
5331 # Test configuration - VPP Performance Test Configs 2n-clx
5332 - type: "table"
5333   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5334   algorithm: "table_merged_details"
5335   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5336   columns:
5337     - title: " |prein| Test Name |preout| "
5338       data: "data name"
5339     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5340       data: "data conf-history"
5341   data: "vpp-perf-results-2n-clx"
5342   filter: "all"
5343   parameters:
5344   - "parent"
5345   - "name"
5346   - "conf-history"
5347
5348 # Test configuration - VPP Performance Test Configs 3n-tsh
5349 - type: "table"
5350   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5351   algorithm: "table_merged_details"
5352   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5353   columns:
5354     - title: " |prein| Test Name |preout| "
5355       data: "data name"
5356     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5357       data: "data conf-history"
5358   data: "vpp-perf-results-3n-tsh"
5359   filter: "all"
5360   parameters:
5361   - "parent"
5362   - "name"
5363   - "conf-history"
5364
5365 # Test configuration - VPP Performance Test Configs 3n-dnv
5366 - type: "table"
5367   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5368   algorithm: "table_merged_details"
5369   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5370   columns:
5371     - title: " |prein| Test Name |preout| "
5372       data: "data name"
5373     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5374       data: "data conf-history"
5375   data: "vpp-perf-results-3n-dnv"
5376   filter: "all"
5377   parameters:
5378   - "parent"
5379   - "name"
5380   - "conf-history"
5381
5382 # Test configuration - VPP Performance Test Configs 2n-dnv
5383 - type: "table"
5384   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5385   algorithm: "table_merged_details"
5386   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5387   columns:
5388     - title: " |prein| Test Name |preout| "
5389       data: "data name"
5390     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5391       data: "data conf-history"
5392   data: "vpp-perf-results-2n-dnv"
5393   filter: "all"
5394   parameters:
5395   - "parent"
5396   - "name"
5397   - "conf-history"
5398
5399 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5400 - type: "table"
5401   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5402   algorithm: "table_oper_data_html"
5403   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5404   data: "vpp-perf-results-3n-hsw"
5405   filter: "all"
5406
5407 # Test Operational Data - VPP Performance Operational Data 3n-skx
5408 - type: "table"
5409   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5410   algorithm: "table_oper_data_html"
5411   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5412   data: "vpp-perf-results-3n-skx"
5413   filter: "all"
5414
5415 # Test Operational Data - VPP Performance Operational Data 2n-skx
5416 - type: "table"
5417   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5418   algorithm: "table_oper_data_html"
5419   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5420   data: "vpp-perf-results-2n-skx"
5421   filter: "all"
5422
5423 # Test Operational Data - VPP Performance Operational Data 2n-clx
5424 - type: "table"
5425   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5426   algorithm: "table_oper_data_html"
5427   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5428   data: "vpp-perf-results-2n-clx"
5429   filter: "all"
5430
5431 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5432 - type: "table"
5433   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5434   algorithm: "table_oper_data_html"
5435   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5436   data: "vpp-perf-results-3n-tsh"
5437   filter: "all"
5438
5439 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5440 - type: "table"
5441   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5442   algorithm: "table_oper_data_html"
5443   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5444   data: "vpp-perf-results-3n-dnv"
5445   filter: "all"
5446
5447 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5448 - type: "table"
5449   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5450   algorithm: "table_oper_data_html"
5451   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5452   data: "vpp-perf-results-2n-dnv"
5453   filter: "all"
5454
5455 # Detailed Test Results - VPP MRR Results 3n-hsw
5456 - type: "table"
5457   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5458   algorithm: "table_merged_details"
5459   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5460   columns:
5461     - title: " |prein| Test Name |preout| "
5462       data: "data name"
5463     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5464       data: "data msg"
5465   data: "vpp-mrr-results-3n-hsw"
5466   filter: "all"
5467   parameters:
5468   - "name"
5469   - "parent"
5470   - "msg"
5471
5472 # Detailed Test Results - VPP MRR Results 3n-skx
5473 - type: "table"
5474   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5475   algorithm: "table_merged_details"
5476   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5477   columns:
5478     - title: " |prein| Test Name |preout| "
5479       data: "data name"
5480     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5481       data: "data msg"
5482   data: "vpp-mrr-results-3n-skx"
5483   filter: "all"
5484   parameters:
5485   - "name"
5486   - "parent"
5487   - "msg"
5488
5489 # Detailed Test Results - VPP MRR Results 2n-skx
5490 - type: "table"
5491   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5492   algorithm: "table_merged_details"
5493   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5494   columns:
5495     - title: " |prein| Test Name |preout| "
5496       data: "data name"
5497     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5498       data: "data msg"
5499   data: "vpp-mrr-results-2n-skx"
5500   filter: "all"
5501   parameters:
5502   - "name"
5503   - "parent"
5504   - "msg"
5505
5506 # Detailed Test Results - VPP MRR Results 2n-clx
5507 - type: "table"
5508   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5509   algorithm: "table_merged_details"
5510   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5511   columns:
5512     - title: " |prein| Test Name |preout| "
5513       data: "data name"
5514     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5515       data: "data msg"
5516   data: "vpp-mrr-results-2n-clx"
5517   filter: "all"
5518   parameters:
5519   - "name"
5520   - "parent"
5521   - "msg"
5522
5523 # Detailed Test Results - VPP MRR Results 3n-tsh
5524 - type: "table"
5525   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5526   algorithm: "table_merged_details"
5527   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5528   columns:
5529     - title: " |prein| Test Name |preout| "
5530       data: "data name"
5531     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5532       data: "data msg"
5533   data: "vpp-mrr-results-3n-tsh"
5534   filter: "all"
5535   parameters:
5536   - "name"
5537   - "parent"
5538   - "msg"
5539
5540 # Detailed Test Results - VPP MRR Results 3n-dnv
5541 - type: "table"
5542   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5543   algorithm: "table_merged_details"
5544   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5545   columns:
5546     - title: " |prein| Test Name |preout| "
5547       data: "data name"
5548     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5549       data: "data msg"
5550   data: "vpp-mrr-results-3n-dnv"
5551   filter: "all"
5552   parameters:
5553   - "name"
5554   - "parent"
5555   - "msg"
5556
5557 # Detailed Test Results - VPP MRR Results 2n-dnv
5558 - type: "table"
5559   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5560   algorithm: "table_merged_details"
5561   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5562   columns:
5563     - title: " |prein| Test Name |preout| "
5564       data: "data name"
5565     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5566       data: "data msg"
5567   data: "vpp-mrr-results-2n-dnv"
5568   filter: "all"
5569   parameters:
5570   - "name"
5571   - "parent"
5572   - "msg"
5573
5574 # Test configuration - VPP MRR Test Configs 3n-hsw
5575 - type: "table"
5576   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5577   algorithm: "table_merged_details"
5578   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5579   columns:
5580     - title: " |prein| Test Name |preout| "
5581       data: "data name"
5582     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5583       data: "data conf-history"
5584   data: "vpp-mrr-results-3n-hsw"
5585   filter: "all"
5586   parameters:
5587   - "parent"
5588   - "name"
5589   - "conf-history"
5590
5591 # Test configuration - VPP MRR Test Configs 3n-skx
5592 - type: "table"
5593   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5594   algorithm: "table_merged_details"
5595   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5596   columns:
5597     - title: " |prein| Test Name |preout| "
5598       data: "data name"
5599     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5600       data: "data conf-history"
5601   data: "vpp-mrr-results-3n-skx"
5602   filter: "all"
5603   parameters:
5604   - "parent"
5605   - "name"
5606   - "conf-history"
5607
5608 # Test configuration - VPP MRR Test Configs 2n-skx
5609 - type: "table"
5610   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5611   algorithm: "table_merged_details"
5612   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5613   columns:
5614     - title: " |prein| Test Name |preout| "
5615       data: "data name"
5616     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5617       data: "data conf-history"
5618   data: "vpp-mrr-results-2n-skx"
5619   filter: "all"
5620   parameters:
5621   - "parent"
5622   - "name"
5623   - "conf-history"
5624
5625 # Test configuration - VPP MRR Test Configs 2n-clx
5626 - type: "table"
5627   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5628   algorithm: "table_merged_details"
5629   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5630   columns:
5631     - title: " |prein| Test Name |preout| "
5632       data: "data name"
5633     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5634       data: "data conf-history"
5635   data: "vpp-mrr-results-2n-clx"
5636   filter: "all"
5637   parameters:
5638   - "parent"
5639   - "name"
5640   - "conf-history"
5641
5642 # Test configuration - VPP MRR Test Configs 3n-tsh
5643 - type: "table"
5644   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5645   algorithm: "table_merged_details"
5646   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5647   columns:
5648     - title: " |prein| Test Name |preout| "
5649       data: "data name"
5650     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5651       data: "data conf-history"
5652   data: "vpp-mrr-results-3n-tsh"
5653   filter: "all"
5654   parameters:
5655   - "parent"
5656   - "name"
5657   - "conf-history"
5658
5659 # Test configuration - VPP MRR Test Configs 3n-dnv
5660 - type: "table"
5661   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5662   algorithm: "table_merged_details"
5663   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5664   columns:
5665     - title: " |prein| Test Name |preout| "
5666       data: "data name"
5667     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5668       data: "data conf-history"
5669   data: "vpp-mrr-results-3n-dnv"
5670   filter: "all"
5671   parameters:
5672   - "parent"
5673   - "name"
5674   - "conf-history"
5675
5676 # Test configuration - VPP MRR Test Configs 2n-dnv
5677 - type: "table"
5678   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5679   algorithm: "table_merged_details"
5680   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5681   columns:
5682     - title: " |prein| Test Name |preout| "
5683       data: "data name"
5684     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5685       data: "data conf-history"
5686   data: "vpp-mrr-results-2n-dnv"
5687   filter: "all"
5688   parameters:
5689   - "parent"
5690   - "name"
5691   - "conf-history"
5692
5693 # Detailed Test Results - VPP Device Results - Ubuntu
5694 - type: "table"
5695   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5696   algorithm: "table_merged_details"
5697   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5698   columns:
5699     - title: " |prein| Test Name |preout| "
5700       data: "data name"
5701     - title: " |prein| Status |preout| "
5702       data: "data status"
5703   data: "vpp-device-results-ubuntu"
5704   filter: "all"
5705   parameters:
5706   - "name"
5707   - "parent"
5708   - "doc"
5709   - "status"
5710
5711 # Test configuration - VPP Device Test Configs - Ubuntu
5712 - type: "table"
5713   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5714   algorithm: "table_merged_details"
5715   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5716   columns:
5717     - title: " |prein| Test Name |preout| "
5718       data: "data name"
5719     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5720       data: "data conf-history"
5721   data: "vpp-device-results-ubuntu"
5722   filter: "all"
5723   parameters:
5724   - "parent"
5725   - "name"
5726   - "conf-history"
5727
5728 ################################################################################
5729
5730 # DPDK Performance Changes 3n-hsw 1t1c pdr
5731 - type: "table"
5732   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5733   algorithm: "table_comparison"
5734   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5735   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5736   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5737   columns:
5738     - title: "1904"
5739       data-set: "dpdk-performance-changes-3n-hsw-h1"
5740     - title: "1908"
5741       data-set: "dpdk-performance-changes-3n-hsw-ref"
5742     - title: "2001"
5743       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5744   comparisons:
5745     - title: "Diff"
5746       reference: 2
5747       compare: 3
5748   legend:
5749     - "Legend to Table"
5750     - "1904, 1908, 2001 - DPDK versions tested."
5751     - "Diff - difference between 1908 and 2001 DPDK version."
5752
5753 # DPDK Performance Changes 3n-hsw 2t2c pdr
5754 - type: "table"
5755   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5756   algorithm: "table_comparison"
5757   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5758   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5759   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5760   columns:
5761     - title: "1904"
5762       data-set: "dpdk-performance-changes-3n-hsw-h1"
5763     - title: "1908"
5764       data-set: "dpdk-performance-changes-3n-hsw-ref"
5765     - title: "2001"
5766       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5767   comparisons:
5768     - title: "Diff"
5769       reference: 2
5770       compare: 3
5771   legend:
5772     - "Legend to Table"
5773     - "1904, 1908, 2001 - DPDK versions tested."
5774     - "Diff - difference between 1908 and 2001 DPDK version."
5775
5776 # DPDK Performance Changes 3n-hsw 1t1c pdr
5777 - type: "table"
5778   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5779   algorithm: "table_comparison"
5780   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5781   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5782   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5783   columns:
5784     - title: "1904"
5785       data-set: "dpdk-performance-changes-3n-hsw-h1"
5786     - title: "1908"
5787       data-set: "dpdk-performance-changes-3n-hsw-ref"
5788     - title: "2001"
5789       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5790   comparisons:
5791     - title: "Diff"
5792       reference: 2
5793       compare: 3
5794   legend:
5795     - "Legend to Table"
5796     - "1904, 1908, 2001 - DPDK versions tested."
5797     - "Diff - difference between 1908 and 2001 DPDK version."
5798
5799 # DPDK Performance Changes 3n-hsw 2t2c ndr
5800 - type: "table"
5801   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5802   algorithm: "table_comparison"
5803   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5804   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5805   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5806   columns:
5807     - title: "1904"
5808       data-set: "dpdk-performance-changes-3n-hsw-h1"
5809     - title: "1908"
5810       data-set: "dpdk-performance-changes-3n-hsw-ref"
5811     - title: "2001"
5812       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5813   comparisons:
5814     - title: "Diff"
5815       reference: 2
5816       compare: 3
5817   legend:
5818     - "Legend to Table"
5819     - "1904, 1908, 2001 - DPDK versions tested."
5820     - "Diff - difference between 1908 and 2001 DPDK version."
5821
5822 # DPDK Performance Changes 3n-skx 2t1c pdr
5823 - type: "table"
5824   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5825   algorithm: "table_comparison"
5826   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5827   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5828   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5829   columns:
5830     - title: "1904"
5831       data-set: "dpdk-performance-changes-3n-skx-h1"
5832     - title: "1908"
5833       data-set: "dpdk-performance-changes-3n-skx-ref"
5834     - title: "2001"
5835       data-set: "dpdk-performance-changes-3n-skx-cmp"
5836   comparisons:
5837     - title: "Diff"
5838       reference: 2
5839       compare: 3
5840   legend:
5841     - "Legend to Table"
5842     - "1904, 1908, 2001 - DPDK versions tested."
5843     - "Diff - difference between 1908 and 2001 DPDK version."
5844
5845 # DPDK Performance Changes 3n-skx 4t2c pdr
5846 - type: "table"
5847   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5848   algorithm: "table_comparison"
5849   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5850   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5851   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5852   columns:
5853     - title: "1904"
5854       data-set: "dpdk-performance-changes-3n-skx-h1"
5855     - title: "1908"
5856       data-set: "dpdk-performance-changes-3n-skx-ref"
5857     - title: "2001"
5858       data-set: "dpdk-performance-changes-3n-skx-cmp"
5859   comparisons:
5860     - title: "Diff"
5861       reference: 2
5862       compare: 3
5863   legend:
5864     - "Legend to Table"
5865     - "1904, 1908, 2001 - DPDK versions tested."
5866     - "Diff - difference between 1908 and 2001 DPDK version."
5867
5868 # DPDK Performance Changes 3n-skx 2t1c ndr
5869 - type: "table"
5870   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5871   algorithm: "table_comparison"
5872   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5873   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5874   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5875   columns:
5876     - title: "1904"
5877       data-set: "dpdk-performance-changes-3n-skx-h1"
5878     - title: "1908"
5879       data-set: "dpdk-performance-changes-3n-skx-ref"
5880     - title: "2001"
5881       data-set: "dpdk-performance-changes-3n-skx-cmp"
5882   comparisons:
5883     - title: "Diff"
5884       reference: 2
5885       compare: 3
5886   legend:
5887     - "Legend to Table"
5888     - "1904, 1908, 2001 - DPDK versions tested."
5889     - "Diff - difference between 1908 and 2001 DPDK version."
5890
5891 # DPDK Performance Changes 3n-skx 4t2c ndr
5892 - type: "table"
5893   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5894   algorithm: "table_comparison"
5895   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5896   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5897   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5898   columns:
5899     - title: "1904"
5900       data-set: "dpdk-performance-changes-3n-skx-h1"
5901     - title: "1908"
5902       data-set: "dpdk-performance-changes-3n-skx-ref"
5903     - title: "2001"
5904       data-set: "dpdk-performance-changes-3n-skx-cmp"
5905   comparisons:
5906     - title: "Diff"
5907       reference: 2
5908       compare: 3
5909   legend:
5910     - "Legend to Table"
5911     - "1904, 1908, 2001 - DPDK versions tested."
5912     - "Diff - difference between 1908 and 2001 DPDK version."
5913
5914 # DPDK Performance Changes 2n-skx 2t1c pdr
5915 - type: "table"
5916   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5917   algorithm: "table_comparison"
5918   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5919   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5920   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5921   columns:
5922     - title: "1904"
5923       data-set: "dpdk-performance-changes-2n-skx-h1"
5924     - title: "1908"
5925       data-set: "dpdk-performance-changes-2n-skx-ref"
5926     - title: "2001"
5927       data-set: "dpdk-performance-changes-2n-skx-cmp"
5928   comparisons:
5929     - title: "Diff"
5930       reference: 2
5931       compare: 3
5932   legend:
5933     - "Legend to Table"
5934     - "1904, 1908, 2001 - DPDK versions tested."
5935     - "Diff - difference between 1908 and 2001 DPDK version."
5936
5937 # DPDK Performance Changes 2n-skx 4t2c pdr
5938 - type: "table"
5939   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5940   algorithm: "table_comparison"
5941   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5942   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5943   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5944   columns:
5945     - title: "1904"
5946       data-set: "dpdk-performance-changes-2n-skx-h1"
5947     - title: "1908"
5948       data-set: "dpdk-performance-changes-2n-skx-ref"
5949     - title: "2001"
5950       data-set: "dpdk-performance-changes-2n-skx-cmp"
5951   comparisons:
5952     - title: "Diff"
5953       reference: 2
5954       compare: 3
5955   legend:
5956     - "Legend to Table"
5957     - "1904, 1908, 2001 - DPDK versions tested."
5958     - "Diff - difference between 1908 and 2001 DPDK version."
5959
5960 # DPDK Performance Changes 2n-skx 2t1c ndr
5961 - type: "table"
5962   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5963   algorithm: "table_comparison"
5964   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5965   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5966   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5967   columns:
5968     - title: "1904"
5969       data-set: "dpdk-performance-changes-2n-skx-h1"
5970     - title: "1908"
5971       data-set: "dpdk-performance-changes-2n-skx-ref"
5972     - title: "2001"
5973       data-set: "dpdk-performance-changes-2n-skx-cmp"
5974   comparisons:
5975     - title: "Diff"
5976       reference: 2
5977       compare: 3
5978   legend:
5979     - "Legend to Table"
5980     - "1904, 1908, 2001 - DPDK versions tested."
5981     - "Diff - difference between 1908 and 2001 DPDK version."
5982
5983 # DPDK Performance Changes 2n-skx 4t2c ndr
5984 - type: "table"
5985   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5986   algorithm: "table_comparison"
5987   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5988   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5989   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5990   columns:
5991     - title: "1904"
5992       data-set: "dpdk-performance-changes-2n-skx-h1"
5993     - title: "1908"
5994       data-set: "dpdk-performance-changes-2n-skx-ref"
5995     - title: "2001"
5996       data-set: "dpdk-performance-changes-2n-skx-cmp"
5997   comparisons:
5998     - title: "Diff"
5999       reference: 2
6000       compare: 3
6001   legend:
6002     - "Legend to Table"
6003     - "1904, 1908, 2001 - DPDK versions tested."
6004     - "Diff - difference between 1908 and 2001 DPDK version."
6005
6006 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6007 - type: "table"
6008   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6009   algorithm: "table_comparison"
6010   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6011   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6012   filter: "'NIC_Intel-X710'"
6013   columns:
6014     - title: "3n-hsw x710"
6015       data-set: "dpdk-compare-testbeds-ref"
6016     - title: "3n-skx x710"
6017       data-set: "dpdk-compare-testbeds-cmp"
6018   comparisons:
6019     - title: "Diff"
6020       reference: 1
6021       compare: 2
6022   legend:
6023     - "Legend to Table"
6024     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6025     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6026
6027 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6028 - type: "table"
6029   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6030   algorithm: "table_comparison"
6031   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6032   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6033   filter: "'NIC_Intel-X710'"
6034   columns:
6035     - title: "3n-hsw x710"
6036       data-set: "dpdk-compare-testbeds-ref"
6037     - title: "3n-skx x710"
6038       data-set: "dpdk-compare-testbeds-cmp"
6039   comparisons:
6040     - title: "Diff"
6041       reference: 1
6042       compare: 2
6043   legend:
6044     - "Legend to Table"
6045     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6046     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6047
6048 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6049 - type: "table"
6050   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6051   algorithm: "table_comparison"
6052   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6053   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6054   filter: "'NIC_Intel-XXV710'"
6055   columns:
6056     - title: "2n-skx"
6057       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6058     - title: "2n-clx"
6059       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6060   comparisons:
6061     - title: "Diff"
6062       reference: 1
6063       compare: 2
6064   legend:
6065     - "Legend to Table"
6066     - "2n-skx, 2n-clx - testbeds and NICs tested."
6067     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6068
6069 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6070 - type: "table"
6071   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6072   algorithm: "table_comparison"
6073   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6074   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6075   filter: "'NIC_Intel-XXV710'"
6076   columns:
6077     - title: "2n-skx"
6078       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6079     - title: "2n-clx"
6080       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6081   comparisons:
6082     - title: "Diff"
6083       reference: 1
6084       compare: 2
6085   legend:
6086     - "Legend to Table"
6087     - "2n-skx, 2n-clx - testbeds and NICs tested."
6088     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6089
6090 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6091 - type: "table"
6092   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6093   algorithm: "table_comparison"
6094   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6095   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6096   filter: "'NIC_Intel-XXV710'"
6097   columns:
6098     - title: "3n-skx"
6099       data-set: "dpdk-compare-topologies-ref"
6100     - title: "2n-skx"
6101       data-set: "dpdk-compare-topologies-cmp"
6102   comparisons:
6103     - title: "Diff"
6104       reference: 1
6105       compare: 2
6106   legend:
6107     - "Legend to Table"
6108     - "3n-skx, 2n-skx - topologies tested."
6109     - "Diff - difference between 3n-skx and 2n-skx topologies."
6110
6111 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6112 - type: "table"
6113   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6114   algorithm: "table_comparison"
6115   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6116   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6117   filter: "'NIC_Intel-XXV710'"
6118   columns:
6119     - title: "3n-skx"
6120       data-set: "dpdk-compare-topologies-ref"
6121     - title: "2n-skx"
6122       data-set: "dpdk-compare-topologies-cmp"
6123   comparisons:
6124     - title: "Diff"
6125       reference: 1
6126       compare: 2
6127   legend:
6128     - "Legend to Table"
6129     - "3n-skx, 2n-skx - topologies tested."
6130     - "Diff - difference between 3n-skx and 2n-skx topologies."
6131
6132 # Detailed Test Results - DPDK Performance Results 3n-hsw
6133 - type: "table"
6134   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6135   algorithm: "table_merged_details"
6136   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6137   columns:
6138     - title: " |prein| Test Name |preout| "
6139       data: "data name"
6140     - 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| "
6141       data: "data msg"
6142   data: "dpdk-perf-results-3n-hsw"
6143   filter: "all"
6144   parameters:
6145   - "name"
6146   - "parent"
6147   - "msg"
6148
6149 # Detailed Test Results - DPDK Performance Results 3n-skx
6150 - type: "table"
6151   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6152   algorithm: "table_merged_details"
6153   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6154   columns:
6155     - title: " |prein| Test Name |preout| "
6156       data: "data name"
6157     - 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| "
6158       data: "data msg"
6159   data: "dpdk-perf-results-3n-skx"
6160   filter: "all"
6161   remove-ndr: True  # Temporary solution: remove NDR results from test message
6162   parameters:
6163   - "name"
6164   - "parent"
6165   - "msg"
6166
6167 # Detailed Test Results - DPDK Performance Results 2n-skx
6168 - type: "table"
6169   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6170   algorithm: "table_merged_details"
6171   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6172   columns:
6173     - title: " |prein| Test Name |preout| "
6174       data: "data name"
6175     - 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| "
6176       data: "data msg"
6177   data: "dpdk-perf-results-2n-skx"
6178   filter: "all"
6179   remove-ndr: True  # Temporary solution: remove NDR results from test message
6180   parameters:
6181   - "name"
6182   - "parent"
6183   - "msg"
6184
6185 # Detailed Test Results - DPDK Performance Results 2n-clx
6186 - type: "table"
6187   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6188   algorithm: "table_merged_details"
6189   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6190   columns:
6191     - title: " |prein| Test Name |preout| "
6192       data: "data name"
6193     - 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| "
6194       data: "data msg"
6195   data: "dpdk-perf-results-2n-clx"
6196   filter: "all"
6197   parameters:
6198   - "name"
6199   - "parent"
6200   - "msg"
6201
6202 # Detailed Test Results - DPDK Performance Results 2n-dnv
6203 - type: "table"
6204   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6205   algorithm: "table_merged_details"
6206   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6207   columns:
6208     - title: " |prein| Test Name |preout| "
6209       data: "data name"
6210     - 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| "
6211       data: "data msg"
6212   data: "dpdk-perf-results-2n-dnv"
6213   filter: "all"
6214   parameters:
6215   - "name"
6216   - "parent"
6217   - "msg"
6218
6219 # Detailed Test Results - DPDK Performance Results 3n-dnv
6220 - type: "table"
6221   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6222   algorithm: "table_merged_details"
6223   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6224   columns:
6225     - title: " |prein| Test Name |preout| "
6226       data: "data name"
6227     - 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| "
6228       data: "data msg"
6229   data: "dpdk-perf-results-3n-dnv"
6230   filter: "all"
6231   parameters:
6232   - "name"
6233   - "parent"
6234   - "msg"
6235
6236 # Detailed Test Results - DPDK Performance Results 3n-tsh
6237 - type: "table"
6238   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6239   algorithm: "table_merged_details"
6240   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6241   columns:
6242     - title: " |prein| Test Name |preout| "
6243       data: "data name"
6244     - 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| "
6245       data: "data msg"
6246   data: "dpdk-perf-results-3n-tsh"
6247   filter: "all"
6248   parameters:
6249   - "name"
6250   - "parent"
6251   - "msg"
6252
6253 ################################################################################
6254 ###                                F I L E S                                 ###
6255 ################################################################################
6256
6257 # VPP Performance Results
6258 - type: "file"
6259   title: "VPP Performance Results"
6260   algorithm: "file_details_split"
6261   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6262   dir-tables:
6263     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6264     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6265     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6266     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6267     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6268     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6269     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6270   data:
6271     - "vpp-perf-results-2n-skx"
6272     - "vpp-perf-results-3n-skx"
6273     - "vpp-perf-results-2n-clx"
6274     - "vpp-perf-results-3n-hsw"
6275     - "vpp-perf-results-3n-tsh"
6276     - "vpp-perf-results-2n-dnv"
6277     - "vpp-perf-results-3n-dnv"
6278   filter: "all"
6279   data-start-level: 4
6280   order-chapters:
6281     level-1:
6282       - "l2"
6283       - "ip4"
6284       - "ip6"
6285       - "srv6"
6286       - "ip4_tunnels"
6287       - "ip6_tunnels"
6288       - "vm_vhost"
6289       - "container_memif"
6290       - "crypto"
6291       - "vts"
6292       - "lb"
6293       - "nfv_density"
6294       - "hoststack"
6295     level-2:
6296       - "2n-skx"
6297       - "3n-skx"
6298       - "2n-clx"
6299       - "3n-hsw"
6300       - "3n-tsh"
6301       - "2n-dnv"
6302       - "3n-dnv"
6303     level-3:
6304       - "xl710"
6305       - "x520"
6306       - "xxv710"
6307       - "x710"
6308       - "x553"
6309       - "cx556a"
6310       - "vic1227"
6311       - "vic1385"
6312
6313 # VPP Performance Configuration
6314 - type: "file"
6315   title: "VPP Performance Configuration"
6316   algorithm: "file_details_split"
6317   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6318   dir-tables:
6319     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6320     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6321     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6322     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6323     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6324     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6325     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6326   data:
6327     - "vpp-perf-results-2n-skx"
6328     - "vpp-perf-results-3n-skx"
6329     - "vpp-perf-results-2n-clx"
6330     - "vpp-perf-results-3n-hsw"
6331     - "vpp-perf-results-3n-tsh"
6332     - "vpp-perf-results-2n-dnv"
6333     - "vpp-perf-results-3n-dnv"
6334   filter: "all"
6335   data-start-level: 4
6336   order-chapters:
6337     level-1:
6338       - "l2"
6339       - "ip4"
6340       - "ip6"
6341       - "srv6"
6342       - "ip4_tunnels"
6343       - "ip6_tunnels"
6344       - "vm_vhost"
6345       - "container_memif"
6346       - "crypto"
6347       - "vts"
6348       - "lb"
6349       - "nfv_density"
6350       - "hoststack"
6351     level-2:
6352       - "2n-skx"
6353       - "3n-skx"
6354       - "2n-clx"
6355       - "3n-hsw"
6356       - "3n-tsh"
6357       - "2n-dnv"
6358       - "3n-dnv"
6359     level-3:
6360       - "xl710"
6361       - "x520"
6362       - "xxv710"
6363       - "x710"
6364       - "x553"
6365       - "cx556a"
6366       - "vic1227"
6367       - "vic1385"
6368
6369 # VPP Performance Operational
6370 - type: "file"
6371   title: "VPP Performance Operational"
6372   algorithm: "file_details_split_html"
6373   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6374   dir-tables:
6375     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6376     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6377     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6378     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6379     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6380     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6381     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6382   data:
6383     - "vpp-perf-results-2n-skx"
6384     - "vpp-perf-results-3n-skx"
6385     - "vpp-perf-results-2n-clx"
6386     - "vpp-perf-results-3n-hsw"
6387     - "vpp-perf-results-3n-tsh"
6388     - "vpp-perf-results-2n-dnv"
6389     - "vpp-perf-results-3n-dnv"
6390   filter: "all"
6391   data-start-level: 4
6392   order-chapters:
6393     level-1:
6394       - "l2"
6395       - "ip4"
6396       - "ip6"
6397       - "srv6"
6398       - "ip4_tunnels"
6399       - "ip6_tunnels"
6400       - "vm_vhost"
6401       - "container_memif"
6402       - "crypto"
6403       - "vts"
6404       - "lb"
6405       - "nfv_density"
6406       - "hoststack"
6407     level-2:
6408       - "2n-skx"
6409       - "3n-skx"
6410       - "2n-clx"
6411       - "3n-hsw"
6412       - "3n-tsh"
6413       - "2n-dnv"
6414       - "3n-dnv"
6415     level-3:
6416       - "xl710"
6417       - "x520"
6418       - "xxv710"
6419       - "x710"
6420       - "x553"
6421       - "cx556a"
6422       - "vic1227"
6423       - "vic1385"
6424
6425 # VPP MRR Results
6426 - type: "file"
6427   title: "VPP MRR Results"
6428   algorithm: "file_details_split"
6429   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6430   dir-tables:
6431     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6432     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6433     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6434     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6435     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6436     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6437     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6438   data:
6439     - "vpp-mrr-results-2n-skx"
6440     - "vpp-mrr-results-3n-skx"
6441     - "vpp-mrr-results-2n-clx"
6442     - "vpp-mrr-results-3n-hsw"
6443     - "vpp-mrr-results-3n-tsh"
6444     - "vpp-mrr-results-2n-dnv"
6445     - "vpp-mrr-results-3n-dnv"
6446   filter: "all"
6447   data-start-level: 4
6448   order-chapters:
6449     level-1:
6450       - "l2"
6451       - "ip4"
6452       - "ip6"
6453       - "srv6"
6454       - "ip4_tunnels"
6455       - "ip6_tunnels"
6456       - "vm_vhost"
6457       - "container_memif"
6458       - "crypto"
6459       - "vts"
6460       - "lb"
6461       - "nfv_density"
6462       - "hoststack"
6463     level-2:
6464       - "2n-skx"
6465       - "3n-skx"
6466       - "2n-clx"
6467       - "3n-hsw"
6468       - "3n-tsh"
6469       - "2n-dnv"
6470       - "3n-dnv"
6471     level-3:
6472       - "xl710"
6473       - "x520"
6474       - "xxv710"
6475       - "x710"
6476       - "x553"
6477       - "cx556a"
6478       - "vic1227"
6479       - "vic1385"
6480
6481 # VPP MRR Configuration
6482 - type: "file"
6483   title: "VPP MRR Configuration"
6484   algorithm: "file_details_split"
6485   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6486   dir-tables:
6487     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6488     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6489     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6490     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6491     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6492     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6493     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6494   data:
6495     - "vpp-mrr-results-2n-skx"
6496     - "vpp-mrr-results-3n-skx"
6497     - "vpp-mrr-results-2n-clx"
6498     - "vpp-mrr-results-3n-hsw"
6499     - "vpp-mrr-results-3n-tsh"
6500     - "vpp-mrr-results-2n-dnv"
6501     - "vpp-mrr-results-3n-dnv"
6502   filter: "all"
6503   data-start-level: 4
6504   order-chapters:
6505     level-1:
6506       - "l2"
6507       - "ip4"
6508       - "ip6"
6509       - "srv6"
6510       - "ip4_tunnels"
6511       - "ip6_tunnels"
6512       - "vm_vhost"
6513       - "container_memif"
6514       - "crypto"
6515       - "vts"
6516       - "lb"
6517       - "nfv_density"
6518       - "hoststack"
6519     level-2:
6520       - "2n-skx"
6521       - "3n-skx"
6522       - "2n-clx"
6523       - "3n-hsw"
6524       - "3n-tsh"
6525       - "2n-dnv"
6526       - "3n-dnv"
6527     level-3:
6528       - "xl710"
6529       - "x520"
6530       - "xxv710"
6531       - "x710"
6532       - "x553"
6533       - "cx556a"
6534       - "vic1227"
6535       - "vic1385"
6536
6537 # VPP Device Results - Ubuntu
6538 - type: "file"
6539   title: "VPP Device Results - Ubuntu"
6540   algorithm: "file_test_results"
6541   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6542   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6543   data: "vpp-device-results-ubuntu"
6544   filter: "all"
6545   data-start-level: 4
6546
6547 # VPP Device Configuration - Ubuntu
6548 - type: "file"
6549   title: "VPP Device Configuration - Ubuntu"
6550   algorithm: "file_test_results"
6551   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6552   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6553   data: "vpp-device-results-ubuntu"
6554   filter: "all"
6555   data-start-level: 4
6556
6557 # DPDK Performance Results 3n-hsw
6558 - type: "file"
6559   title: "DPDK Performance Results 3n-hsw"
6560   algorithm: "file_test_results"
6561   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6562   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6563   data: "dpdk-perf-results-3n-hsw"
6564   filter: "all"
6565   data-start-level: 4
6566
6567 # DPDK Performance Results 3n-skx
6568 - type: "file"
6569   title: "DPDK Performance Results 3n-skx"
6570   algorithm: "file_test_results"
6571   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6572   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6573   data: "dpdk-perf-results-3n-skx"
6574   filter: "all"
6575   data-start-level: 4
6576
6577 # DPDK Performance Results 2n-skx
6578 - type: "file"
6579   title: "DPDK Performance Results 2n-skx"
6580   algorithm: "file_test_results"
6581   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6582   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6583   data: "dpdk-perf-results-2n-skx"
6584   filter: "all"
6585   data-start-level: 4
6586
6587 # DPDK Performance Results 2n-clx
6588 - type: "file"
6589   title: "DPDK Performance Results 2n-clx"
6590   algorithm: "file_test_results"
6591   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6592   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6593   data: "dpdk-perf-results-2n-clx"
6594   filter: "all"
6595   data-start-level: 4
6596
6597 # DPDK Performance Results 2n-dnv
6598 - type: "file"
6599   title: "DPDK Performance Results 2n-dnv"
6600   algorithm: "file_test_results"
6601   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6602   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6603   data: "dpdk-perf-results-2n-dnv"
6604   filter: "all"
6605   data-start-level: 4
6606
6607 # DPDK Performance Results 3n-dnv
6608 - type: "file"
6609   title: "DPDK Performance Results 3n-dnv"
6610   algorithm: "file_test_results"
6611   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6612   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6613   data: "dpdk-perf-results-3n-dnv"
6614   filter: "all"
6615   data-start-level: 4
6616
6617 # DPDK Performance Results 3n-tsh
6618 - type: "file"
6619   title: "DPDK Performance Results 3n-tsh"
6620   algorithm: "file_test_results"
6621   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6622   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6623   data: "dpdk-perf-results-3n-tsh"
6624   filter: "all"
6625   data-start-level: 4
6626
6627 ################################################################################
6628 ###                                P L O T S                                 ###
6629 ################################################################################
6630
6631 # Hoststack tests 3n-hsw
6632
6633 - type: "plot"
6634   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6635   algorithm: "plot_perf_box_name"
6636   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6637   data: "plot-vpp-hoststack-3n-hsw"
6638   include:
6639     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6640     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6641   layout:
6642     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6643     layout: "plot-hoststack"
6644
6645 - type: "plot"
6646   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6647   algorithm: "plot_perf_box_name"
6648   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6649   data: "plot-vpp-hoststack-3n-hsw"
6650   include:
6651     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6652     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6653   layout:
6654     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6655     layout: "plot-hoststack"
6656
6657 - type: "plot"
6658   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6659   algorithm: "plot_perf_box_name"
6660   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
6661   data: "plot-vpp-hoststack-3n-hsw"
6662   include:
6663     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6664     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6665     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6666     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6667   layout:
6668     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6669     layout: "plot-hoststack"
6670
6671 # Plots VPP HTTP Server Performance
6672 - type: "plot"
6673   title: "VPP HTTP Server Performance"
6674   algorithm: "plot_http_server_perf_box"
6675   output-file-type: ".html"
6676   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6677   data:
6678     "plot-vpp-http-server-performance"
6679   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6680   parameters:
6681   - "result"
6682   - "name"
6683   traces:
6684     hoverinfo: "y+name"
6685     boxpoints: "outliers"
6686     whiskerwidth: 0
6687   layout:
6688     title: "VPP HTTP Server Performance"
6689     layout:
6690       "plot-cps"
6691
6692 - type: "plot"
6693   title: "VPP HTTP Server Performance"
6694   algorithm: "plot_http_server_perf_box"
6695   output-file-type: ".html"
6696   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6697   data:
6698     "plot-vpp-http-server-performance"
6699   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6700   parameters:
6701   - "result"
6702   - "name"
6703   traces:
6704     hoverinfo: "y+name"
6705     boxpoints: "outliers"
6706     whiskerwidth: 0
6707   layout:
6708     title: "VPP HTTP Server Performance"
6709     layout:
6710       "plot-rps"
6711
6712 ################################################################################
6713
6714 # Soak Test (PLRsearch), boxes - 2n-clx
6715 - type: "plot"
6716   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6717   algorithm: "plot_perf_box_name"
6718   output-file-type: ".html"
6719   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6720   data: "plot-vpp-soak-2n-clx"
6721   include:
6722     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6723     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6724     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6725     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6728   layout:
6729     title: "30 Minutes Soak Test (PLRsearch)"
6730     layout: "plot-soak-throughput"
6731
6732 # Soak Test (PLRsearch), boxes - 2n-clx
6733 - type: "plot"
6734   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6735   algorithm: "plot_perf_box_name"
6736   output-file-type: ".html"
6737   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6738   data: "plot-vpp-soak-2n-clx"
6739   include:
6740     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6741     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6742     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6743     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6744     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6745     - "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"
6746   layout:
6747     title: "30 Minutes Soak Test (PLRsearch)"
6748     layout: "plot-soak-throughput"
6749
6750 # Soak Test (PLRsearch), boxes - 2n-skx
6751 - type: "plot"
6752   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6753   algorithm: "plot_perf_box_name"
6754   output-file-type: ".html"
6755   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
6756   data: "plot-vpp-soak-2n-skx"
6757   include:
6758     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6764   layout:
6765     title: "30 Minutes Soak Test (PLRsearch)"
6766     layout: "plot-soak-throughput"
6767
6768 # Soak Test (PLRsearch), boxes - 2n-skx
6769 - type: "plot"
6770   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6771   algorithm: "plot_perf_box_name"
6772   output-file-type: ".html"
6773   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
6774   data: "plot-vpp-soak-2n-skx"
6775   include:
6776     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6777     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6778     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6779     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6780     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6781     - "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"
6782   layout:
6783     title: "30 Minutes Soak Test (PLRsearch)"
6784     layout: "plot-soak-throughput"
6785
6786 ###############################################################################
6787
6788 # Reconf tests 2n-skx
6789
6790 - type: "plot"
6791   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6792   algorithm: "plot_nf_reconf_box_name"
6793   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6794   data: "plot-vpp-nfv-reconf-2n-skx"
6795   include:
6796     - "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"
6797     - "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"
6798     - "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"
6799     - "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"
6800     - "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"
6801     - "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"
6802   layout:
6803     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6804     layout: "plot-throughput"
6805
6806 - type: "plot"
6807   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6808   algorithm: "plot_nf_reconf_box_name"
6809   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6810   data: "plot-vpp-nfv-reconf-2n-skx"
6811   include:
6812     - "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"
6813     - "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"
6814     - "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"
6815     - "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"
6816     - "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"
6817     - "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"
6818   layout:
6819     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6820     layout: "plot-throughput"
6821
6822 - type: "plot"
6823   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6824   algorithm: "plot_nf_reconf_box_name"
6825   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6826   data: "plot-vpp-nfv-reconf-2n-skx"
6827   include:
6828     - "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"
6829     - "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"
6830     - "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"
6831     - "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"
6832     - "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"
6833     - "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"
6834   layout:
6835     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6836     layout: "plot-throughput"
6837
6838 ###############################################################################
6839
6840 # Reconf tests 2n-clx
6841
6842 - type: "plot"
6843   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6844   algorithm: "plot_nf_reconf_box_name"
6845   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6846   data: "plot-vpp-nfv-reconf-2n-clx"
6847   include:
6848     - "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"
6849     - "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"
6850     - "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"
6851     - "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"
6852   layout:
6853     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6854     layout: "plot-throughput"
6855
6856 - type: "plot"
6857   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6858   algorithm: "plot_nf_reconf_box_name"
6859   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6860   data: "plot-vpp-nfv-reconf-2n-clx"
6861   include:
6862     - "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"
6863     - "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"
6864     - "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"
6865     - "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"
6866   layout:
6867     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6868     layout: "plot-throughput"
6869
6870 - type: "plot"
6871   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6872   algorithm: "plot_nf_reconf_box_name"
6873   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6874   data: "plot-vpp-nfv-reconf-2n-clx"
6875   include:
6876     - "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"
6877     - "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"
6878     - "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"
6879     - "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"
6880   layout:
6881     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6882     layout: "plot-throughput"
6883
6884 ################################################################################
6885 ## Plots - NF Density - VSC - MRR 64b
6886 #- type: "plot"
6887 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6888 #  algorithm: "plot_nf_heatmap"
6889 #  output-file-type: ".html"
6890 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6891 #  data: "plot-vpp-nfv-2n-skx-mrr"
6892 #  filter: "'NIC_Intel-XXV710' and
6893 #           'NF_DENSITY' and
6894 #           'VHOST' and
6895 #           not 'VXLAN' and
6896 #           'CHAIN' and
6897 #           'NF_VPPIP4' and
6898 #           '64B' and
6899 #           '2T1C' and
6900 #           'MRR'"
6901 #  parameters:
6902 #  - "result"
6903 #  - "name"
6904 #  - "tags"
6905 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6906 #  x-axis: "X = VNFs per Service Chain"
6907 #  y-axis: "Y = Number of Service Chains"
6908 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6909 #  layout:
6910 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6911 #    layout: "plot-service-density"
6912 #
6913 #- type: "plot"
6914 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6915 #  algorithm: "plot_nf_heatmap"
6916 #  output-file-type: ".html"
6917 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6918 #  data: "plot-vpp-nfv-2n-skx-mrr"
6919 #  filter: "'NIC_Intel-XXV710' and
6920 #           'NF_DENSITY' and
6921 #           'VHOST' and
6922 #           not 'VXLAN' and
6923 #           'CHAIN' and
6924 #           'NF_VPPIP4' and
6925 #           '64B' and
6926 #           '4T2C' and
6927 #           'MRR'"
6928 #  parameters:
6929 #  - "result"
6930 #  - "name"
6931 #  - "tags"
6932 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6933 #  x-axis: "X = VNFs per Service Chain"
6934 #  y-axis: "Y = Number of Service Chains"
6935 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6936 #  layout:
6937 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6938 #    layout: "plot-service-density"
6939 #
6940 #- type: "plot"
6941 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6942 #  algorithm: "plot_nf_heatmap"
6943 #  output-file-type: ".html"
6944 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6945 #  data: "plot-vpp-nfv-2n-skx-mrr"
6946 #  filter: "'NIC_Intel-XXV710' and
6947 #           'NF_DENSITY' and
6948 #           'VHOST' and
6949 #           not 'VXLAN' and
6950 #           'CHAIN' and
6951 #           'NF_VPPIP4' and
6952 #           '64B' and
6953 #           '8T4C' and
6954 #           'MRR'"
6955 #  parameters:
6956 #  - "result"
6957 #  - "name"
6958 #  - "tags"
6959 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6960 #  x-axis: "X = VNFs per Service Chain"
6961 #  y-axis: "Y = Number of Service Chains"
6962 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6963 #  layout:
6964 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6965 #    layout: "plot-service-density"
6966 #
6967 ## Plots - NF Density - VSC - MRR IMIX
6968 #- type: "plot"
6969 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6970 #  algorithm: "plot_nf_heatmap"
6971 #  output-file-type: ".html"
6972 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6973 #  data: "plot-vpp-nfv-2n-skx-mrr"
6974 #  filter: "'NIC_Intel-XXV710' and
6975 #           'NF_DENSITY' and
6976 #           'VHOST' and
6977 #           not 'VXLAN' and
6978 #           'CHAIN' and
6979 #           'NF_VPPIP4' and
6980 #           'IMIX' and
6981 #           '2T1C' and
6982 #           'MRR'"
6983 #  parameters:
6984 #  - "result"
6985 #  - "name"
6986 #  - "tags"
6987 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6988 #  x-axis: "X = VNFs per Service Chain"
6989 #  y-axis: "Y = Number of Service Chains"
6990 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6991 #  layout:
6992 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6993 #    layout: "plot-service-density"
6994 #
6995 #- type: "plot"
6996 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6997 #  algorithm: "plot_nf_heatmap"
6998 #  output-file-type: ".html"
6999 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7000 #  data: "plot-vpp-nfv-2n-skx-mrr"
7001 #  filter: "'NIC_Intel-XXV710' and
7002 #           'NF_DENSITY' and
7003 #           'VHOST' and
7004 #           not 'VXLAN' and
7005 #           'CHAIN' and
7006 #           'NF_VPPIP4' and
7007 #           'IMIX' and
7008 #           '4T2C' and
7009 #           'MRR'"
7010 #  parameters:
7011 #  - "result"
7012 #  - "name"
7013 #  - "tags"
7014 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7015 #  x-axis: "X = VNFs per Service Chain"
7016 #  y-axis: "Y = Number of Service Chains"
7017 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7018 #  layout:
7019 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7020 #    layout: "plot-service-density"
7021 #
7022 #- type: "plot"
7023 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7024 #  algorithm: "plot_nf_heatmap"
7025 #  output-file-type: ".html"
7026 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7027 #  data: "plot-vpp-nfv-2n-skx-mrr"
7028 #  filter: "'NIC_Intel-XXV710' and
7029 #           'NF_DENSITY' and
7030 #           'VHOST' and
7031 #           not 'VXLAN' and
7032 #           'CHAIN' and
7033 #           'NF_VPPIP4' and
7034 #           'IMIX' and
7035 #           '8T4C' and
7036 #           'MRR'"
7037 #  parameters:
7038 #  - "result"
7039 #  - "name"
7040 #  - "tags"
7041 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7042 #  x-axis: "X = VNFs per Service Chain"
7043 #  y-axis: "Y = Number of Service Chains"
7044 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7045 #  layout:
7046 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7047 #    layout: "plot-service-density"
7048 #
7049 ## Plots - NF Density - VSC - NDR 64b
7050 #- type: "plot"
7051 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7052 #  algorithm: "plot_nf_heatmap"
7053 #  output-file-type: ".html"
7054 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
7055 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7056 #  filter: "'NIC_Intel-XXV710' and
7057 #           'NF_DENSITY' and
7058 #           'VHOST' and
7059 #           not 'VXLAN' and
7060 #           'CHAIN' and
7061 #           'NF_VPPIP4' and
7062 #           '64B' and
7063 #           '2T1C' and
7064 #           'NDRPDR'"
7065 #  parameters:
7066 #  - "throughput"
7067 #  - "name"
7068 #  - "tags"
7069 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7070 #  x-axis: "X = VNFs per Service Chain"
7071 #  y-axis: "Y = Number of Service Chains"
7072 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7073 #  layout:
7074 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7075 #    layout: "plot-service-density"
7076 #
7077 #- type: "plot"
7078 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7079 #  algorithm: "plot_nf_heatmap"
7080 #  output-file-type: ".html"
7081 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7082 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7083 #  filter: "'NIC_Intel-XXV710' and
7084 #           'NF_DENSITY' and
7085 #           'VHOST' and
7086 #           not 'VXLAN' and
7087 #           'CHAIN' and
7088 #           'NF_VPPIP4' and
7089 #           '64B' and
7090 #           '4T2C' and
7091 #           'NDRPDR'"
7092 #  parameters:
7093 #  - "throughput"
7094 #  - "name"
7095 #  - "tags"
7096 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7097 #  x-axis: "X = VNFs per Service Chain"
7098 #  y-axis: "Y = Number of Service Chains"
7099 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7100 #  layout:
7101 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7102 #    layout: "plot-service-density"
7103 #
7104 #- type: "plot"
7105 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7106 #  algorithm: "plot_nf_heatmap"
7107 #  output-file-type: ".html"
7108 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7109 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7110 #  filter: "'NIC_Intel-XXV710' and
7111 #           'NF_DENSITY' and
7112 #           'VHOST' and
7113 #           not 'VXLAN' and
7114 #           'CHAIN' and
7115 #           'NF_VPPIP4' and
7116 #           '64B' and
7117 #           '8T4C' and
7118 #           'NDRPDR'"
7119 #  parameters:
7120 #  - "throughput"
7121 #  - "name"
7122 #  - "tags"
7123 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7124 #  x-axis: "X = VNFs per Service Chain"
7125 #  y-axis: "Y = Number of Service Chains"
7126 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7127 #  layout:
7128 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7129 #    layout: "plot-service-density"
7130 #
7131 ## Plots - NF Density - VSC - NDR IMIX
7132 #- type: "plot"
7133 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7134 #  algorithm: "plot_nf_heatmap"
7135 #  output-file-type: ".html"
7136 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7137 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7138 #  filter: "'NIC_Intel-XXV710' and
7139 #           'NF_DENSITY' and
7140 #           'VHOST' and
7141 #           not 'VXLAN' and
7142 #           'CHAIN' and
7143 #           'NF_VPPIP4' and
7144 #           'IMIX' and
7145 #           '2T1C' and
7146 #           'NDRPDR'"
7147 #  parameters:
7148 #  - "throughput"
7149 #  - "name"
7150 #  - "tags"
7151 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7152 #  x-axis: "X = VNFs per Service Chain"
7153 #  y-axis: "Y = Number of Service Chains"
7154 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7155 #  layout:
7156 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7157 #    layout: "plot-service-density"
7158 #
7159 #- type: "plot"
7160 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7161 #  algorithm: "plot_nf_heatmap"
7162 #  output-file-type: ".html"
7163 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7164 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7165 #  filter: "'NIC_Intel-XXV710' and
7166 #           'NF_DENSITY' and
7167 #           'VHOST' and
7168 #           not 'VXLAN' and
7169 #           'CHAIN' and
7170 #           'NF_VPPIP4' and
7171 #           'IMIX' and
7172 #           '4T2C' and
7173 #           'NDRPDR'"
7174 #  parameters:
7175 #  - "throughput"
7176 #  - "name"
7177 #  - "tags"
7178 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7179 #  x-axis: "X = VNFs per Service Chain"
7180 #  y-axis: "Y = Number of Service Chains"
7181 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7182 #  layout:
7183 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7184 #    layout: "plot-service-density"
7185 #
7186 #- type: "plot"
7187 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7188 #  algorithm: "plot_nf_heatmap"
7189 #  output-file-type: ".html"
7190 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7191 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7192 #  filter: "'NIC_Intel-XXV710' and
7193 #           'NF_DENSITY' and
7194 #           'VHOST' and
7195 #           not 'VXLAN' and
7196 #           'CHAIN' and
7197 #           'NF_VPPIP4' and
7198 #           'IMIX' and
7199 #           '8T4C' and
7200 #           'NDRPDR'"
7201 #  parameters:
7202 #  - "throughput"
7203 #  - "name"
7204 #  - "tags"
7205 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7206 #  x-axis: "X = VNFs per Service Chain"
7207 #  y-axis: "Y = Number of Service Chains"
7208 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7209 #  layout:
7210 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7211 #    layout: "plot-service-density"
7212 #
7213 ## Plots - NF Density - VSC - PDR 64b
7214 #- type: "plot"
7215 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7216 #  algorithm: "plot_nf_heatmap"
7217 #  output-file-type: ".html"
7218 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
7219 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7220 #  filter: "'NIC_Intel-XXV710' and
7221 #           'NF_DENSITY' and
7222 #           'VHOST' and
7223 #           not 'VXLAN' and
7224 #           'CHAIN' and
7225 #           'NF_VPPIP4' and
7226 #           '64B' and
7227 #           '2T1C' and
7228 #           'NDRPDR'"
7229 #  parameters:
7230 #  - "throughput"
7231 #  - "name"
7232 #  - "tags"
7233 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7234 #  x-axis: "X = VNFs per Service Chain"
7235 #  y-axis: "Y = Number of Service Chains"
7236 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7237 #  layout:
7238 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7239 #    layout: "plot-service-density"
7240 #
7241 #- type: "plot"
7242 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7243 #  algorithm: "plot_nf_heatmap"
7244 #  output-file-type: ".html"
7245 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7246 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7247 #  filter: "'NIC_Intel-XXV710' and
7248 #           'NF_DENSITY' and
7249 #           'VHOST' and
7250 #           not 'VXLAN' and
7251 #           'CHAIN' and
7252 #           'NF_VPPIP4' and
7253 #           '64B' and
7254 #           '4T2C' and
7255 #           'NDRPDR'"
7256 #  parameters:
7257 #  - "throughput"
7258 #  - "name"
7259 #  - "tags"
7260 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7261 #  x-axis: "X = VNFs per Service Chain"
7262 #  y-axis: "Y = Number of Service Chains"
7263 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7264 #  layout:
7265 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7266 #    layout: "plot-service-density"
7267 #
7268 #- type: "plot"
7269 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7270 #  algorithm: "plot_nf_heatmap"
7271 #  output-file-type: ".html"
7272 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7273 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7274 #  filter: "'NIC_Intel-XXV710' and
7275 #           'NF_DENSITY' and
7276 #           'VHOST' and
7277 #           not 'VXLAN' and
7278 #           'CHAIN' and
7279 #           'NF_VPPIP4' and
7280 #           '64B' and
7281 #           '8T4C' and
7282 #           'NDRPDR'"
7283 #  parameters:
7284 #  - "throughput"
7285 #  - "name"
7286 #  - "tags"
7287 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7288 #  x-axis: "X = VNFs per Service Chain"
7289 #  y-axis: "Y = Number of Service Chains"
7290 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7291 #  layout:
7292 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7293 #    layout: "plot-service-density"
7294 #
7295 ## Plots - NF Density - VSC - PDR IMIX
7296 #- type: "plot"
7297 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7298 #  algorithm: "plot_nf_heatmap"
7299 #  output-file-type: ".html"
7300 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7301 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7302 #  filter: "'NIC_Intel-XXV710' and
7303 #           'NF_DENSITY' and
7304 #           'VHOST' and
7305 #           not 'VXLAN' and
7306 #           'CHAIN' and
7307 #           'NF_VPPIP4' and
7308 #           'IMIX' and
7309 #           '2T1C' and
7310 #           'NDRPDR'"
7311 #  parameters:
7312 #  - "throughput"
7313 #  - "name"
7314 #  - "tags"
7315 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7316 #  x-axis: "X = VNFs per Service Chain"
7317 #  y-axis: "Y = Number of Service Chains"
7318 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7319 #  layout:
7320 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7321 #    layout: "plot-service-density"
7322 #
7323 #- type: "plot"
7324 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7325 #  algorithm: "plot_nf_heatmap"
7326 #  output-file-type: ".html"
7327 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7328 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7329 #  filter: "'NIC_Intel-XXV710' and
7330 #           'NF_DENSITY' and
7331 #           'VHOST' and
7332 #           not 'VXLAN' and
7333 #           'CHAIN' and
7334 #           'NF_VPPIP4' and
7335 #           'IMIX' and
7336 #           '4T2C' and
7337 #           'NDRPDR'"
7338 #  parameters:
7339 #  - "throughput"
7340 #  - "name"
7341 #  - "tags"
7342 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7343 #  x-axis: "X = VNFs per Service Chain"
7344 #  y-axis: "Y = Number of Service Chains"
7345 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7346 #  layout:
7347 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7348 #    layout: "plot-service-density"
7349 #
7350 #- type: "plot"
7351 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7352 #  algorithm: "plot_nf_heatmap"
7353 #  output-file-type: ".html"
7354 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7355 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7356 #  filter: "'NIC_Intel-XXV710' and
7357 #           'NF_DENSITY' and
7358 #           'VHOST' and
7359 #           not 'VXLAN' and
7360 #           'CHAIN' and
7361 #           'NF_VPPIP4' and
7362 #           'IMIX' and
7363 #           '8T4C' and
7364 #           'NDRPDR'"
7365 #  parameters:
7366 #  - "throughput"
7367 #  - "name"
7368 #  - "tags"
7369 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7370 #  x-axis: "X = VNFs per Service Chain"
7371 #  y-axis: "Y = Number of Service Chains"
7372 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7373 #  layout:
7374 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7375 #    layout: "plot-service-density"
7376 #
7377 ################################################################################
7378 ## Plots - NF Density - VSC - MRR 64b
7379 #- type: "plot"
7380 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7381 #  algorithm: "plot_nf_heatmap"
7382 #  output-file-type: ".html"
7383 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7384 #  data: "plot-vpp-nfv-2n-skx-mrr"
7385 #  filter: "'NIC_Intel-XXV710' and
7386 #           'NF_DENSITY' and
7387 #           'VHOST' and
7388 #           'VXLAN' and
7389 #           'CHAIN' and
7390 #           '118' and
7391 #           '2T1C' and
7392 #           'MRR'"
7393 #  parameters:
7394 #  - "result"
7395 #  - "name"
7396 #  - "tags"
7397 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7398 #  x-axis: "X = VNFs per Service Chain"
7399 #  y-axis: "Y = Number of Service Chains"
7400 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7401 #  layout:
7402 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7403 #    layout: "plot-service-density"
7404 #
7405 #- type: "plot"
7406 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7407 #  algorithm: "plot_nf_heatmap"
7408 #  output-file-type: ".html"
7409 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7410 #  data: "plot-vpp-nfv-2n-skx-mrr"
7411 #  filter: "'NIC_Intel-XXV710' and
7412 #           'NF_DENSITY' and
7413 #           'VHOST' and
7414 #           'VXLAN' and
7415 #           'CHAIN' and
7416 #           '118' and
7417 #           '4T2C' and
7418 #           'MRR'"
7419 #  parameters:
7420 #  - "result"
7421 #  - "name"
7422 #  - "tags"
7423 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7424 #  x-axis: "X = VNFs per Service Chain"
7425 #  y-axis: "Y = Number of Service Chains"
7426 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7427 #  layout:
7428 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7429 #    layout: "plot-service-density"
7430 #
7431 #- type: "plot"
7432 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7433 #  algorithm: "plot_nf_heatmap"
7434 #  output-file-type: ".html"
7435 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7436 #  data: "plot-vpp-nfv-2n-skx-mrr"
7437 #  filter: "'NIC_Intel-XXV710' and
7438 #           'NF_DENSITY' and
7439 #           'VHOST' and
7440 #           'VXLAN' and
7441 #           'CHAIN' and
7442 #           '118' and
7443 #           '8T4C' and
7444 #           'MRR'"
7445 #  parameters:
7446 #  - "result"
7447 #  - "name"
7448 #  - "tags"
7449 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7450 #  x-axis: "X = VNFs per Service Chain"
7451 #  y-axis: "Y = Number of Service Chains"
7452 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7453 #  layout:
7454 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7455 #    layout: "plot-service-density"
7456 #
7457 ## Plots - NF Density - VSC - MRR IMIX
7458 #- type: "plot"
7459 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7460 #  algorithm: "plot_nf_heatmap"
7461 #  output-file-type: ".html"
7462 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7463 #  data: "plot-vpp-nfv-2n-skx-mrr"
7464 #  filter: "'NIC_Intel-XXV710' and
7465 #           'NF_DENSITY' and
7466 #           'VHOST' and
7467 #           'VXLAN' and
7468 #           'CHAIN' and
7469 #           'IMIX' and
7470 #           '2T1C' and
7471 #           'MRR'"
7472 #  parameters:
7473 #  - "result"
7474 #  - "name"
7475 #  - "tags"
7476 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7477 #  x-axis: "X = VNFs per Service Chain"
7478 #  y-axis: "Y = Number of Service Chains"
7479 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7480 #  layout:
7481 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7482 #    layout: "plot-service-density"
7483 #
7484 #- type: "plot"
7485 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7486 #  algorithm: "plot_nf_heatmap"
7487 #  output-file-type: ".html"
7488 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7489 #  data: "plot-vpp-nfv-2n-skx-mrr"
7490 #  filter: "'NIC_Intel-XXV710' and
7491 #           'NF_DENSITY' and
7492 #           'VHOST' and
7493 #           'VXLAN' and
7494 #           'CHAIN' and
7495 #           'IMIX' and
7496 #           '4T2C' and
7497 #           'MRR'"
7498 #  parameters:
7499 #  - "result"
7500 #  - "name"
7501 #  - "tags"
7502 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7503 #  x-axis: "X = VNFs per Service Chain"
7504 #  y-axis: "Y = Number of Service Chains"
7505 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7506 #  layout:
7507 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7508 #    layout: "plot-service-density"
7509 #
7510 #- type: "plot"
7511 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7512 #  algorithm: "plot_nf_heatmap"
7513 #  output-file-type: ".html"
7514 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7515 #  data: "plot-vpp-nfv-2n-skx-mrr"
7516 #  filter: "'NIC_Intel-XXV710' and
7517 #           'NF_DENSITY' and
7518 #           'VHOST' and
7519 #           'VXLAN' and
7520 #           'CHAIN' and
7521 #           'IMIX' and
7522 #           '8T4C' and
7523 #           'MRR'"
7524 #  parameters:
7525 #  - "result"
7526 #  - "name"
7527 #  - "tags"
7528 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7529 #  x-axis: "X = VNFs per Service Chain"
7530 #  y-axis: "Y = Number of Service Chains"
7531 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7532 #  layout:
7533 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7534 #    layout: "plot-service-density"
7535 #
7536 ## Plots - NF Density - VSC - NDR 64b
7537 #- type: "plot"
7538 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7539 #  algorithm: "plot_nf_heatmap"
7540 #  output-file-type: ".html"
7541 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7542 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7543 #  filter: "'NIC_Intel-XXV710' and
7544 #           'NF_DENSITY' and
7545 #           'VHOST' and
7546 #           'VXLAN' and
7547 #           'CHAIN' and
7548 #           '118' and
7549 #           '2T1C' and
7550 #           'NDRPDR'"
7551 #  parameters:
7552 #  - "throughput"
7553 #  - "name"
7554 #  - "tags"
7555 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7556 #  x-axis: "X = VNFs per Service Chain"
7557 #  y-axis: "Y = Number of Service Chains"
7558 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7559 #  layout:
7560 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7561 #    layout: "plot-service-density"
7562 #
7563 #- type: "plot"
7564 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7565 #  algorithm: "plot_nf_heatmap"
7566 #  output-file-type: ".html"
7567 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7568 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7569 #  filter: "'NIC_Intel-XXV710' and
7570 #           'NF_DENSITY' and
7571 #           'VHOST' and
7572 #           'VXLAN' and
7573 #           'CHAIN' and
7574 #           '118' and
7575 #           '4T2C' and
7576 #           'NDRPDR'"
7577 #  parameters:
7578 #  - "throughput"
7579 #  - "name"
7580 #  - "tags"
7581 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7582 #  x-axis: "X = VNFs per Service Chain"
7583 #  y-axis: "Y = Number of Service Chains"
7584 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7585 #  layout:
7586 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7587 #    layout: "plot-service-density"
7588 #
7589 #- type: "plot"
7590 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7591 #  algorithm: "plot_nf_heatmap"
7592 #  output-file-type: ".html"
7593 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7594 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7595 #  filter: "'NIC_Intel-XXV710' and
7596 #           'NF_DENSITY' and
7597 #           'VHOST' and
7598 #           'VXLAN' and
7599 #           'CHAIN' and
7600 #           '118' and
7601 #           '8T4C' and
7602 #           'NDRPDR'"
7603 #  parameters:
7604 #  - "throughput"
7605 #  - "name"
7606 #  - "tags"
7607 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7608 #  x-axis: "X = VNFs per Service Chain"
7609 #  y-axis: "Y = Number of Service Chains"
7610 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7611 #  layout:
7612 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7613 #    layout: "plot-service-density"
7614 #
7615 ## Plots - NF Density - VSC - NDR IMIX
7616 #- type: "plot"
7617 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7618 #  algorithm: "plot_nf_heatmap"
7619 #  output-file-type: ".html"
7620 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7621 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7622 #  filter: "'NIC_Intel-XXV710' and
7623 #           'NF_DENSITY' and
7624 #           'VHOST' and
7625 #           'VXLAN' and
7626 #           'CHAIN' and
7627 #           'IMIX' and
7628 #           '2T1C' and
7629 #           'NDRPDR'"
7630 #  parameters:
7631 #  - "throughput"
7632 #  - "name"
7633 #  - "tags"
7634 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7635 #  x-axis: "X = VNFs per Service Chain"
7636 #  y-axis: "Y = Number of Service Chains"
7637 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7638 #  layout:
7639 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7640 #    layout: "plot-service-density"
7641 #
7642 #- type: "plot"
7643 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7644 #  algorithm: "plot_nf_heatmap"
7645 #  output-file-type: ".html"
7646 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7647 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7648 #  filter: "'NIC_Intel-XXV710' and
7649 #           'NF_DENSITY' and
7650 #           'VHOST' and
7651 #           'VXLAN' and
7652 #           'CHAIN' and
7653 #           'IMIX' and
7654 #           '4T2C' and
7655 #           'NDRPDR'"
7656 #  parameters:
7657 #  - "throughput"
7658 #  - "name"
7659 #  - "tags"
7660 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7661 #  x-axis: "X = VNFs per Service Chain"
7662 #  y-axis: "Y = Number of Service Chains"
7663 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7664 #  layout:
7665 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7666 #    layout: "plot-service-density"
7667 #
7668 #- type: "plot"
7669 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7670 #  algorithm: "plot_nf_heatmap"
7671 #  output-file-type: ".html"
7672 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7673 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7674 #  filter: "'NIC_Intel-XXV710' and
7675 #           'NF_DENSITY' and
7676 #           'VHOST' and
7677 #           'VXLAN' and
7678 #           'CHAIN' and
7679 #           'IMIX' and
7680 #           '8T4C' and
7681 #           'NDRPDR'"
7682 #  parameters:
7683 #  - "throughput"
7684 #  - "name"
7685 #  - "tags"
7686 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7687 #  x-axis: "X = VNFs per Service Chain"
7688 #  y-axis: "Y = Number of Service Chains"
7689 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7690 #  layout:
7691 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7692 #    layout: "plot-service-density"
7693 #
7694 ## Plots - NF Density - VSC - PDR 64b
7695 #- type: "plot"
7696 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7697 #  algorithm: "plot_nf_heatmap"
7698 #  output-file-type: ".html"
7699 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7700 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7701 #  filter: "'NIC_Intel-XXV710' and
7702 #           'NF_DENSITY' and
7703 #           'VHOST' and
7704 #           'VXLAN' and
7705 #           'CHAIN' and
7706 #           '118' and
7707 #           '2T1C' and
7708 #           'NDRPDR'"
7709 #  parameters:
7710 #  - "throughput"
7711 #  - "name"
7712 #  - "tags"
7713 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7714 #  x-axis: "X = VNFs per Service Chain"
7715 #  y-axis: "Y = Number of Service Chains"
7716 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7717 #  layout:
7718 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7719 #    layout: "plot-service-density"
7720 #
7721 #- type: "plot"
7722 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7723 #  algorithm: "plot_nf_heatmap"
7724 #  output-file-type: ".html"
7725 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7726 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7727 #  filter: "'NIC_Intel-XXV710' and
7728 #           'NF_DENSITY' and
7729 #           'VHOST' and
7730 #           'VXLAN' and
7731 #           'CHAIN' and
7732 #           '118' and
7733 #           '4T2C' and
7734 #           'NDRPDR'"
7735 #  parameters:
7736 #  - "throughput"
7737 #  - "name"
7738 #  - "tags"
7739 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7740 #  x-axis: "X = VNFs per Service Chain"
7741 #  y-axis: "Y = Number of Service Chains"
7742 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7743 #  layout:
7744 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7745 #    layout: "plot-service-density"
7746 #
7747 #- type: "plot"
7748 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7749 #  algorithm: "plot_nf_heatmap"
7750 #  output-file-type: ".html"
7751 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7752 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7753 #  filter: "'NIC_Intel-XXV710' and
7754 #           'NF_DENSITY' and
7755 #           'VHOST' and
7756 #           'VXLAN' and
7757 #           'CHAIN' and
7758 #           '118' and
7759 #           '8T4C' and
7760 #           'NDRPDR'"
7761 #  parameters:
7762 #  - "throughput"
7763 #  - "name"
7764 #  - "tags"
7765 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7766 #  x-axis: "X = VNFs per Service Chain"
7767 #  y-axis: "Y = Number of Service Chains"
7768 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7769 #  layout:
7770 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7771 #    layout: "plot-service-density"
7772 #
7773 ## Plots - NF Density - VSC - PDR IMIX
7774 #- type: "plot"
7775 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7776 #  algorithm: "plot_nf_heatmap"
7777 #  output-file-type: ".html"
7778 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7779 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7780 #  filter: "'NIC_Intel-XXV710' and
7781 #           'NF_DENSITY' and
7782 #           'VHOST' and
7783 #           'VXLAN' and
7784 #           'CHAIN' and
7785 #           'IMIX' and
7786 #           '2T1C' and
7787 #           'NDRPDR'"
7788 #  parameters:
7789 #  - "throughput"
7790 #  - "name"
7791 #  - "tags"
7792 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7793 #  x-axis: "X = VNFs per Service Chain"
7794 #  y-axis: "Y = Number of Service Chains"
7795 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7796 #  layout:
7797 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7798 #    layout: "plot-service-density"
7799 #
7800 #- type: "plot"
7801 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7802 #  algorithm: "plot_nf_heatmap"
7803 #  output-file-type: ".html"
7804 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7805 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7806 #  filter: "'NIC_Intel-XXV710' and
7807 #           'NF_DENSITY' and
7808 #           'VHOST' and
7809 #           'VXLAN' and
7810 #           'CHAIN' and
7811 #           'IMIX' and
7812 #           '4T2C' and
7813 #           'NDRPDR'"
7814 #  parameters:
7815 #  - "throughput"
7816 #  - "name"
7817 #  - "tags"
7818 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7819 #  x-axis: "X = VNFs per Service Chain"
7820 #  y-axis: "Y = Number of Service Chains"
7821 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7822 #  layout:
7823 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7824 #    layout: "plot-service-density"
7825 #
7826 #- type: "plot"
7827 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7828 #  algorithm: "plot_nf_heatmap"
7829 #  output-file-type: ".html"
7830 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7831 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7832 #  filter: "'NIC_Intel-XXV710' and
7833 #           'NF_DENSITY' and
7834 #           'VHOST' and
7835 #           'VXLAN' and
7836 #           'CHAIN' and
7837 #           'IMIX' and
7838 #           '8T4C' and
7839 #           'NDRPDR'"
7840 #  parameters:
7841 #  - "throughput"
7842 #  - "name"
7843 #  - "tags"
7844 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7845 #  x-axis: "X = VNFs per Service Chain"
7846 #  y-axis: "Y = Number of Service Chains"
7847 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7848 #  layout:
7849 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7850 #    layout: "plot-service-density"
7851 #
7852 ################################################################################
7853 ## Plots - NF Density - CSC - MRR 64b
7854 #- type: "plot"
7855 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7856 #  algorithm: "plot_nf_heatmap"
7857 #  output-file-type: ".html"
7858 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7859 #  data: "plot-vpp-nfv-2n-skx-mrr"
7860 #  filter: "'NIC_Intel-XXV710' and
7861 #           'NF_DENSITY' and
7862 #           'DOCKER' and
7863 #           'CHAIN' and
7864 #           'NF_VPPIP4' and
7865 #           '64B' and
7866 #           '2T1C' and
7867 #           'MRR'"
7868 #  parameters:
7869 #  - "result"
7870 #  - "name"
7871 #  - "tags"
7872 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7873 #  x-axis: "X = CNFs per Service Chain"
7874 #  y-axis: "Y = Number of Service Chains"
7875 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7876 #  layout:
7877 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7878 #    layout: "plot-service-density"
7879 #
7880 #- type: "plot"
7881 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7882 #  algorithm: "plot_nf_heatmap"
7883 #  output-file-type: ".html"
7884 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7885 #  data: "plot-vpp-nfv-2n-skx-mrr"
7886 #  filter: "'NIC_Intel-XXV710' and
7887 #           'NF_DENSITY' and
7888 #           'DOCKER' and
7889 #           'CHAIN' and
7890 #           'NF_VPPIP4' and
7891 #           '64B' and
7892 #           '4T2C' and
7893 #           'MRR'"
7894 #  parameters:
7895 #  - "result"
7896 #  - "name"
7897 #  - "tags"
7898 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7899 #  x-axis: "X = CNFs per Service Chain"
7900 #  y-axis: "Y = Number of Service Chains"
7901 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7902 #  layout:
7903 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7904 #    layout: "plot-service-density"
7905 #
7906 #- type: "plot"
7907 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7908 #  algorithm: "plot_nf_heatmap"
7909 #  output-file-type: ".html"
7910 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7911 #  data: "plot-vpp-nfv-2n-skx-mrr"
7912 #  filter: "'NIC_Intel-XXV710' and
7913 #           'NF_DENSITY' and
7914 #           'DOCKER' and
7915 #           'CHAIN' and
7916 #           'NF_VPPIP4' and
7917 #           '64B' and
7918 #           '8T4C' and
7919 #           'MRR'"
7920 #  parameters:
7921 #  - "result"
7922 #  - "name"
7923 #  - "tags"
7924 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7925 #  x-axis: "X = CNFs per Service Chain"
7926 #  y-axis: "Y = Number of Service Chains"
7927 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7928 #  layout:
7929 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7930 #    layout: "plot-service-density"
7931 #
7932 ## Plots - NF Density - CSC - MRR IMIX
7933 #- type: "plot"
7934 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7935 #  algorithm: "plot_nf_heatmap"
7936 #  output-file-type: ".html"
7937 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7938 #  data: "plot-vpp-nfv-2n-skx-mrr"
7939 #  filter: "'NIC_Intel-XXV710' and
7940 #           'NF_DENSITY' and
7941 #           'DOCKER' and
7942 #           'CHAIN' and
7943 #           'NF_VPPIP4' and
7944 #           'IMIX' and
7945 #           '2T1C' and
7946 #           'MRR'"
7947 #  parameters:
7948 #  - "result"
7949 #  - "name"
7950 #  - "tags"
7951 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7952 #  x-axis: "X = CNFs per Service Chain"
7953 #  y-axis: "Y = Number of Service Chains"
7954 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7955 #  layout:
7956 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7957 #    layout: "plot-service-density"
7958 #
7959 #- type: "plot"
7960 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7961 #  algorithm: "plot_nf_heatmap"
7962 #  output-file-type: ".html"
7963 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7964 #  data: "plot-vpp-nfv-2n-skx-mrr"
7965 #  filter: "'NIC_Intel-XXV710' and
7966 #           'NF_DENSITY' and
7967 #           'DOCKER' and
7968 #           'CHAIN' and
7969 #           'NF_VPPIP4' and
7970 #           'IMIX' and
7971 #           '4T2C' and
7972 #           'MRR'"
7973 #  parameters:
7974 #  - "result"
7975 #  - "name"
7976 #  - "tags"
7977 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7978 #  x-axis: "X = CNFs per Service Chain"
7979 #  y-axis: "Y = Number of Service Chains"
7980 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7981 #  layout:
7982 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7983 #    layout: "plot-service-density"
7984 #
7985 #- type: "plot"
7986 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7987 #  algorithm: "plot_nf_heatmap"
7988 #  output-file-type: ".html"
7989 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7990 #  data: "plot-vpp-nfv-2n-skx-mrr"
7991 #  filter: "'NIC_Intel-XXV710' and
7992 #           'NF_DENSITY' and
7993 #           'DOCKER' and
7994 #           'CHAIN' and
7995 #           'NF_VPPIP4' and
7996 #           'IMIX' and
7997 #           '8T4C' and
7998 #           'MRR'"
7999 #  parameters:
8000 #  - "result"
8001 #  - "name"
8002 #  - "tags"
8003 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8004 #  x-axis: "X = CNFs per Service Chain"
8005 #  y-axis: "Y = Number of Service Chains"
8006 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8007 #  layout:
8008 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8009 #    layout: "plot-service-density"
8010 #
8011 ## Plots - NF Density - CSC - NDR 64b
8012 #- type: "plot"
8013 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8014 #  algorithm: "plot_nf_heatmap"
8015 #  output-file-type: ".html"
8016 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
8017 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8018 #  filter: "'NIC_Intel-XXV710' and
8019 #           'NF_DENSITY' and
8020 #           'DOCKER' and
8021 #           'CHAIN' and
8022 #           'NF_VPPIP4' and
8023 #           '64B' and
8024 #           '2T1C' and
8025 #           'NDRPDR'"
8026 #  parameters:
8027 #  - "throughput"
8028 #  - "name"
8029 #  - "tags"
8030 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8031 #  x-axis: "X = CNFs per Service Chain"
8032 #  y-axis: "Y = Number of Service Chains"
8033 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8034 #  layout:
8035 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8036 #    layout: "plot-service-density"
8037 #
8038 #- type: "plot"
8039 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8040 #  algorithm: "plot_nf_heatmap"
8041 #  output-file-type: ".html"
8042 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
8043 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8044 #  filter: "'NIC_Intel-XXV710' and
8045 #           'NF_DENSITY' and
8046 #           'DOCKER' and
8047 #           'CHAIN' and
8048 #           'NF_VPPIP4' and
8049 #           '64B' and
8050 #           '4T2C' and
8051 #           'NDRPDR'"
8052 #  parameters:
8053 #  - "throughput"
8054 #  - "name"
8055 #  - "tags"
8056 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8057 #  x-axis: "X = CNFs per Service Chain"
8058 #  y-axis: "Y = Number of Service Chains"
8059 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8060 #  layout:
8061 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8062 #    layout: "plot-service-density"
8063 #
8064 #- type: "plot"
8065 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8066 #  algorithm: "plot_nf_heatmap"
8067 #  output-file-type: ".html"
8068 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
8069 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8070 #  filter: "'NIC_Intel-XXV710' and
8071 #           'NF_DENSITY' and
8072 #           'DOCKER' and
8073 #           'CHAIN' and
8074 #           'NF_VPPIP4' and
8075 #           '64B' and
8076 #           '8T4C' and
8077 #           'NDRPDR'"
8078 #  parameters:
8079 #  - "throughput"
8080 #  - "name"
8081 #  - "tags"
8082 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8083 #  x-axis: "X = CNFs per Service Chain"
8084 #  y-axis: "Y = Number of Service Chains"
8085 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8086 #  layout:
8087 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8088 #    layout: "plot-service-density"
8089 #
8090 ## Plots - NF Density - CSC - NDR IMIX
8091 #- type: "plot"
8092 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8093 #  algorithm: "plot_nf_heatmap"
8094 #  output-file-type: ".html"
8095 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8096 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8097 #  filter: "'NIC_Intel-XXV710' and
8098 #           'NF_DENSITY' and
8099 #           'DOCKER' and
8100 #           'CHAIN' and
8101 #           'NF_VPPIP4' and
8102 #           'IMIX' and
8103 #           '2T1C' and
8104 #           'NDRPDR'"
8105 #  parameters:
8106 #  - "throughput"
8107 #  - "name"
8108 #  - "tags"
8109 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8110 #  x-axis: "X = CNFs per Service Chain"
8111 #  y-axis: "Y = Number of Service Chains"
8112 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8113 #  layout:
8114 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8115 #    layout: "plot-service-density"
8116 #
8117 #- type: "plot"
8118 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8119 #  algorithm: "plot_nf_heatmap"
8120 #  output-file-type: ".html"
8121 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8122 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8123 #  filter: "'NIC_Intel-XXV710' and
8124 #           'NF_DENSITY' and
8125 #           'DOCKER' and
8126 #           'CHAIN' and
8127 #           'NF_VPPIP4' and
8128 #           'IMIX' and
8129 #           '4T2C' and
8130 #           'NDRPDR'"
8131 #  parameters:
8132 #  - "throughput"
8133 #  - "name"
8134 #  - "tags"
8135 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8136 #  x-axis: "X = CNFs per Service Chain"
8137 #  y-axis: "Y = Number of Service Chains"
8138 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8139 #  layout:
8140 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8141 #    layout: "plot-service-density"
8142 #
8143 #- type: "plot"
8144 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8145 #  algorithm: "plot_nf_heatmap"
8146 #  output-file-type: ".html"
8147 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8148 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8149 #  filter: "'NIC_Intel-XXV710' and
8150 #           'NF_DENSITY' and
8151 #           'DOCKER' and
8152 #           'CHAIN' and
8153 #           'NF_VPPIP4' and
8154 #           'IMIX' and
8155 #           '8T4C' and
8156 #           'NDRPDR'"
8157 #  parameters:
8158 #  - "throughput"
8159 #  - "name"
8160 #  - "tags"
8161 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8162 #  x-axis: "X = CNFs per Service Chain"
8163 #  y-axis: "Y = Number of Service Chains"
8164 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8165 #  layout:
8166 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8167 #    layout: "plot-service-density"
8168 #
8169 ## Plots - NF Density - CSC - PDR 64b
8170 #- type: "plot"
8171 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8172 #  algorithm: "plot_nf_heatmap"
8173 #  output-file-type: ".html"
8174 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8175 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8176 #  filter: "'NIC_Intel-XXV710' and
8177 #           'NF_DENSITY' and
8178 #           'DOCKER' and
8179 #           'CHAIN' and
8180 #           'NF_VPPIP4' and
8181 #           '64B' and
8182 #           '2T1C' and
8183 #           'NDRPDR'"
8184 #  parameters:
8185 #  - "throughput"
8186 #  - "name"
8187 #  - "tags"
8188 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8189 #  x-axis: "X = CNFs per Service Chain"
8190 #  y-axis: "Y = Number of Service Chains"
8191 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8192 #  layout:
8193 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8194 #    layout: "plot-service-density"
8195 #
8196 #- type: "plot"
8197 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8198 #  algorithm: "plot_nf_heatmap"
8199 #  output-file-type: ".html"
8200 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8201 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8202 #  filter: "'NIC_Intel-XXV710' and
8203 #           'NF_DENSITY' and
8204 #           'DOCKER' and
8205 #           'CHAIN' and
8206 #           'NF_VPPIP4' and
8207 #           '64B' and
8208 #           '4T2C' and
8209 #           'NDRPDR'"
8210 #  parameters:
8211 #  - "throughput"
8212 #  - "name"
8213 #  - "tags"
8214 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8215 #  x-axis: "X = CNFs per Service Chain"
8216 #  y-axis: "Y = Number of Service Chains"
8217 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8218 #  layout:
8219 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8220 #    layout: "plot-service-density"
8221 #
8222 #- type: "plot"
8223 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8224 #  algorithm: "plot_nf_heatmap"
8225 #  output-file-type: ".html"
8226 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8227 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8228 #  filter: "'NIC_Intel-XXV710' and
8229 #           'NF_DENSITY' and
8230 #           'DOCKER' and
8231 #           'CHAIN' and
8232 #           'NF_VPPIP4' and
8233 #           '64B' and
8234 #           '8T4C' and
8235 #           'NDRPDR'"
8236 #  parameters:
8237 #  - "throughput"
8238 #  - "name"
8239 #  - "tags"
8240 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8241 #  x-axis: "X = CNFs per Service Chain"
8242 #  y-axis: "Y = Number of Service Chains"
8243 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8244 #  layout:
8245 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8246 #    layout: "plot-service-density"
8247 #
8248 ## Plots - NF Density - CSC - PDR IMIX
8249 #- type: "plot"
8250 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8251 #  algorithm: "plot_nf_heatmap"
8252 #  output-file-type: ".html"
8253 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8254 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8255 #  filter: "'NIC_Intel-XXV710' and
8256 #           'NF_DENSITY' and
8257 #           'DOCKER' and
8258 #           'CHAIN' and
8259 #           'NF_VPPIP4' and
8260 #           'IMIX' and
8261 #           '2T1C' and
8262 #           'NDRPDR'"
8263 #  parameters:
8264 #  - "throughput"
8265 #  - "name"
8266 #  - "tags"
8267 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8268 #  x-axis: "X = CNFs per Service Chain"
8269 #  y-axis: "Y = Number of Service Chains"
8270 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8271 #  layout:
8272 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8273 #    layout: "plot-service-density"
8274 #
8275 #- type: "plot"
8276 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8277 #  algorithm: "plot_nf_heatmap"
8278 #  output-file-type: ".html"
8279 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8280 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8281 #  filter: "'NIC_Intel-XXV710' and
8282 #           'NF_DENSITY' and
8283 #           'DOCKER' and
8284 #           'CHAIN' and
8285 #           'NF_VPPIP4' and
8286 #           'IMIX' and
8287 #           '4T2C' and
8288 #           'NDRPDR'"
8289 #  parameters:
8290 #  - "throughput"
8291 #  - "name"
8292 #  - "tags"
8293 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8294 #  x-axis: "X = CNFs per Service Chain"
8295 #  y-axis: "Y = Number of Service Chains"
8296 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8297 #  layout:
8298 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8299 #    layout: "plot-service-density"
8300 #
8301 #- type: "plot"
8302 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8303 #  algorithm: "plot_nf_heatmap"
8304 #  output-file-type: ".html"
8305 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8306 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8307 #  filter: "'NIC_Intel-XXV710' and
8308 #           'NF_DENSITY' and
8309 #           'DOCKER' and
8310 #           'CHAIN' and
8311 #           'NF_VPPIP4' and
8312 #           'IMIX' and
8313 #           '8T4C' and
8314 #           'NDRPDR'"
8315 #  parameters:
8316 #  - "throughput"
8317 #  - "name"
8318 #  - "tags"
8319 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8320 #  x-axis: "X = CNFs per Service Chain"
8321 #  y-axis: "Y = Number of Service Chains"
8322 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8323 #  layout:
8324 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8325 #    layout: "plot-service-density"
8326 #
8327 ################################################################################
8328 #
8329 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8330 #- type: "plot"
8331 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8332 #  algorithm: "plot_nf_heatmap"
8333 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8334 #  data: "plot-vpp-nfv-3n-skx-mrr"
8335 #  filter: "'NIC_Intel-XXV710' and
8336 #           'NF_DENSITY' and
8337 #           'DOCKER' and
8338 #           'CHAIN' and
8339 #           'NF_VPPIP4' and
8340 #           'IPSEC' and
8341 #           'TNL_4' and
8342 #           'IMIX' and
8343 #           '2T1C' and
8344 #           'MRR'"
8345 #  parameters:
8346 #  - "result"
8347 #  - "name"
8348 #  - "tags"
8349 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8350 #  x-axis: "X = CNFs per Service Chain"
8351 #  y-axis: "Y = Number of Service Chains"
8352 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8353 #  layout:
8354 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8355 #    layout: "plot-service-density"
8356 #
8357 #- type: "plot"
8358 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8359 #  algorithm: "plot_nf_heatmap"
8360 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8361 #  data: "plot-vpp-nfv-3n-skx-mrr"
8362 #  filter: "'NIC_Intel-XXV710' and
8363 #           'NF_DENSITY' and
8364 #           'DOCKER' and
8365 #           'CHAIN' and
8366 #           'NF_VPPIP4' and
8367 #           'IPSEC' and
8368 #           'TNL_4' and
8369 #           'IMIX' and
8370 #           '4T2C' and
8371 #           'MRR'"
8372 #  parameters:
8373 #  - "result"
8374 #  - "name"
8375 #  - "tags"
8376 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8377 #  x-axis: "X = CNFs per Service Chain"
8378 #  y-axis: "Y = Number of Service Chains"
8379 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8380 #  layout:
8381 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8382 #    layout: "plot-service-density"
8383 #
8384 #- type: "plot"
8385 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8386 #  algorithm: "plot_nf_heatmap"
8387 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8388 #  data: "plot-vpp-nfv-3n-skx-mrr"
8389 #  filter: "'NIC_Intel-XXV710' and
8390 #           'NF_DENSITY' and
8391 #           'DOCKER' and
8392 #           'CHAIN' and
8393 #           'NF_VPPIP4' and
8394 #           'IPSEC' and
8395 #           'TNL_4' and
8396 #           'IMIX' and
8397 #           '8T4C' and
8398 #           'MRR'"
8399 #  parameters:
8400 #  - "result"
8401 #  - "name"
8402 #  - "tags"
8403 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8404 #  x-axis: "X = CNFs per Service Chain"
8405 #  y-axis: "Y = Number of Service Chains"
8406 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8407 #  layout:
8408 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8409 #    layout: "plot-service-density"
8410
8411 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8412 - type: "plot"
8413   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8414   algorithm: "plot_nf_heatmap"
8415   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8416   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8417   filter: "'NIC_Intel-XXV710' and
8418            'NF_DENSITY' and
8419            'DOCKER' and
8420            'CHAIN' and
8421            'NF_VPPIP4' and
8422            'IPSEC' and
8423            'TNL_4' and
8424            'IMIX' and
8425            '2T1C' and
8426            'NDRPDR'"
8427   parameters:
8428   - "throughput"
8429   - "name"
8430   - "tags"
8431   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8432   x-axis: "X = CNFs per Service Chain"
8433   y-axis: "Y = Number of Service Chains"
8434   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8435   layout:
8436     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8437     layout: "plot-service-density"
8438
8439 - type: "plot"
8440   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8441   algorithm: "plot_nf_heatmap"
8442   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8443   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8444   filter: "'NIC_Intel-XXV710' and
8445            'NF_DENSITY' and
8446            'DOCKER' and
8447            'CHAIN' and
8448            'NF_VPPIP4' and
8449            'IPSEC' and
8450            'TNL_4' and
8451            'IMIX' and
8452            '4T2C' and
8453            'NDRPDR'"
8454   parameters:
8455   - "throughput"
8456   - "name"
8457   - "tags"
8458   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8459   x-axis: "X = CNFs per Service Chain"
8460   y-axis: "Y = Number of Service Chains"
8461   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8462   layout:
8463     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8464     layout: "plot-service-density"
8465
8466 - type: "plot"
8467   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8468   algorithm: "plot_nf_heatmap"
8469   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8470   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8471   filter: "'NIC_Intel-XXV710' and
8472            'NF_DENSITY' and
8473            'DOCKER' and
8474            'CHAIN' and
8475            'NF_VPPIP4' and
8476            'IPSEC' and
8477            'TNL_4' and
8478            'IMIX' and
8479            '8T4C' and
8480            'NDRPDR'"
8481   parameters:
8482   - "throughput"
8483   - "name"
8484   - "tags"
8485   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8486   x-axis: "X = CNFs per Service Chain"
8487   y-axis: "Y = Number of Service Chains"
8488   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8489   layout:
8490     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8491     layout: "plot-service-density"
8492
8493 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8494 - type: "plot"
8495   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8496   algorithm: "plot_nf_heatmap"
8497   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8498   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8499   filter: "'NIC_Intel-XXV710' and
8500            'NF_DENSITY' and
8501            'DOCKER' and
8502            'CHAIN' and
8503            'NF_VPPIP4' and
8504            'IPSEC' and
8505            'TNL_4' and
8506            'IMIX' and
8507            '2T1C' and
8508            'NDRPDR'"
8509   parameters:
8510   - "throughput"
8511   - "name"
8512   - "tags"
8513   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8514   x-axis: "X = CNFs per Service Chain"
8515   y-axis: "Y = Number of Service Chains"
8516   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8517   layout:
8518     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8519     layout: "plot-service-density"
8520
8521 - type: "plot"
8522   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8523   algorithm: "plot_nf_heatmap"
8524   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8525   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8526   filter: "'NIC_Intel-XXV710' and
8527            'NF_DENSITY' and
8528            'DOCKER' and
8529            'CHAIN' and
8530            'NF_VPPIP4' and
8531            'IPSEC' and
8532            'TNL_4' and
8533            'IMIX' and
8534            '4T2C' and
8535            'NDRPDR'"
8536   parameters:
8537   - "throughput"
8538   - "name"
8539   - "tags"
8540   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8541   x-axis: "X = CNFs per Service Chain"
8542   y-axis: "Y = Number of Service Chains"
8543   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8544   layout:
8545     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8546     layout: "plot-service-density"
8547
8548 - type: "plot"
8549   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8550   algorithm: "plot_nf_heatmap"
8551   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8552   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8553   filter: "'NIC_Intel-XXV710' and
8554            'NF_DENSITY' and
8555            'DOCKER' and
8556            'CHAIN' and
8557            'NF_VPPIP4' and
8558            'IPSEC' and
8559            'TNL_4' and
8560            'IMIX' and
8561            '8T4C' and
8562            'NDRPDR'"
8563   parameters:
8564   - "throughput"
8565   - "name"
8566   - "tags"
8567   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8568   x-axis: "X = CNFs per Service Chain"
8569   y-axis: "Y = Number of Service Chains"
8570   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8571   layout:
8572     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8573     layout: "plot-service-density"
8574
8575 ###############################################################################
8576
8577 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8578 - type: "plot"
8579   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8580   algorithm: "plot_nf_heatmap"
8581   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8582   data: "plot-vpp-nfv-3n-hsw-mrr"
8583   filter: "'NIC_Intel-XL710' and
8584            'NF_DENSITY' and
8585            'DOCKER' and
8586            'CHAIN' and
8587            'NF_VPPIP4' and
8588            'IMIX' and
8589            'TNL_4' and
8590            '1T1C' and
8591            'MRR'"
8592   parameters:
8593   - "result"
8594   - "name"
8595   - "tags"
8596   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8597   x-axis: "X = CNFs per Service Chain"
8598   y-axis: "Y = Number of Service Chains"
8599   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8600   layout:
8601     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8602     layout: "plot-service-density"
8603
8604 - type: "plot"
8605   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8606   algorithm: "plot_nf_heatmap"
8607   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8608   data: "plot-vpp-nfv-3n-hsw-mrr"
8609   filter: "'NIC_Intel-XL710' and
8610            'NF_DENSITY' and
8611            'DOCKER' and
8612            'CHAIN' and
8613            'NF_VPPIP4' and
8614            'IPSEC' and
8615            'TNL_4' and
8616            'IMIX' and
8617            '2T2C' and
8618            'MRR'"
8619   parameters:
8620   - "result"
8621   - "name"
8622   - "tags"
8623   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8624   x-axis: "X = CNFs per Service Chain"
8625   y-axis: "Y = Number of Service Chains"
8626   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8627   layout:
8628     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8629     layout: "plot-service-density"
8630
8631 - type: "plot"
8632   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8633   algorithm: "plot_nf_heatmap"
8634   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8635   data: "plot-vpp-nfv-3n-hsw-mrr"
8636   filter: "'NIC_Intel-XL710' and
8637            'NF_DENSITY' and
8638            'DOCKER' and
8639            'CHAIN' and
8640            'NF_VPPIP4' and
8641            'IPSEC' and
8642            'TNL_4' and
8643            'IMIX' and
8644            '4T4C' and
8645            'MRR'"
8646   parameters:
8647   - "result"
8648   - "name"
8649   - "tags"
8650   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8651   x-axis: "X = CNFs per Service Chain"
8652   y-axis: "Y = Number of Service Chains"
8653   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8654   layout:
8655     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8656     layout: "plot-service-density"
8657
8658 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8659 - type: "plot"
8660   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8661   algorithm: "plot_nf_heatmap"
8662   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8663   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8664   filter: "'NIC_Intel-XL710' and
8665            'NF_DENSITY' and
8666            'DOCKER' and
8667            'CHAIN' and
8668            'NF_VPPIP4' and
8669            'IPSEC' and
8670            'TNL_4' and
8671            'IMIX' and
8672            '1T1C' and
8673            'NDRPDR'"
8674   parameters:
8675   - "throughput"
8676   - "name"
8677   - "tags"
8678   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8679   x-axis: "X = CNFs per Service Chain"
8680   y-axis: "Y = Number of Service Chains"
8681   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8682   layout:
8683     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8684     layout: "plot-service-density"
8685
8686 - type: "plot"
8687   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8688   algorithm: "plot_nf_heatmap"
8689   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8690   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8691   filter: "'NIC_Intel-XL710' and
8692            'NF_DENSITY' and
8693            'DOCKER' and
8694            'CHAIN' and
8695            'NF_VPPIP4' and
8696            'IPSEC' and
8697            'TNL_4' and
8698            'IMIX' and
8699            '2T2C' and
8700            'NDRPDR'"
8701   parameters:
8702   - "throughput"
8703   - "name"
8704   - "tags"
8705   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8706   x-axis: "X = CNFs per Service Chain"
8707   y-axis: "Y = Number of Service Chains"
8708   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8709   layout:
8710     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8711     layout: "plot-service-density"
8712
8713 - type: "plot"
8714   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8715   algorithm: "plot_nf_heatmap"
8716   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8717   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8718   filter: "'NIC_Intel-XL710' and
8719            'NF_DENSITY' and
8720            'DOCKER' and
8721            'CHAIN' and
8722            'NF_VPPIP4' and
8723            'IPSEC' and
8724            'TNL_4' and
8725            'IMIX' and
8726            '4T4C' and
8727            'NDRPDR'"
8728   parameters:
8729   - "throughput"
8730   - "name"
8731   - "tags"
8732   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8733   x-axis: "X = CNFs per Service Chain"
8734   y-axis: "Y = Number of Service Chains"
8735   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8736   layout:
8737     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8738     layout: "plot-service-density"
8739
8740 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8741 - type: "plot"
8742   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8743   algorithm: "plot_nf_heatmap"
8744   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8745   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8746   filter: "'NIC_Intel-XL710' and
8747            'NF_DENSITY' and
8748            'DOCKER' and
8749            'CHAIN' and
8750            'NF_VPPIP4' and
8751            'IPSEC' and
8752            'TNL_4' and
8753            'IMIX' and
8754            '1T1C' and
8755            'NDRPDR'"
8756   parameters:
8757   - "throughput"
8758   - "name"
8759   - "tags"
8760   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8761   x-axis: "X = CNFs per Service Chain"
8762   y-axis: "Y = Number of Service Chains"
8763   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8764   layout:
8765     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8766     layout: "plot-service-density"
8767
8768 - type: "plot"
8769   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8770   algorithm: "plot_nf_heatmap"
8771   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8772   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8773   filter: "'NIC_Intel-XL710' and
8774            'NF_DENSITY' and
8775            'DOCKER' and
8776            'CHAIN' and
8777            'NF_VPPIP4' and
8778            'IPSEC' and
8779            'TNL_4' and
8780            'IMIX' and
8781            '2T2C' and
8782            'NDRPDR'"
8783   parameters:
8784   - "throughput"
8785   - "name"
8786   - "tags"
8787   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8788   x-axis: "X = CNFs per Service Chain"
8789   y-axis: "Y = Number of Service Chains"
8790   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8791   layout:
8792     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8793     layout: "plot-service-density"
8794
8795 - type: "plot"
8796   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8797   algorithm: "plot_nf_heatmap"
8798   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8799   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8800   filter: "'NIC_Intel-XL710' and
8801            'NF_DENSITY' and
8802            'DOCKER' and
8803            'CHAIN' and
8804            'NF_VPPIP4' and
8805            'IPSEC' and
8806            'TNL_4' and
8807            'IMIX' and
8808            '4T4C' and
8809            'NDRPDR'"
8810   parameters:
8811   - "throughput"
8812   - "name"
8813   - "tags"
8814   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8815   x-axis: "X = CNFs per Service Chain"
8816   y-axis: "Y = Number of Service Chains"
8817   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8818   layout:
8819     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8820     layout: "plot-service-density"
8821
8822 ###############################################################################
8823
8824 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8825 #- type: "plot"
8826 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8827 #  algorithm: "plot_nf_heatmap"
8828 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8829 #  data: "plot-vpp-nfv-3n-skx-mrr"
8830 #  filter: "'NIC_Intel-XXV710' and
8831 #           'NF_DENSITY' and
8832 #           'DOCKER' and
8833 #           'CHAIN' and
8834 #           'NF_VPPIP4' and
8835 #           'IPSEC' and
8836 #           'TNL_1000' and
8837 #           'IMIX' and
8838 #           '2T1C' and
8839 #           'MRR'"
8840 #  parameters:
8841 #  - "result"
8842 #  - "name"
8843 #  - "tags"
8844 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8845 #  x-axis: "X = CNFs per Service Chain"
8846 #  y-axis: "Y = Number of Service Chains"
8847 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8848 #  layout:
8849 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8850 #    layout: "plot-service-density"
8851 #
8852 #- type: "plot"
8853 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8854 #  algorithm: "plot_nf_heatmap"
8855 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8856 #  data: "plot-vpp-nfv-3n-skx-mrr"
8857 #  filter: "'NIC_Intel-XXV710' and
8858 #           'NF_DENSITY' and
8859 #           'DOCKER' and
8860 #           'CHAIN' and
8861 #           'NF_VPPIP4' and
8862 #           'IPSEC' and
8863 #           'TNL_1000' and
8864 #           'IMIX' and
8865 #           '4T2C' and
8866 #           'MRR'"
8867 #  parameters:
8868 #  - "result"
8869 #  - "name"
8870 #  - "tags"
8871 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8872 #  x-axis: "X = CNFs per Service Chain"
8873 #  y-axis: "Y = Number of Service Chains"
8874 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8875 #  layout:
8876 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8877 #    layout: "plot-service-density"
8878 #
8879 #- type: "plot"
8880 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8881 #  algorithm: "plot_nf_heatmap"
8882 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8883 #  data: "plot-vpp-nfv-3n-skx-mrr"
8884 #  filter: "'NIC_Intel-XXV710' and
8885 #           'NF_DENSITY' and
8886 #           'DOCKER' and
8887 #           'CHAIN' and
8888 #           'NF_VPPIP4' and
8889 #           'IPSEC' and
8890 #           'TNL_1000' and
8891 #           'IMIX' and
8892 #           '8T4C' and
8893 #           'MRR'"
8894 #  parameters:
8895 #  - "result"
8896 #  - "name"
8897 #  - "tags"
8898 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8899 #  x-axis: "X = CNFs per Service Chain"
8900 #  y-axis: "Y = Number of Service Chains"
8901 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8902 #  layout:
8903 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8904 #    layout: "plot-service-density"
8905
8906 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8907 - type: "plot"
8908   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8909   algorithm: "plot_nf_heatmap"
8910   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8911   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8912   filter: "'NIC_Intel-XXV710' and
8913            'NF_DENSITY' and
8914            'DOCKER' and
8915            'CHAIN' and
8916            'NF_VPPIP4' and
8917            'IPSEC' and
8918            'TNL_1000' and
8919            'IMIX' and
8920            '2T1C' and
8921            'NDRPDR'"
8922   parameters:
8923   - "throughput"
8924   - "name"
8925   - "tags"
8926   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8927   x-axis: "X = CNFs per Service Chain"
8928   y-axis: "Y = Number of Service Chains"
8929   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8930   layout:
8931     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8932     layout: "plot-service-density"
8933
8934 - type: "plot"
8935   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8936   algorithm: "plot_nf_heatmap"
8937   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8938   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8939   filter: "'NIC_Intel-XXV710' and
8940            'NF_DENSITY' and
8941            'DOCKER' and
8942            'CHAIN' and
8943            'NF_VPPIP4' and
8944            'IPSEC' and
8945            'TNL_1000' and
8946            'IMIX' and
8947            '4T2C' and
8948            'NDRPDR'"
8949   parameters:
8950   - "throughput"
8951   - "name"
8952   - "tags"
8953   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8954   x-axis: "X = CNFs per Service Chain"
8955   y-axis: "Y = Number of Service Chains"
8956   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8957   layout:
8958     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8959     layout: "plot-service-density"
8960
8961 - type: "plot"
8962   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8963   algorithm: "plot_nf_heatmap"
8964   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8965   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8966   filter: "'NIC_Intel-XXV710' and
8967            'NF_DENSITY' and
8968            'DOCKER' and
8969            'CHAIN' and
8970            'NF_VPPIP4' and
8971            'IPSEC' and
8972            'TNL_1000' and
8973            'IMIX' and
8974            '8T4C' and
8975            'NDRPDR'"
8976   parameters:
8977   - "throughput"
8978   - "name"
8979   - "tags"
8980   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8981   x-axis: "X = CNFs per Service Chain"
8982   y-axis: "Y = Number of Service Chains"
8983   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8984   layout:
8985     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8986     layout: "plot-service-density"
8987
8988 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8989 - type: "plot"
8990   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8991   algorithm: "plot_nf_heatmap"
8992   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8993   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8994   filter: "'NIC_Intel-XXV710' and
8995            'NF_DENSITY' and
8996            'DOCKER' and
8997            'CHAIN' and
8998            'NF_VPPIP4' and
8999            'IPSEC' and
9000            'TNL_1000' and
9001            'IMIX' and
9002            '2T1C' and
9003            'NDRPDR'"
9004   parameters:
9005   - "throughput"
9006   - "name"
9007   - "tags"
9008   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9009   x-axis: "X = CNFs per Service Chain"
9010   y-axis: "Y = Number of Service Chains"
9011   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9012   layout:
9013     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9014     layout: "plot-service-density"
9015
9016 - type: "plot"
9017   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9018   algorithm: "plot_nf_heatmap"
9019   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9020   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9021   filter: "'NIC_Intel-XXV710' and
9022            'NF_DENSITY' and
9023            'DOCKER' and
9024            'CHAIN' and
9025            'NF_VPPIP4' and
9026            'IPSEC' and
9027            'TNL_1000' and
9028            'IMIX' and
9029            '4T2C' and
9030            'NDRPDR'"
9031   parameters:
9032   - "throughput"
9033   - "name"
9034   - "tags"
9035   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9036   x-axis: "X = CNFs per Service Chain"
9037   y-axis: "Y = Number of Service Chains"
9038   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9039   layout:
9040     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9041     layout: "plot-service-density"
9042
9043 - type: "plot"
9044   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9045   algorithm: "plot_nf_heatmap"
9046   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9047   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9048   filter: "'NIC_Intel-XXV710' and
9049            'NF_DENSITY' and
9050            'DOCKER' and
9051            'CHAIN' and
9052            'NF_VPPIP4' and
9053            'IPSEC' and
9054            'TNL_1000' and
9055            'IMIX' and
9056            '8T4C' and
9057            'NDRPDR'"
9058   parameters:
9059   - "throughput"
9060   - "name"
9061   - "tags"
9062   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9063   x-axis: "X = CNFs per Service Chain"
9064   y-axis: "Y = Number of Service Chains"
9065   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9066   layout:
9067     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9068     layout: "plot-service-density"
9069
9070 ###############################################################################
9071
9072 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9073 - type: "plot"
9074   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9075   algorithm: "plot_nf_heatmap"
9076   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9077   data: "plot-vpp-nfv-3n-hsw-mrr"
9078   filter: "'NIC_Intel-XL710' and
9079            'NF_DENSITY' and
9080            'DOCKER' and
9081            'CHAIN' and
9082            'NF_VPPIP4' and
9083            'IMIX' and
9084            'TNL_1000' and
9085            '1T1C' and
9086            'MRR'"
9087   parameters:
9088   - "result"
9089   - "name"
9090   - "tags"
9091   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9092   x-axis: "X = CNFs per Service Chain"
9093   y-axis: "Y = Number of Service Chains"
9094   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9095   layout:
9096     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9097     layout: "plot-service-density"
9098
9099 - type: "plot"
9100   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9101   algorithm: "plot_nf_heatmap"
9102   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9103   data: "plot-vpp-nfv-3n-hsw-mrr"
9104   filter: "'NIC_Intel-XL710' and
9105            'NF_DENSITY' and
9106            'DOCKER' and
9107            'CHAIN' and
9108            'NF_VPPIP4' and
9109            'IPSEC' and
9110            'TNL_1000' and
9111            'IMIX' and
9112            '2T2C' and
9113            'MRR'"
9114   parameters:
9115   - "result"
9116   - "name"
9117   - "tags"
9118   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9119   x-axis: "X = CNFs per Service Chain"
9120   y-axis: "Y = Number of Service Chains"
9121   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9122   layout:
9123     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9124     layout: "plot-service-density"
9125
9126 - type: "plot"
9127   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9128   algorithm: "plot_nf_heatmap"
9129   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9130   data: "plot-vpp-nfv-3n-hsw-mrr"
9131   filter: "'NIC_Intel-XL710' and
9132            'NF_DENSITY' and
9133            'DOCKER' and
9134            'CHAIN' and
9135            'NF_VPPIP4' and
9136            'IPSEC' and
9137            'TNL_1000' and
9138            'IMIX' and
9139            '4T4C' and
9140            'MRR'"
9141   parameters:
9142   - "result"
9143   - "name"
9144   - "tags"
9145   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9146   x-axis: "X = CNFs per Service Chain"
9147   y-axis: "Y = Number of Service Chains"
9148   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9149   layout:
9150     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9151     layout: "plot-service-density"
9152
9153 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9154 - type: "plot"
9155   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9156   algorithm: "plot_nf_heatmap"
9157   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9158   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9159   filter: "'NIC_Intel-XL710' and
9160            'NF_DENSITY' and
9161            'DOCKER' and
9162            'CHAIN' and
9163            'NF_VPPIP4' and
9164            'IPSEC' and
9165            'TNL_1000' and
9166            'IMIX' and
9167            '1T1C' and
9168            'NDRPDR'"
9169   parameters:
9170   - "throughput"
9171   - "name"
9172   - "tags"
9173   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9174   x-axis: "X = CNFs per Service Chain"
9175   y-axis: "Y = Number of Service Chains"
9176   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9177   layout:
9178     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9179     layout: "plot-service-density"
9180
9181 - type: "plot"
9182   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9183   algorithm: "plot_nf_heatmap"
9184   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9185   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9186   filter: "'NIC_Intel-XL710' and
9187            'NF_DENSITY' and
9188            'DOCKER' and
9189            'CHAIN' and
9190            'NF_VPPIP4' and
9191            'IPSEC' and
9192            'TNL_1000' and
9193            'IMIX' and
9194            '2T2C' and
9195            'NDRPDR'"
9196   parameters:
9197   - "throughput"
9198   - "name"
9199   - "tags"
9200   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9201   x-axis: "X = CNFs per Service Chain"
9202   y-axis: "Y = Number of Service Chains"
9203   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9204   layout:
9205     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9206     layout: "plot-service-density"
9207
9208 - type: "plot"
9209   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9210   algorithm: "plot_nf_heatmap"
9211   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9212   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9213   filter: "'NIC_Intel-XL710' and
9214            'NF_DENSITY' and
9215            'DOCKER' and
9216            'CHAIN' and
9217            'NF_VPPIP4' and
9218            'IPSEC' and
9219            'TNL_1000' and
9220            'IMIX' and
9221            '4T4C' and
9222            'NDRPDR'"
9223   parameters:
9224   - "throughput"
9225   - "name"
9226   - "tags"
9227   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9228   x-axis: "X = CNFs per Service Chain"
9229   y-axis: "Y = Number of Service Chains"
9230   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9231   layout:
9232     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9233     layout: "plot-service-density"
9234
9235 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9236 - type: "plot"
9237   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9238   algorithm: "plot_nf_heatmap"
9239   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9240   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9241   filter: "'NIC_Intel-XL710' and
9242            'NF_DENSITY' and
9243            'DOCKER' and
9244            'CHAIN' and
9245            'NF_VPPIP4' and
9246            'IPSEC' and
9247            'TNL_1000' and
9248            'IMIX' and
9249            '1T1C' and
9250            'NDRPDR'"
9251   parameters:
9252   - "throughput"
9253   - "name"
9254   - "tags"
9255   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9256   x-axis: "X = CNFs per Service Chain"
9257   y-axis: "Y = Number of Service Chains"
9258   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9259   layout:
9260     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9261     layout: "plot-service-density"
9262
9263 - type: "plot"
9264   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9265   algorithm: "plot_nf_heatmap"
9266   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9267   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9268   filter: "'NIC_Intel-XL710' and
9269            'NF_DENSITY' and
9270            'DOCKER' and
9271            'CHAIN' and
9272            'NF_VPPIP4' and
9273            'IPSEC' and
9274            'TNL_1000' and
9275            'IMIX' and
9276            '2T2C' and
9277            'NDRPDR'"
9278   parameters:
9279   - "throughput"
9280   - "name"
9281   - "tags"
9282   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9283   x-axis: "X = CNFs per Service Chain"
9284   y-axis: "Y = Number of Service Chains"
9285   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9286   layout:
9287     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9288     layout: "plot-service-density"
9289
9290 - type: "plot"
9291   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9292   algorithm: "plot_nf_heatmap"
9293   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9294   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9295   filter: "'NIC_Intel-XL710' and
9296            'NF_DENSITY' and
9297            'DOCKER' and
9298            'CHAIN' and
9299            'NF_VPPIP4' and
9300            'IPSEC' and
9301            'TNL_1000' and
9302            'IMIX' and
9303            '4T4C' and
9304            'NDRPDR'"
9305   parameters:
9306   - "throughput"
9307   - "name"
9308   - "tags"
9309   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9310   x-axis: "X = CNFs per Service Chain"
9311   y-axis: "Y = Number of Service Chains"
9312   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9313   layout:
9314     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9315     layout: "plot-service-density"
9316
9317 ###############################################################################
9318
9319 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9320 #- type: "plot"
9321 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9322 #  algorithm: "plot_nf_heatmap"
9323 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9324 #  data: "plot-vpp-nfv-3n-skx-mrr"
9325 #  filter: "'NIC_Intel-XXV710' and
9326 #           'NF_DENSITY' and
9327 #           'DOCKER' and
9328 #           'CHAIN' and
9329 #           'NF_VPPIP4' and
9330 #           'IPSEC' and
9331 #           'TNL_10000' and
9332 #           'IMIX' and
9333 #           '2T1C' and
9334 #           'MRR'"
9335 #  parameters:
9336 #  - "result"
9337 #  - "name"
9338 #  - "tags"
9339 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9340 #  x-axis: "X = CNFs per Service Chain"
9341 #  y-axis: "Y = Number of Service Chains"
9342 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9343 #  layout:
9344 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9345 #    layout: "plot-service-density"
9346 #
9347 #- type: "plot"
9348 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9349 #  algorithm: "plot_nf_heatmap"
9350 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9351 #  data: "plot-vpp-nfv-3n-skx-mrr"
9352 #  filter: "'NIC_Intel-XXV710' and
9353 #           'NF_DENSITY' and
9354 #           'DOCKER' and
9355 #           'CHAIN' and
9356 #           'NF_VPPIP4' and
9357 #           'IPSEC' and
9358 #           'TNL_10000' and
9359 #           'IMIX' and
9360 #           '4T2C' and
9361 #           'MRR'"
9362 #  parameters:
9363 #  - "result"
9364 #  - "name"
9365 #  - "tags"
9366 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9367 #  x-axis: "X = CNFs per Service Chain"
9368 #  y-axis: "Y = Number of Service Chains"
9369 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9370 #  layout:
9371 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9372 #    layout: "plot-service-density"
9373 #
9374 #- type: "plot"
9375 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9376 #  algorithm: "plot_nf_heatmap"
9377 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9378 #  data: "plot-vpp-nfv-3n-skx-mrr"
9379 #  filter: "'NIC_Intel-XXV710' and
9380 #           'NF_DENSITY' and
9381 #           'DOCKER' and
9382 #           'CHAIN' and
9383 #           'NF_VPPIP4' and
9384 #           'IPSEC' and
9385 #           'TNL_10000' and
9386 #           'IMIX' and
9387 #           '8T4C' and
9388 #           'MRR'"
9389 #  parameters:
9390 #  - "result"
9391 #  - "name"
9392 #  - "tags"
9393 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9394 #  x-axis: "X = CNFs per Service Chain"
9395 #  y-axis: "Y = Number of Service Chains"
9396 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9397 #  layout:
9398 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9399 #    layout: "plot-service-density"
9400
9401 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9402 - type: "plot"
9403   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9404   algorithm: "plot_nf_heatmap"
9405   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9406   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9407   filter: "'NIC_Intel-XXV710' and
9408            'NF_DENSITY' and
9409            'DOCKER' and
9410            'CHAIN' and
9411            'NF_VPPIP4' and
9412            'IPSEC' and
9413            'TNL_10000' and
9414            'IMIX' and
9415            '2T1C' and
9416            'NDRPDR'"
9417   parameters:
9418   - "throughput"
9419   - "name"
9420   - "tags"
9421   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9422   x-axis: "X = CNFs per Service Chain"
9423   y-axis: "Y = Number of Service Chains"
9424   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9425   layout:
9426     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9427     layout: "plot-service-density"
9428
9429 - type: "plot"
9430   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9431   algorithm: "plot_nf_heatmap"
9432   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9433   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9434   filter: "'NIC_Intel-XXV710' and
9435            'NF_DENSITY' and
9436            'DOCKER' and
9437            'CHAIN' and
9438            'NF_VPPIP4' and
9439            'IPSEC' and
9440            'TNL_10000' and
9441            'IMIX' and
9442            '4T2C' and
9443            'NDRPDR'"
9444   parameters:
9445   - "throughput"
9446   - "name"
9447   - "tags"
9448   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9449   x-axis: "X = CNFs per Service Chain"
9450   y-axis: "Y = Number of Service Chains"
9451   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9452   layout:
9453     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9454     layout: "plot-service-density"
9455
9456 - type: "plot"
9457   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9458   algorithm: "plot_nf_heatmap"
9459   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9460   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9461   filter: "'NIC_Intel-XXV710' and
9462            'NF_DENSITY' and
9463            'DOCKER' and
9464            'CHAIN' and
9465            'NF_VPPIP4' and
9466            'IPSEC' and
9467            'TNL_10000' and
9468            'IMIX' and
9469            '8T4C' and
9470            'NDRPDR'"
9471   parameters:
9472   - "throughput"
9473   - "name"
9474   - "tags"
9475   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9476   x-axis: "X = CNFs per Service Chain"
9477   y-axis: "Y = Number of Service Chains"
9478   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9479   layout:
9480     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9481     layout: "plot-service-density"
9482
9483 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9484 - type: "plot"
9485   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9486   algorithm: "plot_nf_heatmap"
9487   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9488   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9489   filter: "'NIC_Intel-XXV710' and
9490            'NF_DENSITY' and
9491            'DOCKER' and
9492            'CHAIN' and
9493            'NF_VPPIP4' and
9494            'IPSEC' and
9495            'TNL_10000' and
9496            'IMIX' and
9497            '2T1C' and
9498            'NDRPDR'"
9499   parameters:
9500   - "throughput"
9501   - "name"
9502   - "tags"
9503   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9504   x-axis: "X = CNFs per Service Chain"
9505   y-axis: "Y = Number of Service Chains"
9506   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9507   layout:
9508     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9509     layout: "plot-service-density"
9510
9511 - type: "plot"
9512   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9513   algorithm: "plot_nf_heatmap"
9514   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9515   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9516   filter: "'NIC_Intel-XXV710' and
9517            'NF_DENSITY' and
9518            'DOCKER' and
9519            'CHAIN' and
9520            'NF_VPPIP4' and
9521            'IPSEC' and
9522            'TNL_10000' and
9523            'IMIX' and
9524            '4T2C' and
9525            'NDRPDR'"
9526   parameters:
9527   - "throughput"
9528   - "name"
9529   - "tags"
9530   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9531   x-axis: "X = CNFs per Service Chain"
9532   y-axis: "Y = Number of Service Chains"
9533   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9534   layout:
9535     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9536     layout: "plot-service-density"
9537
9538 - type: "plot"
9539   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9540   algorithm: "plot_nf_heatmap"
9541   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9542   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9543   filter: "'NIC_Intel-XXV710' and
9544            'NF_DENSITY' and
9545            'DOCKER' and
9546            'CHAIN' and
9547            'NF_VPPIP4' and
9548            'IPSEC' and
9549            'TNL_10000' and
9550            'IMIX' and
9551            '8T4C' and
9552            'NDRPDR'"
9553   parameters:
9554   - "throughput"
9555   - "name"
9556   - "tags"
9557   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9558   x-axis: "X = CNFs per Service Chain"
9559   y-axis: "Y = Number of Service Chains"
9560   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9561   layout:
9562     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9563     layout: "plot-service-density"
9564
9565 ###############################################################################
9566
9567 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9568 - type: "plot"
9569   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9570   algorithm: "plot_nf_heatmap"
9571   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9572   data: "plot-vpp-nfv-3n-hsw-mrr"
9573   filter: "'NIC_Intel-XL710' and
9574            'NF_DENSITY' and
9575            'DOCKER' and
9576            'CHAIN' and
9577            'NF_VPPIP4' and
9578            'IMIX' and
9579            'TNL_10000' and
9580            '1T1C' and
9581            'MRR'"
9582   parameters:
9583   - "result"
9584   - "name"
9585   - "tags"
9586   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9587   x-axis: "X = CNFs per Service Chain"
9588   y-axis: "Y = Number of Service Chains"
9589   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9590   layout:
9591     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9592     layout: "plot-service-density"
9593
9594 - type: "plot"
9595   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9596   algorithm: "plot_nf_heatmap"
9597   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9598   data: "plot-vpp-nfv-3n-hsw-mrr"
9599   filter: "'NIC_Intel-XL710' and
9600            'NF_DENSITY' and
9601            'DOCKER' and
9602            'CHAIN' and
9603            'NF_VPPIP4' and
9604            'IPSEC' and
9605            'TNL_10000' and
9606            'IMIX' and
9607            '2T2C' and
9608            'MRR'"
9609   parameters:
9610   - "result"
9611   - "name"
9612   - "tags"
9613   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9614   x-axis: "X = CNFs per Service Chain"
9615   y-axis: "Y = Number of Service Chains"
9616   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9617   layout:
9618     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9619     layout: "plot-service-density"
9620
9621 - type: "plot"
9622   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9623   algorithm: "plot_nf_heatmap"
9624   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9625   data: "plot-vpp-nfv-3n-hsw-mrr"
9626   filter: "'NIC_Intel-XL710' and
9627            'NF_DENSITY' and
9628            'DOCKER' and
9629            'CHAIN' and
9630            'NF_VPPIP4' and
9631            'IPSEC' and
9632            'TNL_10000' and
9633            'IMIX' and
9634            '4T4C' and
9635            'MRR'"
9636   parameters:
9637   - "result"
9638   - "name"
9639   - "tags"
9640   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9641   x-axis: "X = CNFs per Service Chain"
9642   y-axis: "Y = Number of Service Chains"
9643   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9644   layout:
9645     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9646     layout: "plot-service-density"
9647
9648 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9649 - type: "plot"
9650   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9651   algorithm: "plot_nf_heatmap"
9652   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9653   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9654   filter: "'NIC_Intel-XL710' and
9655            'NF_DENSITY' and
9656            'DOCKER' and
9657            'CHAIN' and
9658            'NF_VPPIP4' and
9659            'IPSEC' and
9660            'TNL_10000' and
9661            'IMIX' and
9662            '1T1C' and
9663            'NDRPDR'"
9664   parameters:
9665   - "throughput"
9666   - "name"
9667   - "tags"
9668   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9669   x-axis: "X = CNFs per Service Chain"
9670   y-axis: "Y = Number of Service Chains"
9671   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9672   layout:
9673     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9674     layout: "plot-service-density"
9675
9676 - type: "plot"
9677   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9678   algorithm: "plot_nf_heatmap"
9679   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9680   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9681   filter: "'NIC_Intel-XL710' and
9682            'NF_DENSITY' and
9683            'DOCKER' and
9684            'CHAIN' and
9685            'NF_VPPIP4' and
9686            'IPSEC' and
9687            'TNL_10000' and
9688            'IMIX' and
9689            '2T2C' and
9690            'NDRPDR'"
9691   parameters:
9692   - "throughput"
9693   - "name"
9694   - "tags"
9695   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9696   x-axis: "X = CNFs per Service Chain"
9697   y-axis: "Y = Number of Service Chains"
9698   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9699   layout:
9700     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9701     layout: "plot-service-density"
9702
9703 - type: "plot"
9704   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9705   algorithm: "plot_nf_heatmap"
9706   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9707   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9708   filter: "'NIC_Intel-XL710' and
9709            'NF_DENSITY' and
9710            'DOCKER' and
9711            'CHAIN' and
9712            'NF_VPPIP4' and
9713            'IPSEC' and
9714            'TNL_10000' and
9715            'IMIX' and
9716            '4T4C' and
9717            'NDRPDR'"
9718   parameters:
9719   - "throughput"
9720   - "name"
9721   - "tags"
9722   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9723   x-axis: "X = CNFs per Service Chain"
9724   y-axis: "Y = Number of Service Chains"
9725   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9726   layout:
9727     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9728     layout: "plot-service-density"
9729
9730 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9731 - type: "plot"
9732   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9733   algorithm: "plot_nf_heatmap"
9734   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9735   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9736   filter: "'NIC_Intel-XL710' and
9737            'NF_DENSITY' and
9738            'DOCKER' and
9739            'CHAIN' and
9740            'NF_VPPIP4' and
9741            'IPSEC' and
9742            'TNL_10000' and
9743            'IMIX' and
9744            '1T1C' and
9745            'NDRPDR'"
9746   parameters:
9747   - "throughput"
9748   - "name"
9749   - "tags"
9750   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9751   x-axis: "X = CNFs per Service Chain"
9752   y-axis: "Y = Number of Service Chains"
9753   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9754   layout:
9755     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9756     layout: "plot-service-density"
9757
9758 - type: "plot"
9759   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9760   algorithm: "plot_nf_heatmap"
9761   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9762   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9763   filter: "'NIC_Intel-XL710' and
9764            'NF_DENSITY' and
9765            'DOCKER' and
9766            'CHAIN' and
9767            'NF_VPPIP4' and
9768            'IPSEC' and
9769            'TNL_10000' and
9770            'IMIX' and
9771            '2T2C' and
9772            'NDRPDR'"
9773   parameters:
9774   - "throughput"
9775   - "name"
9776   - "tags"
9777   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9778   x-axis: "X = CNFs per Service Chain"
9779   y-axis: "Y = Number of Service Chains"
9780   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9781   layout:
9782     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9783     layout: "plot-service-density"
9784
9785 - type: "plot"
9786   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9787   algorithm: "plot_nf_heatmap"
9788   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9789   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9790   filter: "'NIC_Intel-XL710' and
9791            'NF_DENSITY' and
9792            'DOCKER' and
9793            'CHAIN' and
9794            'NF_VPPIP4' and
9795            'IPSEC' and
9796            'TNL_10000' and
9797            'IMIX' and
9798            '4T4C' and
9799            'NDRPDR'"
9800   parameters:
9801   - "throughput"
9802   - "name"
9803   - "tags"
9804   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9805   x-axis: "X = CNFs per Service Chain"
9806   y-axis: "Y = Number of Service Chains"
9807   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9808   layout:
9809     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9810     layout: "plot-service-density"
9811
9812 ###############################################################################
9813
9814 # Plots - NF Density - CSP - MRR 64b
9815
9816 #- type: "plot"
9817 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9818 #  algorithm: "plot_nf_heatmap"
9819 #  output-file-type: ".html"
9820 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9821 #  data: "plot-vpp-nfv-2n-skx-mrr"
9822 #  filter: "'NIC_Intel-XXV710' and
9823 #           'NF_DENSITY' and
9824 #           'DOCKER' and
9825 #           'PIPELINE' and
9826 #           'NF_VPPIP4' and
9827 #           '64B' and
9828 #           '2T1C' and
9829 #           'MRR'"
9830 #  parameters:
9831 #  - "result"
9832 #  - "name"
9833 #  - "tags"
9834 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9835 #  x-axis: "X = CNFs per Service Pipeline"
9836 #  y-axis: "Y = Number of Service Pipelines"
9837 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9838 #  layout:
9839 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9840 #    layout: "plot-service-density"
9841 #
9842 #- type: "plot"
9843 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9844 #  algorithm: "plot_nf_heatmap"
9845 #  output-file-type: ".html"
9846 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9847 #  data: "plot-vpp-nfv-2n-skx-mrr"
9848 #  filter: "'NIC_Intel-XXV710' and
9849 #           'NF_DENSITY' and
9850 #           'DOCKER' and
9851 #           'PIPELINE' and
9852 #           'NF_VPPIP4' and
9853 #           '64B' and
9854 #           '4T2C' and
9855 #           'MRR'"
9856 #  parameters:
9857 #  - "result"
9858 #  - "name"
9859 #  - "tags"
9860 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9861 #  x-axis: "X = CNFs per Service Pipeline"
9862 #  y-axis: "Y = Number of Service Pipelines"
9863 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9864 #  layout:
9865 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9866 #    layout: "plot-service-density"
9867 #
9868 #- type: "plot"
9869 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9870 #  algorithm: "plot_nf_heatmap"
9871 #  output-file-type: ".html"
9872 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9873 #  data: "plot-vpp-nfv-2n-skx-mrr"
9874 #  filter: "'NIC_Intel-XXV710' and
9875 #           'NF_DENSITY' and
9876 #           'DOCKER' and
9877 #           'PIPELINE' and
9878 #           'NF_VPPIP4' and
9879 #           '64B' and
9880 #           '8T4C' and
9881 #           'MRR'"
9882 #  parameters:
9883 #  - "result"
9884 #  - "name"
9885 #  - "tags"
9886 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9887 #  x-axis: "X = CNFs per Service Pipeline"
9888 #  y-axis: "Y = Number of Service Pipelines"
9889 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9890 #  layout:
9891 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9892 #    layout: "plot-service-density"
9893 #
9894 ## Plots - NF Density - CSP - MRR IMIX
9895 #- type: "plot"
9896 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9897 #  algorithm: "plot_nf_heatmap"
9898 #  output-file-type: ".html"
9899 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9900 #  data: "plot-vpp-nfv-2n-skx-mrr"
9901 #  filter: "'NIC_Intel-XXV710' and
9902 #           'NF_DENSITY' and
9903 #           'DOCKER' and
9904 #           'PIPELINE' and
9905 #           'NF_VPPIP4' and
9906 #           'IMIX' and
9907 #           '2T1C' and
9908 #           'MRR'"
9909 #  parameters:
9910 #  - "result"
9911 #  - "name"
9912 #  - "tags"
9913 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9914 #  x-axis: "X = CNFs per Service Pipeline"
9915 #  y-axis: "Y = Number of Service Pipelines"
9916 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9917 #  layout:
9918 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9919 #    layout: "plot-service-density"
9920 #
9921 #- type: "plot"
9922 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9923 #  algorithm: "plot_nf_heatmap"
9924 #  output-file-type: ".html"
9925 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9926 #  data: "plot-vpp-nfv-2n-skx-mrr"
9927 #  filter: "'NIC_Intel-XXV710' and
9928 #           'NF_DENSITY' and
9929 #           'DOCKER' and
9930 #           'PIPELINE' and
9931 #           'NF_VPPIP4' and
9932 #           'IMIX' and
9933 #           '4T2C' and
9934 #           'MRR'"
9935 #  parameters:
9936 #  - "result"
9937 #  - "name"
9938 #  - "tags"
9939 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9940 #  x-axis: "X = CNFs per Service Pipeline"
9941 #  y-axis: "Y = Number of Service Pipelines"
9942 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9943 #  layout:
9944 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9945 #    layout: "plot-service-density"
9946 #
9947 #- type: "plot"
9948 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9949 #  algorithm: "plot_nf_heatmap"
9950 #  output-file-type: ".html"
9951 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9952 #  data: "plot-vpp-nfv-2n-skx-mrr"
9953 #  filter: "'NIC_Intel-XXV710' and
9954 #           'NF_DENSITY' and
9955 #           'DOCKER' and
9956 #           'PIPELINE' and
9957 #           'NF_VPPIP4' and
9958 #           'IMIX' and
9959 #           '8T4C' and
9960 #           'MRR'"
9961 #  parameters:
9962 #  - "result"
9963 #  - "name"
9964 #  - "tags"
9965 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9966 #  x-axis: "X = CNFs per Service Pipeline"
9967 #  y-axis: "Y = Number of Service Pipelines"
9968 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9969 #  layout:
9970 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9971 #    layout: "plot-service-density"
9972 #
9973 ## Plots - NF Density - CSP - NDR 64b
9974 #- type: "plot"
9975 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9976 #  algorithm: "plot_nf_heatmap"
9977 #  output-file-type: ".html"
9978 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9979 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9980 #  filter: "'NIC_Intel-XXV710' and
9981 #           'NF_DENSITY' and
9982 #           'DOCKER' and
9983 #           'PIPELINE' and
9984 #           'NF_VPPIP4' and
9985 #           '64B' and
9986 #           '2T1C' and
9987 #           'NDRPDR'"
9988 #  parameters:
9989 #  - "throughput"
9990 #  - "name"
9991 #  - "tags"
9992 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9993 #  x-axis: "X = CNFs per Service Pipeline"
9994 #  y-axis: "Y = Number of Service Pipelines"
9995 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9996 #  layout:
9997 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9998 #    layout: "plot-service-density"
9999 #
10000 #- type: "plot"
10001 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10002 #  algorithm: "plot_nf_heatmap"
10003 #  output-file-type: ".html"
10004 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
10005 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10006 #  filter: "'NIC_Intel-XXV710' and
10007 #           'NF_DENSITY' and
10008 #           'DOCKER' and
10009 #           'PIPELINE' and
10010 #           'NF_VPPIP4' and
10011 #           '64B' and
10012 #           '4T2C' and
10013 #           'NDRPDR'"
10014 #  parameters:
10015 #  - "throughput"
10016 #  - "name"
10017 #  - "tags"
10018 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10019 #  x-axis: "X = CNFs per Service Pipeline"
10020 #  y-axis: "Y = Number of Service Pipelines"
10021 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10022 #  layout:
10023 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10024 #    layout: "plot-service-density"
10025 #
10026 #- type: "plot"
10027 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10028 #  algorithm: "plot_nf_heatmap"
10029 #  output-file-type: ".html"
10030 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
10031 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10032 #  filter: "'NIC_Intel-XXV710' and
10033 #           'NF_DENSITY' and
10034 #           'DOCKER' and
10035 #           'PIPELINE' and
10036 #           'NF_VPPIP4' and
10037 #           '64B' and
10038 #           '8T4C' and
10039 #           'NDRPDR'"
10040 #  parameters:
10041 #  - "throughput"
10042 #  - "name"
10043 #  - "tags"
10044 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10045 #  x-axis: "X = CNFs per Service Pipeline"
10046 #  y-axis: "Y = Number of Service Pipelines"
10047 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10048 #  layout:
10049 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10050 #    layout: "plot-service-density"
10051 #
10052 ## Plots - NF Density - CSP - NDR IMIX
10053 #- type: "plot"
10054 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10055 #  algorithm: "plot_nf_heatmap"
10056 #  output-file-type: ".html"
10057 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10058 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10059 #  filter: "'NIC_Intel-XXV710' and
10060 #           'NF_DENSITY' and
10061 #           'DOCKER' and
10062 #           'PIPELINE' and
10063 #           'NF_VPPIP4' and
10064 #           'IMIX' and
10065 #           '2T1C' and
10066 #           'NDRPDR'"
10067 #  parameters:
10068 #  - "throughput"
10069 #  - "name"
10070 #  - "tags"
10071 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10072 #  x-axis: "X = CNFs per Service Pipeline"
10073 #  y-axis: "Y = Number of Service Pipelines"
10074 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10075 #  layout:
10076 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10077 #    layout: "plot-service-density"
10078 #
10079 #- type: "plot"
10080 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10081 #  algorithm: "plot_nf_heatmap"
10082 #  output-file-type: ".html"
10083 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10084 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10085 #  filter: "'NIC_Intel-XXV710' and
10086 #           'NF_DENSITY' and
10087 #           'DOCKER' and
10088 #           'PIPELINE' and
10089 #           'NF_VPPIP4' and
10090 #           'IMIX' and
10091 #           '4T2C' and
10092 #           'NDRPDR'"
10093 #  parameters:
10094 #  - "throughput"
10095 #  - "name"
10096 #  - "tags"
10097 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10098 #  x-axis: "X = CNFs per Service Pipeline"
10099 #  y-axis: "Y = Number of Service Pipelines"
10100 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10101 #  layout:
10102 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10103 #    layout: "plot-service-density"
10104 #
10105 #- type: "plot"
10106 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10107 #  algorithm: "plot_nf_heatmap"
10108 #  output-file-type: ".html"
10109 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10110 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10111 #  filter: "'NIC_Intel-XXV710' and
10112 #           'NF_DENSITY' and
10113 #           'DOCKER' and
10114 #           'PIPELINE' and
10115 #           'NF_VPPIP4' and
10116 #           'IMIX' and
10117 #           '8T4C' and
10118 #           'NDRPDR'"
10119 #  parameters:
10120 #  - "throughput"
10121 #  - "name"
10122 #  - "tags"
10123 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10124 #  x-axis: "X = CNFs per Service Pipeline"
10125 #  y-axis: "Y = Number of Service Pipelines"
10126 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10127 #  layout:
10128 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10129 #    layout: "plot-service-density"
10130 #
10131 ## Plots - NF Density - CSP - PDR 64b
10132 #- type: "plot"
10133 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10134 #  algorithm: "plot_nf_heatmap"
10135 #  output-file-type: ".html"
10136 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10137 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10138 #  filter: "'NIC_Intel-XXV710' and
10139 #           'NF_DENSITY' and
10140 #           'DOCKER' and
10141 #           'PIPELINE' and
10142 #           'NF_VPPIP4' and
10143 #           '64B' and
10144 #           '2T1C' and
10145 #           'NDRPDR'"
10146 #  parameters:
10147 #  - "throughput"
10148 #  - "name"
10149 #  - "tags"
10150 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10151 #  x-axis: "X = CNFs per Service Pipeline"
10152 #  y-axis: "Y = Number of Service Pipelines"
10153 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10154 #  layout:
10155 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10156 #    layout: "plot-service-density"
10157 #
10158 #- type: "plot"
10159 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10160 #  algorithm: "plot_nf_heatmap"
10161 #  output-file-type: ".html"
10162 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10163 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10164 #  filter: "'NIC_Intel-XXV710' and
10165 #           'NF_DENSITY' and
10166 #           'DOCKER' and
10167 #           'PIPELINE' and
10168 #           'NF_VPPIP4' and
10169 #           '64B' and
10170 #           '4T2C' and
10171 #           'NDRPDR'"
10172 #  parameters:
10173 #  - "throughput"
10174 #  - "name"
10175 #  - "tags"
10176 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10177 #  x-axis: "X = CNFs per Service Pipeline"
10178 #  y-axis: "Y = Number of Service Pipelines"
10179 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10180 #  layout:
10181 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10182 #    layout: "plot-service-density"
10183 #
10184 #- type: "plot"
10185 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10186 #  algorithm: "plot_nf_heatmap"
10187 #  output-file-type: ".html"
10188 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10189 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10190 #  filter: "'NIC_Intel-XXV710' and
10191 #           'NF_DENSITY' and
10192 #           'DOCKER' and
10193 #           'PIPELINE' and
10194 #           'NF_VPPIP4' and
10195 #           '64B' and
10196 #           '8T4C' and
10197 #           'NDRPDR'"
10198 #  parameters:
10199 #  - "throughput"
10200 #  - "name"
10201 #  - "tags"
10202 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10203 #  x-axis: "X = CNFs per Service Pipeline"
10204 #  y-axis: "Y = Number of Service Pipelines"
10205 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10206 #  layout:
10207 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10208 #    layout: "plot-service-density"
10209 #
10210 ## Plots - NF Density - CSP - PDR IMIX
10211 #- type: "plot"
10212 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10213 #  algorithm: "plot_nf_heatmap"
10214 #  output-file-type: ".html"
10215 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10216 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10217 #  filter: "'NIC_Intel-XXV710' and
10218 #           'NF_DENSITY' and
10219 #           'DOCKER' and
10220 #           'PIPELINE' and
10221 #           'NF_VPPIP4' and
10222 #           'IMIX' and
10223 #           '2T1C' and
10224 #           'NDRPDR'"
10225 #  parameters:
10226 #  - "throughput"
10227 #  - "name"
10228 #  - "tags"
10229 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10230 #  x-axis: "X = CNFs per Service Pipeline"
10231 #  y-axis: "Y = Number of Service Pipelines"
10232 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10233 #  layout:
10234 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10235 #    layout: "plot-service-density"
10236 #
10237 #- type: "plot"
10238 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10239 #  algorithm: "plot_nf_heatmap"
10240 #  output-file-type: ".html"
10241 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10242 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10243 #  filter: "'NIC_Intel-XXV710' and
10244 #           'NF_DENSITY' and
10245 #           'DOCKER' and
10246 #           'PIPELINE' and
10247 #           'NF_VPPIP4' and
10248 #           'IMIX' and
10249 #           '4T2C' and
10250 #           'NDRPDR'"
10251 #  parameters:
10252 #  - "throughput"
10253 #  - "name"
10254 #  - "tags"
10255 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10256 #  x-axis: "X = CNFs per Service Pipeline"
10257 #  y-axis: "Y = Number of Service Pipelines"
10258 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10259 #  layout:
10260 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10261 #    layout: "plot-service-density"
10262 #
10263 #- type: "plot"
10264 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10265 #  algorithm: "plot_nf_heatmap"
10266 #  output-file-type: ".html"
10267 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10268 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10269 #  filter: "'NIC_Intel-XXV710' and
10270 #           'NF_DENSITY' and
10271 #           'DOCKER' and
10272 #           'PIPELINE' and
10273 #           'NF_VPPIP4' and
10274 #           'IMIX' and
10275 #           '8T4C' and
10276 #           'NDRPDR'"
10277 #  parameters:
10278 #  - "throughput"
10279 #  - "name"
10280 #  - "tags"
10281 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10282 #  x-axis: "X = CNFs per Service Pipeline"
10283 #  y-axis: "Y = Number of Service Pipelines"
10284 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10285 #  layout:
10286 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10287 #    layout: "plot-service-density"
10288
10289 ###############################################################################
10290 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10291
10292 - type: "plot"
10293   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10294   algorithm: "plot_nf_heatmap"
10295   output-file-type: ".html"
10296   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10297   data: "plot-vpp-nfv-2n-clx-mrr"
10298   filter: "'NIC_Intel-XXV710' and
10299            'NF_DENSITY' and
10300            'VHOST' and
10301            not 'VXLAN' and
10302            'CHAIN' and
10303            'NF_VPPIP4' and
10304            'IMIX' and
10305            '2T1C' and
10306            'MRR'"
10307   parameters:
10308   - "result"
10309   - "name"
10310   - "tags"
10311   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10312   x-axis: "X = VNFs per Service Chain"
10313   y-axis: "Y = Number of Service Chains"
10314   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10315   layout:
10316     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10317     layout: "plot-service-density"
10318
10319 - type: "plot"
10320   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10321   algorithm: "plot_nf_heatmap"
10322   output-file-type: ".html"
10323   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10324   data: "plot-vpp-nfv-2n-clx-mrr"
10325   filter: "'NIC_Intel-XXV710' and
10326            'NF_DENSITY' and
10327            'VHOST' and
10328            not 'VXLAN' and
10329            'CHAIN' and
10330            'NF_VPPIP4' and
10331            'IMIX' and
10332            '4T2C' and
10333            'MRR'"
10334   parameters:
10335   - "result"
10336   - "name"
10337   - "tags"
10338   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10339   x-axis: "X = VNFs per Service Chain"
10340   y-axis: "Y = Number of Service Chains"
10341   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10342   layout:
10343     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10344     layout: "plot-service-density"
10345
10346 - type: "plot"
10347   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10348   algorithm: "plot_nf_heatmap"
10349   output-file-type: ".html"
10350   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10351   data: "plot-vpp-nfv-2n-clx-mrr"
10352   filter: "'NIC_Intel-XXV710' and
10353            'NF_DENSITY' and
10354            'VHOST' and
10355            not 'VXLAN' and
10356            'CHAIN' and
10357            'NF_VPPIP4' and
10358            'IMIX' and
10359            '8T4C' and
10360            'MRR'"
10361   parameters:
10362   - "result"
10363   - "name"
10364   - "tags"
10365   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10366   x-axis: "X = VNFs per Service Chain"
10367   y-axis: "Y = Number of Service Chains"
10368   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10369   layout:
10370     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10371     layout: "plot-service-density"
10372
10373 # Plots - NF Density - VSC - NDR IMIX
10374 - type: "plot"
10375   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10376   algorithm: "plot_nf_heatmap"
10377   output-file-type: ".html"
10378   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10379   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10380   filter: "'NIC_Intel-XXV710' and
10381            'NF_DENSITY' and
10382            'VHOST' and
10383            not 'VXLAN' and
10384            'CHAIN' and
10385            'NF_VPPIP4' and
10386            'IMIX' and
10387            '2T1C' and
10388            'NDRPDR'"
10389   parameters:
10390   - "throughput"
10391   - "name"
10392   - "tags"
10393   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10394   x-axis: "X = VNFs per Service Chain"
10395   y-axis: "Y = Number of Service Chains"
10396   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10397   layout:
10398     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10399     layout: "plot-service-density"
10400
10401 - type: "plot"
10402   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10403   algorithm: "plot_nf_heatmap"
10404   output-file-type: ".html"
10405   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10406   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10407   filter: "'NIC_Intel-XXV710' and
10408            'NF_DENSITY' and
10409            'VHOST' and
10410            not 'VXLAN' and
10411            'CHAIN' and
10412            'NF_VPPIP4' and
10413            'IMIX' and
10414            '4T2C' and
10415            'NDRPDR'"
10416   parameters:
10417   - "throughput"
10418   - "name"
10419   - "tags"
10420   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10421   x-axis: "X = VNFs per Service Chain"
10422   y-axis: "Y = Number of Service Chains"
10423   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10424   layout:
10425     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10426     layout: "plot-service-density"
10427
10428 - type: "plot"
10429   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10430   algorithm: "plot_nf_heatmap"
10431   output-file-type: ".html"
10432   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10433   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10434   filter: "'NIC_Intel-XXV710' and
10435            'NF_DENSITY' and
10436            'VHOST' and
10437            not 'VXLAN' and
10438            'CHAIN' and
10439            'NF_VPPIP4' and
10440            'IMIX' and
10441            '8T4C' and
10442            'NDRPDR'"
10443   parameters:
10444   - "throughput"
10445   - "name"
10446   - "tags"
10447   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10448   x-axis: "X = VNFs per Service Chain"
10449   y-axis: "Y = Number of Service Chains"
10450   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10451   layout:
10452     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10453     layout: "plot-service-density"
10454
10455 # Plots - NF Density - VSC - PDR IMIX
10456 - type: "plot"
10457   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10458   algorithm: "plot_nf_heatmap"
10459   output-file-type: ".html"
10460   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10461   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10462   filter: "'NIC_Intel-XXV710' and
10463            'NF_DENSITY' and
10464            'VHOST' and
10465            not 'VXLAN' and
10466            'CHAIN' and
10467            'NF_VPPIP4' and
10468            'IMIX' and
10469            '2T1C' and
10470            'NDRPDR'"
10471   parameters:
10472   - "throughput"
10473   - "name"
10474   - "tags"
10475   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10476   x-axis: "X = VNFs per Service Chain"
10477   y-axis: "Y = Number of Service Chains"
10478   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10479   layout:
10480     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10481     layout: "plot-service-density"
10482
10483 - type: "plot"
10484   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10485   algorithm: "plot_nf_heatmap"
10486   output-file-type: ".html"
10487   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10488   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10489   filter: "'NIC_Intel-XXV710' and
10490            'NF_DENSITY' and
10491            'VHOST' and
10492            not 'VXLAN' and
10493            'CHAIN' and
10494            'NF_VPPIP4' and
10495            'IMIX' and
10496            '4T2C' and
10497            'NDRPDR'"
10498   parameters:
10499   - "throughput"
10500   - "name"
10501   - "tags"
10502   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10503   x-axis: "X = VNFs per Service Chain"
10504   y-axis: "Y = Number of Service Chains"
10505   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10506   layout:
10507     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10508     layout: "plot-service-density"
10509
10510 - type: "plot"
10511   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10512   algorithm: "plot_nf_heatmap"
10513   output-file-type: ".html"
10514   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10515   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10516   filter: "'NIC_Intel-XXV710' and
10517            'NF_DENSITY' and
10518            'VHOST' and
10519            not 'VXLAN' and
10520            'CHAIN' and
10521            'NF_VPPIP4' and
10522            'IMIX' and
10523            '8T4C' and
10524            'NDRPDR'"
10525   parameters:
10526   - "throughput"
10527   - "name"
10528   - "tags"
10529   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10530   x-axis: "X = VNFs per Service Chain"
10531   y-axis: "Y = Number of Service Chains"
10532   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10533   layout:
10534     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10535     layout: "plot-service-density"
10536
10537 # Plots - NF Density - VSC - MRR IMIX
10538 - type: "plot"
10539   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10540   algorithm: "plot_nf_heatmap"
10541   output-file-type: ".html"
10542   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10543   data: "plot-vpp-nfv-2n-clx-mrr"
10544   filter: "'NIC_Intel-XXV710' and
10545            'NF_DENSITY' and
10546            'VHOST' and
10547            'VXLAN' and
10548            'CHAIN' and
10549            'IMIX' and
10550            '2T1C' and
10551            'MRR'"
10552   parameters:
10553   - "result"
10554   - "name"
10555   - "tags"
10556   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10557   x-axis: "X = VNFs per Service Chain"
10558   y-axis: "Y = Number of Service Chains"
10559   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10560   layout:
10561     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10562     layout: "plot-service-density"
10563
10564 - type: "plot"
10565   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10566   algorithm: "plot_nf_heatmap"
10567   output-file-type: ".html"
10568   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10569   data: "plot-vpp-nfv-2n-clx-mrr"
10570   filter: "'NIC_Intel-XXV710' and
10571            'NF_DENSITY' and
10572            'VHOST' and
10573            'VXLAN' and
10574            'CHAIN' and
10575            'IMIX' and
10576            '4T2C' and
10577            'MRR'"
10578   parameters:
10579   - "result"
10580   - "name"
10581   - "tags"
10582   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10583   x-axis: "X = VNFs per Service Chain"
10584   y-axis: "Y = Number of Service Chains"
10585   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10586   layout:
10587     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10588     layout: "plot-service-density"
10589
10590 - type: "plot"
10591   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10592   algorithm: "plot_nf_heatmap"
10593   output-file-type: ".html"
10594   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10595   data: "plot-vpp-nfv-2n-clx-mrr"
10596   filter: "'NIC_Intel-XXV710' and
10597            'NF_DENSITY' and
10598            'VHOST' and
10599            'VXLAN' and
10600            'CHAIN' and
10601            'IMIX' and
10602            '8T4C' and
10603            'MRR'"
10604   parameters:
10605   - "result"
10606   - "name"
10607   - "tags"
10608   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10609   x-axis: "X = VNFs per Service Chain"
10610   y-axis: "Y = Number of Service Chains"
10611   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10612   layout:
10613     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10614     layout: "plot-service-density"
10615
10616 # Plots - NF Density - VSC - NDR IMIX
10617 - type: "plot"
10618   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10619   algorithm: "plot_nf_heatmap"
10620   output-file-type: ".html"
10621   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10622   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10623   filter: "'NIC_Intel-XXV710' and
10624            'NF_DENSITY' and
10625            'VHOST' and
10626            'VXLAN' and
10627            'CHAIN' a
10628            'IMIX' and
10629            '2T1C' and
10630            'NDRPDR'"
10631   parameters:
10632   - "throughput"
10633   - "name"
10634   - "tags"
10635   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10636   x-axis: "X = VNFs per Service Chain"
10637   y-axis: "Y = Number of Service Chains"
10638   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10639   layout:
10640     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10641     layout: "plot-service-density"
10642
10643 - type: "plot"
10644   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10645   algorithm: "plot_nf_heatmap"
10646   output-file-type: ".html"
10647   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10648   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10649   filter: "'NIC_Intel-XXV710' and
10650            'NF_DENSITY' and
10651            'VHOST' and
10652            'VXLAN' and
10653            'CHAIN' and
10654            'IMIX' and
10655            '4T2C' and
10656            'NDRPDR'"
10657   parameters:
10658   - "throughput"
10659   - "name"
10660   - "tags"
10661   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10662   x-axis: "X = VNFs per Service Chain"
10663   y-axis: "Y = Number of Service Chains"
10664   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10665   layout:
10666     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10667     layout: "plot-service-density"
10668
10669 - type: "plot"
10670   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10671   algorithm: "plot_nf_heatmap"
10672   output-file-type: ".html"
10673   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10674   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10675   filter: "'NIC_Intel-XXV710' and
10676            'NF_DENSITY' and
10677            'VHOST' and
10678            'VXLAN' and
10679            'CHAIN' and
10680            'IMIX' and
10681            '8T4C' and
10682            'NDRPDR'"
10683   parameters:
10684   - "throughput"
10685   - "name"
10686   - "tags"
10687   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10688   x-axis: "X = VNFs per Service Chain"
10689   y-axis: "Y = Number of Service Chains"
10690   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10691   layout:
10692     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10693     layout: "plot-service-density"
10694
10695 # Plots - NF Density - VSC - PDR IMIX
10696 - type: "plot"
10697   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10698   algorithm: "plot_nf_heatmap"
10699   output-file-type: ".html"
10700   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10701   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10702   filter: "'NIC_Intel-XXV710' and
10703            'NF_DENSITY' and
10704            'VHOST' and
10705            'VXLAN' and
10706            'CHAIN' and
10707            'IMIX' and
10708            '2T1C' and
10709            'NDRPDR'"
10710   parameters:
10711   - "throughput"
10712   - "name"
10713   - "tags"
10714   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10715   x-axis: "X = VNFs per Service Chain"
10716   y-axis: "Y = Number of Service Chains"
10717   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10718   layout:
10719     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10720     layout: "plot-service-density"
10721
10722 - type: "plot"
10723   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10724   algorithm: "plot_nf_heatmap"
10725   output-file-type: ".html"
10726   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10727   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10728   filter: "'NIC_Intel-XXV710' and
10729            'NF_DENSITY' and
10730            'VHOST' and
10731            'VXLAN' and
10732            'CHAIN' and
10733            'IMIX' and
10734            '4T2C' and
10735            'NDRPDR'"
10736   parameters:
10737   - "throughput"
10738   - "name"
10739   - "tags"
10740   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10741   x-axis: "X = VNFs per Service Chain"
10742   y-axis: "Y = Number of Service Chains"
10743   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10744   layout:
10745     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10746     layout: "plot-service-density"
10747
10748 - type: "plot"
10749   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10750   algorithm: "plot_nf_heatmap"
10751   output-file-type: ".html"
10752   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10753   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10754   filter: "'NIC_Intel-XXV710' and
10755            'NF_DENSITY' and
10756            'VHOST' and
10757            'VXLAN' and
10758            'CHAIN' and
10759            'IMIX' and
10760            '8T4C' and
10761            'NDRPDR'"
10762   parameters:
10763   - "throughput"
10764   - "name"
10765   - "tags"
10766   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10767   x-axis: "X = VNFs per Service Chain"
10768   y-axis: "Y = Number of Service Chains"
10769   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10770   layout:
10771     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10772     layout: "plot-service-density"
10773
10774 # Plots - NF Density - CSC - MRR IMIX
10775 - type: "plot"
10776   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10777   algorithm: "plot_nf_heatmap"
10778   output-file-type: ".html"
10779   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10780   data: "plot-vpp-nfv-2n-clx-mrr"
10781   filter: "'NIC_Intel-XXV710' and
10782            'NF_DENSITY' and
10783            'DOCKER' and
10784            'CHAIN' and
10785            'NF_VPPIP4' and
10786            'IMIX' and
10787            '2T1C' and
10788            'MRR'"
10789   parameters:
10790   - "result"
10791   - "name"
10792   - "tags"
10793   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10794   x-axis: "X = CNFs per Service Chain"
10795   y-axis: "Y = Number of Service Chains"
10796   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10797   layout:
10798     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10799     layout: "plot-service-density"
10800
10801 - type: "plot"
10802   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10803   algorithm: "plot_nf_heatmap"
10804   output-file-type: ".html"
10805   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10806   data: "plot-vpp-nfv-2n-clx-mrr"
10807   filter: "'NIC_Intel-XXV710' and
10808            'NF_DENSITY' and
10809            'DOCKER' and
10810            'CHAIN' and
10811            'NF_VPPIP4' and
10812            'IMIX' and
10813            '4T2C' and
10814            'MRR'"
10815   parameters:
10816   - "result"
10817   - "name"
10818   - "tags"
10819   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10820   x-axis: "X = CNFs per Service Chain"
10821   y-axis: "Y = Number of Service Chains"
10822   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10823   layout:
10824     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10825     layout: "plot-service-density"
10826
10827 - type: "plot"
10828   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10829   algorithm: "plot_nf_heatmap"
10830   output-file-type: ".html"
10831   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10832   data: "plot-vpp-nfv-2n-clx-mrr"
10833   filter: "'NIC_Intel-XXV710' and
10834            'NF_DENSITY' and
10835            'DOCKER' and
10836            'CHAIN' and
10837            'NF_VPPIP4' and
10838            'IMIX' and
10839            '8T4C' and
10840            'MRR'"
10841   parameters:
10842   - "result"
10843   - "name"
10844   - "tags"
10845   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10846   x-axis: "X = CNFs per Service Chain"
10847   y-axis: "Y = Number of Service Chains"
10848   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10849   layout:
10850     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10851     layout: "plot-service-density"
10852
10853 # Plots - NF Density - CSC - NDR IMIX
10854 - type: "plot"
10855   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10856   algorithm: "plot_nf_heatmap"
10857   output-file-type: ".html"
10858   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10859   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10860   filter: "'NIC_Intel-XXV710' and
10861            'NF_DENSITY' and
10862            'DOCKER' and
10863            'CHAIN' and
10864            'NF_VPPIP4' and
10865            'IMIX' and
10866            '2T1C' and
10867            'NDRPDR'"
10868   parameters:
10869   - "throughput"
10870   - "name"
10871   - "tags"
10872   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10873   x-axis: "X = CNFs per Service Chain"
10874   y-axis: "Y = Number of Service Chains"
10875   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10876   layout:
10877     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10878     layout: "plot-service-density"
10879
10880 - type: "plot"
10881   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10882   algorithm: "plot_nf_heatmap"
10883   output-file-type: ".html"
10884   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10885   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10886   filter: "'NIC_Intel-XXV710' and
10887            'NF_DENSITY' and
10888            'DOCKER' and
10889            'CHAIN' and
10890            'NF_VPPIP4' and
10891            'IMIX' and
10892            '4T2C' and
10893            'NDRPDR'"
10894   parameters:
10895   - "throughput"
10896   - "name"
10897   - "tags"
10898   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10899   x-axis: "X = CNFs per Service Chain"
10900   y-axis: "Y = Number of Service Chains"
10901   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10902   layout:
10903     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10904     layout: "plot-service-density"
10905
10906 - type: "plot"
10907   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10908   algorithm: "plot_nf_heatmap"
10909   output-file-type: ".html"
10910   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10911   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10912   filter: "'NIC_Intel-XXV710' and
10913            'NF_DENSITY' and
10914            'DOCKER' and
10915            'CHAIN' and
10916            'NF_VPPIP4' and
10917            'IMIX' and
10918            '8T4C' and
10919            'NDRPDR'"
10920   parameters:
10921   - "throughput"
10922   - "name"
10923   - "tags"
10924   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10925   x-axis: "X = CNFs per Service Chain"
10926   y-axis: "Y = Number of Service Chains"
10927   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10928   layout:
10929     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10930     layout: "plot-service-density"
10931
10932 # Plots - NF Density - CSC - PDR IMIX
10933 - type: "plot"
10934   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10935   algorithm: "plot_nf_heatmap"
10936   output-file-type: ".html"
10937   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10938   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10939   filter: "'NIC_Intel-XXV710' and
10940            'NF_DENSITY' and
10941            'DOCKER' and
10942            'CHAIN' and
10943            'NF_VPPIP4' and
10944            'IMIX' and
10945            '2T1C' and
10946            'NDRPDR'"
10947   parameters:
10948   - "throughput"
10949   - "name"
10950   - "tags"
10951   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10952   x-axis: "X = CNFs per Service Chain"
10953   y-axis: "Y = Number of Service Chains"
10954   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10955   layout:
10956     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10957     layout: "plot-service-density"
10958
10959 - type: "plot"
10960   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10961   algorithm: "plot_nf_heatmap"
10962   output-file-type: ".html"
10963   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10964   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10965   filter: "'NIC_Intel-XXV710' and
10966            'NF_DENSITY' and
10967            'DOCKER' and
10968            'CHAIN' and
10969            'NF_VPPIP4' and
10970            'IMIX' and
10971            '4T2C' and
10972            'NDRPDR'"
10973   parameters:
10974   - "throughput"
10975   - "name"
10976   - "tags"
10977   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10978   x-axis: "X = CNFs per Service Chain"
10979   y-axis: "Y = Number of Service Chains"
10980   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10981   layout:
10982     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10983     layout: "plot-service-density"
10984
10985 - type: "plot"
10986   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10987   algorithm: "plot_nf_heatmap"
10988   output-file-type: ".html"
10989   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10990   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10991   filter: "'NIC_Intel-XXV710' and
10992            'NF_DENSITY' and
10993            'DOCKER' and
10994            'CHAIN' and
10995            'NF_VPPIP4' and
10996            'IMIX' and
10997            '8T4C' and
10998            'NDRPDR'"
10999   parameters:
11000   - "throughput"
11001   - "name"
11002   - "tags"
11003   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11004   x-axis: "X = CNFs per Service Chain"
11005   y-axis: "Y = Number of Service Chains"
11006   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11007   layout:
11008     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11009     layout: "plot-service-density"
11010
11011 # Plots - NF Density - CSP - MRR IMIX
11012 - type: "plot"
11013   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11014   algorithm: "plot_nf_heatmap"
11015   output-file-type: ".html"
11016   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11017   data: "plot-vpp-nfv-2n-clx-mrr"
11018   filter: "'NIC_Intel-XXV710' and
11019            'NF_DENSITY' and
11020            'DOCKER' and
11021            'PIPELINE' and
11022            'NF_VPPIP4' and
11023            'IMIX' and
11024            '2T1C' and
11025            'MRR'"
11026   parameters:
11027   - "result"
11028   - "name"
11029   - "tags"
11030   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11031   x-axis: "X = CNFs per Service Pipeline"
11032   y-axis: "Y = Number of Service Pipelines"
11033   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11034   layout:
11035     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11036     layout: "plot-service-density"
11037
11038 - type: "plot"
11039   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11040   algorithm: "plot_nf_heatmap"
11041   output-file-type: ".html"
11042   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11043   data: "plot-vpp-nfv-2n-clx-mrr"
11044   filter: "'NIC_Intel-XXV710' and
11045            'NF_DENSITY' and
11046            'DOCKER' and
11047            'PIPELINE' and
11048            'NF_VPPIP4' and
11049            'IMIX' and
11050            '4T2C' and
11051            'MRR'"
11052   parameters:
11053   - "result"
11054   - "name"
11055   - "tags"
11056   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11057   x-axis: "X = CNFs per Service Pipeline"
11058   y-axis: "Y = Number of Service Pipelines"
11059   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11060   layout:
11061     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11062     layout: "plot-service-density"
11063
11064 - type: "plot"
11065   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11066   algorithm: "plot_nf_heatmap"
11067   output-file-type: ".html"
11068   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11069   data: "plot-vpp-nfv-2n-clx-mrr"
11070   filter: "'NIC_Intel-XXV710' and
11071            'NF_DENSITY' and
11072            'DOCKER' and
11073            'PIPELINE' and
11074            'NF_VPPIP4' and
11075            'IMIX' and
11076            '8T4C' and
11077            'MRR'"
11078   parameters:
11079   - "result"
11080   - "name"
11081   - "tags"
11082   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11083   x-axis: "X = CNFs per Service Pipeline"
11084   y-axis: "Y = Number of Service Pipelines"
11085   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11086   layout:
11087     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11088     layout: "plot-service-density"
11089
11090 # Plots - NF Density - CSP - NDR IMIX
11091 - type: "plot"
11092   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11093   algorithm: "plot_nf_heatmap"
11094   output-file-type: ".html"
11095   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11096   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11097   filter: "'NIC_Intel-XXV710' and
11098            'NF_DENSITY' and
11099            'DOCKER' and
11100            'PIPELINE' and
11101            'NF_VPPIP4' and
11102            'IMIX' and
11103            '2T1C' and
11104            'NDRPDR'"
11105   parameters:
11106   - "throughput"
11107   - "name"
11108   - "tags"
11109   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11110   x-axis: "X = CNFs per Service Pipeline"
11111   y-axis: "Y = Number of Service Pipelines"
11112   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11113   layout:
11114     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11115     layout: "plot-service-density"
11116
11117 - type: "plot"
11118   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11119   algorithm: "plot_nf_heatmap"
11120   output-file-type: ".html"
11121   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11122   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11123   filter: "'NIC_Intel-XXV710' and
11124            'NF_DENSITY' and
11125            'DOCKER' and
11126            'PIPELINE' and
11127            'NF_VPPIP4' and
11128            'IMIX' and
11129            '4T2C' and
11130            'NDRPDR'"
11131   parameters:
11132   - "throughput"
11133   - "name"
11134   - "tags"
11135   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11136   x-axis: "X = CNFs per Service Pipeline"
11137   y-axis: "Y = Number of Service Pipelines"
11138   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11139   layout:
11140     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11141     layout: "plot-service-density"
11142
11143 - type: "plot"
11144   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11145   algorithm: "plot_nf_heatmap"
11146   output-file-type: ".html"
11147   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11148   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11149   filter: "'NIC_Intel-XXV710' and
11150            'NF_DENSITY' and
11151            'DOCKER' and
11152            'PIPELINE' and
11153            'NF_VPPIP4' and
11154            'IMIX' and
11155            '8T4C' and
11156            'NDRPDR'"
11157   parameters:
11158   - "throughput"
11159   - "name"
11160   - "tags"
11161   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11162   x-axis: "X = CNFs per Service Pipeline"
11163   y-axis: "Y = Number of Service Pipelines"
11164   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11165   layout:
11166     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11167     layout: "plot-service-density"
11168
11169 # Plots - NF Density - CSP - PDR IMIX
11170 - type: "plot"
11171   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11172   algorithm: "plot_nf_heatmap"
11173   output-file-type: ".html"
11174   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11175   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11176   filter: "'NIC_Intel-XXV710' and
11177            'NF_DENSITY' and
11178            'DOCKER' and
11179            'PIPELINE' and
11180            'NF_VPPIP4' and
11181            'IMIX' and
11182            '2T1C' and
11183            'NDRPDR'"
11184   parameters:
11185   - "throughput"
11186   - "name"
11187   - "tags"
11188   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11189   x-axis: "X = CNFs per Service Pipeline"
11190   y-axis: "Y = Number of Service Pipelines"
11191   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11192   layout:
11193     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11194     layout: "plot-service-density"
11195
11196 - type: "plot"
11197   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11198   algorithm: "plot_nf_heatmap"
11199   output-file-type: ".html"
11200   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11201   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11202   filter: "'NIC_Intel-XXV710' and
11203            'NF_DENSITY' and
11204            'DOCKER' and
11205            'PIPELINE' and
11206            'NF_VPPIP4' and
11207            'IMIX' and
11208            '4T2C' and
11209            'NDRPDR'"
11210   parameters:
11211   - "throughput"
11212   - "name"
11213   - "tags"
11214   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11215   x-axis: "X = CNFs per Service Pipeline"
11216   y-axis: "Y = Number of Service Pipelines"
11217   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11218   layout:
11219     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11220     layout: "plot-service-density"
11221
11222 - type: "plot"
11223   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11224   algorithm: "plot_nf_heatmap"
11225   output-file-type: ".html"
11226   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11227   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11228   filter: "'NIC_Intel-XXV710' and
11229            'NF_DENSITY' and
11230            'DOCKER' and
11231            'PIPELINE' and
11232            'NF_VPPIP4' and
11233            'IMIX' and
11234            '8T4C' and
11235            'NDRPDR'"
11236   parameters:
11237   - "throughput"
11238   - "name"
11239   - "tags"
11240   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11241   x-axis: "X = CNFs per Service Pipeline"
11242   y-axis: "Y = Number of Service Pipelines"
11243   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11244   layout:
11245     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11246     layout: "plot-service-density"
11247
11248 ################################################################################
11249
11250 # Packet Throughput
11251
11252 - type: "plot"
11253   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11254   algorithm: "plot_perf_box_name"
11255   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11256   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11257   include:
11258     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11259     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11260     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11261     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11262   layout:
11263     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11264     layout: "plot-throughput"
11265
11266 - type: "plot"
11267   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11268   algorithm: "plot_perf_box_name"
11269   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11270   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11271   include:
11272     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11273     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11274     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11275     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11276   layout:
11277     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11278     layout: "plot-throughput"
11279
11280 - type: "plot"
11281   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11282   algorithm: "plot_perf_box_name"
11283   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11284   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11285   include:
11286     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11287     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11288     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11289     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11290   layout:
11291     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11292     layout: "plot-throughput"
11293
11294 - type: "plot"
11295   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11296   algorithm: "plot_perf_box_name"
11297   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11298   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11299   include:
11300     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11301     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11302     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11303     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11304   layout:
11305     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11306     layout: "plot-throughput"
11307
11308 - type: "plot"
11309   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11310   algorithm: "plot_perf_box_name"
11311   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11312   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11313   include:
11314     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11315     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11316     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11317     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11318     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11319   layout:
11320     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11321     layout: "plot-throughput"
11322
11323 - type: "plot"
11324   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11325   algorithm: "plot_perf_box_name"
11326   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11327   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11328   include:
11329     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11330     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11331     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11332     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11333     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11334   layout:
11335     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11336     layout: "plot-throughput"
11337
11338 - type: "plot"
11339   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11340   algorithm: "plot_perf_box_name"
11341   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11342   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11343   include:
11344     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11345     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11346     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11347     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11348     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11349   layout:
11350     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11351     layout: "plot-throughput"
11352
11353 - type: "plot"
11354   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11355   algorithm: "plot_perf_box_name"
11356   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11357   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11358   include:
11359     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11360     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11361     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11362     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11363     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11364   layout:
11365     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11366     layout: "plot-throughput"
11367
11368 - type: "plot"
11369   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11370   algorithm: "plot_perf_box_name"
11371   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11372   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11373   include:
11374     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11375     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11376     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11377     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11378     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11379   layout:
11380     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11381     layout: "plot-throughput"
11382
11383 - type: "plot"
11384   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11385   algorithm: "plot_perf_box_name"
11386   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11387   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11388   include:
11389     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11390     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11391     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11392     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11393     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11394   layout:
11395     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11396     layout: "plot-throughput"
11397
11398 - type: "plot"
11399   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11400   algorithm: "plot_perf_box_name"
11401   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11402   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11403   include:
11404     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11405     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11406     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11407     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11408     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11409     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11410   layout:
11411     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11412     layout: "plot-throughput"
11413
11414 - type: "plot"
11415   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11416   algorithm: "plot_perf_box_name"
11417   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11418   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11419   include:
11420     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11421     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11422     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11423     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11424     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11425     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11426   layout:
11427     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11428     layout: "plot-throughput"
11429
11430 - type: "plot"
11431   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11432   algorithm: "plot_perf_box_name"
11433   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11434   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11435   include:
11436     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11438     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11439     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11440     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11441   layout:
11442     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11443     layout: "plot-throughput"
11444
11445 - type: "plot"
11446   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11447   algorithm: "plot_perf_box_name"
11448   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11449   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11450   include:
11451     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11452     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11453     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11454     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11455     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11456   layout:
11457     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11458     layout: "plot-throughput"
11459
11460 - type: "plot"
11461   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11462   algorithm: "plot_perf_box_name"
11463   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11464   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11465   include:
11466     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11467     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11468     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11469   layout:
11470     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11471     layout: "plot-throughput"
11472
11473 - type: "plot"
11474   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11475   algorithm: "plot_perf_box_name"
11476   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11477   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11478   include:
11479     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11480     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11481     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11482   layout:
11483     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11484     layout: "plot-throughput"
11485
11486 - type: "plot"
11487   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11488   algorithm: "plot_perf_box_name"
11489   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11490   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11491   include:
11492     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11493     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11494     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11495     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11496     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11497   layout:
11498     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11499     layout: "plot-throughput"
11500
11501 - type: "plot"
11502   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11503   algorithm: "plot_perf_box_name"
11504   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11505   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11506   include:
11507     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11508     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11509     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11510     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11511     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11512   layout:
11513     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11514     layout: "plot-throughput"
11515
11516 - type: "plot"
11517   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11518   algorithm: "plot_perf_box_name"
11519   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11520   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11521   include:
11522     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11523     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11524     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11525   layout:
11526     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11527     layout: "plot-throughput"
11528
11529 - type: "plot"
11530   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11531   algorithm: "plot_perf_box_name"
11532   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11533   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11534   include:
11535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11536     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11537     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11538   layout:
11539     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11540     layout: "plot-throughput"
11541
11542 - type: "plot"
11543   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11544   algorithm: "plot_perf_box_name"
11545   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11546   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11547   include:
11548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11552     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11553     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11554   layout:
11555     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11556     layout: "plot-throughput"
11557
11558 - type: "plot"
11559   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11560   algorithm: "plot_perf_box_name"
11561   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11562   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11563   include:
11564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11566     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11567     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11568     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11569     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11570   layout:
11571     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11572     layout: "plot-throughput"
11573
11574 - type: "plot"
11575   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11576   algorithm: "plot_perf_box_name"
11577   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11578   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11579   include:
11580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11584     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11585     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11586   layout:
11587     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11588     layout: "plot-throughput"
11589
11590 - type: "plot"
11591   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11592   algorithm: "plot_perf_box_name"
11593   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11594   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11595   include:
11596     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11597     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11598     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11599     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11600     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11601     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11602   layout:
11603     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11604     layout: "plot-throughput"
11605
11606 - type: "plot"
11607   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11608   algorithm: "plot_perf_box_name"
11609   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11610   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11611   include:
11612     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11613     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11614     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11615   layout:
11616     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11617     layout: "plot-throughput"
11618
11619 - type: "plot"
11620   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11621   algorithm: "plot_perf_box_name"
11622   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11623   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11624   include:
11625     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11626     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11627     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11628   layout:
11629     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11630     layout: "plot-throughput"
11631
11632 - type: "plot"
11633   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11634   algorithm: "plot_perf_box_name"
11635   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11636   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11637   include:
11638     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11639     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11640     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11641 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11642 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11643   layout:
11644     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11645     layout: "plot-throughput"
11646
11647 - type: "plot"
11648   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11649   algorithm: "plot_perf_box_name"
11650   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11651   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11652   include:
11653     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11654     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11655     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11656 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11657 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11658   layout:
11659     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11660     layout: "plot-throughput"
11661
11662 - type: "plot"
11663   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11664   algorithm: "plot_perf_box_name"
11665   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11666   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11667   include:
11668     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11669     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11670     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11671     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11672     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11673   layout:
11674     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11675     layout: "plot-throughput"
11676
11677 - type: "plot"
11678   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11679   algorithm: "plot_perf_box_name"
11680   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11681   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11682   include:
11683     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11684     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11685     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11686     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11687     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11688   layout:
11689     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11690     layout: "plot-throughput"
11691
11692 - type: "plot"
11693   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11694   algorithm: "plot_perf_box_name"
11695   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11696   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11697   include:
11698     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11699     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11700     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11701     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11702     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11703   layout:
11704     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11705     layout: "plot-throughput"
11706
11707 - type: "plot"
11708   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11709   algorithm: "plot_perf_box_name"
11710   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11711   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11712   include:
11713     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11714     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11715     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11716     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11717     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11718   layout:
11719     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11720     layout: "plot-throughput"
11721
11722 - type: "plot"
11723   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11724   algorithm: "plot_perf_box_name"
11725   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11726   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11727   include:
11728     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11729     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11730     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11731     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11732     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11733     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11734   layout:
11735     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11736     layout: "plot-throughput"
11737
11738 - type: "plot"
11739   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11740   algorithm: "plot_perf_box_name"
11741   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11742   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11743   include:
11744     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11745     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11746     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11747     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11748     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11749     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11750   layout:
11751     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11752     layout: "plot-throughput"
11753
11754 - type: "plot"
11755   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11756   algorithm: "plot_perf_box_name"
11757   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11758   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11759   include:
11760     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11761     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11762     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11763     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11764     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11765     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11766   layout:
11767     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11768     layout: "plot-throughput"
11769
11770 - type: "plot"
11771   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11772   algorithm: "plot_perf_box_name"
11773   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11774   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11775   include:
11776     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11777     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11778     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11779     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11780     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11781     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11782   layout:
11783     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11784     layout: "plot-throughput"
11785
11786 - type: "plot"
11787   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11788   algorithm: "plot_perf_box_name"
11789   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11790   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11791   include:
11792     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11793     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11794     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11795     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11796     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11797   layout:
11798     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11799     layout: "plot-throughput"
11800
11801 - type: "plot"
11802   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11803   algorithm: "plot_perf_box_name"
11804   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11805   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11806   include:
11807     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11808     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11809     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11810     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11811     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11812   layout:
11813     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11814     layout: "plot-throughput"
11815
11816 - type: "plot"
11817   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11818   algorithm: "plot_perf_box_name"
11819   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11820   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11821   include:
11822     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11823     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11824     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11825     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11826     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11827     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11828   layout:
11829     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11830     layout: "plot-throughput"
11831
11832 - type: "plot"
11833   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11834   algorithm: "plot_perf_box_name"
11835   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11836   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11837   include:
11838     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11839     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11840     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11841     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11842     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11844   layout:
11845     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11846     layout: "plot-throughput"
11847
11848 - type: "plot"
11849   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11850   algorithm: "plot_perf_box_name"
11851   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11852   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11853   include:
11854     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11855     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11856     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11857     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11858     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11859   layout:
11860     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11861     layout: "plot-throughput"
11862
11863 - type: "plot"
11864   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11865   algorithm: "plot_perf_box_name"
11866   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11867   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11868   include:
11869     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11870     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11871     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11872     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11873     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11874   layout:
11875     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11876     layout: "plot-throughput"
11877
11878 - type: "plot"
11879   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11880   algorithm: "plot_perf_box_name"
11881   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11882   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11883   include:
11884     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11885     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11886     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11887     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11888     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11889     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11890   layout:
11891     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11892     layout: "plot-throughput"
11893
11894 - type: "plot"
11895   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11896   algorithm: "plot_perf_box_name"
11897   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11898   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11899   include:
11900     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11901     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11902     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11903     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11904     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11905     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11906   layout:
11907     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11908     layout: "plot-throughput"
11909
11910 - type: "plot"
11911   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11912   algorithm: "plot_perf_box_name"
11913   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11914   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11915   include:
11916     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11917     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11918     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11919     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11920     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11921   layout:
11922     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11923     layout: "plot-throughput"
11924
11925 - type: "plot"
11926   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11927   algorithm: "plot_perf_box_name"
11928   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11929   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11930   include:
11931     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11932     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11933     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11934     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11935     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11936   layout:
11937     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11938     layout: "plot-throughput"
11939
11940 - type: "plot"
11941   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11942   algorithm: "plot_perf_box_name"
11943   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11944   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11945   include:
11946     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11947     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11948     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11949     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11950     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11951     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11952   layout:
11953     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11954     layout: "plot-throughput"
11955
11956 - type: "plot"
11957   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11958   algorithm: "plot_perf_box_name"
11959   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11960   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11961   include:
11962     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11963     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11964     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11965     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11966     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11967     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11968   layout:
11969     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11970     layout: "plot-throughput"
11971
11972 - type: "plot"
11973   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11974   algorithm: "plot_perf_box_name"
11975   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11976   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11977   include:
11978     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11979     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11980   layout:
11981     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11982     layout: "plot-throughput"
11983
11984 - type: "plot"
11985   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11986   algorithm: "plot_perf_box_name"
11987   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11988   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11989   include:
11990     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11991     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11992   layout:
11993     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11994     layout: "plot-throughput"
11995
11996 - type: "plot"
11997   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11998   algorithm: "plot_perf_box_name"
11999   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12000   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12001   include:
12002     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12003     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12004     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12005     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12006   layout:
12007     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12008     layout: "plot-throughput"
12009
12010 - type: "plot"
12011   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12012   algorithm: "plot_perf_box_name"
12013   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12014   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12015   include:
12016     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12017     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12018     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12019     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12020   layout:
12021     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12022     layout: "plot-throughput"
12023
12024 - type: "plot"
12025   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12026   algorithm: "plot_perf_box_name"
12027   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12028   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12029   include:
12030     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12031     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12032     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12033     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12034   layout:
12035     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12036     layout: "plot-throughput"
12037
12038 - type: "plot"
12039   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12040   algorithm: "plot_perf_box_name"
12041   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12042   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12043   include:
12044     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12045     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12046     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12047     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12048   layout:
12049     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12050     layout: "plot-throughput"
12051
12052 - type: "plot"
12053   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12054   algorithm: "plot_perf_box_name"
12055   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12056   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12057   include:
12058     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12059     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12060     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12061     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12062   layout:
12063     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12064     layout: "plot-throughput"
12065
12066 - type: "plot"
12067   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12068   algorithm: "plot_perf_box_name"
12069   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12070   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12071   include:
12072     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12073     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12074     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12075     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12076   layout:
12077     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12078     layout: "plot-throughput"
12079
12080 - type: "plot"
12081   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12082   algorithm: "plot_perf_box_name"
12083   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12084   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12085   include:
12086     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12087     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12088     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12089     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12090   layout:
12091     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12092     layout: "plot-throughput"
12093
12094 - type: "plot"
12095   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12096   algorithm: "plot_perf_box_name"
12097   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12098   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12099   include:
12100     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12101     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12102     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12103     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12104   layout:
12105     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12106     layout: "plot-throughput"
12107
12108 - type: "plot"
12109   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12110   algorithm: "plot_perf_box_name"
12111   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12112   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12113   include:
12114     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12115     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12116     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12117     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12118     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12119     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12120   layout:
12121     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12122     layout: "plot-throughput"
12123
12124 - type: "plot"
12125   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12126   algorithm: "plot_perf_box_name"
12127   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12128   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12129   include:
12130     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12131     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12132     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12133     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12134     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12135     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12136   layout:
12137     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12138     layout: "plot-throughput"
12139
12140 - type: "plot"
12141   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12142   algorithm: "plot_perf_box_name"
12143   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12144   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12145   include:
12146     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12147     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12148     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12149     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12150     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12151   layout:
12152     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12153     layout: "plot-throughput"
12154
12155 - type: "plot"
12156   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12157   algorithm: "plot_perf_box_name"
12158   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12159   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12160   include:
12161     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12162     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12163     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12164     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12165     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12166   layout:
12167     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12168     layout: "plot-throughput"
12169
12170 - type: "plot"
12171   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12172   algorithm: "plot_perf_box_name"
12173   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12174   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12175   include:
12176     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12177     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12178     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12179     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12180     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12181   layout:
12182     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12183     layout: "plot-throughput"
12184
12185 - type: "plot"
12186   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12187   algorithm: "plot_perf_box_name"
12188   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12189   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12190   include:
12191     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12192     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12193     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12194     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12195     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12196   layout:
12197     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12198     layout: "plot-throughput"
12199
12200 - type: "plot"
12201   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12202   algorithm: "plot_perf_box_name"
12203   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12204   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12205   include:
12206     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12207     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12208     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12209   layout:
12210     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12211     layout: "plot-throughput"
12212
12213 - type: "plot"
12214   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12215   algorithm: "plot_perf_box_name"
12216   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12217   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12218   include:
12219     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12220     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12221     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12222   layout:
12223     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12224     layout: "plot-throughput"
12225
12226 - type: "plot"
12227   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12228   algorithm: "plot_perf_box_name"
12229   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12230   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12231   include:
12232     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12233     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12234     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12235   layout:
12236     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12237     layout: "plot-throughput"
12238
12239 - type: "plot"
12240   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12241   algorithm: "plot_perf_box_name"
12242   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12243   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12244   include:
12245     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12246     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12247     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12248   layout:
12249     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12250     layout: "plot-throughput"
12251
12252 - type: "plot"
12253   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12254   algorithm: "plot_perf_box_name"
12255   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12256   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12257   include:
12258     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12259     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12260     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12261     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12262     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12263   layout:
12264     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12265     layout: "plot-throughput"
12266
12267 - type: "plot"
12268   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12269   algorithm: "plot_perf_box_name"
12270   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12271   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12272   include:
12273     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12274     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12275     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12276     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12277     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12278   layout:
12279     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12280     layout: "plot-throughput"
12281
12282 - type: "plot"
12283   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12284   algorithm: "plot_perf_box_name"
12285   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12286   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12287   include:
12288     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12289     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12290     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12291     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12292     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12293   layout:
12294     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12295     layout: "plot-throughput"
12296
12297 - type: "plot"
12298   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12299   algorithm: "plot_perf_box_name"
12300   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12301   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12302   include:
12303     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12304     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12305     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12306     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12307     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12308   layout:
12309     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12310     layout: "plot-throughput"
12311
12312 - type: "plot"
12313   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12314   algorithm: "plot_perf_box_name"
12315   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12316   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12317   include:
12318     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12319     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12320     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12321     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12322     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12323   layout:
12324     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12325     layout: "plot-throughput"
12326
12327 - type: "plot"
12328   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12329   algorithm: "plot_perf_box_name"
12330   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12331   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12332   include:
12333     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12334     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12335     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12336     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12337     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12338   layout:
12339     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12340     layout: "plot-throughput"
12341
12342 - type: "plot"
12343   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12344   algorithm: "plot_perf_box_name"
12345   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12346   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12347   include:
12348     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12349     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12350     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12351     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12352     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12353   layout:
12354     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12355     layout: "plot-throughput"
12356
12357 - type: "plot"
12358   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12359   algorithm: "plot_perf_box_name"
12360   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12361   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12362   include:
12363     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12364     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12365     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12366     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12367     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12368   layout:
12369     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12370     layout: "plot-throughput"
12371
12372 - type: "plot"
12373   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12374   algorithm: "plot_perf_box_name"
12375   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12376   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12377   include:
12378     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12379     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12380     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12381     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12382     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12383   layout:
12384     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12385     layout: "plot-throughput"
12386
12387 - type: "plot"
12388   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12389   algorithm: "plot_perf_box_name"
12390   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12391   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12392   include:
12393     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12394     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12395     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12396     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12397     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12398   layout:
12399     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12400     layout: "plot-throughput"
12401
12402 - type: "plot"
12403   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12404   algorithm: "plot_perf_box_name"
12405   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12406   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12407   include:
12408     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12409     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12410     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12411     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12412     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12413     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12414   layout:
12415     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12416     layout: "plot-throughput"
12417
12418 - type: "plot"
12419   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12420   algorithm: "plot_perf_box_name"
12421   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12422   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12423   include:
12424     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12425     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12426     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12427     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12428     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12429     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12430   layout:
12431     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12432     layout: "plot-throughput"
12433
12434 - type: "plot"
12435   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12436   algorithm: "plot_perf_box_name"
12437   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12438   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12439   include:
12440     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12441     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12442     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12443     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12444   layout:
12445     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12446     layout: "plot-throughput"
12447
12448 - type: "plot"
12449   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12450   algorithm: "plot_perf_box_name"
12451   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12452   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12453   include:
12454     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12455     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12456     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12457     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12458   layout:
12459     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12460     layout: "plot-throughput"
12461
12462 - type: "plot"
12463   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12464   algorithm: "plot_perf_box_name"
12465   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12466   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12467   include:
12468     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12469     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12470     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12471     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12472     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12473     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12474   layout:
12475     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12476     layout: "plot-throughput"
12477
12478 - type: "plot"
12479   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12480   algorithm: "plot_perf_box_name"
12481   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12482   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12483   include:
12484     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12485     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12486     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12487     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12488     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12489     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12490   layout:
12491     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12492     layout: "plot-throughput"
12493
12494 - type: "plot"
12495   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12496   algorithm: "plot_perf_box_name"
12497   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12498   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12499   include:
12500     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12501     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12502     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12503     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12504     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12505     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12506   layout:
12507     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12508     layout: "plot-throughput"
12509
12510 - type: "plot"
12511   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12512   algorithm: "plot_perf_box_name"
12513   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12514   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12515   include:
12516     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12517     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12518     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12519     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12520     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12521     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12522   layout:
12523     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12524     layout: "plot-throughput"
12525
12526 - type: "plot"
12527   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12528   algorithm: "plot_perf_box_name"
12529   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12530   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12531   include:
12532     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12533     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12534     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12535     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12536     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12537     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12538   layout:
12539     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12540     layout: "plot-throughput"
12541
12542 - type: "plot"
12543   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12544   algorithm: "plot_perf_box_name"
12545   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12546   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12547   include:
12548     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12549     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12550     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12551     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12552     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12553     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12554   layout:
12555     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12556     layout: "plot-throughput"
12557
12558 - type: "plot"
12559   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12560   algorithm: "plot_perf_box_name"
12561   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12562   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12563   include:
12564     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12565     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12566     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12567     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12568     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12569     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12570   layout:
12571     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12572     layout: "plot-throughput"
12573
12574 - type: "plot"
12575   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12576   algorithm: "plot_perf_box_name"
12577   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12578   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12579   include:
12580     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12581     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12582     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12583     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12584     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12585     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12586   layout:
12587     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12588     layout: "plot-throughput"
12589
12590 - type: "plot"
12591   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12592   algorithm: "plot_perf_box_name"
12593   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12594   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12595   include:
12596     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12597     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12598     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12599     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12600     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12601     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12602   layout:
12603     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12604     layout: "plot-throughput"
12605
12606 - type: "plot"
12607   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12608   algorithm: "plot_perf_box_name"
12609   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12610   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12611   include:
12612     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12613     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12614     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12615     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12616     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12617     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12618   layout:
12619     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12620     layout: "plot-throughput"
12621
12622 - type: "plot"
12623   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12624   algorithm: "plot_perf_box_name"
12625   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12626   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12627   include:
12628     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12629     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12630     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12631     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12632     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12633     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12634   layout:
12635     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12636     layout: "plot-throughput"
12637
12638 - type: "plot"
12639   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12640   algorithm: "plot_perf_box_name"
12641   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12642   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12643   include:
12644     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12645     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12646     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12647     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12648     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12649     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12650   layout:
12651     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12652     layout: "plot-throughput"
12653
12654 - type: "plot"
12655   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12656   algorithm: "plot_perf_box_name"
12657   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12658   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12659   include:
12660     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12661     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12662     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12664     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12665     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12666   layout:
12667     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12668     layout: "plot-throughput"
12669
12670 - type: "plot"
12671   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12672   algorithm: "plot_perf_box_name"
12673   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12674   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12675   include:
12676     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12677     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12678     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12679     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12680     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12681     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12682   layout:
12683     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12684     layout: "plot-throughput"
12685
12686 - type: "plot"
12687   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12688   algorithm: "plot_perf_box_name"
12689   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12690   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12691   include:
12692     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12693     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12694     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12695     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12696     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12697     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12698   layout:
12699     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12700     layout: "plot-throughput"
12701
12702 - type: "plot"
12703   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12704   algorithm: "plot_perf_box_name"
12705   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12706   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12707   include:
12708     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12714   layout:
12715     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12716     layout: "plot-throughput"
12717
12718 - type: "plot"
12719   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12720   algorithm: "plot_perf_box_name"
12721   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12722   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12723   include:
12724     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12725     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12728   layout:
12729     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12730     layout: "plot-throughput"
12731
12732 - type: "plot"
12733   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12734   algorithm: "plot_perf_box_name"
12735   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12736   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12737   include:
12738     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12740     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12742   layout:
12743     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12744     layout: "plot-throughput"
12745
12746 - type: "plot"
12747   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12748   algorithm: "plot_perf_box_name"
12749   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12750   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12751   include:
12752     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12753     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12754     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12755     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12756   layout:
12757     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12758     layout: "plot-throughput"
12759
12760 - type: "plot"
12761   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12762   algorithm: "plot_perf_box_name"
12763   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12764   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12765   include:
12766     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12767     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12768     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12769     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12770   layout:
12771     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12772     layout: "plot-throughput"
12773
12774 - type: "plot"
12775   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12776   algorithm: "plot_perf_box_name"
12777   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12778   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12779   include:
12780     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12781     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12782     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12783     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12784     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12785     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12786   layout:
12787     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12788     layout: "plot-throughput"
12789
12790 - type: "plot"
12791   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12792   algorithm: "plot_perf_box_name"
12793   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12794   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12795   include:
12796     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12797     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12798     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12799     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12800     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12801     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12802   layout:
12803     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12804     layout: "plot-throughput"
12805
12806 - type: "plot"
12807   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12808   algorithm: "plot_perf_box_name"
12809   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12810   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12811   include:
12812     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12813     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12814     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12815     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12816     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12817   layout:
12818     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12819     layout: "plot-throughput"
12820
12821 - type: "plot"
12822   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12823   algorithm: "plot_perf_box_name"
12824   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12825   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12826   include:
12827     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12828     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12829     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12830     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12831     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12832   layout:
12833     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12834     layout: "plot-throughput"
12835
12836 - type: "plot"
12837   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12838   algorithm: "plot_perf_box_name"
12839   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12840   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12841   include:
12842     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12843     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12844     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12845     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12846     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12847   layout:
12848     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12849     layout: "plot-throughput"
12850
12851 - type: "plot"
12852   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12853   algorithm: "plot_perf_box_name"
12854   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12855   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12856   include:
12857     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12858     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12859     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12860     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12861     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12862   layout:
12863     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12864     layout: "plot-throughput"
12865
12866 - type: "plot"
12867   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12868   algorithm: "plot_perf_box_name"
12869   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12870   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12871   include:
12872     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12873     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12874     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12875     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12876   layout:
12877     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12878     layout: "plot-throughput"
12879
12880 - type: "plot"
12881   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12882   algorithm: "plot_perf_box_name"
12883   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12884   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12885   include:
12886     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12887     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12888     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12889     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12890   layout:
12891     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12892     layout: "plot-throughput"
12893
12894 - type: "plot"
12895   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12896   algorithm: "plot_perf_box_name"
12897   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12898   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12899   include:
12900     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12901     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12902     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12903     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12904     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12905     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12906   layout:
12907     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12908     layout: "plot-throughput"
12909
12910 - type: "plot"
12911   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12912   algorithm: "plot_perf_box_name"
12913   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12914   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12915   include:
12916     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12917     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12918     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12919     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12920     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12921     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12922   layout:
12923     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12924     layout: "plot-throughput"
12925
12926 - type: "plot"
12927   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12928   algorithm: "plot_perf_box_name"
12929   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12930   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12931   include:
12932     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12933     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12934     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12935     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12936     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12937     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12938   layout:
12939     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12940     layout: "plot-throughput"
12941
12942 - type: "plot"
12943   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12944   algorithm: "plot_perf_box_name"
12945   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12946   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12947   include:
12948     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12949     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12950     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12951     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12952     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12953     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12954   layout:
12955     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12956     layout: "plot-throughput"
12957
12958 - type: "plot"
12959   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12960   algorithm: "plot_perf_box_name"
12961   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12962   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12963   include:
12964     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12965     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12966     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12967     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12968     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12969     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12970   layout:
12971     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12972     layout: "plot-throughput"
12973
12974 - type: "plot"
12975   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12976   algorithm: "plot_perf_box_name"
12977   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12978   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12979   include:
12980     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12981     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12982     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12983     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12984     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12985     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12986   layout:
12987     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12988     layout: "plot-throughput"
12989
12990 - type: "plot"
12991   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12992   algorithm: "plot_perf_box_name"
12993   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12994   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12995   include:
12996     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12997     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12998     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12999     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13000     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13001     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13002   layout:
13003     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13004     layout: "plot-throughput"
13005
13006 - type: "plot"
13007   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13008   algorithm: "plot_perf_box_name"
13009   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13010   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13011   include:
13012     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13013     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13014     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13015     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13016     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13017     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13018   layout:
13019     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13020     layout: "plot-throughput"
13021
13022 - type: "plot"
13023   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13024   algorithm: "plot_perf_box_name"
13025   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13026   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13027   include:
13028     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13029     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13030     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13031     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13032   layout:
13033     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13034     layout: "plot-throughput"
13035
13036 - type: "plot"
13037   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13038   algorithm: "plot_perf_box_name"
13039   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13040   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13041   include:
13042     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13043     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13044     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13045     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13046   layout:
13047     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13048     layout: "plot-throughput"
13049
13050 - type: "plot"
13051   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13052   algorithm: "plot_perf_box_name"
13053   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13054   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13055   include:
13056     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13057     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13058     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13059     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13060     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13061     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13062   layout:
13063     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13064     layout: "plot-throughput"
13065
13066 - type: "plot"
13067   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13068   algorithm: "plot_perf_box_name"
13069   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13070   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13071   include:
13072     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13073     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13074     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13075     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13076     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13077     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13078   layout:
13079     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13080     layout: "plot-throughput"
13081
13082 - type: "plot"
13083   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13084   algorithm: "plot_perf_box_name"
13085   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13086   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13087   include:
13088     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13089     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13090     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13091     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13092     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13093     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13094   layout:
13095     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13096     layout: "plot-throughput"
13097
13098 - type: "plot"
13099   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13100   algorithm: "plot_perf_box_name"
13101   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13102   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13103   include:
13104     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13105     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13106     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13107     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13108     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13109     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13110   layout:
13111     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13112     layout: "plot-throughput"
13113
13114 #- type: "plot"
13115 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13116 #  algorithm: "plot_perf_box_name"
13117 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13118 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13119 #  include:
13120 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13121 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13122 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13123 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13124 #  layout:
13125 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13126 #    layout: "plot-throughput"
13127 #
13128 #- type: "plot"
13129 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13130 #  algorithm: "plot_perf_box_name"
13131 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13132 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13133 #  include:
13134 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13135 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13136 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13137 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13138 #  layout:
13139 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13140 #    layout: "plot-throughput"
13141
13142 - type: "plot"
13143   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13144   algorithm: "plot_perf_box_name"
13145   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13146   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13147   include:
13148     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13149     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13150     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13151     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13152     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13153     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13154   layout:
13155     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13156     layout: "plot-throughput"
13157
13158 - type: "plot"
13159   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13160   algorithm: "plot_perf_box_name"
13161   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13162   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13163   include:
13164     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13165     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13166     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13167     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13168     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13169     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13170   layout:
13171     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13172     layout: "plot-throughput"
13173
13174 #- type: "plot"
13175 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13176 #  algorithm: "plot_perf_box_name"
13177 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13178 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13179 #  include:
13180 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13181 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13182 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13183 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13184 #  layout:
13185 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13186 #    layout: "plot-throughput"
13187 #
13188 #- type: "plot"
13189 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13190 #  algorithm: "plot_perf_box_name"
13191 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13192 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13193 #  include:
13194 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13195 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13196 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13197 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13198 #  layout:
13199 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13200 #    layout: "plot-throughput"
13201
13202 - type: "plot"
13203   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13204   algorithm: "plot_perf_box_name"
13205   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13206   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13207   include:
13208     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13209     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13210     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13211     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13212     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13213     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13214   layout:
13215     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13216     layout: "plot-throughput"
13217
13218 - type: "plot"
13219   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13220   algorithm: "plot_perf_box_name"
13221   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13222   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13223   include:
13224     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13225     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13226     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13227     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13228     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13229     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13230   layout:
13231     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13232     layout: "plot-throughput"
13233
13234 #- type: "plot"
13235 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13236 #  algorithm: "plot_perf_box_name"
13237 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13238 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13239 #  include:
13240 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13241 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13242 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13243 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13244 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13245 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13246 #  layout:
13247 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13248 #    layout: "plot-throughput"
13249 #
13250 #- type: "plot"
13251 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13252 #  algorithm: "plot_perf_box_name"
13253 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13254 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13255 #  include:
13256 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13257 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13258 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13259 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13260 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13261 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13262 #  layout:
13263 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13264 #    layout: "plot-throughput"
13265
13266 - type: "plot"
13267   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13268   algorithm: "plot_perf_box_name"
13269   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13270   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13271   include:
13272     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13273     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13274     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13275     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13276     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13277     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13278   layout:
13279     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13280     layout: "plot-throughput"
13281
13282 - type: "plot"
13283   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13284   algorithm: "plot_perf_box_name"
13285   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13286   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13287   include:
13288     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13289     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13290     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13291     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13292     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13293     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13294   layout:
13295     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13296     layout: "plot-throughput"
13297
13298 - type: "plot"
13299   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13300   algorithm: "plot_perf_box_name"
13301   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13302   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13303   include:
13304     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13305     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13306     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13307     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13308     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13309     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13310   layout:
13311     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13312     layout: "plot-throughput"
13313
13314 - type: "plot"
13315   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13316   algorithm: "plot_perf_box_name"
13317   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13318   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13319   include:
13320     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13321     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13322     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13323     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13324     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13325     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13326   layout:
13327     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13328     layout: "plot-throughput"
13329
13330 - type: "plot"
13331   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13332   algorithm: "plot_perf_box_name"
13333   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13334   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13335   include:
13336     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13337     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13338     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13339     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13340     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13341     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13342   layout:
13343     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13344     layout: "plot-throughput"
13345
13346 - type: "plot"
13347   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13348   algorithm: "plot_perf_box_name"
13349   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13350   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13351   include:
13352     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13353     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13354     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13355     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13356     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13357     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13358   layout:
13359     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13360     layout: "plot-throughput"
13361
13362 - type: "plot"
13363   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13364   algorithm: "plot_perf_box_name"
13365   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13366   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13367   include:
13368     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13369     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13370     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13371     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13372     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13373     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13374   layout:
13375     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13376     layout: "plot-throughput"
13377
13378 - type: "plot"
13379   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13380   algorithm: "plot_perf_box_name"
13381   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13382   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13383   include:
13384     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13385     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13386     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13387     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13388     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13389     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13390   layout:
13391     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13392     layout: "plot-throughput"
13393
13394 #- type: "plot"
13395 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13396 #  algorithm: "plot_perf_box_name"
13397 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13398 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13399 #  include:
13400 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13401 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13402 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13403 #  layout:
13404 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13405 #    layout: "plot-throughput"
13406 #
13407 #- type: "plot"
13408 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13409 #  algorithm: "plot_perf_box_name"
13410 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13411 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13412 #  include:
13413 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13414 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13415 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13416 #  layout:
13417 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13418 #    layout: "plot-throughput"
13419
13420 - type: "plot"
13421   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13422   algorithm: "plot_perf_box_name"
13423   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13424   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13425   include:
13426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13429     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13430     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13431   layout:
13432     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13433     layout: "plot-throughput"
13434
13435 - type: "plot"
13436   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13437   algorithm: "plot_perf_box_name"
13438   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13439   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13440   include:
13441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13446   layout:
13447     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13448     layout: "plot-throughput"
13449
13450 - type: "plot"
13451   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13452   algorithm: "plot_perf_box_name"
13453   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13454   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13455   include:
13456     - "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"
13457     - "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"
13458     - "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"
13459     - "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"
13460     - "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"
13461   layout:
13462     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13463     layout: "plot-throughput"
13464
13465 - type: "plot"
13466   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13467   algorithm: "plot_perf_box_name"
13468   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13469   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13470   include:
13471     - "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"
13472     - "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"
13473     - "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"
13474     - "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"
13475     - "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"
13476   layout:
13477     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13478     layout: "plot-throughput"
13479
13480 - type: "plot"
13481   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13482   algorithm: "plot_perf_box_name"
13483   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13484   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13485   include:
13486     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13487     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13488     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13489     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13490     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13491   layout:
13492     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13493     layout: "plot-throughput"
13494
13495 - type: "plot"
13496   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13497   algorithm: "plot_perf_box_name"
13498   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13499   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13500   include:
13501     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13502     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13503     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13504     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13505     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13506   layout:
13507     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13508     layout: "plot-throughput"
13509
13510 - type: "plot"
13511   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13512   algorithm: "plot_perf_box_name"
13513   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13514   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13515   include:
13516     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13517     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13518     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13519     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13520     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13521   layout:
13522     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13523     layout: "plot-throughput"
13524
13525 - type: "plot"
13526   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13527   algorithm: "plot_perf_box_name"
13528   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13529   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13530   include:
13531     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13532     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13533     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13534     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13535     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13536   layout:
13537     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13538     layout: "plot-throughput"
13539
13540 - type: "plot"
13541   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13542   algorithm: "plot_perf_box_name"
13543   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13544   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13545   include:
13546     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13547     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13548     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13549     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13550     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13551   layout:
13552     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13553     layout: "plot-throughput"
13554
13555 - type: "plot"
13556   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13557   algorithm: "plot_perf_box_name"
13558   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13559   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13560   include:
13561     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13562     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13563     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13564     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13565     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13566   layout:
13567     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13568     layout: "plot-throughput"
13569
13570 - type: "plot"
13571   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13572   algorithm: "plot_perf_box_name"
13573   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13574   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13575   include:
13576     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13577     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13578     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13579     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13580     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13581   layout:
13582     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13583     layout: "plot-throughput"
13584
13585 - type: "plot"
13586   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13587   algorithm: "plot_perf_box_name"
13588   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13589   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13590   include:
13591     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13592     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13593     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13594     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13595     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13596   layout:
13597     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13598     layout: "plot-throughput"
13599
13600 - type: "plot"
13601   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13602   algorithm: "plot_perf_box_name"
13603   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13604   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13605   include:
13606     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13607     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13608     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13609     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13610   layout:
13611     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13612     layout: "plot-throughput"
13613
13614 - type: "plot"
13615   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13616   algorithm: "plot_perf_box_name"
13617   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13618   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13619   include:
13620     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13621     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13622     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13623     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13624   layout:
13625     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13626     layout: "plot-throughput"
13627
13628 - type: "plot"
13629   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13630   algorithm: "plot_perf_box_name"
13631   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13632   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13633   include:
13634     - "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"
13635     - "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"
13636     - "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"
13637     - "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"
13638   layout:
13639     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13640     layout: "plot-throughput"
13641
13642 - type: "plot"
13643   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13644   algorithm: "plot_perf_box_name"
13645   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13646   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13647   include:
13648     - "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"
13649     - "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"
13650     - "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"
13651     - "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"
13652   layout:
13653     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13654     layout: "plot-throughput"
13655
13656 - type: "plot"
13657   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13658   algorithm: "plot_perf_box_name"
13659   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13660   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13661   include:
13662     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13663     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13664     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13665     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13666     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13667     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13668   layout:
13669     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13670     layout: "plot-throughput"
13671
13672 - type: "plot"
13673   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13674   algorithm: "plot_perf_box_name"
13675   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13676   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13677   include:
13678     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13679     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13680     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13681     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13682     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13683     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13684   layout:
13685     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13686     layout: "plot-throughput"
13687
13688 - type: "plot"
13689   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13690   algorithm: "plot_perf_box_name"
13691   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13692   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13693   include:
13694     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13695     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13696     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13697     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13698     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13699     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13700   layout:
13701     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13702     layout: "plot-throughput"
13703
13704 - type: "plot"
13705   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13706   algorithm: "plot_perf_box_name"
13707   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13708   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13709   include:
13710     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13711     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13712     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13713     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13714     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13715     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13716   layout:
13717     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13718     layout: "plot-throughput"
13719
13720 - type: "plot"
13721   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13722   algorithm: "plot_perf_box_name"
13723   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13724   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13725   include:
13726     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13727     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13728     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13729     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13730     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13731     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13732   layout:
13733     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13734     layout: "plot-throughput"
13735
13736 - type: "plot"
13737   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13738   algorithm: "plot_perf_box_name"
13739   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13740   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13741   include:
13742     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13743     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13744     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13745     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13746     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13747     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13748   layout:
13749     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13750     layout: "plot-throughput"
13751
13752 - type: "plot"
13753   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13754   algorithm: "plot_perf_box_name"
13755   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13756   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13757   include:
13758     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13759     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13760     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13761     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13762     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13763   layout:
13764     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13765     layout: "plot-throughput"
13766
13767 - type: "plot"
13768   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13769   algorithm: "plot_perf_box_name"
13770   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13771   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13772   include:
13773     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13774     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13775     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13776     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13777     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13778   layout:
13779     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13780     layout: "plot-throughput"
13781
13782 - type: "plot"
13783   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13784   algorithm: "plot_perf_box_name"
13785   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13786   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13787   include:
13788     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13789     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13790   layout:
13791     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13792     layout: "plot-throughput"
13793
13794 - type: "plot"
13795   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13796   algorithm: "plot_perf_box_name"
13797   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13798   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13799   include:
13800     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13801     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13802   layout:
13803     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13804     layout: "plot-throughput"
13805
13806 - type: "plot"
13807   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13808   algorithm: "plot_perf_box_name"
13809   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-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-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13813     - "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"
13814   layout:
13815     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13816     layout: "plot-throughput"
13817
13818 - type: "plot"
13819   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13820   algorithm: "plot_perf_box_name"
13821   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-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-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13825     - "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"
13826   layout:
13827     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13828     layout: "plot-throughput"
13829
13830 - type: "plot"
13831   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13832   algorithm: "plot_perf_box_name"
13833   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13834   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13835   include:
13836     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13837     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13838   layout:
13839     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13840     layout: "plot-throughput"
13841
13842 - type: "plot"
13843   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13844   algorithm: "plot_perf_box_name"
13845   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13846   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13847   include:
13848     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13849     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13850   layout:
13851     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13852     layout: "plot-throughput"
13853
13854 - type: "plot"
13855   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13856   algorithm: "plot_perf_box_name"
13857   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-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-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13861     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13862   layout:
13863     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13864     layout: "plot-throughput"
13865
13866 - type: "plot"
13867   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13868   algorithm: "plot_perf_box_name"
13869   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-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-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13873     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13874   layout:
13875     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13876     layout: "plot-throughput"
13877
13878 - type: "plot"
13879   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13880   algorithm: "plot_perf_box_name"
13881   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13882   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13883   include:
13884     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13885     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13886     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13887     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13888     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13889     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13890   layout:
13891     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13892     layout: "plot-throughput"
13893
13894 - type: "plot"
13895   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13896   algorithm: "plot_perf_box_name"
13897   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13898   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13899   include:
13900     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13901     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13902     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13903     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13904     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13905     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13906   layout:
13907     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13908     layout: "plot-throughput"
13909
13910 - type: "plot"
13911   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13912   algorithm: "plot_perf_box_name"
13913   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13914   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13915   include:
13916     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13917     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13918     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13919     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13920     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13921     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13922   layout:
13923     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13924     layout: "plot-throughput"
13925
13926 - type: "plot"
13927   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13928   algorithm: "plot_perf_box_name"
13929   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13930   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13931   include:
13932     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13933     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13934     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13935     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13936     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13937     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13938   layout:
13939     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13940     layout: "plot-throughput"
13941
13942 #- type: "plot"
13943 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13944 #  algorithm: "plot_perf_box_name"
13945 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13946 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13947 #  include:
13948 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13949 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13950 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13951 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13952 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13953 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13954 #  layout:
13955 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13956 #    layout: "plot-throughput"
13957 #
13958 #- type: "plot"
13959 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13960 #  algorithm: "plot_perf_box_name"
13961 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13962 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13963 #  include:
13964 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13965 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13966 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13967 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13968 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13969 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13970 #  layout:
13971 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13972 #    layout: "plot-throughput"
13973
13974 - type: "plot"
13975   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13976   algorithm: "plot_perf_box_name"
13977   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13978   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13979   include:
13980     - "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"
13981     - "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"
13982     - "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"
13983     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13984     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13985     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13986   layout:
13987     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13988     layout: "plot-throughput"
13989
13990 - type: "plot"
13991   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13992   algorithm: "plot_perf_box_name"
13993   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13994   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13995   include:
13996     - "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"
13997     - "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"
13998     - "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"
13999     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14000     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14001     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14002   layout:
14003     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14004     layout: "plot-throughput"
14005
14006 ################################################################################
14007
14008 # Packet Speedup
14009
14010 - type: "plot"
14011   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14012   algorithm: "plot_tsa_name"
14013   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14014   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14015   include:
14016     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14017     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14018     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14019     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14020   layout:
14021     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14022     layout: "plot-throughput-speedup-analysis"
14023
14024 - type: "plot"
14025   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14026   algorithm: "plot_tsa_name"
14027   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14028   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14029   include:
14030     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14031     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14032     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14033     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14034   layout:
14035     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14036     layout: "plot-throughput-speedup-analysis"
14037
14038 - type: "plot"
14039   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14040   algorithm: "plot_tsa_name"
14041   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14042   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14043   include:
14044     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14045     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14046     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14047     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14048   layout:
14049     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14050     layout: "plot-throughput-speedup-analysis"
14051
14052 - type: "plot"
14053   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14054   algorithm: "plot_tsa_name"
14055   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14056   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14057   include:
14058     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14059     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14060     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14061     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14062   layout:
14063     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14064     layout: "plot-throughput-speedup-analysis"
14065
14066 - type: "plot"
14067   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14068   algorithm: "plot_tsa_name"
14069   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14070   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14071   include:
14072     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14073     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14074     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14075     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14076     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14077   layout:
14078     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14079     layout: "plot-throughput-speedup-analysis"
14080
14081 - type: "plot"
14082   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14083   algorithm: "plot_tsa_name"
14084   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14085   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14086   include:
14087     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14088     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14089     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14090     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14091     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14092   layout:
14093     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14094     layout: "plot-throughput-speedup-analysis"
14095
14096 - type: "plot"
14097   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14098   algorithm: "plot_tsa_name"
14099   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14100   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14101   include:
14102     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14103     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14104     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14105     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14106     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14107   layout:
14108     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14109     layout: "plot-throughput-speedup-analysis"
14110
14111 - type: "plot"
14112   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14113   algorithm: "plot_tsa_name"
14114   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14115   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14116   include:
14117     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14118     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14119     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14120     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14121     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14122   layout:
14123     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14124     layout: "plot-throughput-speedup-analysis"
14125
14126 - type: "plot"
14127   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14128   algorithm: "plot_tsa_name"
14129   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14130   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14131   include:
14132     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14133     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14134     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14135     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14136     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14137     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14138   layout:
14139     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14140     layout: "plot-throughput-speedup-analysis"
14141
14142 - type: "plot"
14143   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14144   algorithm: "plot_tsa_name"
14145   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14146   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14147   include:
14148     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14149     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14150     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14151     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14152     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14153     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14154   layout:
14155     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14156     layout: "plot-throughput-speedup-analysis"
14157
14158 - type: "plot"
14159   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14160   algorithm: "plot_tsa_name"
14161   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14162   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14163   include:
14164     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14165     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14166     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14167     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14168     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14169   layout:
14170     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14171     layout: "plot-throughput-speedup-analysis"
14172
14173 - type: "plot"
14174   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14175   algorithm: "plot_tsa_name"
14176   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14177   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14178   include:
14179     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14180     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14181     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14184   layout:
14185     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14186     layout: "plot-throughput-speedup-analysis"
14187
14188 - type: "plot"
14189   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14190   algorithm: "plot_tsa_name"
14191   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14192   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14193   include:
14194     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14195     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14196     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14197   layout:
14198     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14199     layout: "plot-throughput-speedup-analysis"
14200
14201 - type: "plot"
14202   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14203   algorithm: "plot_tsa_name"
14204   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14205   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14206   include:
14207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14208     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14209     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14210   layout:
14211     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14212     layout: "plot-throughput-speedup-analysis"
14213
14214 - type: "plot"
14215   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14216   algorithm: "plot_tsa_name"
14217   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14218   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14219   include:
14220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14221     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14222     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14223     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14225   layout:
14226     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14227     layout: "plot-throughput-speedup-analysis"
14228
14229 - type: "plot"
14230   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14231   algorithm: "plot_tsa_name"
14232   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14233   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14234   include:
14235     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14236     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14237     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14240   layout:
14241     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14242     layout: "plot-throughput-speedup-analysis"
14243
14244 - type: "plot"
14245   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14246   algorithm: "plot_tsa_name"
14247   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14248   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14249   include:
14250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14251     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14253   layout:
14254     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14255     layout: "plot-throughput-speedup-analysis"
14256
14257 - type: "plot"
14258   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14259   algorithm: "plot_tsa_name"
14260   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14261   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14262   include:
14263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14266   layout:
14267     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14268     layout: "plot-throughput-speedup-analysis"
14269
14270 - type: "plot"
14271   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14272   algorithm: "plot_tsa_name"
14273   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14274   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14275   include:
14276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14282   layout:
14283     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14284     layout: "plot-throughput-speedup-analysis"
14285
14286 - type: "plot"
14287   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14288   algorithm: "plot_tsa_name"
14289   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14290   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14291   include:
14292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14298   layout:
14299     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14300     layout: "plot-throughput-speedup-analysis"
14301
14302 - type: "plot"
14303   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14304   algorithm: "plot_tsa_name"
14305   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14306   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14307   include:
14308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14309     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14314   layout:
14315     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14316     layout: "plot-throughput-speedup-analysis"
14317
14318 - type: "plot"
14319   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14320   algorithm: "plot_tsa_name"
14321   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14322   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14323   include:
14324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14325     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14326     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14330   layout:
14331     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14332     layout: "plot-throughput-speedup-analysis"
14333
14334 - type: "plot"
14335   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14336   algorithm: "plot_tsa_name"
14337   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14338   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14339   include:
14340     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14341     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14342     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14343   layout:
14344     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14345     layout: "plot-throughput-speedup-analysis"
14346
14347 - type: "plot"
14348   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14349   algorithm: "plot_tsa_name"
14350   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14351   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14352   include:
14353     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14354     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14355     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14356   layout:
14357     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14358     layout: "plot-throughput-speedup-analysis"
14359
14360 - type: "plot"
14361   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14362   algorithm: "plot_tsa_name"
14363   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14364   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14365   include:
14366     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14367     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14368     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14369 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14370 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14371   layout:
14372     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14373     layout: "plot-throughput-speedup-analysis"
14374
14375 - type: "plot"
14376   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14377   algorithm: "plot_tsa_name"
14378   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14379   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14380   include:
14381     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14382     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14383     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14384 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14385 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14386   layout:
14387     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14388     layout: "plot-throughput-speedup-analysis"
14389
14390 - type: "plot"
14391   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14392   algorithm: "plot_tsa_name"
14393   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14394   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14395   include:
14396     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14397     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14398     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14399     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14400     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14401   layout:
14402     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14403     layout: "plot-throughput-speedup-analysis"
14404
14405 - type: "plot"
14406   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14407   algorithm: "plot_tsa_name"
14408   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14409   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14410   include:
14411     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14412     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14413     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14414     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14415     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14416   layout:
14417     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14418     layout: "plot-throughput-speedup-analysis"
14419
14420 - type: "plot"
14421   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14422   algorithm: "plot_tsa_name"
14423   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14424   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14425   include:
14426     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14427     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14428     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14429     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14430     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14431   layout:
14432     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14433     layout: "plot-throughput-speedup-analysis"
14434
14435 - type: "plot"
14436   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14437   algorithm: "plot_tsa_name"
14438   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14439   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14440   include:
14441     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14442     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14443     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14444     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14445     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14446   layout:
14447     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14448     layout: "plot-throughput-speedup-analysis"
14449
14450 - type: "plot"
14451   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14452   algorithm: "plot_tsa_name"
14453   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14454   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14455   include:
14456     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14457     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14458     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14459     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14460     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14461     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14462   layout:
14463     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14464     layout: "plot-throughput-speedup-analysis"
14465
14466 - type: "plot"
14467   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14468   algorithm: "plot_tsa_name"
14469   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14470   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14471   include:
14472     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14473     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14474     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14475     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14476     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14477     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14478   layout:
14479     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14480     layout: "plot-throughput-speedup-analysis"
14481
14482 - type: "plot"
14483   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14484   algorithm: "plot_tsa_name"
14485   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14486   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14487   include:
14488     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14489     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14490     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14491     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14492     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14493     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14494   layout:
14495     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14496     layout: "plot-throughput-speedup-analysis"
14497
14498 - type: "plot"
14499   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14500   algorithm: "plot_tsa_name"
14501   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14502   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14503   include:
14504     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14505     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14506     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14507     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14508     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14509     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14510   layout:
14511     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14512     layout: "plot-throughput-speedup-analysis"
14513
14514 - type: "plot"
14515   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14516   algorithm: "plot_tsa_name"
14517   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14518   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14519   include:
14520     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14521     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14522   layout:
14523     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14524     layout: "plot-throughput-speedup-analysis"
14525
14526 - type: "plot"
14527   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14528   algorithm: "plot_tsa_name"
14529   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14530   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14531   include:
14532     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14533     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14534   layout:
14535     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14536     layout: "plot-throughput-speedup-analysis"
14537
14538 - type: "plot"
14539   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14540   algorithm: "plot_tsa_name"
14541   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14542   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14543   include:
14544     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14545     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14546     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14547     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14548   layout:
14549     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14550     layout: "plot-throughput-speedup-analysis"
14551
14552 - type: "plot"
14553   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14554   algorithm: "plot_tsa_name"
14555   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14556   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14557   include:
14558     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14559     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14560     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14561     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14562   layout:
14563     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14564     layout: "plot-throughput-speedup-analysis"
14565
14566 - type: "plot"
14567   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14568   algorithm: "plot_tsa_name"
14569   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14570   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14571   include:
14572     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14573     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14574     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14575     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14576   layout:
14577     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14578     layout: "plot-throughput-speedup-analysis"
14579
14580 - type: "plot"
14581   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14582   algorithm: "plot_tsa_name"
14583   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14584   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14585   include:
14586     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14587     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14588     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14589     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14590   layout:
14591     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14592     layout: "plot-throughput-speedup-analysis"
14593
14594 - type: "plot"
14595   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14596   algorithm: "plot_tsa_name"
14597   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14598   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14599   include:
14600     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14601     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14602     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14603     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14604     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14605     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14606   layout:
14607     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14608     layout: "plot-throughput-speedup-analysis"
14609
14610 - type: "plot"
14611   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14612   algorithm: "plot_tsa_name"
14613   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14614   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14615   include:
14616     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14617     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14618     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14619     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14620     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14621     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14622   layout:
14623     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14624     layout: "plot-throughput-speedup-analysis"
14625
14626 - type: "plot"
14627   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14628   algorithm: "plot_tsa_name"
14629   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14630   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14631   include:
14632     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14633     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14634     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14635     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14636     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14637   layout:
14638     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14639     layout: "plot-throughput-speedup-analysis"
14640
14641 - type: "plot"
14642   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14643   algorithm: "plot_tsa_name"
14644   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14645   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14646   include:
14647     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14648     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14649     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14650     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14651     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14652   layout:
14653     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14654     layout: "plot-throughput-speedup-analysis"
14655
14656 - type: "plot"
14657   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14658   algorithm: "plot_tsa_name"
14659   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14660   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14661   include:
14662     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14663     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14664     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14665     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14666     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14667   layout:
14668     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14669     layout: "plot-throughput-speedup-analysis"
14670
14671 - type: "plot"
14672   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14673   algorithm: "plot_tsa_name"
14674   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14675   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14676   include:
14677     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14678     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14679     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14680     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14681     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14682   layout:
14683     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14684     layout: "plot-throughput-speedup-analysis"
14685
14686 - type: "plot"
14687   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14688   algorithm: "plot_tsa_name"
14689   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14690   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14691   include:
14692     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14693     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14694     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14695   layout:
14696     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14697     layout: "plot-throughput-speedup-analysis"
14698
14699 - type: "plot"
14700   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14701   algorithm: "plot_tsa_name"
14702   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14703   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14704   include:
14705     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14706     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14707     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14708   layout:
14709     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14710     layout: "plot-throughput-speedup-analysis"
14711
14712 - type: "plot"
14713   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14714   algorithm: "plot_tsa_name"
14715   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14716   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14717   include:
14718     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14719     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14720     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14721   layout:
14722     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14723     layout: "plot-throughput-speedup-analysis"
14724
14725 - type: "plot"
14726   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14727   algorithm: "plot_tsa_name"
14728   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14729   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14730   include:
14731     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14732     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14733     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14734   layout:
14735     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14736     layout: "plot-throughput-speedup-analysis"
14737
14738 - type: "plot"
14739   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14740   algorithm: "plot_tsa_name"
14741   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14742   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14743   include:
14744     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14745     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14746     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14747     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14748     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14749   layout:
14750     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14751     layout: "plot-throughput-speedup-analysis"
14752
14753 - type: "plot"
14754   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14755   algorithm: "plot_tsa_name"
14756   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14757   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14758   include:
14759     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14760     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14761     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14762     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14763     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14764   layout:
14765     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14766     layout: "plot-throughput-speedup-analysis"
14767
14768 - type: "plot"
14769   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14770   algorithm: "plot_tsa_name"
14771   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14772   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14773   include:
14774     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14775     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14776     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14777     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14778     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14779   layout:
14780     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14781     layout: "plot-throughput-speedup-analysis"
14782
14783 - type: "plot"
14784   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14785   algorithm: "plot_tsa_name"
14786   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14787   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14788   include:
14789     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14790     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14791     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14792     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14793     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14794   layout:
14795     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14796     layout: "plot-throughput-speedup-analysis"
14797
14798 - type: "plot"
14799   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14800   algorithm: "plot_tsa_name"
14801   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14802   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14803   include:
14804     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14805     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14806     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14807     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14808     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14809     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14810   layout:
14811     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14812     layout: "plot-throughput-speedup-analysis"
14813
14814 - type: "plot"
14815   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14816   algorithm: "plot_tsa_name"
14817   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14818   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14819   include:
14820     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14821     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14822     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14823     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14824     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14825     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14826   layout:
14827     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14828     layout: "plot-throughput-speedup-analysis"
14829
14830 - type: "plot"
14831   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14832   algorithm: "plot_tsa_name"
14833   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14834   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14835   include:
14836     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14837     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14838     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14839     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14840   layout:
14841     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14842     layout: "plot-throughput-speedup-analysis"
14843
14844 - type: "plot"
14845   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14846   algorithm: "plot_tsa_name"
14847   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14848   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14849   include:
14850     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14851     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14852     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14853     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14854   layout:
14855     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14856     layout: "plot-throughput-speedup-analysis"
14857
14858 - type: "plot"
14859   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14860   algorithm: "plot_tsa_name"
14861   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14862   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14863   include:
14864     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14865     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14866     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14867     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14868     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14869     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14870   layout:
14871     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14872     layout: "plot-throughput-speedup-analysis"
14873
14874 - type: "plot"
14875   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14876   algorithm: "plot_tsa_name"
14877   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14878   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14879   include:
14880     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14881     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14882     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14883     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14884     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14885     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14886   layout:
14887     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14888     layout: "plot-throughput-speedup-analysis"
14889
14890 - type: "plot"
14891   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14892   algorithm: "plot_tsa_name"
14893   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14894   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14895   include:
14896     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14897     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14898     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14899     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14900     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14901     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14902   layout:
14903     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14904     layout: "plot-throughput-speedup-analysis"
14905
14906 - type: "plot"
14907   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14908   algorithm: "plot_tsa_name"
14909   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14910   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14911   include:
14912     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14913     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14914     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14915     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14916     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14917     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14918   layout:
14919     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14920     layout: "plot-throughput-speedup-analysis"
14921
14922 - type: "plot"
14923   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14924   algorithm: "plot_tsa_name"
14925   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14926   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14927   include:
14928     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14929     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14930     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14931     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14932     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14933     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14934   layout:
14935     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14936     layout: "plot-throughput-speedup-analysis"
14937
14938 - type: "plot"
14939   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14940   algorithm: "plot_tsa_name"
14941   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14942   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14943   include:
14944     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14945     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14946     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14947     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14948     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14949     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14950   layout:
14951     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14952     layout: "plot-throughput-speedup-analysis"
14953
14954 - type: "plot"
14955   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14956   algorithm: "plot_tsa_name"
14957   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14958   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14959   include:
14960     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14961     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14962     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14963     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14964     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14965     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14966   layout:
14967     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14968     layout: "plot-throughput-speedup-analysis"
14969
14970 - type: "plot"
14971   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14972   algorithm: "plot_tsa_name"
14973   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14974   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14975   include:
14976     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14977     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14978     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14979     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14980     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14981     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14982   layout:
14983     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14984     layout: "plot-throughput-speedup-analysis"
14985
14986 - type: "plot"
14987   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14988   algorithm: "plot_tsa_name"
14989   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14990   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14991   include:
14992     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14993     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14994     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14995     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14996     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14997     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14998   layout:
14999     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15000     layout: "plot-throughput-speedup-analysis"
15001
15002 - type: "plot"
15003   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15004   algorithm: "plot_tsa_name"
15005   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15006   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15007   include:
15008     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15009     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15010     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15011     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15012     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15013     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15014   layout:
15015     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15016     layout: "plot-throughput-speedup-analysis"
15017
15018 - type: "plot"
15019   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15020   algorithm: "plot_tsa_name"
15021   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15022   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15023   include:
15024     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15025     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15026     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15027     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15028   layout:
15029     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15030     layout: "plot-throughput-speedup-analysis"
15031
15032 - type: "plot"
15033   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15034   algorithm: "plot_tsa_name"
15035   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15036   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15037   include:
15038     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15039     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15040     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15041     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15042   layout:
15043     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15044     layout: "plot-throughput-speedup-analysis"
15045
15046 - type: "plot"
15047   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15048   algorithm: "plot_tsa_name"
15049   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15050   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15051   include:
15052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15056   layout:
15057     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15058     layout: "plot-throughput-speedup-analysis"
15059
15060 - type: "plot"
15061   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15062   algorithm: "plot_tsa_name"
15063   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15064   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15065   include:
15066     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15067     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15069     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15070   layout:
15071     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15072     layout: "plot-throughput-speedup-analysis"
15073
15074 - type: "plot"
15075   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15076   algorithm: "plot_tsa_name"
15077   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15078   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15079   include:
15080     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15081     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15082     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15083     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15084     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15085     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15086   layout:
15087     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15088     layout: "plot-throughput-speedup-analysis"
15089
15090 - type: "plot"
15091   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15092   algorithm: "plot_tsa_name"
15093   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15094   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15095   include:
15096     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15097     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15098     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15099     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15100     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15101     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15102   layout:
15103     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15104     layout: "plot-throughput-speedup-analysis"
15105
15106 - type: "plot"
15107   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15108   algorithm: "plot_tsa_name"
15109   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15110   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15111   include:
15112     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15113     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15114     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15115     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15116     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15117   layout:
15118     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15119     layout: "plot-throughput-speedup-analysis"
15120
15121 - type: "plot"
15122   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15123   algorithm: "plot_tsa_name"
15124   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15125   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15126   include:
15127     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15128     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15129     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15130     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15131     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15132   layout:
15133     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15134     layout: "plot-throughput-speedup-analysis"
15135
15136 - type: "plot"
15137   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15138   algorithm: "plot_tsa_name"
15139   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15140   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15141   include:
15142     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15143     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15144     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15145     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15146     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15147   layout:
15148     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15149     layout: "plot-throughput-speedup-analysis"
15150
15151 - type: "plot"
15152   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15153   algorithm: "plot_tsa_name"
15154   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15155   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15156   include:
15157     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15158     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15159     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15160     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15161     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15162   layout:
15163     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15164     layout: "plot-throughput-speedup-analysis"
15165
15166 - type: "plot"
15167   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15168   algorithm: "plot_tsa_name"
15169   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15170   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15171   include:
15172     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15173     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15174     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15175     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15176   layout:
15177     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15178     layout: "plot-throughput-speedup-analysis"
15179
15180 - type: "plot"
15181   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15182   algorithm: "plot_tsa_name"
15183   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15184   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15185   include:
15186     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15187     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15188     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15189     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15190   layout:
15191     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15192     layout: "plot-throughput-speedup-analysis"
15193
15194 - type: "plot"
15195   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15196   algorithm: "plot_tsa_name"
15197   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15198   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15199   include:
15200     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15201     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15202     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15203     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15204     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15205     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15206   layout:
15207     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15208     layout: "plot-throughput-speedup-analysis"
15209
15210 - type: "plot"
15211   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15212   algorithm: "plot_tsa_name"
15213   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15214   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15215   include:
15216     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15217     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15218     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15219     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15220     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15221     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15222   layout:
15223     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15224     layout: "plot-throughput-speedup-analysis"
15225
15226 - type: "plot"
15227   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15228   algorithm: "plot_tsa_name"
15229   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15230   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15231   include:
15232     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15233     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15234     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15235     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15236     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15237     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15238   layout:
15239     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15240     layout: "plot-throughput-speedup-analysis"
15241
15242 - type: "plot"
15243   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15244   algorithm: "plot_tsa_name"
15245   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15246   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15247   include:
15248     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15249     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15250     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15251     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15252     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15253     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15254   layout:
15255     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15256     layout: "plot-throughput-speedup-analysis"
15257
15258 - type: "plot"
15259   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15260   algorithm: "plot_tsa_name"
15261   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15262   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15263   include:
15264     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15265     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15266     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15267     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15268     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15269     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15270   layout:
15271     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15272     layout: "plot-throughput-speedup-analysis"
15273
15274 - type: "plot"
15275   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15276   algorithm: "plot_tsa_name"
15277   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15278   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15279   include:
15280     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15281     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15282     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15283     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15284     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15285     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15286   layout:
15287     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15288     layout: "plot-throughput-speedup-analysis"
15289
15290 - type: "plot"
15291   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15292   algorithm: "plot_tsa_name"
15293   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15294   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15295   include:
15296     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15297     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15298     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15299     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15300     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15301     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15302   layout:
15303     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15304     layout: "plot-throughput-speedup-analysis"
15305
15306 - type: "plot"
15307   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15308   algorithm: "plot_tsa_name"
15309   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15310   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15311   include:
15312     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15313     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15314     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15315     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15316     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15317     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15318   layout:
15319     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15320     layout: "plot-throughput-speedup-analysis"
15321
15322 - type: "plot"
15323   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15324   algorithm: "plot_tsa_name"
15325   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15326   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15327   include:
15328     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15329     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15330     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15331     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15332     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15333     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15334   layout:
15335     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15336     layout: "plot-throughput-speedup-analysis"
15337
15338 - type: "plot"
15339   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15340   algorithm: "plot_tsa_name"
15341   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15342   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15343   include:
15344     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15345     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15346     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15347     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15348     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15349     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15350   layout:
15351     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15352     layout: "plot-throughput-speedup-analysis"
15353
15354 - type: "plot"
15355   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15356   algorithm: "plot_tsa_name"
15357   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15358   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15359   include:
15360     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15361     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15362     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15363     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15364     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15365   layout:
15366     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15367     layout: "plot-throughput-speedup-analysis"
15368
15369 - type: "plot"
15370   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15371   algorithm: "plot_tsa_name"
15372   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15373   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15374   include:
15375     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15376     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15377     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15378     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15379     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15380   layout:
15381     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15382     layout: "plot-throughput-speedup-analysis"
15383
15384 - type: "plot"
15385   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15386   algorithm: "plot_tsa_name"
15387   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15388   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15389   include:
15390     - "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"
15391     - "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"
15392     - "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"
15393     - "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"
15394     - "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"
15395   layout:
15396     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15397     layout: "plot-throughput-speedup-analysis"
15398
15399 - type: "plot"
15400   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15401   algorithm: "plot_tsa_name"
15402   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15403   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15404   include:
15405     - "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"
15406     - "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"
15407     - "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"
15408     - "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"
15409     - "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"
15410   layout:
15411     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15412     layout: "plot-throughput-speedup-analysis"
15413
15414 - type: "plot"
15415   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15416   algorithm: "plot_tsa_name"
15417   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15418   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15419   include:
15420     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15421     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15422     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15424     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15425   layout:
15426     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15427     layout: "plot-throughput-speedup-analysis"
15428
15429 - type: "plot"
15430   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15431   algorithm: "plot_tsa_name"
15432   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15433   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15434   include:
15435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15436     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15437     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15439     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15440   layout:
15441     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15442     layout: "plot-throughput-speedup-analysis"
15443
15444 - type: "plot"
15445   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15446   algorithm: "plot_tsa_name"
15447   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15448   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15449   include:
15450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15451     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15452     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15454     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15455   layout:
15456     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15457     layout: "plot-throughput-speedup-analysis"
15458
15459 - type: "plot"
15460   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15461   algorithm: "plot_tsa_name"
15462   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15463   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15464   include:
15465     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15466     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15467     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15468     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15469     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15470   layout:
15471     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15472     layout: "plot-throughput-speedup-analysis"
15473
15474 - type: "plot"
15475   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15476   algorithm: "plot_tsa_name"
15477   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15478   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15479   include:
15480     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15481     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15482     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15483     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15484     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15485   layout:
15486     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15487     layout: "plot-throughput-speedup-analysis"
15488
15489 - type: "plot"
15490   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15491   algorithm: "plot_tsa_name"
15492   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15493   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15494   include:
15495     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15496     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15497     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15498     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15499     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15500   layout:
15501     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15502     layout: "plot-throughput-speedup-analysis"
15503
15504 - type: "plot"
15505   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15506   algorithm: "plot_tsa_name"
15507   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15508   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15509   include:
15510     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15511     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15512     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15513     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15514     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15515   layout:
15516     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15517     layout: "plot-throughput-speedup-analysis"
15518
15519 - type: "plot"
15520   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15521   algorithm: "plot_tsa_name"
15522   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15523   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15524   include:
15525     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15526     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15527     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15528     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15529     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15530   layout:
15531     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15532     layout: "plot-throughput-speedup-analysis"
15533
15534 - type: "plot"
15535   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15536   algorithm: "plot_tsa_name"
15537   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15538   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15539   include:
15540     - "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"
15541     - "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"
15542     - "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"
15543     - "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"
15544   layout:
15545     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15546     layout: "plot-throughput-speedup-analysis"
15547
15548 - type: "plot"
15549   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15550   algorithm: "plot_tsa_name"
15551   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15552   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15553   include:
15554     - "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"
15555     - "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"
15556     - "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"
15557     - "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"
15558   layout:
15559     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15560     layout: "plot-throughput-speedup-analysis"
15561
15562 - type: "plot"
15563   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15564   algorithm: "plot_tsa_name"
15565   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15566   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15567   include:
15568     - "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"
15569     - "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"
15570     - "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"
15571     - "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"
15572   layout:
15573     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15574     layout: "plot-throughput-speedup-analysis"
15575
15576 - type: "plot"
15577   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15578   algorithm: "plot_tsa_name"
15579   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15580   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15581   include:
15582     - "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"
15583     - "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"
15584     - "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"
15585     - "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"
15586   layout:
15587     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15588     layout: "plot-throughput-speedup-analysis"
15589
15590 - type: "plot"
15591   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15592   algorithm: "plot_tsa_name"
15593   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15594   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15595   include:
15596     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15597     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15598     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15599     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15600     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15601     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15602   layout:
15603     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15604     layout: "plot-throughput-speedup-analysis"
15605
15606 - type: "plot"
15607   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15608   algorithm: "plot_tsa_name"
15609   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15610   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15611   include:
15612     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15613     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15614     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15615     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15616     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15617     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15618   layout:
15619     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15620     layout: "plot-throughput-speedup-analysis"
15621
15622 - type: "plot"
15623   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15624   algorithm: "plot_tsa_name"
15625   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15626   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15627   include:
15628     - "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"
15629     - "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"
15630     - "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"
15631     - "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"
15632     - "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"
15633     - "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"
15634   layout:
15635     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15636     layout: "plot-throughput-speedup-analysis"
15637
15638 - type: "plot"
15639   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15640   algorithm: "plot_tsa_name"
15641   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15642   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15643   include:
15644     - "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"
15645     - "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"
15646     - "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"
15647     - "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"
15648     - "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"
15649     - "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"
15650   layout:
15651     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15652     layout: "plot-throughput-speedup-analysis"
15653
15654 - type: "plot"
15655   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15656   algorithm: "plot_tsa_name"
15657   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15658   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15659   include:
15660     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15661     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15662     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15663     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15664     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15665     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15666   layout:
15667     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15668     layout: "plot-throughput-speedup-analysis"
15669
15670 - type: "plot"
15671   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15672   algorithm: "plot_tsa_name"
15673   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15674   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15675   include:
15676     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15677     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15678     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15679     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15680     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15681     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15682   layout:
15683     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15684     layout: "plot-throughput-speedup-analysis"
15685
15686 - type: "plot"
15687   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15688   algorithm: "plot_tsa_name"
15689   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15690   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15691   include:
15692     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15693     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15694     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15695     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15696     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15697   layout:
15698     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15699     layout: "plot-throughput-speedup-analysis"
15700
15701 - type: "plot"
15702   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15703   algorithm: "plot_tsa_name"
15704   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15705   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15706   include:
15707     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15708     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15709     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15710     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15711     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15712   layout:
15713     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15714     layout: "plot-throughput-speedup-analysis"
15715
15716 - type: "plot"
15717   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15718   algorithm: "plot_tsa_name"
15719   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15720   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15721   include:
15722     - "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"
15723     - "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"
15724   layout:
15725     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15726     layout: "plot-throughput-speedup-analysis"
15727
15728 - type: "plot"
15729   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15730   algorithm: "plot_tsa_name"
15731   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15732   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15733   include:
15734     - "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"
15735     - "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"
15736   layout:
15737     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15738     layout: "plot-throughput-speedup-analysis"
15739
15740 - type: "plot"
15741   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15742   algorithm: "plot_tsa_name"
15743   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-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-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15747     - "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"
15748   layout:
15749     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15750     layout: "plot-throughput-speedup-analysis"
15751
15752 - type: "plot"
15753   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15754   algorithm: "plot_tsa_name"
15755   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-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-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15759     - "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"
15760   layout:
15761     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15762     layout: "plot-throughput-speedup-analysis"
15763
15764 - type: "plot"
15765   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15766   algorithm: "plot_tsa_name"
15767   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15768   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15769   include:
15770     - "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"
15771     - "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"
15772     - "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"
15773     - "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"
15774     - "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"
15775     - "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"
15776   layout:
15777     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15778     layout: "plot-throughput-speedup-analysis"
15779
15780 - type: "plot"
15781   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15782   algorithm: "plot_tsa_name"
15783   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15784   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15785   include:
15786     - "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"
15787     - "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"
15788     - "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"
15789     - "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"
15790     - "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"
15791     - "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"
15792   layout:
15793     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15794     layout: "plot-throughput-speedup-analysis"
15795
15796 - type: "plot"
15797   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15798   algorithm: "plot_tsa_name"
15799   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15800   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15801   include:
15802     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15803     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15804     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15805     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15806     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15807   layout:
15808     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15809     layout: "plot-throughput-speedup-analysis"
15810
15811 - type: "plot"
15812   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15813   algorithm: "plot_tsa_name"
15814   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15815   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15816   include:
15817     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15818     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15819     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15820     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15821     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15822   layout:
15823     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15824     layout: "plot-throughput-speedup-analysis"
15825
15826 - type: "plot"
15827   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15828   algorithm: "plot_tsa_name"
15829   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15830   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15831   include:
15832     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15833     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15834     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15835     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15836     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15837   layout:
15838     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15839     layout: "plot-throughput-speedup-analysis"
15840
15841 - type: "plot"
15842   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15843   algorithm: "plot_tsa_name"
15844   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15845   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15846   include:
15847     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15848     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15849     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15850     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15851     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15852   layout:
15853     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15854     layout: "plot-throughput-speedup-analysis"
15855
15856 - type: "plot"
15857   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15858   algorithm: "plot_tsa_name"
15859   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15860   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15861   include:
15862     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15863     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15864     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15865     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15866     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15867     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15868   layout:
15869     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15870     layout: "plot-throughput-speedup-analysis"
15871
15872 - type: "plot"
15873   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15874   algorithm: "plot_tsa_name"
15875   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15876   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15877   include:
15878     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15879     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15880     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15881     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15882     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15883     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15884   layout:
15885     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15886     layout: "plot-throughput-speedup-analysis"
15887
15888 - type: "plot"
15889   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15890   algorithm: "plot_tsa_name"
15891   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15892   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15893   include:
15894     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15895     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15896     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15897     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15898   layout:
15899     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15900     layout: "plot-throughput-speedup-analysis"
15901
15902 - type: "plot"
15903   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15904   algorithm: "plot_tsa_name"
15905   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15906   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15907   include:
15908     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15909     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15910     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15911     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15912   layout:
15913     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15914     layout: "plot-throughput-speedup-analysis"
15915
15916 - type: "plot"
15917   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15918   algorithm: "plot_tsa_name"
15919   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15920   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15921   include:
15922     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15923     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15924     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15925     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15926     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15927   layout:
15928     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15929     layout: "plot-throughput-speedup-analysis"
15930
15931 - type: "plot"
15932   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15933   algorithm: "plot_tsa_name"
15934   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15935   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15936   include:
15937     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15938     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15939     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15940     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15941     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15942   layout:
15943     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15944     layout: "plot-throughput-speedup-analysis"
15945
15946 - type: "plot"
15947   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15948   algorithm: "plot_tsa_name"
15949   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15950   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15951   include:
15952     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15953     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15954     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15955     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15956     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15957     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15958   layout:
15959     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15960     layout: "plot-throughput-speedup-analysis"
15961
15962 - type: "plot"
15963   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15964   algorithm: "plot_tsa_name"
15965   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15966   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15967   include:
15968     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15969     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15970     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15971     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15972     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15973     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15974   layout:
15975     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15976     layout: "plot-throughput-speedup-analysis"
15977
15978 - type: "plot"
15979   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15980   algorithm: "plot_tsa_name"
15981   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15982   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15983   include:
15984     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15985     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15986     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15987     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15988   layout:
15989     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15990     layout: "plot-throughput-speedup-analysis"
15991
15992 - type: "plot"
15993   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15994   algorithm: "plot_tsa_name"
15995   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15996   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15997   include:
15998     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15999     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16000     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16001     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16002   layout:
16003     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16004     layout: "plot-throughput-speedup-analysis"
16005
16006 - type: "plot"
16007   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16008   algorithm: "plot_tsa_name"
16009   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16010   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16011   include:
16012     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16013     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16014     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16015     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16016     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16017     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16018   layout:
16019     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16020     layout: "plot-throughput-speedup-analysis"
16021
16022 - type: "plot"
16023   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16024   algorithm: "plot_tsa_name"
16025   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16026   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16027   include:
16028     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16029     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16030     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16031     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16032     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16033     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16034   layout:
16035     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16036     layout: "plot-throughput-speedup-analysis"
16037
16038 - type: "plot"
16039   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16040   algorithm: "plot_tsa_name"
16041   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16042   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16043   include:
16044     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16045     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16046     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16047     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16048     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16049     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16050   layout:
16051     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16052     layout: "plot-throughput-speedup-analysis"
16053
16054 - type: "plot"
16055   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16056   algorithm: "plot_tsa_name"
16057   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16058   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16059   include:
16060     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16061     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16062     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16063     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16064     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16065     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16066   layout:
16067     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16068     layout: "plot-throughput-speedup-analysis"
16069
16070 - type: "plot"
16071   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16072   algorithm: "plot_tsa_name"
16073   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16074   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16075   include:
16076     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16077     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16078     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16079     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16080     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16081     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16082   layout:
16083     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16084     layout: "plot-throughput-speedup-analysis"
16085
16086 - type: "plot"
16087   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16088   algorithm: "plot_tsa_name"
16089   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16090   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16091   include:
16092     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16093     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16094     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16095     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16096     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16097     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16098   layout:
16099     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16100     layout: "plot-throughput-speedup-analysis"
16101
16102 - type: "plot"
16103   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16104   algorithm: "plot_tsa_name"
16105   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16106   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16107   include:
16108     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16109     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16110     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16111     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16112     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16113     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16114   layout:
16115     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16116     layout: "plot-throughput-speedup-analysis"
16117
16118 - type: "plot"
16119   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16120   algorithm: "plot_tsa_name"
16121   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16122   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16123   include:
16124     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16125     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16126     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16127     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16128     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16129     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16130   layout:
16131     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16132     layout: "plot-throughput-speedup-analysis"
16133
16134 - type: "plot"
16135   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16136   algorithm: "plot_tsa_name"
16137   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16138   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16139   include:
16140     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16141     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16142     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16143     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16144     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16145     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16146   layout:
16147     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16148     layout: "plot-throughput-speedup-analysis"
16149
16150 - type: "plot"
16151   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16152   algorithm: "plot_tsa_name"
16153   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16154   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16155   include:
16156     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16157     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16158     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16159     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16160     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16161     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16162   layout:
16163     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16164     layout: "plot-throughput-speedup-analysis"
16165
16166 #- type: "plot"
16167 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16168 #  algorithm: "plot_tsa_name"
16169 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16170 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16171 #  include:
16172 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16173 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16174 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16175 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16176 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16177 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16178 #  layout:
16179 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16180 #    layout: "plot-throughput-speedup-analysis"
16181 #
16182 #- type: "plot"
16183 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16184 #  algorithm: "plot_tsa_name"
16185 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16186 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16187 #  include:
16188 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16189 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16190 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16191 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16192 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16193 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16194 #  layout:
16195 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16196 #    layout: "plot-throughput-speedup-analysis"
16197
16198 - type: "plot"
16199   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16200   algorithm: "plot_tsa_name"
16201   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16202   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16203   include:
16204     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16205     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16206     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16207     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16208     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16209   layout:
16210     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16211     layout: "plot-throughput-speedup-analysis"
16212
16213 - type: "plot"
16214   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16215   algorithm: "plot_tsa_name"
16216   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16217   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16218   include:
16219     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16220     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16221     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16222     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16223     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16224   layout:
16225     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16226     layout: "plot-throughput-speedup-analysis"
16227
16228 - type: "plot"
16229   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16230   algorithm: "plot_tsa_name"
16231   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16232   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16233   include:
16234     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16235     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16236     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16237     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16238     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16239     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16240   layout:
16241     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16242     layout: "plot-throughput-speedup-analysis"
16243
16244 - type: "plot"
16245   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16246   algorithm: "plot_tsa_name"
16247   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16248   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16249   include:
16250     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16251     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16252     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16253     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16254     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16255     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16256   layout:
16257     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16258     layout: "plot-throughput-speedup-analysis"
16259
16260 - type: "plot"
16261   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16262   algorithm: "plot_tsa_name"
16263   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16264   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16265   include:
16266     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16267     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16268     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16269     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16270     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16271   layout:
16272     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16273     layout: "plot-throughput-speedup-analysis"
16274
16275 - type: "plot"
16276   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16277   algorithm: "plot_tsa_name"
16278   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16279   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16280   include:
16281     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16282     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16283     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16284     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16285     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16286   layout:
16287     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16288     layout: "plot-throughput-speedup-analysis"
16289
16290 #- type: "plot"
16291 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16292 #  algorithm: "plot_tsa_name"
16293 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16294 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16295 #  include:
16296 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16297 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16298 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16299 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16300 #  layout:
16301 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16302 #    layout: "plot-throughput-speedup-analysis"
16303 #
16304 #- type: "plot"
16305 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16306 #  algorithm: "plot_tsa_name"
16307 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16308 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16309 #  include:
16310 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16311 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16312 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16313 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16314 #  layout:
16315 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16316 #    layout: "plot-throughput-speedup-analysis"
16317
16318 - type: "plot"
16319   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16320   algorithm: "plot_tsa_name"
16321   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16322   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16323   include:
16324     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16325     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16326     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16327     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16328     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16329     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16330   layout:
16331     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16332     layout: "plot-throughput-speedup-analysis"
16333
16334 - type: "plot"
16335   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16336   algorithm: "plot_tsa_name"
16337   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16338   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16339   include:
16340     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16341     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16342     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16343     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16344     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16345     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16346   layout:
16347     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16348     layout: "plot-throughput-speedup-analysis"
16349
16350 - type: "plot"
16351   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16352   algorithm: "plot_tsa_name"
16353   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16354   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16355   include:
16356     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16357     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16358     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16359     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16360     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16361   layout:
16362     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16363     layout: "plot-throughput-speedup-analysis"
16364
16365 - type: "plot"
16366   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16367   algorithm: "plot_tsa_name"
16368   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16369   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16370   include:
16371     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16372     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16376   layout:
16377     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16378     layout: "plot-throughput-speedup-analysis"
16379
16380 - type: "plot"
16381   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16382   algorithm: "plot_tsa_name"
16383   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16384   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16385   include:
16386     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16387     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16392   layout:
16393     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16394     layout: "plot-throughput-speedup-analysis"
16395
16396 - type: "plot"
16397   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16398   algorithm: "plot_tsa_name"
16399   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16400   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16401   include:
16402     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16403     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16404     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16406     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16407     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16408   layout:
16409     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16410     layout: "plot-throughput-speedup-analysis"
16411
16412 - type: "plot"
16413   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16414   algorithm: "plot_tsa_name"
16415   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16416   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16417   include:
16418     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16419     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16420     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16421     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16422   layout:
16423     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16424     layout: "plot-throughput-speedup-analysis"
16425
16426 - type: "plot"
16427   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16428   algorithm: "plot_tsa_name"
16429   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16430   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16431   include:
16432     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16433     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16434     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16435     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16436   layout:
16437     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16438     layout: "plot-throughput-speedup-analysis"
16439
16440 - type: "plot"
16441   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16442   algorithm: "plot_tsa_name"
16443   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16444   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16445   include:
16446     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16447     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16448     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16449     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16450     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16451   layout:
16452     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16453     layout: "plot-throughput-speedup-analysis"
16454
16455 - type: "plot"
16456   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16457   algorithm: "plot_tsa_name"
16458   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16459   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16460   include:
16461     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16462     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16463     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16464     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16465     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16466   layout:
16467     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16468     layout: "plot-throughput-speedup-analysis"
16469
16470 - type: "plot"
16471   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16472   algorithm: "plot_tsa_name"
16473   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16474   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16475   include:
16476     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16477     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16478     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16479     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16480     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16481     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16482   layout:
16483     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16484     layout: "plot-throughput-speedup-analysis"
16485
16486 - type: "plot"
16487   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16488   algorithm: "plot_tsa_name"
16489   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16490   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16491   include:
16492     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16493     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16494     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16495     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16496     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16497     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16498   layout:
16499     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16500     layout: "plot-throughput-speedup-analysis"
16501
16502 #- type: "plot"
16503 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16504 #  algorithm: "plot_tsa_name"
16505 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16506 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16507 #  include:
16508 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16509 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16510 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16511 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16512 #  layout:
16513 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16514 #    layout: "plot-throughput-speedup-analysis"
16515 #
16516 #- type: "plot"
16517 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16518 #  algorithm: "plot_tsa_name"
16519 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16520 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16521 #  include:
16522 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16523 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16524 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16525 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16526 #  layout:
16527 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16528 #    layout: "plot-throughput-speedup-analysis"
16529
16530 - type: "plot"
16531   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16532   algorithm: "plot_tsa_name"
16533   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16534   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16535   include:
16536     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16537     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16538     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16539     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16540     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16541     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16542   layout:
16543     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16544     layout: "plot-throughput-speedup-analysis"
16545
16546 - type: "plot"
16547   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16548   algorithm: "plot_tsa_name"
16549   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16550   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16551   include:
16552     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16553     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16554     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16555     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16556     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16557     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16558   layout:
16559     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16560     layout: "plot-throughput-speedup-analysis"
16561
16562 #- type: "plot"
16563 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16564 #  algorithm: "plot_tsa_name"
16565 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16566 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16567 #  include:
16568 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16569 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16570 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16571 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16572 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16573 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16574 #  layout:
16575 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16576 #    layout: "plot-throughput-speedup-analysis"
16577 #
16578 #- type: "plot"
16579 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16580 #  algorithm: "plot_tsa_name"
16581 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16582 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16583 #  include:
16584 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16585 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16586 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16587 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16588 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16589 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16590 #  layout:
16591 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16592 #    layout: "plot-throughput-speedup-analysis"
16593
16594 #- type: "plot"
16595 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16596 #  algorithm: "plot_tsa_name"
16597 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16598 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16599 #  include:
16600 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16601 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16602 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16603 #  layout:
16604 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16605 #    layout: "plot-throughput-speedup-analysis"
16606 #
16607 #- type: "plot"
16608 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16609 #  algorithm: "plot_tsa_name"
16610 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16611 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16612 #  include:
16613 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16614 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16615 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16616 #  layout:
16617 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16618 #    layout: "plot-throughput-speedup-analysis"
16619
16620 ################################################################################
16621
16622 # Packet Throughput - DPDK
16623
16624 # 2n-skx-xxv710
16625
16626 - type: "plot"
16627   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16628   algorithm: "plot_perf_box_name"
16629   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16630   data: "plot-dpdk-throughput-latency-2n-skx"
16631   include:
16632     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16633     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16634   layout:
16635     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16636     layout: "plot-throughput"
16637
16638 - type: "plot"
16639   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16640   algorithm: "plot_perf_box_name"
16641   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16642   data: "plot-dpdk-throughput-latency-2n-skx"
16643   include:
16644     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16645     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16646   layout:
16647     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16648     layout: "plot-throughput"
16649
16650 - type: "plot"
16651   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16652   algorithm: "plot_perf_box_name"
16653   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
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-pdr"
16660     layout: "plot-throughput"
16661
16662 - type: "plot"
16663   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16664   algorithm: "plot_perf_box_name"
16665   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
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-pdr"
16672     layout: "plot-throughput"
16673
16674 # 2n-skx-x710
16675
16676 - type: "plot"
16677   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16678   algorithm: "plot_perf_box_name"
16679   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16680   data: "plot-dpdk-throughput-latency-2n-skx"
16681   include:
16682     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16683     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16684   layout:
16685     title: "2n-skx-x710-64b-2t1c-base-ndr"
16686     layout: "plot-throughput"
16687
16688 - type: "plot"
16689   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16690   algorithm: "plot_perf_box_name"
16691   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16692   data: "plot-dpdk-throughput-latency-2n-skx"
16693   include:
16694     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16695     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16696   layout:
16697     title: "2n-skx-x710-64b-4t2c-base-ndr"
16698     layout: "plot-throughput"
16699
16700 - type: "plot"
16701   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16702   algorithm: "plot_perf_box_name"
16703   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
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-pdr"
16710     layout: "plot-throughput"
16711
16712 - type: "plot"
16713   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16714   algorithm: "plot_perf_box_name"
16715   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
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-pdr"
16722     layout: "plot-throughput"
16723
16724 # 3n-skx-xxv710
16725
16726 - type: "plot"
16727   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16728   algorithm: "plot_perf_box_name"
16729   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16730   data: "plot-dpdk-throughput-latency-3n-skx"
16731   include:
16732     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16733     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16734   layout:
16735     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16736     layout: "plot-throughput"
16737
16738 - type: "plot"
16739   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16740   algorithm: "plot_perf_box_name"
16741   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16742   data: "plot-dpdk-throughput-latency-3n-skx"
16743   include:
16744     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16745     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16746   layout:
16747     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16748     layout: "plot-throughput"
16749
16750 - type: "plot"
16751   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16752   algorithm: "plot_perf_box_name"
16753   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
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-pdr"
16760     layout: "plot-throughput"
16761
16762 - type: "plot"
16763   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16764   algorithm: "plot_perf_box_name"
16765   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
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-pdr"
16772     layout: "plot-throughput"
16773
16774 # 3n-skx-x710
16775
16776 - type: "plot"
16777   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16778   algorithm: "plot_perf_box_name"
16779   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16780   data: "plot-dpdk-throughput-latency-3n-skx"
16781   include:
16782     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16783     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16784   layout:
16785     title: "3n-skx-x710-64b-2t1c-base-ndr"
16786     layout: "plot-throughput"
16787
16788 - type: "plot"
16789   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16790   algorithm: "plot_perf_box_name"
16791   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16792   data: "plot-dpdk-throughput-latency-3n-skx"
16793   include:
16794     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16795     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16796   layout:
16797     title: "3n-skx-x710-64b-4t2c-base-ndr"
16798     layout: "plot-throughput"
16799
16800 - type: "plot"
16801   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16802   algorithm: "plot_perf_box_name"
16803   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
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-pdr"
16810     layout: "plot-throughput"
16811
16812 - type: "plot"
16813   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16814   algorithm: "plot_perf_box_name"
16815   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
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-pdr"
16822     layout: "plot-throughput"
16823
16824 # 3n-hsw-xl710
16825
16826 - type: "plot"
16827   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16828   algorithm: "plot_perf_box_name"
16829   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16830   data: "plot-dpdk-throughput-latency-3n-hsw"
16831   include:
16832     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16833     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16834   layout:
16835     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16836     layout: "plot-throughput"
16837
16838 - type: "plot"
16839   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16840   algorithm: "plot_perf_box_name"
16841   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16842   data: "plot-dpdk-throughput-latency-3n-hsw"
16843   include:
16844     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16845     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16846   layout:
16847     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16848     layout: "plot-throughput"
16849
16850 - type: "plot"
16851   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16852   algorithm: "plot_perf_box_name"
16853   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
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-pdr"
16860     layout: "plot-throughput"
16861
16862 - type: "plot"
16863   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16864   algorithm: "plot_perf_box_name"
16865   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
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-pdr"
16872     layout: "plot-throughput"
16873
16874 # 3n-hsw-x710
16875
16876 - type: "plot"
16877   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16878   algorithm: "plot_perf_box_name"
16879   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16880   data: "plot-dpdk-throughput-latency-3n-hsw"
16881   include:
16882     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16883     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16884   layout:
16885     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16886     layout: "plot-throughput"
16887
16888 - type: "plot"
16889   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16890   algorithm: "plot_perf_box_name"
16891   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16892   data: "plot-dpdk-throughput-latency-3n-hsw"
16893   include:
16894     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16895     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16896   layout:
16897     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16898     layout: "plot-throughput"
16899
16900 - type: "plot"
16901   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16902   algorithm: "plot_perf_box_name"
16903   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
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-pdr"
16910     layout: "plot-throughput"
16911
16912 - type: "plot"
16913   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16914   algorithm: "plot_perf_box_name"
16915   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
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-pdr"
16922     layout: "plot-throughput"
16923
16924 # 2n-dnv-x553
16925
16926 - type: "plot"
16927   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16928   algorithm: "plot_perf_box_name"
16929   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16930   data: "plot-dpdk-throughput-latency-2n-dnv"
16931   include:
16932     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16933     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16934   layout:
16935     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16936     layout: "plot-throughput"
16937
16938 - type: "plot"
16939   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16940   algorithm: "plot_perf_box_name"
16941   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16942   data: "plot-dpdk-throughput-latency-2n-dnv"
16943   include:
16944     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16945     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16946   layout:
16947     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16948     layout: "plot-throughput"
16949
16950 - type: "plot"
16951   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16952   algorithm: "plot_perf_box_name"
16953   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
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-pdr"
16960     layout: "plot-throughput"
16961
16962 - type: "plot"
16963   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16964   algorithm: "plot_perf_box_name"
16965   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
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-pdr"
16972     layout: "plot-throughput"
16973
16974 # 3n-dnv-x553
16975
16976 - type: "plot"
16977   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16978   algorithm: "plot_perf_box_name"
16979   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16980   data: "plot-dpdk-throughput-latency-3n-dnv"
16981   include:
16982     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16983     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16984   layout:
16985     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16986     layout: "plot-throughput"
16987
16988 - type: "plot"
16989   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16990   algorithm: "plot_perf_box_name"
16991   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16992   data: "plot-dpdk-throughput-latency-3n-dnv"
16993   include:
16994     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16995     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16996   layout:
16997     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16998     layout: "plot-throughput"
16999
17000 - type: "plot"
17001   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17002   algorithm: "plot_perf_box_name"
17003   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
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-pdr"
17010     layout: "plot-throughput"
17011
17012 - type: "plot"
17013   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17014   algorithm: "plot_perf_box_name"
17015   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
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-pdr"
17022     layout: "plot-throughput"
17023
17024 # 3n-tsh-x520
17025
17026 - type: "plot"
17027   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17028   algorithm: "plot_perf_box_name"
17029   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17030   data: "plot-dpdk-throughput-latency-3n-tsh"
17031   include:
17032     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17033     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17034   layout:
17035     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17036     layout: "plot-throughput"
17037
17038 - type: "plot"
17039   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17040   algorithm: "plot_perf_box_name"
17041   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17042   data: "plot-dpdk-throughput-latency-3n-tsh"
17043   include:
17044     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17045     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17046   layout:
17047     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17048     layout: "plot-throughput"
17049
17050 - type: "plot"
17051   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17052   algorithm: "plot_perf_box_name"
17053   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
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-pdr"
17060     layout: "plot-throughput"
17061
17062 - type: "plot"
17063   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17064   algorithm: "plot_perf_box_name"
17065   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
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-pdr"
17072     layout: "plot-throughput"
17073
17074 ################################################################################
17075 ###   2n-clx                                                                 ###
17076 ################################################################################
17077
17078 # Packet Throughput
17079
17080 - type: "plot"
17081   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17082   algorithm: "plot_perf_box_name"
17083   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17084   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17085   include:
17086     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17087     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17088     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17089     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17090   layout:
17091     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17092     layout: "plot-throughput"
17093
17094 - type: "plot"
17095   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17096   algorithm: "plot_perf_box_name"
17097   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17098   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17099   include:
17100     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17101     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17102     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17103     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17104   layout:
17105     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17106     layout: "plot-throughput"
17107
17108 - type: "plot"
17109   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17110   algorithm: "plot_perf_box_name"
17111   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17112   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17113   include:
17114     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17115     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17116     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17117     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17118   layout:
17119     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17120     layout: "plot-throughput"
17121
17122 - type: "plot"
17123   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17124   algorithm: "plot_perf_box_name"
17125   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17126   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17127   include:
17128     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17129     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17130     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17131     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17132   layout:
17133     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17134     layout: "plot-throughput"
17135
17136 - type: "plot"
17137   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17138   algorithm: "plot_perf_box_name"
17139   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17140   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17141   include:
17142     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17143     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17144     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17145     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17146   layout:
17147     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17148     layout: "plot-throughput"
17149
17150 - type: "plot"
17151   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17152   algorithm: "plot_perf_box_name"
17153   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17154   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17155   include:
17156     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17157     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17158     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17159     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17160   layout:
17161     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17162     layout: "plot-throughput"
17163
17164 - type: "plot"
17165   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17166   algorithm: "plot_perf_box_name"
17167   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17168   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17169   include:
17170     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17171     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17172     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17173     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17174     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17175     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17176   layout:
17177     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17178     layout: "plot-throughput"
17179
17180 - type: "plot"
17181   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17182   algorithm: "plot_perf_box_name"
17183   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17184   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17185   include:
17186     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17187     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17188     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17189     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17190     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17191   layout:
17192     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17193     layout: "plot-throughput"
17194
17195 - type: "plot"
17196   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17197   algorithm: "plot_perf_box_name"
17198   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17199   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17200   include:
17201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17205   layout:
17206     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17207     layout: "plot-throughput"
17208
17209 - type: "plot"
17210   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17211   algorithm: "plot_perf_box_name"
17212   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17213   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17214   include:
17215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17219   layout:
17220     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17221     layout: "plot-throughput"
17222
17223 - type: "plot"
17224   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17225   algorithm: "plot_perf_box_name"
17226   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17227   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17228   include:
17229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17232   layout:
17233     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17234     layout: "plot-throughput"
17235
17236 - type: "plot"
17237   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17238   algorithm: "plot_perf_box_name"
17239   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17240   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17241   include:
17242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17245   layout:
17246     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17247     layout: "plot-throughput"
17248
17249 - type: "plot"
17250   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17251   algorithm: "plot_perf_box_name"
17252   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17253   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17254   include:
17255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17260   layout:
17261     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17262     layout: "plot-throughput"
17263
17264 - type: "plot"
17265   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17266   algorithm: "plot_perf_box_name"
17267   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17268   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17269   include:
17270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17275   layout:
17276     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17277     layout: "plot-throughput"
17278
17279 - type: "plot"
17280   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17281   algorithm: "plot_perf_box_name"
17282   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17283   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17284   include:
17285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17288   layout:
17289     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17290     layout: "plot-throughput"
17291
17292 - type: "plot"
17293   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17294   algorithm: "plot_perf_box_name"
17295   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17296   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17297   include:
17298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17301   layout:
17302     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17303     layout: "plot-throughput"
17304
17305 - type: "plot"
17306   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17307   algorithm: "plot_perf_box_name"
17308   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17309   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17310   include:
17311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17317   layout:
17318     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17319     layout: "plot-throughput"
17320
17321 - type: "plot"
17322   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17323   algorithm: "plot_perf_box_name"
17324   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17325   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17326   include:
17327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17333   layout:
17334     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17335     layout: "plot-throughput"
17336
17337 - type: "plot"
17338   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17339   algorithm: "plot_perf_box_name"
17340   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17341   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17342   include:
17343     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17349   layout:
17350     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17351     layout: "plot-throughput"
17352
17353 - type: "plot"
17354   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17355   algorithm: "plot_perf_box_name"
17356   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17357   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17358   include:
17359     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17360     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17362     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17365   layout:
17366     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17367     layout: "plot-throughput"
17368
17369 - type: "plot"
17370   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17371   algorithm: "plot_perf_box_name"
17372   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17373   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17374   include:
17375     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17376     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17377   layout:
17378     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17379     layout: "plot-throughput"
17380
17381 - type: "plot"
17382   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17383   algorithm: "plot_perf_box_name"
17384   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17385   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17386   include:
17387     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17388     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17389   layout:
17390     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17391     layout: "plot-throughput"
17392
17393 - type: "plot"
17394   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17395   algorithm: "plot_perf_box_name"
17396   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17397   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17398   include:
17399     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17400     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17401     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17402     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17403     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17404     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17405   layout:
17406     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17407     layout: "plot-throughput"
17408
17409 - type: "plot"
17410   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17411   algorithm: "plot_perf_box_name"
17412   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17413   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17414   include:
17415     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17416     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17417     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17418     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17419     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17420     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17421   layout:
17422     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17423     layout: "plot-throughput"
17424
17425 - type: "plot"
17426   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17427   algorithm: "plot_perf_box_name"
17428   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17429   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17430   include:
17431     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17432     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17433     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17434     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17435     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17436     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17437   layout:
17438     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17439     layout: "plot-throughput"
17440
17441 - type: "plot"
17442   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17443   algorithm: "plot_perf_box_name"
17444   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17445   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17446   include:
17447     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17448     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17449     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17450     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17451     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17452     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17453   layout:
17454     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17455     layout: "plot-throughput"
17456
17457 - type: "plot"
17458   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17459   algorithm: "plot_perf_box_name"
17460   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17461   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17462   include:
17463     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17464     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17465     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17466     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17467     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17468     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17469   layout:
17470     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17471     layout: "plot-throughput"
17472
17473 - type: "plot"
17474   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17475   algorithm: "plot_perf_box_name"
17476   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17477   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17478   include:
17479     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17480     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17481     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17482     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17483     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17484     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17485   layout:
17486     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17487     layout: "plot-throughput"
17488
17489 - type: "plot"
17490   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17491   algorithm: "plot_perf_box_name"
17492   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17493   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17494   include:
17495     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17496     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17497     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17498     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17499     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17500   layout:
17501     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17502     layout: "plot-throughput"
17503
17504 - type: "plot"
17505   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17506   algorithm: "plot_perf_box_name"
17507   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17508   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17509   include:
17510     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17511     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17512     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17513     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17514     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17515   layout:
17516     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17517     layout: "plot-throughput"
17518
17519 - type: "plot"
17520   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17521   algorithm: "plot_perf_box_name"
17522   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17523   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17524   include:
17525     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17526     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17527     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17528     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17529     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17530   layout:
17531     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17532     layout: "plot-throughput"
17533
17534 - type: "plot"
17535   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17536   algorithm: "plot_perf_box_name"
17537   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17538   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17539   include:
17540     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17541     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17542     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17543     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17544     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17545   layout:
17546     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17547     layout: "plot-throughput"
17548
17549 - type: "plot"
17550   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17551   algorithm: "plot_perf_box_name"
17552   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17553   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17554   include:
17555     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17556     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17557     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17558     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17559     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17560   layout:
17561     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17562     layout: "plot-throughput"
17563
17564 - type: "plot"
17565   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17566   algorithm: "plot_perf_box_name"
17567   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17568   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17569   include:
17570     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17571     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17572     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17573     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17574     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17575   layout:
17576     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17577     layout: "plot-throughput"
17578
17579 - type: "plot"
17580   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17581   algorithm: "plot_perf_box_name"
17582   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17583   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17584   include:
17585     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17586     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17587     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17588     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17589     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17590   layout:
17591     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17592     layout: "plot-throughput"
17593
17594 - type: "plot"
17595   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17596   algorithm: "plot_perf_box_name"
17597   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17598   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17599   include:
17600     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17601     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17602     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17603     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17604     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17605   layout:
17606     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17607     layout: "plot-throughput"
17608
17609 - type: "plot"
17610   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17611   algorithm: "plot_perf_box_name"
17612   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17613   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17614   include:
17615     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17616     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17617     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17618     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17619     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17620   layout:
17621     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17622     layout: "plot-throughput"
17623
17624 - type: "plot"
17625   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17626   algorithm: "plot_perf_box_name"
17627   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17628   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17629   include:
17630     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17631     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17632     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17633     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17634     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17635   layout:
17636     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17637     layout: "plot-throughput"
17638
17639 - type: "plot"
17640   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17641   algorithm: "plot_perf_box_name"
17642   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17643   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17644   include:
17645     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17646     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17647     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17648     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17649     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17650     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17651   layout:
17652     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17653     layout: "plot-throughput"
17654
17655 - type: "plot"
17656   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17657   algorithm: "plot_perf_box_name"
17658   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17659   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17660   include:
17661     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17662     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17664     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17665     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17666     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17667   layout:
17668     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17669     layout: "plot-throughput"
17670
17671 - type: "plot"
17672   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17673   algorithm: "plot_perf_box_name"
17674   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17675   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17676   include:
17677     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17678     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17679     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17680     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17681   layout:
17682     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17683     layout: "plot-throughput"
17684
17685 - type: "plot"
17686   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17687   algorithm: "plot_perf_box_name"
17688   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17689   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17690   include:
17691     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17692     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17693     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17694     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17695   layout:
17696     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17697     layout: "plot-throughput"
17698
17699 - type: "plot"
17700   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17701   algorithm: "plot_perf_box_name"
17702   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17703   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17704   include:
17705     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17706     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17707     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17708     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17711   layout:
17712     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17713     layout: "plot-throughput"
17714
17715 - type: "plot"
17716   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17717   algorithm: "plot_perf_box_name"
17718   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17719   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17720   include:
17721     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17722     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17723     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17724     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17725     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17727   layout:
17728     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17729     layout: "plot-throughput"
17730
17731 - type: "plot"
17732   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17733   algorithm: "plot_perf_box_name"
17734   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17735   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17736   include:
17737     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17738     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17740     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17741   layout:
17742     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17743     layout: "plot-throughput"
17744
17745 - type: "plot"
17746   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17747   algorithm: "plot_perf_box_name"
17748   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17749   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17750   include:
17751     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17752     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17753     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17754     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17755   layout:
17756     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17757     layout: "plot-throughput"
17758
17759 - type: "plot"
17760   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17761   algorithm: "plot_perf_box_name"
17762   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17763   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17764   include:
17765     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17766     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17767     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17768     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17769     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17770     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17771   layout:
17772     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17773     layout: "plot-throughput"
17774
17775 - type: "plot"
17776   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17777   algorithm: "plot_perf_box_name"
17778   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17779   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17780   include:
17781     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17782     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17783     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17784     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17785     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17786     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17787   layout:
17788     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17789     layout: "plot-throughput"
17790
17791 - type: "plot"
17792   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17793   algorithm: "plot_perf_box_name"
17794   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17795   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17796   include:
17797     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17798     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17799     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17800     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17801   layout:
17802     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17803     layout: "plot-throughput"
17804
17805 - type: "plot"
17806   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17807   algorithm: "plot_perf_box_name"
17808   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17809   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17810   include:
17811     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17812     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17813     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17814     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17815   layout:
17816     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17817     layout: "plot-throughput"
17818
17819 - type: "plot"
17820   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17821   algorithm: "plot_perf_box_name"
17822   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17823   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17824   include:
17825     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17826     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17827     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17828     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17829     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17830   layout:
17831     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17832     layout: "plot-throughput"
17833
17834 - type: "plot"
17835   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17836   algorithm: "plot_perf_box_name"
17837   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17838   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17839   include:
17840     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17841     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17842     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17843     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17844     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17845   layout:
17846     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17847     layout: "plot-throughput"
17848
17849 - type: "plot"
17850   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17851   algorithm: "plot_perf_box_name"
17852   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17853   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17854   include:
17855     - "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"
17856     - "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"
17857     - "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"
17858     - "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"
17859     - "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"
17860   layout:
17861     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17862     layout: "plot-throughput"
17863
17864 - type: "plot"
17865   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17866   algorithm: "plot_perf_box_name"
17867   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17868   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17869   include:
17870     - "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"
17871     - "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"
17872     - "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"
17873     - "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"
17874     - "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"
17875   layout:
17876     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17877     layout: "plot-throughput"
17878
17879 - type: "plot"
17880   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17881   algorithm: "plot_perf_box_name"
17882   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17883   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17884   include:
17885     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17886     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17887     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17889     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17890   layout:
17891     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17892     layout: "plot-throughput"
17893
17894 - type: "plot"
17895   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17896   algorithm: "plot_perf_box_name"
17897   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17898   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17899   include:
17900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17901     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17904     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17905   layout:
17906     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17907     layout: "plot-throughput"
17908
17909 - type: "plot"
17910   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17911   algorithm: "plot_perf_box_name"
17912   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17913   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17914   include:
17915     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17916     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17920   layout:
17921     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17922     layout: "plot-throughput"
17923
17924 - type: "plot"
17925   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17926   algorithm: "plot_perf_box_name"
17927   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17928   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17929   include:
17930     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17931     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17932     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17935   layout:
17936     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17937     layout: "plot-throughput"
17938
17939 - type: "plot"
17940   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17941   algorithm: "plot_perf_box_name"
17942   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17943   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17944   include:
17945     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17946     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17947     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17949   layout:
17950     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17951     layout: "plot-throughput"
17952
17953 - type: "plot"
17954   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17955   algorithm: "plot_perf_box_name"
17956   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17957   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17958   include:
17959     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17960     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17961     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17963   layout:
17964     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17965     layout: "plot-throughput"
17966
17967 - type: "plot"
17968   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17969   algorithm: "plot_perf_box_name"
17970   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17971   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17972   include:
17973     - "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"
17974     - "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"
17975     - "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"
17976     - "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"
17977   layout:
17978     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17979     layout: "plot-throughput"
17980
17981 - type: "plot"
17982   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17983   algorithm: "plot_perf_box_name"
17984   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17985   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17986   include:
17987     - "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"
17988     - "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"
17989     - "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"
17990     - "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"
17991   layout:
17992     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17993     layout: "plot-throughput"
17994
17995 - type: "plot"
17996   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17997   algorithm: "plot_perf_box_name"
17998   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17999   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18000   include:
18001     - "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"
18002     - "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"
18003     - "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"
18004     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18005     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18006     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18007   layout:
18008     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18009     layout: "plot-throughput"
18010
18011 - type: "plot"
18012   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18013   algorithm: "plot_perf_box_name"
18014   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18015   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18016   include:
18017     - "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"
18018     - "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"
18019     - "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"
18020     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18021     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18022     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18023   layout:
18024     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18025     layout: "plot-throughput"
18026
18027 ################################################################################
18028
18029 # Packet Speedup
18030
18031 - type: "plot"
18032   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18033   algorithm: "plot_tsa_name"
18034   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18035   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18036   include:
18037     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18038     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18039     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18040     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18041   layout:
18042     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18043     layout: "plot-throughput-speedup-analysis"
18044
18045 - type: "plot"
18046   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18047   algorithm: "plot_tsa_name"
18048   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18049   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18050   include:
18051     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18052     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18053     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18054     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18055   layout:
18056     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18057     layout: "plot-throughput-speedup-analysis"
18058
18059 - type: "plot"
18060   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18061   algorithm: "plot_tsa_name"
18062   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18063   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18064   include:
18065     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18066     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18067     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18068     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18069   layout:
18070     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18071     layout: "plot-throughput-speedup-analysis"
18072
18073 - type: "plot"
18074   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18075   algorithm: "plot_tsa_name"
18076   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18077   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18078   include:
18079     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18080     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18081     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18082     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18083   layout:
18084     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18085     layout: "plot-throughput-speedup-analysis"
18086
18087 - type: "plot"
18088   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18089   algorithm: "plot_tsa_name"
18090   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18091   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18092   include:
18093     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18094     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18095     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18096     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18097   layout:
18098     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18099     layout: "plot-throughput-speedup-analysis"
18100
18101 - type: "plot"
18102   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18103   algorithm: "plot_tsa_name"
18104   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18105   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18106   include:
18107     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18108     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18109     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18110     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18111   layout:
18112     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18113     layout: "plot-throughput-speedup-analysis"
18114
18115 - type: "plot"
18116   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18117   algorithm: "plot_tsa_name"
18118   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18119   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18120   include:
18121     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18122     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18123     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18124     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18125     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18126     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18127   layout:
18128     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18129     layout: "plot-throughput-speedup-analysis"
18130
18131 - type: "plot"
18132   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18133   algorithm: "plot_tsa_name"
18134   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18135   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18136   include:
18137     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18138     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18139     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18140     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18141     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18142     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18143   layout:
18144     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18145     layout: "plot-throughput-speedup-analysis"
18146
18147 - type: "plot"
18148   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18149   algorithm: "plot_tsa_name"
18150   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18151   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18152   include:
18153     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18154     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18155     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18156     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18157   layout:
18158     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18159     layout: "plot-throughput-speedup-analysis"
18160
18161 - type: "plot"
18162   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18163   algorithm: "plot_tsa_name"
18164   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18165   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18166   include:
18167     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18168     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18169     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18171   layout:
18172     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18173     layout: "plot-throughput-speedup-analysis"
18174
18175 - type: "plot"
18176   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18177   algorithm: "plot_tsa_name"
18178   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18179   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18180   include:
18181     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18184   layout:
18185     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18186     layout: "plot-throughput-speedup-analysis"
18187
18188 - type: "plot"
18189   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18190   algorithm: "plot_tsa_name"
18191   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18192   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18193   include:
18194     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18195     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18196     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18197   layout:
18198     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18199     layout: "plot-throughput-speedup-analysis"
18200
18201 - type: "plot"
18202   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18203   algorithm: "plot_tsa_name"
18204   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18205   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18206   include:
18207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18208     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18209     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18210     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18212   layout:
18213     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18214     layout: "plot-throughput-speedup-analysis"
18215
18216 - type: "plot"
18217   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18218   algorithm: "plot_tsa_name"
18219   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18220   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18221   include:
18222     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18223     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18227   layout:
18228     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18229     layout: "plot-throughput-speedup-analysis"
18230
18231 - type: "plot"
18232   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18233   algorithm: "plot_tsa_name"
18234   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18235   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18236   include:
18237     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18240   layout:
18241     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18242     layout: "plot-throughput-speedup-analysis"
18243
18244 - type: "plot"
18245   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18246   algorithm: "plot_tsa_name"
18247   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18248   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18249   include:
18250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18251     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18253   layout:
18254     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18255     layout: "plot-throughput-speedup-analysis"
18256
18257 - type: "plot"
18258   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18259   algorithm: "plot_tsa_name"
18260   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18261   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18262   include:
18263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18269   layout:
18270     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18271     layout: "plot-throughput-speedup-analysis"
18272
18273 - type: "plot"
18274   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18275   algorithm: "plot_tsa_name"
18276   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18277   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18278   include:
18279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18285   layout:
18286     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18287     layout: "plot-throughput-speedup-analysis"
18288
18289 - type: "plot"
18290   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18291   algorithm: "plot_tsa_name"
18292   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18293   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18294   include:
18295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18301   layout:
18302     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18303     layout: "plot-throughput-speedup-analysis"
18304
18305 - type: "plot"
18306   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18307   algorithm: "plot_tsa_name"
18308   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18309   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18310   include:
18311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18317   layout:
18318     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18319     layout: "plot-throughput-speedup-analysis"
18320
18321 - type: "plot"
18322   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18323   algorithm: "plot_tsa_name"
18324   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18325   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18326   include:
18327     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18328     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18329   layout:
18330     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18331     layout: "plot-throughput-speedup-analysis"
18332
18333 - type: "plot"
18334   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18335   algorithm: "plot_tsa_name"
18336   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18337   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18338   include:
18339     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18340     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18341   layout:
18342     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18343     layout: "plot-throughput-speedup-analysis"
18344
18345 - type: "plot"
18346   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18347   algorithm: "plot_tsa_name"
18348   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18349   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18350   include:
18351     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18352     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18353     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18354     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18355     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18356     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18357   layout:
18358     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18359     layout: "plot-throughput-speedup-analysis"
18360
18361 - type: "plot"
18362   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18363   algorithm: "plot_tsa_name"
18364   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18365   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18366   include:
18367     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18368     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18369     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18370     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18371     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18372     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18373   layout:
18374     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18375     layout: "plot-throughput-speedup-analysis"
18376
18377 - type: "plot"
18378   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18379   algorithm: "plot_tsa_name"
18380   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18381   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18382   include:
18383     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18384     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18385     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18386     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18387     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18388     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18389   layout:
18390     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18391     layout: "plot-throughput-speedup-analysis"
18392
18393 - type: "plot"
18394   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18395   algorithm: "plot_tsa_name"
18396   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18397   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18398   include:
18399     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18400     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18401     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18402     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18403     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18404     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18405   layout:
18406     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18407     layout: "plot-throughput-speedup-analysis"
18408
18409 - type: "plot"
18410   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18411   algorithm: "plot_tsa_name"
18412   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18413   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18414   include:
18415     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18416     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18417     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18418     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18419     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18420     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18421   layout:
18422     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18423     layout: "plot-throughput-speedup-analysis"
18424
18425 - type: "plot"
18426   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18427   algorithm: "plot_tsa_name"
18428   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18429   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18430   include:
18431     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18432     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18433     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18434     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18435     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18436     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18437   layout:
18438     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18439     layout: "plot-throughput-speedup-analysis"
18440
18441 - type: "plot"
18442   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18443   algorithm: "plot_tsa_name"
18444   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18445   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18446   include:
18447     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18448     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18449     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18450     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18451     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18452   layout:
18453     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18454     layout: "plot-throughput-speedup-analysis"
18455
18456 - type: "plot"
18457   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18458   algorithm: "plot_tsa_name"
18459   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18460   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18461   include:
18462     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18463     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18464     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18465     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18466     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18467   layout:
18468     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18469     layout: "plot-throughput-speedup-analysis"
18470
18471 - type: "plot"
18472   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18473   algorithm: "plot_tsa_name"
18474   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18475   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18476   include:
18477     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18478     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18479     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18480     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18481     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18482   layout:
18483     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18484     layout: "plot-throughput-speedup-analysis"
18485
18486 - type: "plot"
18487   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18488   algorithm: "plot_tsa_name"
18489   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18490   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18491   include:
18492     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18493     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18494     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18495     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18496     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18497   layout:
18498     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18499     layout: "plot-throughput-speedup-analysis"
18500
18501 - type: "plot"
18502   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18503   algorithm: "plot_tsa_name"
18504   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18505   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18506   include:
18507     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18508     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18509     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18510     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18511     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18512   layout:
18513     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18514     layout: "plot-throughput-speedup-analysis"
18515
18516 - type: "plot"
18517   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18518   algorithm: "plot_tsa_name"
18519   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18520   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18521   include:
18522     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18523     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18524     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18525     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18526     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18527   layout:
18528     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18529     layout: "plot-throughput-speedup-analysis"
18530
18531 - type: "plot"
18532   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18533   algorithm: "plot_tsa_name"
18534   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18535   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18536   include:
18537     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18538     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18539     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18540     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18541     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18542   layout:
18543     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18544     layout: "plot-throughput-speedup-analysis"
18545
18546 - type: "plot"
18547   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18548   algorithm: "plot_tsa_name"
18549   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18550   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18551   include:
18552     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18553     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18554     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18555     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18556     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18557   layout:
18558     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18559     layout: "plot-throughput-speedup-analysis"
18560
18561 - type: "plot"
18562   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18563   algorithm: "plot_tsa_name"
18564   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18565   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18566   include:
18567     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18568     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18569     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18570     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18571     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18572   layout:
18573     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18574     layout: "plot-throughput-speedup-analysis"
18575
18576 - type: "plot"
18577   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18578   algorithm: "plot_tsa_name"
18579   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18580   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18581   include:
18582     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18583     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18584     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18585     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18586     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18587   layout:
18588     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18589     layout: "plot-throughput-speedup-analysis"
18590
18591 - type: "plot"
18592   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18593   algorithm: "plot_tsa_name"
18594   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18595   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18596   include:
18597     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18598     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18599     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18600     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18601     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18602     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18603   layout:
18604     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18605     layout: "plot-throughput-speedup-analysis"
18606
18607 - type: "plot"
18608   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18609   algorithm: "plot_tsa_name"
18610   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18611   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18612   include:
18613     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18614     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18615     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18616     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18617     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18618     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18619   layout:
18620     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18621     layout: "plot-throughput-speedup-analysis"
18622
18623 - type: "plot"
18624   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18625   algorithm: "plot_tsa_name"
18626   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18627   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18628   include:
18629     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18630     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18631     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18632     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18633   layout:
18634     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18635     layout: "plot-throughput-speedup-analysis"
18636
18637 - type: "plot"
18638   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18639   algorithm: "plot_tsa_name"
18640   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18641   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18642   include:
18643     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18644     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18645     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18646     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18647   layout:
18648     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18649     layout: "plot-throughput-speedup-analysis"
18650
18651 - type: "plot"
18652   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18653   algorithm: "plot_tsa_name"
18654   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18655   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18656   include:
18657     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18658     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18659     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18660     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18661     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18662     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18663   layout:
18664     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18665     layout: "plot-throughput-speedup-analysis"
18666
18667 - type: "plot"
18668   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18669   algorithm: "plot_tsa_name"
18670   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18671   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18672   include:
18673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18674     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18675     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18676     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18677     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18678     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18679   layout:
18680     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18681     layout: "plot-throughput-speedup-analysis"
18682
18683 - type: "plot"
18684   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18685   algorithm: "plot_tsa_name"
18686   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18687   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18688   include:
18689     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18690     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18691     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18692     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18693   layout:
18694     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18695     layout: "plot-throughput-speedup-analysis"
18696
18697 - type: "plot"
18698   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18699   algorithm: "plot_tsa_name"
18700   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18701   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18702   include:
18703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18704     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18705     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18706     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18707   layout:
18708     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18709     layout: "plot-throughput-speedup-analysis"
18710
18711 - type: "plot"
18712   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18713   algorithm: "plot_tsa_name"
18714   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18715   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18716   include:
18717     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18718     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18719     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18720     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18721     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18722     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18723   layout:
18724     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18725     layout: "plot-throughput-speedup-analysis"
18726
18727 - type: "plot"
18728   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18729   algorithm: "plot_tsa_name"
18730   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18731   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18732   include:
18733     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18734     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18735     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18736     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18737     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18738     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18739   layout:
18740     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18741     layout: "plot-throughput-speedup-analysis"
18742
18743 - type: "plot"
18744   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18745   algorithm: "plot_tsa_name"
18746   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18747   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18748   include:
18749     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18750     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18751     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18752     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18753   layout:
18754     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18755     layout: "plot-throughput-speedup-analysis"
18756
18757 - type: "plot"
18758   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18759   algorithm: "plot_tsa_name"
18760   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18761   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18762   include:
18763     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18764     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18765     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18766     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18767   layout:
18768     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18769     layout: "plot-throughput-speedup-analysis"
18770
18771 - type: "plot"
18772   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18773   algorithm: "plot_tsa_name"
18774   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18775   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18776   include:
18777     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18778     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18779     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18780     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18781     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18782   layout:
18783     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18784     layout: "plot-throughput-speedup-analysis"
18785
18786 - type: "plot"
18787   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18788   algorithm: "plot_tsa_name"
18789   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18790   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18791   include:
18792     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18793     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18794     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18795     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18796     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18797   layout:
18798     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18799     layout: "plot-throughput-speedup-analysis"
18800
18801 - type: "plot"
18802   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18803   algorithm: "plot_tsa_name"
18804   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18805   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18806   include:
18807     - "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"
18808     - "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"
18809     - "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"
18810     - "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"
18811     - "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"
18812   layout:
18813     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18814     layout: "plot-throughput-speedup-analysis"
18815
18816 - type: "plot"
18817   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18818   algorithm: "plot_tsa_name"
18819   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18820   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18821   include:
18822     - "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"
18823     - "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"
18824     - "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"
18825     - "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"
18826     - "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"
18827   layout:
18828     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18829     layout: "plot-throughput-speedup-analysis"
18830
18831 - type: "plot"
18832   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18833   algorithm: "plot_tsa_name"
18834   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18835   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18836   include:
18837     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18838     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18839     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18840     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18841     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18842   layout:
18843     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18844     layout: "plot-throughput-speedup-analysis"
18845
18846 - type: "plot"
18847   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18848   algorithm: "plot_tsa_name"
18849   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18850   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18851   include:
18852     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18853     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18854     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18855     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18856     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18857   layout:
18858     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18859     layout: "plot-throughput-speedup-analysis"
18860
18861 - type: "plot"
18862   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18863   algorithm: "plot_tsa_name"
18864   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18865   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18866   include:
18867     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18868     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18869     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18870     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18871     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18872   layout:
18873     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18874     layout: "plot-throughput-speedup-analysis"
18875
18876 - type: "plot"
18877   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18878   algorithm: "plot_tsa_name"
18879   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18880   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18881   include:
18882     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18883     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18884     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18885     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18886     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18887   layout:
18888     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18889     layout: "plot-throughput-speedup-analysis"
18890
18891 - type: "plot"
18892   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18893   algorithm: "plot_tsa_name"
18894   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18895   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18896   include:
18897     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18898     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18901   layout:
18902     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18903     layout: "plot-throughput-speedup-analysis"
18904
18905 - type: "plot"
18906   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18907   algorithm: "plot_tsa_name"
18908   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18909   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18910   include:
18911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18913     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18914     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18915   layout:
18916     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18917     layout: "plot-throughput-speedup-analysis"
18918
18919 - type: "plot"
18920   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18921   algorithm: "plot_tsa_name"
18922   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18923   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18924   include:
18925     - "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"
18926     - "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"
18927     - "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"
18928     - "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"
18929   layout:
18930     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18931     layout: "plot-throughput-speedup-analysis"
18932
18933 - type: "plot"
18934   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18935   algorithm: "plot_tsa_name"
18936   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18937   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18938   include:
18939     - "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"
18940     - "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"
18941     - "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"
18942     - "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"
18943   layout:
18944     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
18945     layout: "plot-throughput-speedup-analysis"
18946
18947 - type: "plot"
18948   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18949   algorithm: "plot_tsa_name"
18950   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18951   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18952   include:
18953     - "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"
18954     - "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"
18955     - "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"
18956     - "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"
18957     - "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"
18958     - "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"
18959   layout:
18960     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18961     layout: "plot-throughput-speedup-analysis"
18962
18963 - type: "plot"
18964   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18965   algorithm: "plot_tsa_name"
18966   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18967   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18968   include:
18969     - "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"
18970     - "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"
18971     - "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"
18972     - "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"
18973     - "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"
18974     - "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"
18975   layout:
18976     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18977     layout: "plot-throughput-speedup-analysis"
18978
18979 ################################################################################
18980
18981 # Packet Throughput - DPDK
18982
18983 # 2n-clx-xxv710
18984
18985 - type: "plot"
18986   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18987   algorithm: "plot_perf_box_name"
18988   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18989   data: "plot-dpdk-throughput-latency-2n-clx"
18990   include:
18991     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18992     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18993   layout:
18994     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18995     layout: "plot-throughput"
18996
18997 - type: "plot"
18998   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18999   algorithm: "plot_perf_box_name"
19000   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19001   data: "plot-dpdk-throughput-latency-2n-clx"
19002   include:
19003     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19004     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19005   layout:
19006     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19007     layout: "plot-throughput"
19008
19009 - type: "plot"
19010   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19011   algorithm: "plot_perf_box_name"
19012   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
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-pdr"
19019     layout: "plot-throughput"
19020
19021 - type: "plot"
19022   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19023   algorithm: "plot_perf_box_name"
19024   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
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-pdr"
19031     layout: "plot-throughput"
19032
19033 # 2n-clx-x710
19034
19035 - type: "plot"
19036   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19037   algorithm: "plot_perf_box_name"
19038   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19039   data: "plot-dpdk-throughput-latency-2n-clx"
19040   include:
19041     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19042     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19043   layout:
19044     title: "2n-clx-x710-64b-2t1c-base-ndr"
19045     layout: "plot-throughput"
19046
19047 - type: "plot"
19048   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19049   algorithm: "plot_perf_box_name"
19050   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19051   data: "plot-dpdk-throughput-latency-2n-clx"
19052   include:
19053     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19054     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19055   layout:
19056     title: "2n-clx-x710-64b-4t2c-base-ndr"
19057     layout: "plot-throughput"
19058
19059 - type: "plot"
19060   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19061   algorithm: "plot_perf_box_name"
19062   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
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-pdr"
19069     layout: "plot-throughput"
19070
19071 - type: "plot"
19072   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19073   algorithm: "plot_perf_box_name"
19074   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
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-pdr"
19081     layout: "plot-throughput"
19082
19083 ################################################################################
19084
19085 - type: "plot"
19086   title: "Latency by percentile: 2n-skx"
19087   algorithm: "plot_hdrh_lat_by_percentile"
19088   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19089   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19090   target-links: "../../_static/vpp"
19091   data: "plot-vpp-hdrh-lat-2n-skx"
19092   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19093   layout:
19094     layout: "plot-hdrh-latency-by-percentile"
19095
19096 - type: "plot"
19097   title: "Latency by percentile: 3n-skx"
19098   algorithm: "plot_hdrh_lat_by_percentile"
19099   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19100   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19101   target-links: "../../_static/vpp"
19102   data: "plot-vpp-hdrh-lat-3n-skx"
19103   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19104   layout:
19105     layout: "plot-hdrh-latency-by-percentile"
19106
19107 - type: "plot"
19108   title: "Latency by percentile: 2n-clx"
19109   algorithm: "plot_hdrh_lat_by_percentile"
19110   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19111   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19112   target-links: "../../_static/vpp"
19113   data: "plot-vpp-hdrh-lat-2n-clx"
19114   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19115   layout:
19116     layout: "plot-hdrh-latency-by-percentile"
19117
19118 - type: "plot"
19119   title: "Latency by percentile: 3n-hsw"
19120   algorithm: "plot_hdrh_lat_by_percentile"
19121   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19122   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19123   target-links: "../../_static/vpp"
19124   data: "plot-vpp-hdrh-lat-3n-hsw"
19125   filter: "'1T1C' and 'NIC_Intel-XL710'"
19126   layout:
19127     layout: "plot-hdrh-latency-by-percentile"
19128
19129 - type: "plot"
19130   title: "Latency by percentile: 3n-tsh"
19131   algorithm: "plot_hdrh_lat_by_percentile"
19132   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19133   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19134   target-links: "../../_static/vpp"
19135   data: "plot-vpp-hdrh-lat-3n-tsh"
19136   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19137   layout:
19138     layout: "plot-hdrh-latency-by-percentile"
19139
19140 - type: "plot"
19141   title: "Latency by percentile: DPDK 2n-skx"
19142   algorithm: "plot_hdrh_lat_by_percentile"
19143   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19144   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19145   target-links: "../../_static/dpdk"
19146   data: "plot-dpdk-hdrh-lat-2n-skx"
19147   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19148   layout:
19149     layout: "plot-hdrh-latency-by-percentile"
19150
19151 - type: "plot"
19152   title: "Latency by percentile: DPDK 3n-skx"
19153   algorithm: "plot_hdrh_lat_by_percentile"
19154   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19155   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19156   target-links: "../../_static/dpdk"
19157   data: "plot-dpdk-hdrh-lat-3n-skx"
19158   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19159   layout:
19160     layout: "plot-hdrh-latency-by-percentile"
19161
19162 - type: "plot"
19163   title: "Latency by percentile: DPDK 2n-clx"
19164   algorithm: "plot_hdrh_lat_by_percentile"
19165   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19166   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19167   target-links: "../../_static/dpdk"
19168   data: "plot-dpdk-hdrh-lat-2n-clx"
19169   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19170   layout:
19171     layout: "plot-hdrh-latency-by-percentile"
19172
19173 - type: "plot"
19174   title: "Latency by percentile: DPDK 3n-hsw"
19175   algorithm: "plot_hdrh_lat_by_percentile"
19176   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19177   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19178   target-links: "../../_static/dpdk"
19179   data: "plot-dpdk-hdrh-lat-3n-hsw"
19180   filter: "'1T1C' and 'NIC_Intel-XL710'"
19181   layout:
19182     layout: "plot-hdrh-latency-by-percentile"
19183
19184 - type: "plot"
19185   title: "Latency by percentile: DPDK 3n-tsh"
19186   algorithm: "plot_hdrh_lat_by_percentile"
19187   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19188   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19189   target-links: "../../_static/dpdk"
19190   data: "plot-dpdk-hdrh-lat-3n-tsh"
19191   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19192   layout:
19193     layout: "plot-hdrh-latency-by-percentile"